<div dir="ltr">Hello,<div><br></div><div>Lately, I've been working on a fix[1] for the amhpora-agent, which currently only support Debian based flavors such as Ubuntu.</div><div><br></div><div>The main Issues here:</div><div>1. NIC hot plugs: Ubuntu's ethX.cfg files looks different from ifcfg-ethX files which are accepted in Linux flavors such a RHEL, CentOS and Fedora, read more in the fix commit msg.</div><div>2. The usage of Flavor specific features such as 'upstart'.</div><div><br></div><div>I would like to have a discussion about the second bullet mentioned above.</div><div>Due to the fact that in Octavia the loadbalancer runs inside of an instance (Amphora), There are few actions that need to take place in the Amphora instance boot process:</div><div>a. namespace and NIC created.</div><div>b. amphora agent starts</div><div>c. haproxy (and possibly keepalived) start</div><div><br></div><div><div>The Amphora-agent leverages[2] the capabilities of 'upstart' to make that happen, which is a bit problematic if we wish it to work on other flavors.</div></div><div>The default cloud image for Amphora today is Ubuntu, yet there are few more options[3] such as CentOS and Fedora.<br></div><div>Unlike the Ubuntu base image, which uses 'sysvinit', The latter two flavors use 'systemd'.<br></div><div>This creates incompatibility with the jinja2[4][5] templates used by the agent.</div><div><br></div><div>The way I see it there are two possible solutions for this:</div><div>1. Include a systemd equivalent in the fix[1] that will essentially duplicate the functionality mentioned above and work in the other flavors.</div><div>2. Have a the amphora agent be the only binary that needs to be configured to start upon boot, and that agent will take care of plugging namespaces and NICs and also spawning needs processes. This is how it is done in lbaas and l3 agents.</div><div><br></div><div>While the latter solution looks like a more "clean" design, the trade-off here is a bigger change to the amphora agent. </div><div><br></div><div>[1] <a href="https://review.openstack.org/#/c/331841/">https://review.openstack.org/#/c/331841/</a></div><div><div>[2] <a href="https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/listener.py#L128">https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/listener.py#L128</a></div></div><div>[3] <a href="https://github.com/openstack/octavia/blob/master/diskimage-create/diskimage-create.sh#L27">https://github.com/openstack/octavia/blob/master/diskimage-create/diskimage-create.sh#L27</a></div><div>[4] <a href="https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2">https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2</a></div><div>[5] <a href="https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2">https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2</a></div><div><br></div><div><br></div><div>Thanks,</div><div>Nir</div></div>