tripleo-heat-templates/ci/environments
Michele Baldessari b0e7008196 standalone/overcloud: enable the HA deployment by default
With the HA NG work having landed, the impact of pacemaker
is reduced and only very few core services are being managed
by pacemaker. Since the HA deployments work just fine
with a single node, it makes little sense to use the non-ha
deployment as default any longer (Also because downstream
we do the default to the HA deployment by default and this
keeps confusing users).

This patch does the following :

* Remove Keepalived services from all CI scenarios running it.
* Make sure all HA services deployed in CI run with Pacemaker.
* Remove non HA containers so Pacemaker can
  bootstrap the new containers safely.
* Before removing mysql container, create the clustercheck user and
  grant correct permissions to avoid bootstrap issues later when galera
  is spawned.
* Disable HA on the minor update job, it seems to not working fine if
  only one controller is deployed.

Depends-On: https://review.opendev.org/#/c/718759
Change-Id: I0f61016df6a9f07971c5eab51cc9674a1458c66f
2020-04-09 21:27:02 +00:00
..
network Remove Nova parameters that are no longer used 2020-03-28 22:07:33 +01:00
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 standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +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
ovb-ha.yaml Remove ContainerCLI from ovb-ha default file 2019-08-06 16:58:52 +00:00
scenario000-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario000-standalone.yaml Remove unnecessary references to optional cinder templates 2020-03-27 13:20:39 -07:00
scenario001-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario001-standalone.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario002-standalone.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario003-standalone.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario004-standalone.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario007-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario007-standalone.yaml Remove unnecessary references to optional cinder templates 2020-03-27 13:20:39 -07:00
scenario010-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario010-standalone.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario012-standalone.yaml Don't use pacemaker in ironic sa job 2020-02-01 19:16:36 +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.