tripleo-heat-templates/ci/environments
Nir Magnezi 31b9d60175 CI should auto-generate server_certs_key_passphrase
Bug 1833942 showed that in a case that the generated value
server_certs_key_passphrase is invalid, Octavia will fail to operate.

In CI, we currently provide a pre-defined passphrase that might cover
for potential breakages in the future. This patch removes the
pre-defined passphrase so it will get generated on each run.

Note that, TripleO will now[1] either auto-generate a valid passphrase
or validate a pre-defined one.

Related-Bug: #1833942

[1] https://review.opendev.org/#/q/topic:OctaviaServerCertsKeyPassphrase-32chars

Depends-On: https://review.opendev.org/#/c/669822/
Depends-On: https://review.opendev.org/#/c/669825/
Depends-On: https://review.opendev.org/#/c/669856/

Change-Id: Ie596b04614c2ca9d961694f4012c1553a092aa3e
(cherry picked from commit 1f3088c4aa)
(cherry picked from commit 680f341f19)
2019-07-29 15:09:50 +00:00
..
network Add ability to specify dns search domains 2019-05-23 16:24:49 -04: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 Add secondary DNS server to disable-unbound environment 2018-07-20 12:05:37 +00:00
multinode-3nodes-registry.yaml Support separate oslo.messaging services for RPC and Notification 2018-04-22 04:33:44 +00:00
multinode-3nodes.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
multinode-core.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
multinode.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
multinode_major_upgrade.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
ovb-ha.yaml Add CertmongerUser role to OVB defaults 2019-02-21 12:18:51 +02:00
scenario000-multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
scenario001-multinode-containers.yaml Switch scenario00{1,4}-multinode-containers to Ceph bluestore 2019-02-26 18:25:59 +00:00
scenario002-multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
scenario003-multinode-containers.yaml Don't configure BIND to listen on localhost 2018-11-02 16:17:55 -05:00
scenario004-multinode-containers.yaml Switch scenario00{1,4}-multinode-containers to Ceph bluestore 2019-02-26 18:25:59 +00:00
scenario006-multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
scenario006-multinode.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
scenario007-multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
scenario008-multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +00:00
scenario009-multinode.yaml Set openshift_docker_insecure_registries 2018-10-23 08:03:12 +02:00
scenario010-multinode-containers.yaml CI should auto-generate server_certs_key_passphrase 2019-07-29 15:09:50 +00:00
scenario010-standalone.yaml CI should auto-generate server_certs_key_passphrase 2019-07-29 15:09:50 +00:00
scenario011-multinode-containers.yaml Always enable image prepare service for docker clouds 2018-08-28 05:04:53 +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.