tripleo-heat-templates/ci/environments
Emilien Macchi c712355e4b Deprecate Keepalived service
We don't deploy Keepalived in multi-node as our HA story is done with
Pacemaker. Therefore, we don't use VRRP protocol that Keepalived
provides to maintain the VIPs alive, so we don't really need this
service.

Instead, we can configure the VIPs on the br-ctlplane interface which
already handled the local_ip. Now it also handles the configuration of
public ip and admin ip.

Keepalived is now deprecated and will be removed in the next cycle.

blueprint replace-keepalived-undercloud
Change-Id: I3192be07cb6c19d5e26cb4cddbe68213e7e48937
2020-05-05 10:16:52 -04: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 Enable sensitive logs for OVB HA 2020-04-20 17:21:51 +01:00
scenario000-multinode-containers.yaml Deprecate Keepalived service 2020-05-05 10:16:52 -04:00
scenario000-standalone.yaml Deprecate Keepalived service 2020-05-05 10:16:52 -04:00
scenario001-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario001-standalone.yaml Merge "Move ceph-rgw and config overrides variables" 2020-04-10 19:10:05 +00:00
scenario002-standalone.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario003-standalone.yaml Deprecate Sahara support 2020-04-14 08:03:58 +09:00
scenario004-standalone.yaml Deprecate Keepalived service 2020-05-05 10:16:52 -04:00
scenario007-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario007-standalone.yaml Set Neutron's l3_ha flag to True in standalone ML2/OVS job 2020-04-22 10:01:19 +00:00
scenario010-multinode-containers.yaml standalone/overcloud: enable the HA deployment by default 2020-04-09 21:27:02 +00:00
scenario010-standalone.yaml Deprecate Keepalived service 2020-05-05 10:16:52 -04: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.