octavia/octavia/common/jinja/templates
ptoohill1 025ec0024b Allow user-data on amphora creation
Currently, Amphora configuration data is being sent as personality
files as considered by Nova and some providers have limitations
and must use cloud-init user-data.

This patch introduces a new config option to enable user-data.
If enabled the files that were built, such as the amphora config
and certificates for the agent, will be templated into a cloud-init
user-data script that loads the files as expected. After this we
need to restart the agent as cloud-init happens at a higher level
than service scripts. This does increase the boot time.

This is configurable so there is no impact if it's not needed.

Change-Id: I60fa87722302eee9d3d1fd6ff1b5b5b697a2406e
Closes-Bug: #1541231
2016-02-09 16:34:16 -06:00
..
__init__.py Allow user-data on amphora creation 2016-02-09 16:34:16 -06:00
user_data_config_drive.template Allow user-data on amphora creation 2016-02-09 16:34:16 -06:00