Xen-Devel Archive mirror
 help / color / mirror / Atom feed
* OpenStack - Libvirt+Xen CI overview
@ 2015-03-10 12:03 Bob Ball
  2015-03-16 15:09 ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Bob Ball @ 2015-03-10 12:03 UTC (permalink / raw
  To: xen-devel@lists.xen.org; +Cc: Anthony Perard

For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.

The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
- Puppet to deploy the master node
- Zuul to watch for code changes uploaded to review.openstack.org
- Jenkins job builder to create Jenkins job definitions from a YAML file
- Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
- Devstack-gate to run Tempest tests in serial

More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org

The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/

In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.

Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html

I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!

Thanks,

Bob

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-10 12:03 OpenStack - Libvirt+Xen CI overview Bob Ball
@ 2015-03-16 15:09 ` Lars Kurth
  2015-03-16 18:00 ` OpenStack - Libvirt+Xen CI overview Konrad Rzeszutek Wilk
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 19+ messages in thread
From: Lars Kurth @ 2015-03-16 15:09 UTC (permalink / raw
  To: Bob Ball, wg-test-framework-bounces@lists.xenproject.org
  Cc: Anthony Perard, xen-devel@lists.xen.org

Bob,

adding the Test WG. 

As so far no-one has responded to your offer to organise an on-line meeting to walk interested parties the CI loop. If you are, please reply to this thread.

If no-one comes back, I am wondering whether it may not be better to put some wiki pages together explaining how the the CI loop works, how to read the results, what log files to get to investigate issues, etc. ... For someone unfamiliar with Jenkins, this is not entirely obvious.

And maybe have a separate status page. 

I could then take the material it and put a blog post together.

Regards
Lars

> On 10 Mar 2015, at 12:03, Bob Ball <bob.ball@citrix.com> wrote:
> 
> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
> 
> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> - Puppet to deploy the master node
> - Zuul to watch for code changes uploaded to review.openstack.org
> - Jenkins job builder to create Jenkins job definitions from a YAML file
> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
> - Devstack-gate to run Tempest tests in serial
> 
> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
> 
> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
> 
> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
> 
> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
> 
> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
> 
> Thanks,
> 
> Bob
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview
  2015-03-10 12:03 OpenStack - Libvirt+Xen CI overview Bob Ball
  2015-03-16 15:09 ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
@ 2015-03-16 18:00 ` Konrad Rzeszutek Wilk
  2015-03-17 12:52   ` Dario Faggioli
  2015-03-17 11:14 ` George Dunlap
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 19+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-03-16 18:00 UTC (permalink / raw
  To: Bob Ball; +Cc: Anthony Perard, xen-devel@lists.xen.org

On Tue, Mar 10, 2015 at 12:03:13PM +0000, Bob Ball wrote:
> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
> 
> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> - Puppet to deploy the master node
> - Zuul to watch for code changes uploaded to review.openstack.org
> - Jenkins job builder to create Jenkins job definitions from a YAML file
> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
> - Devstack-gate to run Tempest tests in serial
> 
> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
> 
> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
> 
> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
> 
> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
> 
> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
> 

I am always interested in it.
> Thanks,
> 
> Bob
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview
  2015-03-10 12:03 OpenStack - Libvirt+Xen CI overview Bob Ball
  2015-03-16 15:09 ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
  2015-03-16 18:00 ` OpenStack - Libvirt+Xen CI overview Konrad Rzeszutek Wilk
@ 2015-03-17 11:14 ` George Dunlap
  2015-03-17 14:22 ` Jim Fehlig
  2015-03-17 15:51 ` Alvin Starr
  4 siblings, 0 replies; 19+ messages in thread
From: George Dunlap @ 2015-03-17 11:14 UTC (permalink / raw
  To: Bob Ball; +Cc: Anthony Perard, xen-devel@lists.xen.org

On Tue, Mar 10, 2015 at 12:03 PM, Bob Ball <bob.ball@citrix.com> wrote:
> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
>
> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> - Puppet to deploy the master node
> - Zuul to watch for code changes uploaded to review.openstack.org
> - Jenkins job builder to create Jenkins job definitions from a YAML file
> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud
> - Devstack-gate to run Tempest tests in serial
>
> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
>
> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
>
> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
>
> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
>
> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!

I'd be interested.

 -George

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview
  2015-03-16 18:00 ` OpenStack - Libvirt+Xen CI overview Konrad Rzeszutek Wilk
@ 2015-03-17 12:52   ` Dario Faggioli
  0 siblings, 0 replies; 19+ messages in thread
From: Dario Faggioli @ 2015-03-17 12:52 UTC (permalink / raw
  To: konrad.wilk@oracle.com; +Cc: Anthony Perard, Bob Ball, xen-devel@lists.xen.org


[-- Attachment #1.1: Type: text/plain, Size: 507 bytes --]

On Mon, 2015-03-16 at 14:00 -0400, Konrad Rzeszutek Wilk wrote:
> On Tue, Mar 10, 2015 at 12:03:13PM +0000, Bob Ball wrote:

> > I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
> > 
> 
> I am always interested in it.
>
I know next to nothing about OpenStack, and would be interested in
attending something like this to improve that. :-)

Regards,
Dario

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview
  2015-03-10 12:03 OpenStack - Libvirt+Xen CI overview Bob Ball
                   ` (2 preceding siblings ...)
  2015-03-17 11:14 ` George Dunlap
@ 2015-03-17 14:22 ` Jim Fehlig
  2015-03-17 15:51 ` Alvin Starr
  4 siblings, 0 replies; 19+ messages in thread
From: Jim Fehlig @ 2015-03-17 14:22 UTC (permalink / raw
  To: Bob Ball; +Cc: Anthony Perard, xen-devel@lists.xen.org

Bob Ball wrote:
> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
>
> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> - Puppet to deploy the master node
> - Zuul to watch for code changes uploaded to review.openstack.org
> - Jenkins job builder to create Jenkins job definitions from a YAML file
> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
> - Devstack-gate to run Tempest tests in serial
>
> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
>
> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
>
> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
>
>   
> Logs are then uploaded to Rackspace's Cloud Files with sample logs for
> a passing job at
> http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html

Thanks for the info!

>   
> I'd like to organise a meeting to walk through the various components
> of the CI with those who are interested, so this is an initial call to
> find out who is interested in finding out more!

I'd like to know more.

Regards,
Jim

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview
  2015-03-10 12:03 OpenStack - Libvirt+Xen CI overview Bob Ball
                   ` (3 preceding siblings ...)
  2015-03-17 14:22 ` Jim Fehlig
@ 2015-03-17 15:51 ` Alvin Starr
  2015-03-18 13:12   ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
  4 siblings, 1 reply; 19+ messages in thread
From: Alvin Starr @ 2015-03-17 15:51 UTC (permalink / raw
  To: xen-devel

On 03/10/2015 08:03 AM, Bob Ball wrote:
> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
>
> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> - Puppet to deploy the master node
> - Zuul to watch for code changes uploaded to review.openstack.org
> - Jenkins job builder to create Jenkins job definitions from a YAML file
> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud
> - Devstack-gate to run Tempest tests in serial
>
> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
>
> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
>
> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
>
> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
>
> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
>
> Thanks,
>
> Bob
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
I would also love to find out more.


-- 
Alvin Starr                   ||   voice: (905)513-7688
Netvel Inc.                   ||   Cell:  (416)806-0133
alvin@netvel.net              ||

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-17 15:51 ` Alvin Starr
@ 2015-03-18 13:12   ` Lars Kurth
  2015-03-18 14:37     ` Wei Liu
  0 siblings, 1 reply; 19+ messages in thread
From: Lars Kurth @ 2015-03-18 13:12 UTC (permalink / raw
  To: Alvin Starr, Jim Fehlig, DarioFaggioli, George Dunlap,
	Konrad Rzeszutek Wilk, Bob Ball, Anthony Perard
  Cc: wg-test-framework@lists.xenproject.org, Russ Pavlicek, xen-devel

Hi,

I added all the people who raised their hands so far to the TO list. As far as I can tell we have people from the following timezones: GMT, GMT+1, MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending on when we have the presentation, we will need to consider daylight savings offsets.

I will give it another few days for more people to raise their hands. We can then try and figure out a slot which fits everyone.

Best Regards
Lars

Begin forwarded message:

From: Bob Ball <bob.ball@citrix.com>
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Date: 10 March 2015 12:03:13 GMT
Cc: Anthony Perard <anthony.perard@citrix.com>
Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview

For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.

The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
- Puppet to deploy the master node
- Zuul to watch for code changes uploaded to review.openstack.org
- Jenkins job builder to create Jenkins job definitions from a YAML file
- Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
- Devstack-gate to run Tempest tests in serial

More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org

The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/

In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.

Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html

I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!

Thanks,

Bob

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-18 13:12   ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
@ 2015-03-18 14:37     ` Wei Liu
  2015-03-24 18:17       ` Lars Kurth
  0 siblings, 1 reply; 19+ messages in thread
From: Wei Liu @ 2015-03-18 14:37 UTC (permalink / raw
  To: Lars Kurth
  Cc: Alvin Starr, wei.liu2, George Dunlap, DarioFaggioli,
	Russ Pavlicek, xen-devel, Jim Fehlig, Anthony Perard, Bob Ball,
	wg-test-framework@lists.xenproject.org

On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> Hi,
> 
> I added all the people who raised their hands so far to the TO list. As far as I can tell we have people from the following timezones: GMT, GMT+1, MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending on when we have the presentation, we will need to consider daylight savings offsets.
> 
> I will give it another few days for more people to raise their hands. We can then try and figure out a slot which fits everyone.
> 

I would be interested in such meeting. My time zone is the same as
George's and Anthony's.

Wei.

> Best Regards
> Lars
> 
> Begin forwarded message:
> 
> From: Bob Ball <bob.ball@citrix.com>
> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> Date: 10 March 2015 12:03:13 GMT
> Cc: Anthony Perard <anthony.perard@citrix.com>
> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> 
> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
> 
> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> - Puppet to deploy the master node
> - Zuul to watch for code changes uploaded to review.openstack.org
> - Jenkins job builder to create Jenkins job definitions from a YAML file
> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
> - Devstack-gate to run Tempest tests in serial
> 
> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
> 
> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
> 
> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
> 
> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
> 
> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
> 
> Thanks,
> 
> Bob
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-18 14:37     ` Wei Liu
@ 2015-03-24 18:17       ` Lars Kurth
  2015-03-25 10:08         ` Ian Campbell
  0 siblings, 1 reply; 19+ messages in thread
From: Lars Kurth @ 2015-03-24 18:17 UTC (permalink / raw
  To: Wei Liu
  Cc: Alvin Starr, George Dunlap, DarioFaggioli, Russ Pavlicek,
	xen-devel, Jim Fehlig, Anthony Perard, Bob Ball,
	wg-test-framework@lists.xenproject.org

I propose to set this up for the week of April 14th or the week after. A lot of people are on Easter vacation/holiday before
Lars

> On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> 
> On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
>> Hi,
>> 
>> I added all the people who raised their hands so far to the TO list. As far as I can tell we have people from the following timezones: GMT, GMT+1, MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending on when we have the presentation, we will need to consider daylight savings offsets.
>> 
>> I will give it another few days for more people to raise their hands. We can then try and figure out a slot which fits everyone.
>> 
> 
> I would be interested in such meeting. My time zone is the same as
> George's and Anthony's.
> 
> Wei.
> 
>> Best Regards
>> Lars
>> 
>> Begin forwarded message:
>> 
>> From: Bob Ball <bob.ball@citrix.com>
>> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
>> Date: 10 March 2015 12:03:13 GMT
>> Cc: Anthony Perard <anthony.perard@citrix.com>
>> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
>> 
>> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
>> 
>> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
>> - Puppet to deploy the master node
>> - Zuul to watch for code changes uploaded to review.openstack.org
>> - Jenkins job builder to create Jenkins job definitions from a YAML file
>> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
>> - Devstack-gate to run Tempest tests in serial
>> 
>> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
>> 
>> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
>> 
>> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
>> 
>> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
>> 
>> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
>> 
>> Thanks,
>> 
>> Bob
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel
>> 
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xen.org
>> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-24 18:17       ` Lars Kurth
@ 2015-03-25 10:08         ` Ian Campbell
  2015-03-25 10:09           ` Bob Ball
  0 siblings, 1 reply; 19+ messages in thread
From: Ian Campbell @ 2015-03-25 10:08 UTC (permalink / raw
  To: Lars Kurth
  Cc: Alvin Starr, Wei Liu, George Dunlap, DarioFaggioli, Russ Pavlicek,
	xen-devel, Jim Fehlig, Anthony Perard, Bob Ball,
	wg-test-framework@lists.xenproject.org

FWIW there's the regular technical call slot on the 8th, but a) that's
earlier and Easter vac and b) I'm on PTO myself at the time, but if you
are interested we could use that (the whole point was to take some of
the burden off arranging ad-hoc calls).

Ian.

On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
> I propose to set this up for the week of April 14th or the week after. A lot of people are on Easter vacation/holiday before
> Lars
> 
> > On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> > 
> > On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> >> Hi,
> >> 
> >> I added all the people who raised their hands so far to the TO list. As far as I can tell we have people from the following timezones: GMT, GMT+1, MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending on when we have the presentation, we will need to consider daylight savings offsets.
> >> 
> >> I will give it another few days for more people to raise their hands. We can then try and figure out a slot which fits everyone.
> >> 
> > 
> > I would be interested in such meeting. My time zone is the same as
> > George's and Anthony's.
> > 
> > Wei.
> > 
> >> Best Regards
> >> Lars
> >> 
> >> Begin forwarded message:
> >> 
> >> From: Bob Ball <bob.ball@citrix.com>
> >> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> >> Date: 10 March 2015 12:03:13 GMT
> >> Cc: Anthony Perard <anthony.perard@citrix.com>
> >> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> >> 
> >> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
> >> 
> >> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> >> - Puppet to deploy the master node
> >> - Zuul to watch for code changes uploaded to review.openstack.org
> >> - Jenkins job builder to create Jenkins job definitions from a YAML file
> >> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud 
> >> - Devstack-gate to run Tempest tests in serial
> >> 
> >> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
> >> 
> >> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
> >> 
> >> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
> >> 
> >> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
> >> 
> >> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
> >> 
> >> Thanks,
> >> 
> >> Bob
> >> 
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xen.org
> >> http://lists.xen.org/xen-devel
> >> 
> >> 
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xen.org
> >> http://lists.xen.org/xen-devel
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 10:08         ` Ian Campbell
@ 2015-03-25 10:09           ` Bob Ball
  2015-03-25 12:26             ` Alvin Starr
                               ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Bob Ball @ 2015-03-25 10:09 UTC (permalink / raw
  To: Ian Campbell, Lars Kurth
  Cc: Alvin Starr, Wei Liu, Dario Faggioli, George Dunlap,
	Russ Pavlicek, xen-devel, Jim Fehlig, Anthony Perard,
	wg-test-framework@lists.xenproject.org

Unfortunately I'm also on vacation on the 8th - so I don't think that slot won't work very well this time round!

Bob
________________________________________
From: Ian Campbell [ian.campbell@citrix.com]
Sent: 25 March 2015 10:08
To: Lars Kurth
Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-framework@lists.xenproject.org
Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works

FWIW there's the regular technical call slot on the 8th, but a) that's
earlier and Easter vac and b) I'm on PTO myself at the time, but if you
are interested we could use that (the whole point was to take some of
the burden off arranging ad-hoc calls).

Ian.

On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
> I propose to set this up for the week of April 14th or the week after. A lot of people are on Easter vacation/holiday before
> Lars
>
> > On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> >
> > On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> >> Hi,
> >>
> >> I added all the people who raised their hands so far to the TO list. As far as I can tell we have people from the following timezones: GMT, GMT+1, MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending on when we have the presentation, we will need to consider daylight savings offsets.
> >>
> >> I will give it another few days for more people to raise their hands. We can then try and figure out a slot which fits everyone.
> >>
> >
> > I would be interested in such meeting. My time zone is the same as
> > George's and Anthony's.
> >
> > Wei.
> >
> >> Best Regards
> >> Lars
> >>
> >> Begin forwarded message:
> >>
> >> From: Bob Ball <bob.ball@citrix.com>
> >> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> >> Date: 10 March 2015 12:03:13 GMT
> >> Cc: Anthony Perard <anthony.perard@citrix.com>
> >> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> >>
> >> For the last few weeks Anthony and I have been working on creating a CI environment to run against all OpenStack jobs.  We're now in a position where we can share the current status, overview of how it works and next steps.  We actively want to support involvement in this effort from others with an interest in libvirt+Xen's openstack integration.
> >>
> >> The CI we have set up is follow the recommendations made by the OpenStack official infrastructure maintainers, and reproduces a notable portion of the official OpenStack CI environment to run these tests.  Namely this setup is using:
> >> - Puppet to deploy the master node
> >> - Zuul to watch for code changes uploaded to review.openstack.org
> >> - Jenkins job builder to create Jenkins job definitions from a YAML file
> >> - Nodepool to automatically create single-use virtual machines in the Rackspace public cloud
> >> - Devstack-gate to run Tempest tests in serial
> >>
> >> More information on Zuul, JJB, Nodepool and devstack-gate is available through http://ci.openstack.org
> >>
> >> The current status is that we have a zuul instance monitoring for jobs and adding them to the queue of jobs to be run at http://zuul.openstack.xenproject.org/
> >>
> >> In the background Nodepool provisions virtual machines into a pool of nodes ready to be used.  All ready nodes are automatically added to Jenkins (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will trigger a particular job on a node when one is available.
> >>
> >> Logs are then uploaded to Rackspace's Cloud Files with sample logs for a passing job at http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-xen/da3ff30/index.html
> >>
> >> I'd like to organise a meeting to walk through the various components of the CI with those who are interested, so this is an initial call to find out who is interested in finding out more!
> >>
> >> Thanks,
> >>
> >> Bob
> >>
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xen.org
> >> http://lists.xen.org/xen-devel
> >>
> >>
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xen.org
> >> http://lists.xen.org/xen-devel
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 10:09           ` Bob Ball
@ 2015-03-25 12:26             ` Alvin Starr
  2015-04-22 10:03               ` Lars Kurth
  2015-06-04 17:12             ` Bob Ball
                               ` (3 subsequent siblings)
  4 siblings, 1 reply; 19+ messages in thread
From: Alvin Starr @ 2015-03-25 12:26 UTC (permalink / raw
  To: xen-devel

I will be away till  April 23  so it looks like I will miss this.

On 03/25/2015 06:09 AM, Bob Ball wrote:
> Unfortunately I'm also on vacation on the 8th - so I don't think that slot won't work very well this time round!
>
> Bob
> ________________________________________
> From: Ian Campbell [ian.campbell@citrix.com]
> Sent: 25 March 2015 10:08
> To: Lars Kurth
> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-framework@lists.xenproject.org
> Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
>
> FWIW there's the regular technical call slot on the 8th, but a) that's
> earlier and Easter vac and b) I'm on PTO myself at the time, but if you
> are interested we could use that (the whole point was to take some of
> the burden off arranging ad-hoc calls).
>
> Ian.
>
[snip]

-- 
Alvin Starr                   ||   voice: (905)513-7688
Netvel Inc.                   ||   Cell:  (416)806-0133
alvin@netvel.net              ||

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 12:26             ` Alvin Starr
@ 2015-04-22 10:03               ` Lars Kurth
  0 siblings, 0 replies; 19+ messages in thread
From: Lars Kurth @ 2015-04-22 10:03 UTC (permalink / raw
  To: Alvin Starr, Ian Campbell, Marcos E. Matsunaga, Wei Liu,
	Jim Fehlig, DarioFaggioli, George Dunlap, Konrad Rzeszutek Wilk
  Cc: Xen-devel List

Hi folks, 

last week we were focussed on getting http://jenkins.openstack.xenproject.org/view/Dashboard/builds into a decent state, so we decided to defer this. Now most of the tests have been in green status for a few days, so it may make sense to arrange a day and time. With the timezones in questions, probably an hour from 
* 15:00 to 17:00 slot in the UK 
* 16:00 to 18:00 in mainland Europe
* 08:00 to 10:00 in MTZ
* 10:00 to 12:00 in ETZ 

Next week is challenging as we have the Hackathon in China. How about we aim for a day in the week of May 4th (it will have to be a Tue to Thu though as we have a public holiday in the UK on the 4th)

Regards
Lars


> On 25 Mar 2015, at 12:26, Alvin Starr <alvin@netvel.net> wrote:
> 
> I will be away till  April 23  so it looks like I will miss this.
> 
> On 03/25/2015 06:09 AM, Bob Ball wrote:
>> Unfortunately I'm also on vacation on the 8th - so I don't think that slot won't work very well this time round!
>> 
>> Bob
>> ________________________________________
>> From: Ian Campbell [ian.campbell@citrix.com]
>> Sent: 25 March 2015 10:08
>> To: Lars Kurth
>> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-framework@lists.xenproject.org
>> Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
>> 
>> FWIW there's the regular technical call slot on the 8th, but a) that's
>> earlier and Easter vac and b) I'm on PTO myself at the time, but if you
>> are interested we could use that (the whole point was to take some of
>> the burden off arranging ad-hoc calls).
>> 
>> Ian.
>> 
> [snip]
> 
> -- 
> Alvin Starr                   ||   voice: (905)513-7688
> Netvel Inc.                   ||   Cell:  (416)806-0133
> alvin@netvel.net              ||
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 10:09           ` Bob Ball
  2015-03-25 12:26             ` Alvin Starr
@ 2015-06-04 17:12             ` Bob Ball
  2015-06-05 11:47               ` Lars Kurth
  2015-06-08 12:52             ` Bob Ball
                               ` (2 subsequent siblings)
  4 siblings, 1 reply; 19+ messages in thread
From: Bob Ball @ 2015-06-04 17:12 UTC (permalink / raw
  To: Ian Campbell, Lars Kurth
  Cc: Alvin Starr, Wei Liu, Dario Faggioli, George Dunlap,
	Russ Pavlicek, xen-devel, Jim Fehlig, Anthony Perard,
	wg-test-framework@lists.xenproject.org

Hi all,

Apologies for dropping the ball on this.

I've created a doodle poll with an initial set of options at http://doodle.com/596a39y9t9dhah65.  The timezone is currently set to London (BST) but can be changed on the link to your local timezone.

If there are others who would like to attend this walkthrough where either the suggested meeting times don't match their timezone or can't make any of the suggested dates, let us know.

Thanks!

Bob 

> -----Original Message-----
> From: Bob Ball
> Sent: 25 March 2015 10:10
> To: Ian Campbell; Lars Kurth
> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
> devel; Jim Fehlig; Anthony Perard; wg-test-framework@lists.xenproject.org
> Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> interested in a walk/through or presentation on how it works
> 
> Unfortunately I'm also on vacation on the 8th - so I don't think that slot
> won't work very well this time round!
> 
> Bob
> ________________________________________
> From: Ian Campbell [ian.campbell@citrix.com]
> Sent: 25 March 2015 10:08
> To: Lars Kurth
> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
> devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-
> framework@lists.xenproject.org
> Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> interested in a walk/through or presentation on how it works
> 
> FWIW there's the regular technical call slot on the 8th, but a) that's
> earlier and Easter vac and b) I'm on PTO myself at the time, but if you
> are interested we could use that (the whole point was to take some of
> the burden off arranging ad-hoc calls).
> 
> Ian.
> 
> On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
> > I propose to set this up for the week of April 14th or the week after. A lot
> of people are on Easter vacation/holiday before
> > Lars
> >
> > > On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> > >
> > > On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> > >> Hi,
> > >>
> > >> I added all the people who raised their hands so far to the TO list. As far
> as I can tell we have people from the following timezones: GMT, GMT+1,
> MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending
> on when we have the presentation, we will need to consider daylight
> savings offsets.
> > >>
> > >> I will give it another few days for more people to raise their hands. We
> can then try and figure out a slot which fits everyone.
> > >>
> > >
> > > I would be interested in such meeting. My time zone is the same as
> > > George's and Anthony's.
> > >
> > > Wei.
> > >
> > >> Best Regards
> > >> Lars
> > >>
> > >> Begin forwarded message:
> > >>
> > >> From: Bob Ball <bob.ball@citrix.com>
> > >> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> > >> Date: 10 March 2015 12:03:13 GMT
> > >> Cc: Anthony Perard <anthony.perard@citrix.com>
> > >> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> > >>
> > >> For the last few weeks Anthony and I have been working on creating a
> CI environment to run against all OpenStack jobs.  We're now in a position
> where we can share the current status, overview of how it works and next
> steps.  We actively want to support involvement in this effort from others
> with an interest in libvirt+Xen's openstack integration.
> > >>	
> > >> The CI we have set up is follow the recommendations made by the
> OpenStack official infrastructure maintainers, and reproduces a notable
> portion of the official OpenStack CI environment to run these tests.  Namely
> this setup is using:
> > >> - Puppet to deploy the master node
> > >> - Zuul to watch for code changes uploaded to review.openstack.org
> > >> - Jenkins job builder to create Jenkins job definitions from a YAML file
> > >> - Nodepool to automatically create single-use virtual machines in the
> Rackspace public cloud
> > >> - Devstack-gate to run Tempest tests in serial
> > >>
> > >> More information on Zuul, JJB, Nodepool and devstack-gate is available
> through http://ci.openstack.org
> > >>
> > >> The current status is that we have a zuul instance monitoring for jobs
> and adding them to the queue of jobs to be run at
> http://zuul.openstack.xenproject.org/
> > >>
> > >> In the background Nodepool provisions virtual machines into a pool of
> nodes ready to be used.  All ready nodes are automatically added to Jenkins
> (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will
> trigger a particular job on a node when one is available.
> > >>
> > >> Logs are then uploaded to Rackspace's Cloud Files with sample logs for
> a passing job at
> http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-
> xen/da3ff30/index.html
> > >>
> > >> I'd like to organise a meeting to walk through the various components
> of the CI with those who are interested, so this is an initial call to find out
> who is interested in finding out more!
> > >>
> > >> Thanks,
> > >>
> > >> Bob
> > >>
> > >> _______________________________________________
> > >> Xen-devel mailing list
> > >> Xen-devel@lists.xen.org
> > >> http://lists.xen.org/xen-devel
> > >>
> > >>
> > >> _______________________________________________
> > >> Xen-devel mailing list
> > >> Xen-devel@lists.xen.org
> > >> http://lists.xen.org/xen-devel
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > http://lists.xen.org/xen-devel
> 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-06-04 17:12             ` Bob Ball
@ 2015-06-05 11:47               ` Lars Kurth
  0 siblings, 0 replies; 19+ messages in thread
From: Lars Kurth @ 2015-06-05 11:47 UTC (permalink / raw
  To: Bob Ball
  Cc: Alvin Starr, Wei Liu, Ian Campbell, Dario Faggioli, George Dunlap,
	Russ Pavlicek, xen-devel, wg-openstack, Jim Fehlig,
	michael.glasgow@oracle.com, Anthony PERARD,
	wg-test-framework@lists.xenproject.org

Bob,

Thank you.

Adding Michael Glasgow

Note that I created a new list wg-openstack@lists.xenproject.org (CC'ed) , where we can discuss openstack related issues (see http://lists.xenproject.org/cgi-bin/mailman/listinfo/wg-openstack). I will link to it from various wiki/web pages also

Regards
Lars

> On 4 Jun 2015, at 18:12, Bob Ball <bob.ball@citrix.com> wrote:
> 
> Hi all,
> 
> Apologies for dropping the ball on this.
> 
> I've created a doodle poll with an initial set of options at http://doodle.com/596a39y9t9dhah65.  The timezone is currently set to London (BST) but can be changed on the link to your local timezone.
> 
> If there are others who would like to attend this walkthrough where either the suggested meeting times don't match their timezone or can't make any of the suggested dates, let us know.
> 
> Thanks!
> 
> Bob 
> 
>> -----Original Message-----
>> From: Bob Ball
>> Sent: 25 March 2015 10:10
>> To: Ian Campbell; Lars Kurth
>> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
>> devel; Jim Fehlig; Anthony Perard; wg-test-framework@lists.xenproject.org
>> Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
>> interested in a walk/through or presentation on how it works
>> 
>> Unfortunately I'm also on vacation on the 8th - so I don't think that slot
>> won't work very well this time round!
>> 
>> Bob
>> ________________________________________
>> From: Ian Campbell [ian.campbell@citrix.com]
>> Sent: 25 March 2015 10:08
>> To: Lars Kurth
>> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
>> devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-
>> framework@lists.xenproject.org
>> Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
>> interested in a walk/through or presentation on how it works
>> 
>> FWIW there's the regular technical call slot on the 8th, but a) that's
>> earlier and Easter vac and b) I'm on PTO myself at the time, but if you
>> are interested we could use that (the whole point was to take some of
>> the burden off arranging ad-hoc calls).
>> 
>> Ian.
>> 
>> On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
>>> I propose to set this up for the week of April 14th or the week after. A lot
>> of people are on Easter vacation/holiday before
>>> Lars
>>> 
>>>> On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
>>>> 
>>>> On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
>>>>> Hi,
>>>>> 
>>>>> I added all the people who raised their hands so far to the TO list. As far
>> as I can tell we have people from the following timezones: GMT, GMT+1,
>> MTZ, ETZ - if I got this wrong, please let me know your timezone. Depending
>> on when we have the presentation, we will need to consider daylight
>> savings offsets.
>>>>> 
>>>>> I will give it another few days for more people to raise their hands. We
>> can then try and figure out a slot which fits everyone.
>>>>> 
>>>> 
>>>> I would be interested in such meeting. My time zone is the same as
>>>> George's and Anthony's.
>>>> 
>>>> Wei.
>>>> 
>>>>> Best Regards
>>>>> Lars
>>>>> 
>>>>> Begin forwarded message:
>>>>> 
>>>>> From: Bob Ball <bob.ball@citrix.com>
>>>>> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
>>>>> Date: 10 March 2015 12:03:13 GMT
>>>>> Cc: Anthony Perard <anthony.perard@citrix.com>
>>>>> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
>>>>> 
>>>>> For the last few weeks Anthony and I have been working on creating a
>> CI environment to run against all OpenStack jobs.  We're now in a position
>> where we can share the current status, overview of how it works and next
>> steps.  We actively want to support involvement in this effort from others
>> with an interest in libvirt+Xen's openstack integration.
>>>>> 	
>>>>> The CI we have set up is follow the recommendations made by the
>> OpenStack official infrastructure maintainers, and reproduces a notable
>> portion of the official OpenStack CI environment to run these tests.  Namely
>> this setup is using:
>>>>> - Puppet to deploy the master node
>>>>> - Zuul to watch for code changes uploaded to review.openstack.org
>>>>> - Jenkins job builder to create Jenkins job definitions from a YAML file
>>>>> - Nodepool to automatically create single-use virtual machines in the
>> Rackspace public cloud
>>>>> - Devstack-gate to run Tempest tests in serial
>>>>> 
>>>>> More information on Zuul, JJB, Nodepool and devstack-gate is available
>> through http://ci.openstack.org
>>>>> 
>>>>> The current status is that we have a zuul instance monitoring for jobs
>> and adding them to the queue of jobs to be run at
>> http://zuul.openstack.xenproject.org/
>>>>> 
>>>>> In the background Nodepool provisions virtual machines into a pool of
>> nodes ready to be used.  All ready nodes are automatically added to Jenkins
>> (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will
>> trigger a particular job on a node when one is available.
>>>>> 
>>>>> Logs are then uploaded to Rackspace's Cloud Files with sample logs for
>> a passing job at
>> http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-
>> xen/da3ff30/index.html
>>>>> 
>>>>> I'd like to organise a meeting to walk through the various components
>> of the CI with those who are interested, so this is an initial call to find out
>> who is interested in finding out more!
>>>>> 
>>>>> Thanks,
>>>>> 
>>>>> Bob
>>>>> 
>>>>> _______________________________________________
>>>>> Xen-devel mailing list
>>>>> Xen-devel@lists.xen.org
>>>>> http://lists.xen.org/xen-devel
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> Xen-devel mailing list
>>>>> Xen-devel@lists.xen.org
>>>>> http://lists.xen.org/xen-devel
>>> 
>>> 
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xen.org
>>> http://lists.xen.org/xen-devel
>> 
> 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 10:09           ` Bob Ball
  2015-03-25 12:26             ` Alvin Starr
  2015-06-04 17:12             ` Bob Ball
@ 2015-06-08 12:52             ` Bob Ball
  2015-06-10 14:25             ` Bob Ball
  2015-06-15 16:26             ` Bob Ball
  4 siblings, 0 replies; 19+ messages in thread
From: Bob Ball @ 2015-06-08 12:52 UTC (permalink / raw
  To: Ian Campbell, Lars Kurth
  Cc: Alvin Starr, Wei Liu, Dario Faggioli, George Dunlap,
	Russ Pavlicek, xen-devel, wg-openstack@lists.xenproject.org,
	Jim Fehlig, Anthony Perard,
	wg-test-framework@lists.xenproject.org, Ant Messerli

Hi all,

Currently the favoured option is Monday 15th at 16:00 BST.  If this option doesn't work for you, please participate in the poll ASAP.  I will send out confirmation of the date on Wednesday 10th.

Thanks,

Bob

> -----Original Message-----
> From: Bob Ball
> Sent: 04 June 2015 18:11
> To: Ian Campbell; Lars Kurth
> Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
> devel; Jim Fehlig; Anthony Perard; wg-test-framework@lists.xenproject.org
> Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> interested in a walk/through or presentation on how it works
> 
> Hi all,
> 
> Apologies for dropping the ball on this.
> 
> I've created a doodle poll with an initial set of options at
> http://doodle.com/596a39y9t9dhah65.  The timezone is currently set to
> London (BST) but can be changed on the link to your local timezone.
> 
> If there are others who would like to attend this walkthrough where either
> the suggested meeting times don't match their timezone or can't make any
> of the suggested dates, let us know.
> 
> Thanks!
> 
> Bob
> 
> > -----Original Message-----
> > From: Bob Ball
> > Sent: 25 March 2015 10:10
> > To: Ian Campbell; Lars Kurth
> > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
> > devel; Jim Fehlig; Anthony Perard; wg-test-
> framework@lists.xenproject.org
> > Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > interested in a walk/through or presentation on how it works
> >
> > Unfortunately I'm also on vacation on the 8th - so I don't think that slot
> > won't work very well this time round!
> >
> > Bob
> > ________________________________________
> > From: Ian Campbell [ian.campbell@citrix.com]
> > Sent: 25 March 2015 10:08
> > To: Lars Kurth
> > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
> > devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-
> > framework@lists.xenproject.org
> > Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > interested in a walk/through or presentation on how it works
> >
> > FWIW there's the regular technical call slot on the 8th, but a) that's
> > earlier and Easter vac and b) I'm on PTO myself at the time, but if you
> > are interested we could use that (the whole point was to take some of
> > the burden off arranging ad-hoc calls).
> >
> > Ian.
> >
> > On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
> > > I propose to set this up for the week of April 14th or the week after. A lot
> > of people are on Easter vacation/holiday before
> > > Lars
> > >
> > > > On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> > > >
> > > > On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> > > >> Hi,
> > > >>
> > > >> I added all the people who raised their hands so far to the TO list. As
> far
> > as I can tell we have people from the following timezones: GMT, GMT+1,
> > MTZ, ETZ - if I got this wrong, please let me know your timezone.
> Depending
> > on when we have the presentation, we will need to consider daylight
> > savings offsets.
> > > >>
> > > >> I will give it another few days for more people to raise their hands.
> We
> > can then try and figure out a slot which fits everyone.
> > > >>
> > > >
> > > > I would be interested in such meeting. My time zone is the same as
> > > > George's and Anthony's.
> > > >
> > > > Wei.
> > > >
> > > >> Best Regards
> > > >> Lars
> > > >>
> > > >> Begin forwarded message:
> > > >>
> > > >> From: Bob Ball <bob.ball@citrix.com>
> > > >> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> > > >> Date: 10 March 2015 12:03:13 GMT
> > > >> Cc: Anthony Perard <anthony.perard@citrix.com>
> > > >> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> > > >>
> > > >> For the last few weeks Anthony and I have been working on creating a
> > CI environment to run against all OpenStack jobs.  We're now in a position
> > where we can share the current status, overview of how it works and next
> > steps.  We actively want to support involvement in this effort from others
> > with an interest in libvirt+Xen's openstack integration.
> > > >>
> > > >> The CI we have set up is follow the recommendations made by the
> > OpenStack official infrastructure maintainers, and reproduces a notable
> > portion of the official OpenStack CI environment to run these tests.
> Namely
> > this setup is using:
> > > >> - Puppet to deploy the master node
> > > >> - Zuul to watch for code changes uploaded to review.openstack.org
> > > >> - Jenkins job builder to create Jenkins job definitions from a YAML file
> > > >> - Nodepool to automatically create single-use virtual machines in the
> > Rackspace public cloud
> > > >> - Devstack-gate to run Tempest tests in serial
> > > >>
> > > >> More information on Zuul, JJB, Nodepool and devstack-gate is
> available
> > through http://ci.openstack.org
> > > >>
> > > >> The current status is that we have a zuul instance monitoring for jobs
> > and adding them to the queue of jobs to be run at
> > http://zuul.openstack.xenproject.org/
> > > >>
> > > >> In the background Nodepool provisions virtual machines into a pool of
> > nodes ready to be used.  All ready nodes are automatically added to
> Jenkins
> > (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will
> > trigger a particular job on a node when one is available.
> > > >>
> > > >> Logs are then uploaded to Rackspace's Cloud Files with sample logs
> for
> > a passing job at
> > http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-tempest-
> > xen/da3ff30/index.html
> > > >>
> > > >> I'd like to organise a meeting to walk through the various components
> > of the CI with those who are interested, so this is an initial call to find out
> > who is interested in finding out more!
> > > >>
> > > >> Thanks,
> > > >>
> > > >> Bob
> > > >>
> > > >> _______________________________________________
> > > >> Xen-devel mailing list
> > > >> Xen-devel@lists.xen.org
> > > >> http://lists.xen.org/xen-devel
> > > >>
> > > >>
> > > >> _______________________________________________
> > > >> Xen-devel mailing list
> > > >> Xen-devel@lists.xen.org
> > > >> http://lists.xen.org/xen-devel
> > >
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xen.org
> > > http://lists.xen.org/xen-devel
> >

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 10:09           ` Bob Ball
                               ` (2 preceding siblings ...)
  2015-06-08 12:52             ` Bob Ball
@ 2015-06-10 14:25             ` Bob Ball
  2015-06-15 16:26             ` Bob Ball
  4 siblings, 0 replies; 19+ messages in thread
From: Bob Ball @ 2015-06-10 14:25 UTC (permalink / raw
  To: Ian Campbell, Lars Kurth
  Cc: Alvin Starr, Wei Liu, Dario Faggioli, George Dunlap,
	Russ Pavlicek, xen-devel, wg-openstack@lists.xenproject.org,
	Jim Fehlig, Anthony Perard,
	wg-test-framework@lists.xenproject.org, Ant Messerli

I can confirm that the only option where all of the interested parties can meet is Monday 15th at 16:00 BST, so we'll fix that as the time.

I have set up a GoToMeeting to host this overview, details below.

1.  Please join my meeting.
https://global.gotomeeting.com/join/840676301

2.  Use your microphone and speakers (VoIP) - a headset is recommended.  Or, call in using your telephone.

United States (toll-free): 1 877 568 4106
Australia: +61 2 8355 1020
Canada: +1 (647) 497-9353
Hungary (toll-free): (06) 80 986 255
United Kingdom (toll-free): 0 800 169 0432
United Kingdom: +44 (0) 330 221 0088
United States: +1 (646) 749-3129

Access Code: 840-676-301
Audio PIN: Shown after joining the meeting

Everyone is welcome, even if they did not reply to the poll selecting a meeting time.

Thanks,

Bob

> -----Original Message-----
> From: Bob Ball
> Sent: 08 June 2015 13:52
> To: Ian Campbell; 'Lars Kurth'
> Cc: Wei Liu; 'Alvin Starr'; George Dunlap; Dario Faggioli; 'Russ Pavlicek'; 'xen-
> devel'; 'Jim Fehlig'; Anthony Perard; 'wg-test-
> framework@lists.xenproject.org'; 'wg-openstack@lists.xenproject.org'; Ant
> Messerli
> Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> interested in a walk/through or presentation on how it works
> 
> Hi all,
> 
> Currently the favoured option is Monday 15th at 16:00 BST.  If this option
> doesn't work for you, please participate in the poll ASAP.  I will send out
> confirmation of the date on Wednesday 10th.
> 
> Thanks,
> 
> Bob
> 
> > -----Original Message-----
> > From: Bob Ball
> > Sent: 04 June 2015 18:11
> > To: Ian Campbell; Lars Kurth
> > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek; xen-
> > devel; Jim Fehlig; Anthony Perard; wg-test-
> framework@lists.xenproject.org
> > Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > interested in a walk/through or presentation on how it works
> >
> > Hi all,
> >
> > Apologies for dropping the ball on this.
> >
> > I've created a doodle poll with an initial set of options at
> > http://doodle.com/596a39y9t9dhah65.  The timezone is currently set to
> > London (BST) but can be changed on the link to your local timezone.
> >
> > If there are others who would like to attend this walkthrough where
> either
> > the suggested meeting times don't match their timezone or can't make
> any
> > of the suggested dates, let us know.
> >
> > Thanks!
> >
> > Bob
> >
> > > -----Original Message-----
> > > From: Bob Ball
> > > Sent: 25 March 2015 10:10
> > > To: Ian Campbell; Lars Kurth
> > > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek;
> xen-
> > > devel; Jim Fehlig; Anthony Perard; wg-test-
> > framework@lists.xenproject.org
> > > Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > > interested in a walk/through or presentation on how it works
> > >
> > > Unfortunately I'm also on vacation on the 8th - so I don't think that slot
> > > won't work very well this time round!
> > >
> > > Bob
> > > ________________________________________
> > > From: Ian Campbell [ian.campbell@citrix.com]
> > > Sent: 25 March 2015 10:08
> > > To: Lars Kurth
> > > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek;
> xen-
> > > devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-
> > > framework@lists.xenproject.org
> > > Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > > interested in a walk/through or presentation on how it works
> > >
> > > FWIW there's the regular technical call slot on the 8th, but a) that's
> > > earlier and Easter vac and b) I'm on PTO myself at the time, but if you
> > > are interested we could use that (the whole point was to take some of
> > > the burden off arranging ad-hoc calls).
> > >
> > > Ian.
> > >
> > > On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
> > > > I propose to set this up for the week of April 14th or the week after. A
> lot
> > > of people are on Easter vacation/holiday before
> > > > Lars
> > > >
> > > > > On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> > > > >
> > > > > On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> > > > >> Hi,
> > > > >>
> > > > >> I added all the people who raised their hands so far to the TO list. As
> > far
> > > as I can tell we have people from the following timezones: GMT, GMT+1,
> > > MTZ, ETZ - if I got this wrong, please let me know your timezone.
> > Depending
> > > on when we have the presentation, we will need to consider daylight
> > > savings offsets.
> > > > >>
> > > > >> I will give it another few days for more people to raise their hands.
> > We
> > > can then try and figure out a slot which fits everyone.
> > > > >>
> > > > >
> > > > > I would be interested in such meeting. My time zone is the same as
> > > > > George's and Anthony's.
> > > > >
> > > > > Wei.
> > > > >
> > > > >> Best Regards
> > > > >> Lars
> > > > >>
> > > > >> Begin forwarded message:
> > > > >>
> > > > >> From: Bob Ball <bob.ball@citrix.com>
> > > > >> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> > > > >> Date: 10 March 2015 12:03:13 GMT
> > > > >> Cc: Anthony Perard <anthony.perard@citrix.com>
> > > > >> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> > > > >>
> > > > >> For the last few weeks Anthony and I have been working on creating
> a
> > > CI environment to run against all OpenStack jobs.  We're now in a
> position
> > > where we can share the current status, overview of how it works and
> next
> > > steps.  We actively want to support involvement in this effort from
> others
> > > with an interest in libvirt+Xen's openstack integration.
> > > > >>
> > > > >> The CI we have set up is follow the recommendations made by the
> > > OpenStack official infrastructure maintainers, and reproduces a notable
> > > portion of the official OpenStack CI environment to run these tests.
> > Namely
> > > this setup is using:
> > > > >> - Puppet to deploy the master node
> > > > >> - Zuul to watch for code changes uploaded to review.openstack.org
> > > > >> - Jenkins job builder to create Jenkins job definitions from a YAML
> file
> > > > >> - Nodepool to automatically create single-use virtual machines in
> the
> > > Rackspace public cloud
> > > > >> - Devstack-gate to run Tempest tests in serial
> > > > >>
> > > > >> More information on Zuul, JJB, Nodepool and devstack-gate is
> > available
> > > through http://ci.openstack.org
> > > > >>
> > > > >> The current status is that we have a zuul instance monitoring for jobs
> > > and adding them to the queue of jobs to be run at
> > > http://zuul.openstack.xenproject.org/
> > > > >>
> > > > >> In the background Nodepool provisions virtual machines into a pool
> of
> > > nodes ready to be used.  All ready nodes are automatically added to
> > Jenkins
> > > (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins will
> > > trigger a particular job on a node when one is available.
> > > > >>
> > > > >> Logs are then uploaded to Rackspace's Cloud Files with sample logs
> > for
> > > a passing job at
> > > http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-
> tempest-
> > > xen/da3ff30/index.html
> > > > >>
> > > > >> I'd like to organise a meeting to walk through the various
> components
> > > of the CI with those who are interested, so this is an initial call to find
> out
> > > who is interested in finding out more!
> > > > >>
> > > > >> Thanks,
> > > > >>
> > > > >> Bob
> > > > >>
> > > > >> _______________________________________________
> > > > >> Xen-devel mailing list
> > > > >> Xen-devel@lists.xen.org
> > > > >> http://lists.xen.org/xen-devel
> > > > >>
> > > > >>
> > > > >> _______________________________________________
> > > > >> Xen-devel mailing list
> > > > >> Xen-devel@lists.xen.org
> > > > >> http://lists.xen.org/xen-devel
> > > >
> > > >
> > > > _______________________________________________
> > > > Xen-devel mailing list
> > > > Xen-devel@lists.xen.org
> > > > http://lists.xen.org/xen-devel
> > >

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works
  2015-03-25 10:09           ` Bob Ball
                               ` (3 preceding siblings ...)
  2015-06-10 14:25             ` Bob Ball
@ 2015-06-15 16:26             ` Bob Ball
  4 siblings, 0 replies; 19+ messages in thread
From: Bob Ball @ 2015-06-15 16:26 UTC (permalink / raw
  To: Ian Campbell, Lars Kurth
  Cc: Alvin Starr, Wei Liu, Dario Faggioli, George Dunlap,
	Russ Pavlicek, xen-devel, wg-openstack@lists.xenproject.org,
	Jim Fehlig, Anthony Perard,
	wg-test-framework@lists.xenproject.org, Ant Messerli

Hi everyone,

Thanks for joining the call today.  Lars has uploaded the slides presented to http://www.slideshare.net/xen_com_mgr/xen-project-ci-for-openstack-overview so they can be referenced there.

If anyone has further questions about the CI, how it is set up, or how they can be involved please just shout.

Thanks!

Bob

> -----Original Message-----
> From: Bob Ball
> Sent: 10 June 2015 15:25
> To: Ian Campbell; 'Lars Kurth'
> Cc: Wei Liu; 'Alvin Starr'; George Dunlap; Dario Faggioli; 'Russ Pavlicek'; 'xen-
> devel'; 'Jim Fehlig'; Anthony Perard; 'wg-test-
> framework@lists.xenproject.org'; 'wg-openstack@lists.xenproject.org'; Ant
> Messerli
> Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> interested in a walk/through or presentation on how it works
> 
> I can confirm that the only option where all of the interested parties can
> meet is Monday 15th at 16:00 BST, so we'll fix that as the time.
> 
> I have set up a GoToMeeting to host this overview, details below.
> 
> 1.  Please join my meeting.
> https://global.gotomeeting.com/join/840676301
> 
> 2.  Use your microphone and speakers (VoIP) - a headset is recommended.
> Or, call in using your telephone.
> 
> United States (toll-free): 1 877 568 4106
> Australia: +61 2 8355 1020
> Canada: +1 (647) 497-9353
> Hungary (toll-free): (06) 80 986 255
> United Kingdom (toll-free): 0 800 169 0432
> United Kingdom: +44 (0) 330 221 0088
> United States: +1 (646) 749-3129
> 
> Access Code: 840-676-301
> Audio PIN: Shown after joining the meeting
> 
> Everyone is welcome, even if they did not reply to the poll selecting a
> meeting time.
> 
> Thanks,
> 
> Bob
> 
> > -----Original Message-----
> > From: Bob Ball
> > Sent: 08 June 2015 13:52
> > To: Ian Campbell; 'Lars Kurth'
> > Cc: Wei Liu; 'Alvin Starr'; George Dunlap; Dario Faggioli; 'Russ Pavlicek';
> 'xen-
> > devel'; 'Jim Fehlig'; Anthony Perard; 'wg-test-
> > framework@lists.xenproject.org'; 'wg-openstack@lists.xenproject.org';
> Ant
> > Messerli
> > Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > interested in a walk/through or presentation on how it works
> >
> > Hi all,
> >
> > Currently the favoured option is Monday 15th at 16:00 BST.  If this option
> > doesn't work for you, please participate in the poll ASAP.  I will send out
> > confirmation of the date on Wednesday 10th.
> >
> > Thanks,
> >
> > Bob
> >
> > > -----Original Message-----
> > > From: Bob Ball
> > > Sent: 04 June 2015 18:11
> > > To: Ian Campbell; Lars Kurth
> > > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek;
> xen-
> > > devel; Jim Fehlig; Anthony Perard; wg-test-
> > framework@lists.xenproject.org
> > > Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > > interested in a walk/through or presentation on how it works
> > >
> > > Hi all,
> > >
> > > Apologies for dropping the ball on this.
> > >
> > > I've created a doodle poll with an initial set of options at
> > > http://doodle.com/596a39y9t9dhah65.  The timezone is currently set to
> > > London (BST) but can be changed on the link to your local timezone.
> > >
> > > If there are others who would like to attend this walkthrough where
> > either
> > > the suggested meeting times don't match their timezone or can't make
> > any
> > > of the suggested dates, let us know.
> > >
> > > Thanks!
> > >
> > > Bob
> > >
> > > > -----Original Message-----
> > > > From: Bob Ball
> > > > Sent: 25 March 2015 10:10
> > > > To: Ian Campbell; Lars Kurth
> > > > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek;
> > xen-
> > > > devel; Jim Fehlig; Anthony Perard; wg-test-
> > > framework@lists.xenproject.org
> > > > Subject: RE: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > > > interested in a walk/through or presentation on how it works
> > > >
> > > > Unfortunately I'm also on vacation on the 8th - so I don't think that slot
> > > > won't work very well this time round!
> > > >
> > > > Bob
> > > > ________________________________________
> > > > From: Ian Campbell [ian.campbell@citrix.com]
> > > > Sent: 25 March 2015 10:08
> > > > To: Lars Kurth
> > > > Cc: Wei Liu; Alvin Starr; George Dunlap; Dario Faggioli; Russ Pavlicek;
> > xen-
> > > > devel; Jim Fehlig; Anthony Perard; Bob Ball; wg-test-
> > > > framework@lists.xenproject.org
> > > > Subject: Re: [Xen-devel] OpenStack - Libvirt+Xen CI overview : anyone
> > > > interested in a walk/through or presentation on how it works
> > > >
> > > > FWIW there's the regular technical call slot on the 8th, but a) that's
> > > > earlier and Easter vac and b) I'm on PTO myself at the time, but if you
> > > > are interested we could use that (the whole point was to take some of
> > > > the burden off arranging ad-hoc calls).
> > > >
> > > > Ian.
> > > >
> > > > On Tue, 2015-03-24 at 18:17 +0000, Lars Kurth wrote:
> > > > > I propose to set this up for the week of April 14th or the week after. A
> > lot
> > > > of people are on Easter vacation/holiday before
> > > > > Lars
> > > > >
> > > > > > On 18 Mar 2015, at 14:37, Wei Liu <wei.liu2@citrix.com> wrote:
> > > > > >
> > > > > > On Wed, Mar 18, 2015 at 01:12:50PM +0000, Lars Kurth wrote:
> > > > > >> Hi,
> > > > > >>
> > > > > >> I added all the people who raised their hands so far to the TO list.
> As
> > > far
> > > > as I can tell we have people from the following timezones: GMT,
> GMT+1,
> > > > MTZ, ETZ - if I got this wrong, please let me know your timezone.
> > > Depending
> > > > on when we have the presentation, we will need to consider daylight
> > > > savings offsets.
> > > > > >>
> > > > > >> I will give it another few days for more people to raise their hands.
> > > We
> > > > can then try and figure out a slot which fits everyone.
> > > > > >>
> > > > > >
> > > > > > I would be interested in such meeting. My time zone is the same as
> > > > > > George's and Anthony's.
> > > > > >
> > > > > > Wei.
> > > > > >
> > > > > >> Best Regards
> > > > > >> Lars
> > > > > >>
> > > > > >> Begin forwarded message:
> > > > > >>
> > > > > >> From: Bob Ball <bob.ball@citrix.com>
> > > > > >> To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
> > > > > >> Date: 10 March 2015 12:03:13 GMT
> > > > > >> Cc: Anthony Perard <anthony.perard@citrix.com>
> > > > > >> Subject: [Xen-devel] OpenStack - Libvirt+Xen CI overview
> > > > > >>
> > > > > >> For the last few weeks Anthony and I have been working on
> creating
> > a
> > > > CI environment to run against all OpenStack jobs.  We're now in a
> > position
> > > > where we can share the current status, overview of how it works and
> > next
> > > > steps.  We actively want to support involvement in this effort from
> > others
> > > > with an interest in libvirt+Xen's openstack integration.
> > > > > >>
> > > > > >> The CI we have set up is follow the recommendations made by the
> > > > OpenStack official infrastructure maintainers, and reproduces a
> notable
> > > > portion of the official OpenStack CI environment to run these tests.
> > > Namely
> > > > this setup is using:
> > > > > >> - Puppet to deploy the master node
> > > > > >> - Zuul to watch for code changes uploaded to review.openstack.org
> > > > > >> - Jenkins job builder to create Jenkins job definitions from a YAML
> > file
> > > > > >> - Nodepool to automatically create single-use virtual machines in
> > the
> > > > Rackspace public cloud
> > > > > >> - Devstack-gate to run Tempest tests in serial
> > > > > >>
> > > > > >> More information on Zuul, JJB, Nodepool and devstack-gate is
> > > available
> > > > through http://ci.openstack.org
> > > > > >>
> > > > > >> The current status is that we have a zuul instance monitoring for
> jobs
> > > > and adding them to the queue of jobs to be run at
> > > > http://zuul.openstack.xenproject.org/
> > > > > >>
> > > > > >> In the background Nodepool provisions virtual machines into a
> pool
> > of
> > > > nodes ready to be used.  All ready nodes are automatically added to
> > > Jenkins
> > > > (https://jenkins.openstack.xenproject.org/), and then Zuul+Jenkins
> will
> > > > trigger a particular job on a node when one is available.
> > > > > >>
> > > > > >> Logs are then uploaded to Rackspace's Cloud Files with sample logs
> > > for
> > > > a passing job at
> > > > http://logs.openstack.xenproject.org/52/162352/3/silent/dsvm-
> > tempest-
> > > > xen/da3ff30/index.html
> > > > > >>
> > > > > >> I'd like to organise a meeting to walk through the various
> > components
> > > > of the CI with those who are interested, so this is an initial call to find
> > out
> > > > who is interested in finding out more!
> > > > > >>
> > > > > >> Thanks,
> > > > > >>
> > > > > >> Bob
> > > > > >>
> > > > > >> _______________________________________________
> > > > > >> Xen-devel mailing list
> > > > > >> Xen-devel@lists.xen.org
> > > > > >> http://lists.xen.org/xen-devel
> > > > > >>
> > > > > >>
> > > > > >> _______________________________________________
> > > > > >> Xen-devel mailing list
> > > > > >> Xen-devel@lists.xen.org
> > > > > >> http://lists.xen.org/xen-devel
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Xen-devel mailing list
> > > > > Xen-devel@lists.xen.org
> > > > > http://lists.xen.org/xen-devel
> > > >

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-06-15 16:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 12:03 OpenStack - Libvirt+Xen CI overview Bob Ball
2015-03-16 15:09 ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
2015-03-16 18:00 ` OpenStack - Libvirt+Xen CI overview Konrad Rzeszutek Wilk
2015-03-17 12:52   ` Dario Faggioli
2015-03-17 11:14 ` George Dunlap
2015-03-17 14:22 ` Jim Fehlig
2015-03-17 15:51 ` Alvin Starr
2015-03-18 13:12   ` OpenStack - Libvirt+Xen CI overview : anyone interested in a walk/through or presentation on how it works Lars Kurth
2015-03-18 14:37     ` Wei Liu
2015-03-24 18:17       ` Lars Kurth
2015-03-25 10:08         ` Ian Campbell
2015-03-25 10:09           ` Bob Ball
2015-03-25 12:26             ` Alvin Starr
2015-04-22 10:03               ` Lars Kurth
2015-06-04 17:12             ` Bob Ball
2015-06-05 11:47               ` Lars Kurth
2015-06-08 12:52             ` Bob Ball
2015-06-10 14:25             ` Bob Ball
2015-06-15 16:26             ` Bob Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).