Refactor cellv2 host discovery logic to avoid races
authorOliver Walsh <owalsh@redhat.com>
Fri, 20 Oct 2017 22:27:15 +0000 (23:27 +0100)
committerOliver Walsh <owalsh@redhat.com>
Fri, 10 Nov 2017 09:25:25 +0000 (09:25 +0000)
commit4217767d8782abae02b11f553fc14daf7cd72916
tree40a20fb6bd90c57faed62de6192d3b208a6a0194
parent690b938c58af1446bd27c34b17fa45e865241e99
Refactor cellv2 host discovery logic to avoid races

The compute service list is polled until all expected hosts are reported or a
timeout occurs (600s).

Adds a cellv2_discovery flag to puppet services. Used to generate a list of
hosts that should have cellv2 host mappings.

Adds a canonical fqdn and that should match the fqdn reported by a host.

Adds the ability to upload a config script for docker config instead of using
complex bash on-liners.

Closes-bug: 1720821
Change-Id: I33e2f296526c957cb5f96dff19682a4e60c6a0f0
(cherry picked from commit 61fcfca045aeb5be1ee280d8dd9c260fb39b9084)
common/deploy-steps.j2
common/services.yaml
docker/services/nova-api.yaml
docker/services/nova-compute.yaml
overcloud.j2.yaml
puppet/all-nodes-config.j2.yaml
puppet/role.role.j2.yaml
tools/yaml-validate.py