tripleo-heat-templates/ci/environments
Alan Bishop 80fcd33248 Deploy multipathd using tripleo_multipathd ansible role
The puppet and ansible tasks for deploying the Multipathd service have
been moved to a new tripleo_multipathd ansible role. THT uses that role
passing in parameter values via ansible variables.

Two new THT parameters are supported:
- MultipathdCustomConfigFile provides a way for the user to specify a
  custom multipath.conf file. This makes it easier for the user to
  manage custom settings that are unique to their deployment, such as
  vendor specific hardware tuning.
- MultipathdSkipKpartx provides a means for overriding multipathd's
  default behavior whereby it automatically creates disk partitions on
  multipath devices. Partitions should be managed by VM servers accessing
  the device, not by the overcloud host itself.

Depends-On: Icf9faff31d83f0ea77d00a59a53d6ad36b06da4f
Depends-On: I3478312b5117da5c2e819e47c99f574246e84838
Change-Id: I934a1ae5bc0d77fd39b25f5039635e5df6e9004f
2020-10-22 06:07:15 -07:00
..
network Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
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 Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
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
README.rst Add README to ci/environments directory 2017-06-27 14:47:55 -05:00
scenario000-multinode-containers.yaml Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
scenario000-standalone.yaml Use ansible for nodes validation 2020-09-04 15:28:16 -06:00
scenario001-multinode-containers.yaml Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
scenario001-standalone.yaml Deploy multipathd using tripleo_multipathd ansible role 2020-10-22 06:07:15 -07:00
scenario002-standalone.yaml Run tripleo_lvmfilter role to restrict block devices visible to LVM2 2020-10-21 10:46:08 +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 Make NetworkConfigWithAnsible parameter non-role specific 2020-10-15 19:41:27 +05:30
scenario007-standalone.yaml Use ansible for nodes validation 2020-09-04 15:28:16 -06: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

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.