Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-31 Thread Javier Pena
- Original Message - > > > - Original Message - > > Bumping the thead, upstream patches are merged now [0] > > > > With current upstream code, I can generate an image from master packages > > with: > > $ wget > > https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericC

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-26 Thread Bernard Cafarelli
On 25 January 2018 at 16:58, Javier Pena wrote: > > > - Original Message - >> Bumping the thead, upstream patches are merged now [0] >> >> With current upstream code, I can generate an image from master packages >> with: >> $ wget >> https://cloud.centos.org/centos/7/images/CentOS-7-x86_64

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-25 Thread Javier Pena
- Original Message - > Bumping the thead, upstream patches are merged now [0] > > With current upstream code, I can generate an image from master packages > with: > $ wget > https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1801-01.qcow2 > $ virt-customize -a CentOS-7

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-24 Thread Bernard Cafarelli
Bumping the thead, upstream patches are merged now [0] With current upstream code, I can generate an image from master packages with: $ wget https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1801-01.qcow2 $ virt-customize -a CentOS-7-x86_64-GenericCloud-1801-01.qcow2 --selinux

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-12 Thread Bernard Cafarelli
On 11 January 2018 at 11:53, Javier Pena wrote: > - Original Message - >> On Wed, Jan 10, 2018 at 7:50 PM, Javier Pena wrote: >> > If we want to deliver via RPM and build on each Octavia change, we could >> > try to add it to the octavia spec and build it using DLRN. Does the script >> >

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-11 Thread Javier Pena
- Original Message - > On Wed, Jan 10, 2018 at 7:50 PM, Javier Pena wrote: > > If we want to deliver via RPM and build on each Octavia change, we could > > try to add it to the octavia spec and build it using DLRN. Does the script > > require many external resources besides diskimage-build

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Alan Pevec
On Wed, Jan 10, 2018 at 7:50 PM, Javier Pena wrote: > If we want to deliver via RPM and build on each Octavia change, we could try > to add it to the octavia spec and build it using DLRN. Does the script > require many external resources besides diskimage-builder? > I'm not sure if that would wo

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Javier Pena
- Original Message - > On 10 January 2018 at 14:41, Assaf Muller wrote: > > On Wed, Jan 10, 2018 at 8:10 AM, Alan Pevec wrote: > >> Hi Bernard, > >> > >> I've added this as a topic for the > >> https://etherpad.openstack.org/p/RDO-Meeting today, > >> with some initial questions to explo

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Tom Barron
On 10/01/18 15:48 +0100, Bernard Cafarelli wrote: On 10 January 2018 at 14:41, Assaf Muller wrote: On Wed, Jan 10, 2018 at 8:10 AM, Alan Pevec wrote: Hi Bernard, I've added this as a topic for the https://etherpad.openstack.org/p/RDO-Meeting today, with some initial questions to explore. Th

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Bernard Cafarelli
On 10 January 2018 at 14:41, Assaf Muller wrote: > On Wed, Jan 10, 2018 at 8:10 AM, Alan Pevec wrote: >> Hi Bernard, >> >> I've added this as a topic for the >> https://etherpad.openstack.org/p/RDO-Meeting today, >> with some initial questions to explore. Thanks, I will be there in #rdo >> >> On

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Assaf Muller
On Wed, Jan 10, 2018 at 8:10 AM, Alan Pevec wrote: > Hi Bernard, > > I've added this as a topic for the > https://etherpad.openstack.org/p/RDO-Meeting today, > with some initial questions to explore. > > On Wed, Jan 10, 2018 at 1:50 PM, Bernard Cafarelli > wrote: >> * easier install/maintenance

Re: [rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Alan Pevec
Hi Bernard, I've added this as a topic for the https://etherpad.openstack.org/p/RDO-Meeting today, with some initial questions to explore. On Wed, Jan 10, 2018 at 1:50 PM, Bernard Cafarelli wrote: > * easier install/maintenance for the user, tripleo can consume the > image directly (from a packa

[rdo-dev] [Octavia] Providing service VM images in RDO

2018-01-10 Thread Bernard Cafarelli
Hi, Octavia (LBaaS v2) uses service VMs (called an amphora) to do the actual load-balancing work. The amphora is built with a diskimage-builder script [0] and I have a patch in progress to update it to use distribution packages [1] Currently, in addition to the "usual" deployment steps, the user