openstack-ansible-os_nova/tasks
Jimmy McCrory c581c2af7b Rearrange cell mapping tasks
Existing instances can be mapped to a newly created cell immediately
after the cell is created and by the same conductor host that created
the cell.

After a new compute host is built, it will need to mapped to a cell
through the 'discover_hosts' command of nova-manage. This command will
still need to be run against a host that has direct database access, but
the command is able to handle mapping of all compute hosts that do not
currently belong to the cell so it only needs to be run once per play.

There can be a short delay in the time between a compute service
starting and becoming available to be discovered and mapped but, for
most deployments, compute host discovery will be handled automatically
as a periodic task.

Conflicts:
>------tasks/main.yml

Change-Id: I4f7328e1aff79eb94f278999b97fbad8f44c6a3e
Closes-Bug: 1749037
Related-Bug: 1729661
Related-Bug: 1752540
(cherry picked from commit 6321cf9030)
2018-03-14 13:03:47 +00:00
..
consoles Improve console install and restart services appropriately 2018-02-02 10:22:05 +00:00
drivers Enable KSM support for Nova 2017-10-31 12:39:17 +00:00
main.yml Rearrange cell mapping tasks 2018-03-14 13:03:47 +00:00
nova_compute.yml Use direct include instead of "with_first_found" 2017-07-18 14:06:16 +01:00
nova_compute_key_distribute.yml Use the host python interpreter when delegating to localhost 2017-06-19 08:00:56 -04:00
nova_compute_key_populate.yml Ensure nova home dir is completely overridable 2016-08-24 22:34:56 +00:00
nova_db_post_setup.yml Rearrange cell mapping tasks 2018-03-14 13:03:47 +00:00
nova_db_setup.yml Rearrange cell mapping tasks 2018-03-14 13:03:47 +00:00
nova_init_systemd.yml Perform an atomic policy file change 2017-06-21 11:58:00 +01:00
nova_install.yml Correct Ansible deprecation warning 2017-08-18 15:07:28 +00:00
nova_install_apt_powervm.yml Fix cache update after initial apt_repository fail 2018-02-23 11:59:39 +00:00
nova_post_install.yml Added vendor_data.json support 2018-03-09 22:03:18 +00:00
nova_pre_install.yml Streamline task execution 2017-05-18 18:46:05 -05:00
nova_selinux.yml Search for whole equivalence for SElinux 2017-03-24 14:51:08 -04:00
nova_service_setup.yml Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
nova_uwsgi.yml Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
nova_virt_detect.yml Correct nova virt type detection 2017-08-22 14:57:01 +00:00