openstack-ansible-os_octavia/tasks
Jesse Pretorius 33a709485c Execute image setup against octavia_service_setup_host
In order to reduce the packages required to pip install on to the hosts,
we use service delegation to octavia_service_setup_host so that instead
of installing software on the target host, and putting credentials on
every target host, we isolate the software and credentials to a single
host.

In this patch we remove the variable 'octavia_image_downloader' and replace
it with just using the 'octavia_service_setup_host' instead. We also need
to add the variable 'octavia_amp_image_path_owner' which is set to the user
running the playbook by default, so that the image can be downloaded to the
deployment host successfully.

There are any other tasks in the role which need updating before we can
eliminate the octavia_requires_pip_packages, but for the sake of keeping
the patch smaller and easier to review they will be done in follow up
patches.

Change-Id: I438cdf695abe223a9fcf7ead796fe2eef41845b7
2018-08-02 09:05:07 +01:00
..
main.yml Execute image setup against octavia_service_setup_host 2018-08-02 09:05:07 +01:00
mq_setup.yml Move MQ vhost/user creation into role 2018-08-01 18:56:29 +01:00
octavia_amp_image.yml Execute image setup against octavia_service_setup_host 2018-08-02 09:05:07 +01:00
octavia_certs.yml Make certificate generation host configurable 2018-07-20 11:47:01 +00:00
octavia_db_setup.yml Move database creation into role 2018-06-28 16:28:02 +01:00
octavia_flavor_create.yml Fixes mgmt net and flavor fact setting 2018-04-02 11:47:59 -07:00
octavia_init_common.yml Octavia role hacking 2017-03-01 12:48:12 -05:00
octavia_init_systemd.yml Remove code for cleanups 2018-04-14 11:48:02 -04:00
octavia_install.yml Fix usage of "|" for tests 2018-07-18 13:51:51 +00:00
octavia_mgmt_network.yml Fixes mgmt net and flavor fact setting 2018-04-02 11:47:59 -07:00
octavia_policy.yml Fix usage of "|" for tests 2018-07-18 13:51:51 +00:00
octavia_post_install.yml Downloads amphora images from artifact storage 2018-04-17 16:31:59 -07:00
octavia_pre_install.yml Octavia role hacking 2017-03-01 12:48:12 -05:00
octavia_security_group.yml Move shade to octavia_requires_pip_packages 2017-03-11 08:35:16 -08:00
octavia_service_add.yml Execute service setup against a delegated host using Ansible built-in modules 2018-08-02 09:05:07 +01:00
octavia_uwsgi.yml Implement uWSGI for octavia-api 2017-08-04 13:20:54 +01:00