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 >>

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

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

[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