tripleo-heat-templates/ci/environments
Oliver Walsh 629485dde5 Move cell_v2 discovery off compute hosts
In I12a02f636f31985bc1b71bff5b744d346286a95f cell_v2 discovery was
originally moved from the nova-api container to the
nova-compute|nova-ironic containers in order to run cell
discovery during a scale up where the controllers are omitted
(e.g to exclude the controllers from a maintenance window).

This requires api database credentials on the compute node, which is
forbidden, so it must move back to a nova-api host as a pre-requisite
for removing these credentials in a follow-up patch.

Scale-up while omitting the controllers will no longer work out of the
box. Either a manual cell_v2 discovery can be run after scale up, or an
additional node can be deployed using the NovaManager tripleo role.

Related-bug: #1786961
Related-bug: #1871482
Change-Id: I47b95ad46e2d4e5b1f370a2f840826e87da2d703
2020-11-18 12:21:59 +00:00
..
network Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
README.rst Add README to ci/environments directory 2017-06-27 14:47:55 -05:00
ceph-min-osds.yaml Add Ceph configuration with PoolDefaultSize 1 2017-06-27 22:41:56 +03:00
disable-unbound.yaml Remove all ignore_errors to avoid confusion when debugging 2020-03-05 09:22:04 -05:00
multinode-containers.yaml Move cell_v2 discovery off compute hosts 2020-11-18 12:21:59 +00:00
multinode-core.yaml Convert firewall rules to use TripleO-Ansible 2019-11-18 15:40:22 -06:00
neutron_sec_group_quota.yaml Add NeutronSecurityGroupQuota to allow setting quota_security_group 2020-03-18 02:26:51 +00:00
octavia-kvm.yaml Replace deprecated libvirt_* options 2020-09-24 18:58:29 +09:00
ovb-ha.yaml Replace deprecated libvirt_* options 2020-09-24 18:58:29 +09:00
scenario000-multinode-containers.yaml Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
scenario000-standalone.yaml Remove Sahara support 2020-10-19 09:39:36 +09:00
scenario001-multinode-containers.yaml Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
scenario001-standalone.yaml Merge "Add SendQueueLimit to collectd-amqp1" 2020-11-03 09:19:03 +00:00
scenario002-standalone.yaml Deprecate zaqar services 2020-10-29 13:26:54 +00:00
scenario003-standalone.yaml Deprecate Mistral services 2020-10-09 13:21:01 -04:00
scenario004-standalone.yaml Use ansible for nodes validation 2020-09-04 15:28:16 -06:00
scenario007-multinode-containers.yaml Merge "Rename NeutronMl2PluginBase TripleO service" 2020-10-24 00:08:46 +00:00
scenario007-standalone.yaml Rename NeutronMl2PluginBase TripleO service 2020-10-20 11:20:41 +10:00
scenario010-multinode-containers.yaml Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
scenario010-standalone.yaml Use ansible for nodes validation 2020-09-04 15:28:16 -06:00
scenario012-standalone.yaml Don't manage bridge mappings in scenario file 2020-10-14 09:28:33 +00:00
scenario013-standalone.yaml Use ansible for nodes validation 2020-09-04 15:28:16 -06:00
standalone-ipa.yaml Add ci environment file for standalone IPA parameters 2020-05-03 19:07:46 +00:00

README.rst

This directory contains environments that are used in tripleo-ci. They may change from release to release or within a release, and should not be relied upon in a production environment. The top-level environments directory in tripleo-heat-templates contains the production-ready environment files.