Re: [openstack-dev] devstack local.conf file

2014-08-11 Thread Asselin, Ramy
Hi Nikesh, You need to set the enabled_backends in the local.conf file. e.g. [[post-config|$CINDER_CONF]] [DEFAULT] enabled_backends=hp_msa_driver [hp_msa_driver] volume_driver = cinder.volume.drivers.san.hp.hp_msa_fc.HPMSAFCDriver … Ramy From: Nikesh Kumar Mahalka

Re: [openstack-dev] [OpenStack-Dev] [Cinder] 3'rd party CI systems

2014-08-12 Thread Asselin, Ramy
I forked jaypipe’s repos working on extending it to support nodepool, log server, etc. Still WIP but generally working. If you need help, ping me on IRC #openstack-cinder (asselin) Ramy From: Jesse Pretorius [mailto:jesse.pretor...@gmail.com] Sent: Monday, August 11, 2014 11:33 PM

Re: [openstack-dev] [OpenStack-Dev] [Cinder] 3'rd party CI systems

2014-08-13 Thread Asselin, Ramy
on gerrit. David Pineau gerrit: Joachim IRC#freenode: joa 2014-08-13 2:28 GMT+02:00 Asselin, Ramy ramy.asse...@hp.com: I forked jaypipe’s repos working on extending it to support nodepool, log server, etc. Still WIP but generally working. If you need help, ping me on IRC #openstack-cinder

[openstack-dev] [Cinder] 3'rd party CI systems: Not Whitelisted Volume type with name * could not be found.

2014-08-14 Thread Asselin, Ramy
Hi, Does anyone know how to configure cinder ci tests to not have these errors? 12:32:11 *** Not Whitelisted *** 2014-08-14 12:23:56.179 18021 ERROR cinder.volume.volume_types [req-c9ec92ab-132b-4167-a467-15bd213659e8 bd1f54a867ce47acb4097cd94149efa0 d15dcf4cb3c7495389799ec849e9036d - - -]

Re: [openstack-dev] [Cinder] 3'rd party CI systems: Not Whitelisted Volume type with name * could not be found.

2014-08-14 Thread Asselin, Ramy
, for example, default_volume_type=bronze. This allows for a volume to be created when a volume type is not selected, the default 'None' type. This feature has been available for some time in cinder but recently enabled in devstack. ~Kurt -Original Message- From: Asselin, Ramy Sent: Thursday

Re: [openstack-dev] [Cinder] 3'rd party CI systems: Not Whitelisted Volume type with name * could not be found.

2014-08-15 Thread Asselin, Ramy
: Asselin, Ramy Sent: Thursday, August 14, 2014 2:17 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Cinder] 3'rd party CI systems: Not Whitelisted Volume type with name * could not be found. Both configurations have that set as you described. [1][2] Who

Re: [openstack-dev] [Cinder] 3'rd party CI systems: Not Whitelisted Volume type with name * could not be found.

2014-08-16 Thread Asselin, Ramy
* could not be found. On Fri, Aug 15, 2014 at 10:29 AM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: John, We’re running master on every patch set. What needs to be set in localrc? Actually, I think I know what could be the issue (still need to confirm) 1. devstack

[openstack-dev] [Cinder][third-party] How to make progress on cinder driver CI post J3

2014-08-22 Thread Asselin, Ramy
Many of us are still working on setting up and testing 3rd party ci for cinder drivers. None of them currently have gerrit +1/-1 voting, but I heard there's a plan to disable those that are not working post-J3 (Please correct me if I misunderstood). However, Post-J3 is a great time to work on

Re: [openstack-dev] [Cinder][third-party] How to make progress on cinder driver CI post J3

2014-08-22 Thread Asselin, Ramy
, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Many of us are still working on setting up and testing 3rd party ci for cinder drivers. None of them currently have gerrit +1/-1 voting, but I heard there’s a plan to “disable” those that are “not working” post-J3 (Please correct me

Re: [openstack-dev] [Infra][Cinder] Coraid CI system

2014-09-05 Thread Asselin, Ramy
-1 from me (non-cinder core) It very nice to see you're making progress. I, personally, was very confused about voting. Here's my understanding: Voting: it is the ability to provide an official +1 -1 vote in the gerrit system. I don't see a stable history [1]. Before requesting voting, you

Re: [openstack-dev] [Infra][Cinder] Coraid CI system

2014-09-06 Thread Asselin, Ramy
Not sure if https://review.openstack.org/#/c/118619/ is necessary. See if this solves your issue [1], simple update to your devstack localrc/local.conf to create the type keys. It is merged to master. Otherwise, consider creating a cinder backend file[1]. Ramy [1]

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-13 Thread Asselin, Ramy
Thanks Ben! This worked for me too! The pip.conf file wasn’t there. I created it (as root) and added the 2 lines you suggested. I can now run Tox without running into pypi timeout / dependency issues. Ramy From: Ben Nemec [mailto:openst...@nemebean.com] Sent: Thursday, February 13, 2014 8:56

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-14 Thread Asselin, Ramy
Jeremy, Thanks for the clarification. I found an alternative workaround that works for me and restricts the use of the openstack pypi mirror to only be used when running tox: 1. Add PyPi mirror to tox.ini's [tox] entry: +indexserver = +default = http://pypi.openstack.org/openstack e.g.

Re: [openstack-dev] [nova][cinder] Refactor ISCSIDriver to support other iSCSI transports besides TCP

2014-03-25 Thread Asselin, Ramy
Hi Shlomi, Another solution to consider is to create a subclass per transport (iSCSI, iSER) which reference the same shared common code. This is the solution used for the 3PAR iSCSI FC transports. See these for reference: cinder/volume/drivers/san/hp/hp_3par_common.py

Re: [openstack-dev] [Cinder] Third-Party CI Issue: direct access to review.openstack.org port 29418 required

2014-06-13 Thread Asselin, Ramy
] Third-Party CI Issue: direct access to review.openstack.org port 29418 required Hi Asselin, Do you had problems with other ports? Is it need to have outbound access to other ports? Erlon On Mon, Jun 9, 2014 at 2:21 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: All

Re: [openstack-dev] [neutron][third-party] Simple and robust CI script?

2014-06-30 Thread Asselin, Ramy
Not sure if these are “minimalist” but at least they setup automagically, so you don’t need to do it from scratch: You can check out these repos which automate the 3rd party ci setup: Jay Pipe’s solution: https://github.com/jaypipes/os-ext-testing https://github.com/jaypipes/os-ext-testing-data

Re: [openstack-dev] [all] 3rd Party CI vs. Gerrit

2014-07-01 Thread Asselin, Ramy
Anita, This line [1] is effectively a sub-set of tempest-dsm-full, and what we're currently running manually now. I far as I understood, this is the current minimum. The exact sub-set (or full set, or if additional tests are allowed) is still under discussion. I created a WIP reference

Re: [openstack-dev] [cinder] 3rd party ci names for use by official cinder mandated tests

2014-07-08 Thread Asselin, Ramy
01:13 PM, Asselin, Ramy wrote: 3rd party ci names is currently becoming a bit controversial for what we're trying to do in cinder: https://review.openstack.org/#/c/101013/ The motivation for the above change is to aid developers understand what the 3rd party ci systems are testing in order

Re: [openstack-dev] [Cinder] Regarding manage_existing and unmanage

2014-04-10 Thread Asselin, Ramy
I agree 'unmanage' should try to 'undo' as much as possible. In this way, 'manage' the 2nd time will also work with the exact same command arguments as it did the first time. Ramy From: Deepak Shetty [mailto:dpkshe...@gmail.com] Sent: Thursday, April 10, 2014 1:03 AM To: OpenStack Development

Re: [openstack-dev] use of the word certified

2014-06-09 Thread Asselin, Ramy
Based on the discussion I'd like to propose these options: 1. Cinder-certified driver - This is an attempt to move the certification to the project level. 2. CI-tested driver - This is probably the most accurate, at least for what we're trying to achieve for Juno: Continuous Integration of

[openstack-dev] [Cinder] Third-Party CI Issue: direct access to review.openstack.org port 29418 required

2014-06-09 Thread Asselin, Ramy
All, I've been working on setting up our Cinder 3rd party CI setup. I ran into an issue where Zuul requires direct access to review.openstack.org port 29418, which is currently blocked in my environment. It should be unblocked around the end of June. Since this will likely affect other

Re: [openstack-dev] [Infra][Cinder] Request for voting permission with Pure Storage CI account

2014-10-02 Thread Asselin, Ramy
Looks good to me using this query: http://paste.openstack.org/show/117844/ Generated via: https://review.openstack.org/#/c/125716/ Ramy -Original Message- From: Duncan Thomas [mailto:duncan.tho...@gmail.com] Sent: Thursday, October 02, 2014 10:10 AM To: OpenStack Development Mailing

Re: [openstack-dev] [CI]Setup CI system behind proxy

2014-12-02 Thread Asselin, Ramy
Hi, I tried this a while back and it does not work [1]. Last I looked, there was no config option, and nothing in the code to allow it. I’m not aware of any patches that change that. I got mine working by getting port 29418 opened for review.openstack.org ip address. Ramy [1]

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-16 Thread Asselin, Ramy
#openstack-cinder. (irc# asselin) Ramy From: Eduard Matei [mailto:eduard.ma...@cloudfounders.com] Sent: Tuesday, December 16, 2014 12:41 AM To: Bailey, Darragh Cc: OpenStack Development Mailing List (not for usage questions); OpenStack Subject: Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need

Re: [openstack-dev] [OpenStack-Infra] [third-party]Time for Additional Meeting for third-party

2014-12-16 Thread Asselin, Ramy
In this case, I see the mentoring to be more like “office hours”, which can be done by ci operators other volunteers spread across time zones. I think this is a great idea. Ramy From: Kurt Taylor [mailto:kurt.r.tay...@gmail.com] Sent: Tuesday, December 16, 2014 9:39 AM To: Stefano Maffulli

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-18 Thread Asselin, Ramy
. Thanks, Eduard On Wed, Dec 17, 2014 at 3:37 AM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Manually running the script requires a few environment settings. Take a look at the README here: https://github.com/openstack-infra/devstack-gate Regarding cinder, I’m using

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-19 Thread Asselin, Ramy
] https://github.com/openstack-dev/sandbox From: Eduard Matei [mailto:eduard.ma...@cloudfounders.com] Sent: Friday, December 19, 2014 3:36 AM To: Asselin, Ramy Cc: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2014-12-23 Thread Asselin, Ramy
error. is there a way to get this work ? thanks in advance On Mon, Dec 22, 2014 at 11:10 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Eduard, A few items you can try: 1. Double-check that the job is in Jenkins a. If not, then that’s the issue 2

Re: [openstack-dev] [3rd-party-ci] Cinder CI and CI accounts

2014-12-23 Thread Asselin, Ramy
I agree with John. Option 4: one ci account for all drivers. The only valid reasons I'm aware of to use multiple accounts for a single vendor is if the hardware required to run the tests are not accessible from a 'central' ci system, or if the ci systems are managed by different teams.

Re: [openstack-dev] sos-ci for cinder scst

2015-01-18 Thread Asselin, Ramy
Hi Nikesh, Not familiar with sos-ci, but in general, for drivers that are not yet in-tree, you’ll want to use the gerrit event patch referenced, then apply (e.g. cherry pick) the patch that contains the out-of-tree driver on top. Ramy From: Nikesh Kumar Mahalka

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2015-01-14 Thread Asselin, Ramy
be fine. Thanks, Eduard On Tue, Jan 13, 2015 at 5:34 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Hi Eduard, Apache logs server address is set here (should probably add some comment/doc for that) https://github.com/rasselin/os-ext-testing-data/blob/master/vars.sh.sample

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2015-01-14 Thread Asselin, Ramy
E3-1220 Quad core 3.10 Ghz, 32 GB RAM and 3x 1TB sata HDD. Devstack slaves are configured as m1.large (4 vCPUs, 8 GB vRAM and 80 GB vHDD). Thanks, Eduard On Tue, Jan 13, 2015 at 5:34 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Hi Eduard, Apache logs server address

Re: [openstack-dev] [Openstack][dev][Zuul] Merge Failed Error in CI - GitPython Error

2015-01-27 Thread Asselin, Ramy
Punith, I think it’s because when you installed fresh again on 14.04, the zuul GitPython dependency was updated to the latest. I proposed this zuul patch to fix it: https://review.openstack.org/#/c/149336/ Ramy From: Punith S [mailto:punit...@cloudbyte.com] Sent: Tuesday, January 27, 2015

Re: [openstack-dev] [Openstack][infra] Zuul-Merger Error in CI

2015-01-27 Thread Asselin, Ramy
4:32 AM To: openstack-in...@lists.openstack.org; OpenStack Development Mailing List (not for usage questions) Cc: Asselin, Ramy Subject: Re: [Openstack][infra] Zuul-Merger Error in CI Hi the merge fail error that we reported in ubuntu 12.04 has been solved in the new ubuntu 14.04 CI master setup

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-05 Thread Asselin, Ramy
.E93AA0A0] Ramy From: Eli Qiao [mailto:ta...@linux.vnet.ibm.com] Sent: Sunday, January 04, 2015 9:32 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state 在 2015年01月05日 13:10, Asselin

Re: [openstack-dev] [Cinder] Cutoff deadlines for cinder drivers

2015-01-11 Thread Asselin, Ramy
Feel free to join any of the 3rd party 'mentoring' meetings on IRC Freenode #openstack-meeting to help get started, work through issues, etc. Third Party meeting for all aspects of Third Party needs: Mondays at 1500 UTC and Tuesdays at 0800 UTC. Everyone interested in any aspect Third Party

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2015-01-09 Thread Asselin, Ramy
Regarding SSH Keys and logging into nodes, you need to set the NODEPOOL_SSH_KEY variable 1. I documented my notes here https://github.com/rasselin/os-ext-testing-data/blob/master/etc/nodepool/nodepool.yaml.erb.sample#L48 2. This is also documented ‘officially’ here:

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2015-01-13 Thread Asselin, Ramy
a separate vm with jenkins account and running apache2 exposing /srv/static/logs, but where do i enter its ip address ? (in jenkins, nodepool or... ) Thanks, Eduard On Mon, Jan 12, 2015 at 6:09 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: You are correct to run nodepoold

Re: [openstack-dev] [OpenStack-Infra] [ThirdPartyCI] Need help setting up CI

2015-01-12 Thread Asselin, Ramy
the right one in the key for nova to use so it was able to log in to set up the instance, but didn't end up with the right thing in the NODEPOOL_SSH_KEY variable. -Patrick On Fri, Jan 9, 2015 at 9:25 AM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Regarding SSH Keys

Re: [openstack-dev] [Cinder] how to delete a volume which is in error_deleting state

2015-01-04 Thread Asselin, Ramy
Before getting into the database, try the cinder reset-state command. It’s available in the horizon ui starting in Juno. Otherwise use the command line [1]. Ramy [1] http://docs.openstack.org/cli-reference/content/cinderclient_commands.html From: Punith S [mailto:punit...@cloudbyte.com] Sent:

Re: [openstack-dev] openstack storage configaration file(cinder-service)

2015-03-20 Thread Asselin, Ramy
You can follow the basic instructions here in FAQ: https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers Ramy From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com] Sent: Friday, March 20, 2015 4:20 AM To: openstack-dev@lists.openstack.org Subject:

Re: [openstack-dev] [cinder] [Third-party-announce] Cinder Merged patch broke HDS driver

2015-03-05 Thread Asselin, Ramy
Marcus, Don’t turn off ci, because then you could miss another regression. Instead, simply exclude that test case: e.g. export DEVSTACK_GATE_TEMPEST_REGEX=^(?=.*tempest.api.volume)(?!.*test_snapshots_actions).* Ramy From: Marcus Vinícius Ramires do Nascimento [mailto:marcus...@gmail.com]

Re: [openstack-dev] [OpenStack-Infra] [cinder] Status of Huawei Volume CI

2015-03-25 Thread Asselin, Ramy
I checked 3 random ones and I couldn't see any log files. Ramy https://review.openstack.org/#/c/144409/ Patch Set 6: Build succeeded. - huawei-iscsi-dsvm-tempest-full ... Mar 1 11:54 PM http://125.70.13.170:8088/huawei-iscsi-dsvm-tempest-full/357 Not found

Re: [openstack-dev] [cinder]Driver broken

2015-03-25 Thread Asselin, Ramy
Hi Eduard, Your third party ci reported success on that patch. The tempest volume tests include attached detaches. Seems your CI is not running them? http://packages.cloudfounders.com/ci_logs/47/85847/47/check/openvstorage-cinder-functionality/b073fb9/console.html CloudFounders OpenvStorage CI

Re: [openstack-dev] [cinder] Third Party CI

2015-03-23 Thread Asselin, Ramy
All vendors working on cinder third party ci are encouraged to attend the 3rd party ci meetings. https://wiki.openstack.org/wiki/Meetings/ThirdParty This is a great place to ask questions, report issues, and share solutions. Ramy

Re: [openstack-dev] [infra] Infra cloud: infra running a cloud for nodepool

2015-02-24 Thread Asselin, Ramy
I think this is really neat. As a 3rd party ci operator managing a small nodepool cloud, leveraging #3 would be really great! Ramy -Original Message- From: James E. Blair [mailto:cor...@inaugust.com] Sent: Tuesday, February 24, 2015 1:19 PM To: openstack-in...@lists.openstack.org Cc:

[openstack-dev] Cinder Review Inbox Was RE: Cinder Third-Party CI: what next? (was Re: [cinder] Request exemption for removal of NetApp FC drivers (no voting CI))

2015-03-24 Thread Asselin, Ramy
Changing the topic. Mike Perez did include a Cinder Review Inbox link on the main Cinder Wiki page. https://wiki.openstack.org/wiki/Cinder#Resources Not sure how many people/cores use that link but that could be a step towards what you’re asking for. The query should probably be proposed to

Re: [openstack-dev] [Cinder][3rd CI] Confused about “*real* storage backend”requirement for 3rd CI.

2015-01-23 Thread Asselin, Ramy
Another ‘sample’ you can use is here: https://github.com/rasselin/os-ext-testing-data/blob/master/etc/jenkins_jobs/config/dsvm-cinder-driver.yaml.sample#L2 Ramy From: Bharat Kumar [mailto:bharat.kobag...@redhat.com] Sent: Thursday, January 22, 2015 10:01 PM To: openstack-dev@lists.openstack.org

Re: [openstack-dev] [third-party][infra] Third-Party CI Operators: Let's use a common CI Solution!

2015-04-21 Thread Asselin, Ramy
, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: All Third-Party CI operators: We’ve got 85 Third Party CI systems registered in the wiki[1], all of them running a variety of closed open-source solutions. Instead of individually maintaining all those similar solutions, let’s join

[openstack-dev] [third-party][infra] Third-Party CI Operators: Let's use a common CI Solution!

2015-04-19 Thread Asselin, Ramy
All Third-Party CI operators: We’ve got 85 Third Party CI systems registered in the wiki[1], all of them running a variety of closed open-source solutions. Instead of individually maintaining all those similar solutions, let’s join together and collectively maintain a single solution. If that

Re: [openstack-dev] [cinder] Report status of Huawei Volume CI from April 1

2015-04-04 Thread Asselin, Ramy
Please update your Apache configuration to not require downloads. Instructions to do this are here: http://ci.openstack.org/third_party.html#faq-frequently-asked-questions Ramy From: liuxinguo [mailto:liuxin...@huawei.com] Sent: Saturday, April 04, 2015 5:47 AM To: OpenStack Development Mailing

Re: [openstack-dev] [infra][third-party] Common-CI Virtual Sprint

2015-06-08 Thread Asselin, Ramy
, at 09:22 AM, Asselin, Ramy wrote: Hi, It was nice to meet many of you at the Vancouver Infra Working Session. Quite a bit of progress was made finding owners for some of the common-ci refactoring work [1] and puppet testing work. A few patches were proposed, reviewed, and some merged! As we

[openstack-dev] [cinder][third-party] CI FC passthrough scripts now available on stackforge

2015-06-03 Thread Asselin, Ramy
For anyone working on 3rd party CI FC drivers: Patrick East and I have been working on making “FC pass-through” scripts. The main use case of these scripts is to present the FC HBAs directly inside a VM in order to test your FC cinder driver. Now available in stackforge [1] Link available in

[openstack-dev] [infra][third-party] Common-CI Virtual Sprint

2015-06-04 Thread Asselin, Ramy
Hi, It was nice to meet many of you at the Vancouver Infra Working Session. Quite a bit of progress was made finding owners for some of the common-ci refactoring work [1] and puppet testing work. A few patches were proposed, reviewed, and some merged! As we continue the effort over the coming

Re: [openstack-dev] [Manila] State of 3rd party CI

2015-06-26 Thread Asselin, Ramy
Friendly reminder that there are 3rd party CI weekly meetings [1] for us to come together and work out issues and find ways to make it easier to setup and maintain a 3rd party ci system. [1] https://wiki.openstack.org/wiki/Meetings/ThirdParty#Weekly_Third_Party_meetings Ramy -Original

Re: [openstack-dev] Looking for help getting git-review to work over https

2015-06-11 Thread Asselin, Ramy
Try creating/updated ~/.pip/pip.conf With contents: [global] proxy = http://your_proxy:port/ From: KARR, DAVID [mailto:dk0...@att.com] Sent: Thursday, June 11, 2015 4:16 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Looking for help getting

[openstack-dev] [third-party][infra] Common OpenStack CI Solution - 'Jenkins' live

2015-06-10 Thread Asselin, Ramy
All, I’m please to say that there are now 2 components merged in the puppet-openstackci repo [1] This means 3rd party ci operators to use the same scripts that the OpenStack Infrastructure team uses in the official ‘Jenkins’ CI system for: 1. Log Server 2. Jenkins Big thanks to

[openstack-dev] [third-party][infra] Common OpenStack CI Solution - 'Zuul' live

2015-07-02 Thread Asselin, Ramy
All, I’m please to say that there are now 3 components merged in the puppet-openstackci repo [1] This means 3rd party ci operators can now use the same scripts that the OpenStack Infrastructure team uses in the official ‘Jenkins’ CI system for: 1. Log Server 2. Jenkins 3.

Re: [openstack-dev] [Cinder] Quobyte Cinder Driver revert?

2015-07-06 Thread Asselin, Ramy
HI Silvan, A great resource to resolve such issues is the third-party ci meetings [1]. It’s a dedicated time slot to ask questions and get help from other community members such as yourself. Oftentimes, someone else has run into the same issue and already as an answer. Ramy [1]

Re: [openstack-dev] Pip 7 released

2015-05-22 Thread Asselin, Ramy
Rob, thanks for your help. We're all set. We moved our trusted-hosts to definitions to the pip.conf [global] section. Ramy -Original Message- From: Robert Collins [mailto:robe...@robertcollins.net] Sent: Friday, May 22, 2015 7:26 AM To: OpenStack Development Mailing List Subject:

Re: [openstack-dev] ][third-party-ci]Running custom code before tests

2015-08-13 Thread Asselin, Ramy
This is what we do: https://github.com/rasselin/os-ext-testing-data/blob/master/etc/jenkins_jobs/config/dsvm-cinder-driver.yaml.sample#L23 Ramy From: Andrey Pavlov [mailto:andrey...@gmail.com] Sent: Thursday, August 13, 2015 12:11 AM To: OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [openstack-infra][third-paty][CI][nodepool]Using Nodepool for creating slaves.

2015-08-19 Thread Asselin, Ramy
Hi Xies, Abhi, It works a bit differently. Nodepool is responsible to launch VMs which it then registers as Jenkins Slaves. These Jenkins slaves have “labels” which identify certain user-properties such as Operating System, image contents, etc. When CI wants to run a test case it submits the job

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-19 Thread Asselin, Ramy
/5111/logs/ So, can you help me to re-enable my gerrit account? -Original Message- From: Asselin, Ramy [mailto:ramy.asse...@hp.com] Sent: Tuesday, August 18, 2015 11:28 PM To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-21 Thread Asselin, Ramy
test setup time. Ramy [1] http://docs.openstack.org/infra/zuul/zuul.html#merger From: Rick Chen [mailto:rick.c...@prophetstor.com] Sent: Thursday, August 20, 2015 8:53 PM To: Asselin, Ramy ramy.asse...@hp.com Subject: RE: [openstack-dev] [cinder] [third-party] ProphetStor CI account Hi Ramy

Re: [openstack-dev] [openstack-infra][third-party][CI][nodepool]Using Nodepool for creating slaves.

2015-08-21 Thread Asselin, Ramy
questions) openstack-dev@lists.openstack.org Cc: Asselin, Ramy ramy.asse...@hp.com; Abhishek Shrivastava abhis...@cloudbyte.com Subject: Re: [openstack-infra][third-paty][CI][nodepool]Using Nodepool for creating slaves. Also adding the following: * https://github.com/openstack-infra/project

Re: [openstack-dev] [keystone] Can`t find Project ID

2015-08-21 Thread Asselin, Ramy
Hi Steve, Xiexs, Actually this issue hit us on Tuesday afternoon. Root cause is not known still, but the workaround was an update to nodepool to allow the project-name setting as stated below. I updated the sample nodepool.yaml.erb as well. See this post I sent for the full details of the issue

Re: [openstack-dev] [CI] Cannot get compute endpoint when running nodepool.

2015-08-21 Thread Asselin, Ramy
Mailing List (not for usage questions) openstack-dev@lists.openstack.org; Asselin, Ramy ramy.asse...@hp.com; Abhishek Shrivastava abhis...@cloudbyte.com; Xie, Xianshan/谢 贤山 xi...@cn.fujitsu.com Subject: [CI] Cannot get compute endpoint when running nodepool. Hi, all, I got following error message

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-24 Thread Asselin, Ramy
Great. Somehow you lost your console.log file. Or did I miss it? Ramy From: Rick Chen [mailto:rick.c...@prophetstor.com] Sent: Monday, August 24, 2015 2:00 AM To: Asselin, Ramy; 'OpenStack Development Mailing List (not for usage questions)' Subject: RE: [openstack-dev] [cinder] [third-party

[openstack-dev] [infra][third-party] Some unknown updates broke nodepool connection to provider. Read for solution.

2015-08-20 Thread Asselin, Ramy
All, Recently, some external dependency broke nodepool's ability to launch VMs on an openstack provider. If you haven't run into this yet, it's probably because you haven't restarted nodepool. When you do, you might get an error similar to [1] I couldn't find the issue, but regardless, there's

Re: [openstack-dev] [OpenStack-Infra] [openstack-infra][third-paty][CI][nodepool]Using Nodepool for creating slaves.

2015-08-18 Thread Asselin, Ramy
HI Abhi, There are two ways to build images. The preferred way is to use Disk Image Builder (DIB). These images are built on the same VM that nodepool is run. When you start nodepool, it will automatically do this for you. The instructions explain how to do it ‘manually’ which is helpful for

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-18 Thread Asselin, Ramy
Rick, These files are missing newlines i.e. unreadable for me: [1] [2] [3] Out of curiosity, any particular reason you don't set up a log server like OpenStack Infra? I have a script to do that [4], which uses the upstream common solution [5] Ramy [1]

Re: [openstack-dev] How to use the log server in CI ?

2015-08-03 Thread Asselin, Ramy
, 2015 6:14 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] How to use the log server in CI ? On 08/04/2015 06:44 AM, Asselin, Ramy wrote: Hi Tang, Sorry the documentation on github is limited. I’ve been focusing on getting an upstream solution working, and that’s where

Re: [openstack-dev] How to use the log server in CI ?

2015-08-03 Thread Asselin, Ramy
Hi Tang, Sorry the documentation on github is limited. I’ve been focusing on getting an upstream solution working, and that’s where it belongs and should be maintained. I will take a quick look and add some tips as discussed in this thread. Of course if you have pull requests, I’m happy to

Re: [openstack-dev] [CI] Jenkins jobs are not executed when setting up a new CI system.

2015-08-03 Thread Asselin, Ramy
Hi Tang, I thought I replied about this earlier. There seems to be a regression running jobs directly on master, at least for newer versions of Jenkins. Running on a slave does work. Ramy From: Tang Chen [mailto:tangc...@cn.fujitsu.com] Sent: Monday, July 27, 2015 6:30 PM To:

Re: [openstack-dev] 答复: [CI] No image was created after running nodepoold -d $DAEMON_ARGS

2015-08-03 Thread Asselin, Ramy
Hi Xiexs, Definitely make sure you run nodepool commands as nodepool and not root: sudo su - nodepool Before starting nodepool on a fresh install, I usually manually build the image first as it is easier to debug issues: sudo su - nodepool nodepool image-build image-name Ramy -Original

Re: [openstack-dev] [CI]How to set proxy for nodepool

2015-08-03 Thread Asselin, Ramy
Hi Xiexs, You are using disk image builder (DIB), so make sure your proxy is set correctly also without the NODEPOOL_ prefix. Those NODEPOOL_ prefixed variables are what would be used when DIB is not used / when the script approach is used with nova/glance (nodepool image-update). I don’t

Re: [openstack-dev] [third-party-ci]Issue with running noop-check-communication

2015-08-05 Thread Asselin, Ramy
Hi Eduard, There seems to be a bug regarding running jobs on master [1]. Try running it on a slave instead. Ramy [1] https://github.com/rasselin/os-ext-testing/blob/master/README.md#running-jobs-on-jenkins-master From: Eduard Matei [mailto:eduard.ma...@cloudfounders.com] Sent: Wednesday,

Re: [openstack-dev] [CI]How to set proxy for nodepool

2015-08-05 Thread Asselin, Ramy
I think. But I couldn`t find how to use simpleproxy to forward data for the subunit2sql db. Could you please give me more hints? Thanks again. Xiexs From: Asselin, Ramy [mailto:ramy.asse...@hp.com] Sent: Wednesday, August 05, 2015 6:00 AM To: OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [CI]How to set proxy for nodepool

2015-08-04 Thread Asselin, Ramy
were already declared by the install_master.sh previously, and the proxy setting also derived from the host machine`s proxy setting. Xiexs From: Asselin, Ramy [mailto:ramy.asse...@hp.com] Sent: Tuesday, August 04, 2015 12:54 PM To: OpenStack Development Mailing List (not for usage questions

Re: [openstack-dev] [cinder] Brocade CI

2015-08-13 Thread Asselin, Ramy
Hi Nagendra, Seems one of the issues is the format of the posted comments. The correct format is documented here [1] Notice the format is not correct: Incorrect: Brocade Openstack CI (non-voting) build SUCCESS logs at: http://144.49.208.28:8000/build_logs/2015-08-13_18-19-19/ Correct: *

Re: [openstack-dev] [third-party-ci]Issue with running noop-check-communication

2015-08-06 Thread Asselin, Ramy
I added it very recently. From: Eduard Matei [mailto:eduard.ma...@cloudfounders.com] Sent: Thursday, August 06, 2015 2:08 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [third-party-ci]Issue with running noop-check-communication Thanks, Indeed

Re: [openstack-dev] How to use the log server in CI ?

2015-08-06 Thread Asselin, Ramy
Hi Tang, First, I recommend you use os-loganalyze because it significantly increases the value of the log files by making them easier to consume. I'm not sure what the issue you encountered is. The link you provide is to use swift, but that is the newer alternative to the old-fashion files on

Re: [openstack-dev] [CI] How to set a proxy for zuul.

2015-07-21 Thread Asselin, Ramy
Hi Tang, Please use a new thread for this new question. I'd like to keep the current thread focused on How to set a proxy for zuul. Ramy From: Tang Chen [mailto:tangc...@cn.fujitsu.com] Sent: Tuesday, July 21, 2015 12:23 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev]

Re: [openstack-dev] [openstack-infra] [CI] [tempest] Tempest tests failing with SSH timeout.

2015-07-21 Thread Asselin, Ramy
/blob/master/functions.sh#L416 On Mon, Jul 20, 2015 at 7:14 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Is this to optimize the performance of the job? Can you provide a link to where the downloading is occurring that you’d like to restrict? From: Abhishek Shrivastava

Re: [openstack-dev] [CI] How to set a proxy for zuul.

2015-07-21 Thread Asselin, Ramy
Tang, #openstack-meeting is for people to come together for officially scheduled meetings [1] Did you try to join the 3rd party meeting on Monday[2]? I was chairing the meeting but did not see you. That would be a great forum to ask these questions. Otherwise, you can ask in #openstack-infra.

Re: [openstack-dev] [CI] Jenkins jobs are not executed when setting up a new CI system.

2015-07-23 Thread Asselin, Ramy
Are you running on 'master' nodes? I remember seeing an issue where with a recent version of Jenkins or a plugin where it doesn't execute jobs on the master node. But when run on non-master jenkins slaves, it works fine. -Original Message- From: Tang Chen

Re: [openstack-dev] [CI] How to set a proxy for zuul.

2015-07-18 Thread Asselin, Ramy
From: Asselin, Ramy Sent: Saturday, July 18, 2015 11:41 AM To: OpenStack Development Mailing List (not for usage questions) Subject: RE: [openstack-dev] [CI] How to set a proxy for zuul. HI Abhi Tang, Sorry I missed this thread. Let me know if you’ve resolved your issues. My repo is undergoing

Re: [openstack-dev] [CI] How to set a proxy for zuul.

2015-07-18 Thread Asselin, Ramy
questions) Subject: Re: [openstack-dev] [CI] How to set a proxy for zuul. Also if you want to change it you will need to talk with Asselin Ramy who is the owner of the repo you followed. On Tue, Jul 14, 2015 at 12:18 PM, Abhishek Shrivastava abhis...@cloudbyte.commailto:abhis...@cloudbyte.com

Re: [openstack-dev] [openstack-infra] [CI] [tempest] Tempest tests failing with SSH timeout.

2015-07-18 Thread Asselin, Ramy
We ran into this issue as well. I never found the root cause, but I found a work-around: Use neutron-networking instead of the default nova-networking. If you’re using devstack-gate, it’s as simple as: export DEVSTACK_GATE_NEUTRON=1 Then run the job as usual. Ramy From: Abhishek Shrivastava

Re: [openstack-dev] [openstack-infra] [CI] [tempest] Tempest tests failing with SSH timeout.

2015-07-19 Thread Asselin, Ramy
dynamically. As I see no such things that can be done to devstack-gate scripts so the following scenario can be achieved. On Sun, Jul 19, 2015 at 8:38 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: Just the export I mentioned: export DEVSTACK_GATE_NEUTRON=1 Devstack-gate

Re: [openstack-dev] [openstack-infra] [CI] [tempest] Tempest tests failing with SSH timeout.

2015-07-19 Thread Asselin, Ramy
am not including the neutron project, so downloading and including it will require any additional configuration in devstack-gate or not? On Sat, Jul 18, 2015 at 11:41 PM, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: We ran into this issue as well. I never found the root

Re: [openstack-dev] [CI] How to set a proxy for zuul.

2015-07-20 Thread Asselin, Ramy
AM, Asselin, Ramy wrote: HI Abhi Tang, Sorry I missed this thread. Let me know if you’ve resolved your issues. My repo is undergoing migrations to reuse components in openstack-infra/puppet-openstackci. For single-use-nodes, the file you need has been removed here [1]: But I see now

Re: [openstack-dev] [openstack-infra] [CI] [tempest] Tempest tests failing with SSH timeout.

2015-07-20 Thread Asselin, Ramy
, Asselin, Ramy ramy.asse...@hp.commailto:ramy.asse...@hp.com wrote: There are two ways that I know of to customize what services are run: 1. Setup your own feature matrix [1] 2. Override enabled services [2] Option 2 is probably what you’re looking for. [1] http://git.openstack.org/cgit

Re: [openstack-dev] [CI] How to set a proxy for zuul.

2015-07-20 Thread Asselin, Ramy
...@cn.fujitsu.com] Sent: Sunday, July 19, 2015 11:06 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [CI] How to set a proxy for zuul. On 07/19/2015 02:41 AM, Asselin, Ramy wrote: HI Abhi Tang, Sorry I missed this thread. Let me know if you’ve

Re: [openstack-dev] [third-party][infra] Common OpenStack CI Solution - 'Jenkins Job Builder' live

2015-07-20 Thread Asselin, Ramy
: Asselin, Ramy Sent: Thursday, July 02, 2015 4:59 PM To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Subject: [openstack-dev] [third-party][infra] Common OpenStack CI Solution - 'Zuul' live All, I’m please to say that there are now 3 components

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-24 Thread Asselin, Ramy
[mailto:rick.c...@prophetstor.com] Sent: Monday, August 24, 2015 5:59 PM To: Asselin, Ramy ramy.asse...@hp.com; 'OpenStack Development Mailing List (not for usage questions)' openstack-dev@lists.openstack.org Subject: RE: [openstack-dev] [cinder] [third-party] ProphetStor CI account HI Ramy: My

Re: [openstack-dev] [third-party] Timeout waiting for ssh access

2015-08-25 Thread Asselin, Ramy
Hi Tang, I haven't seen this issue. Which approach are you using to build the image? DIB or via glance scripts? Do you get the same result when using both approaches? If using DIB, what is the OS used to build the image? Ramy From: Tang Chen [mailto:tangc...@cn.fujitsu.com] Sent: Tuesday,

Re: [openstack-dev] [all][third-party][ci] Announcing CI Watch - Third-party CI monitoring tool

2015-08-25 Thread Asselin, Ramy
HI Skyler, Very nice tool! When do you plan to open source it? Are you considering adding it to the OpenStack big-tent [1]? There are a few tools being worked on that provide different information [2][3][4]. It would be nice to consolidate and invest collective effort into one tool. It would

Re: [openstack-dev] [cinder] [third-party] ProphetStor CI account

2015-08-25 Thread Asselin, Ramy
Looks good to me. Thanks! Ramy From: Rick Chen [mailto:rick.c...@prophetstor.com] Sent: Monday, August 24, 2015 9:07 PM To: Asselin, Ramy ramy.asse...@hp.com; 'OpenStack Development Mailing List (not for usage questions)' openstack-dev@lists.openstack.org Subject: RE: [openstack-dev] [cinder

Re: [openstack-dev] [third-party] third party ci operators meetup in Tokyo

2015-10-27 Thread Asselin, Ramy
18PM +0000, Asselin, Ramy wrote: > Would any 3rd party ci operators like to meetup in Tokyo during the summit? > > I would like to propose we have lunch together at one of the summit lunch > areas on Wednesday, October 28. > > Please reply to this thread. You can also me

  1   2   >