Files
tripleo-heat-templates/environments
Dan Prince 53c2327ac6 Undercloud: support for external VIP for SSL
Wires in the use of ../network/ports/external_from_pool.yaml
so that we can control the named 'public_virtual_ip' created in
overcloud.yaml when using Undercloud SSL.

By default this has previously gone to the ctlplane IP for the
Undercloud itself. When SSL is enabled we want it set to a different
VIP managed by Haproxy/keepalived. If SSL is disabled
python-tripleoclient just sets it to the ctlplane so the previous
behavior is preserved.

Change-Id: Id8127efc658f4bae3176d7394a32face6030303c
2018-02-15 05:52:12 +00:00
..
2018-02-15 00:00:05 +00:00
2018-02-06 19:05:19 +00:00
2017-01-27 13:23:18 +00:00
2017-03-06 18:10:55 +01:00
2016-10-07 17:27:22 +00:00
2017-02-10 09:59:38 -05:00
2017-02-09 20:23:36 +00:00
2017-12-05 13:10:18 +00:00
2017-10-10 13:33:32 +00:00
2017-06-26 16:20:01 +02:00
2018-02-06 14:00:13 -08:00
2017-04-19 18:03:02 +01:00

This directory contains Heat environment file snippets which can be used to enable features in the Overcloud.

Configuration

These can be enabled using the -e [path to environment yaml] option with heatclient.

Below is an example of how to enable the Ceph template using devtest_overcloud.sh:

export OVERCLOUD\_CUSTOM\_HEAT\_ENV=$TRIPLEO\_ROOT/tripleo-heat-templates/environments/ceph_devel.yaml