aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.j2.yaml
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2016-08-05 11:31:38 -0400
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-10-19 06:40:08 +0000
commit5f2f5422d7f2abbb874e9c75eb0d0d8b70fbf414 (patch)
tree20df228dd432bd52444298016b6cfb6eaa0af6ef /overcloud.j2.yaml
parent81aa47d3143bf58cffdb0bd9fbacfd0e05e195e4 (diff)
Add Barbican to the overcloud
Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com> Depends-On: If2804b469eb3ee08f3f194c7dd3290d23a245a7a Depends-On: I091ecfbcb2e38fe77203244ac7a597aedcb558fb Change-Id: Iacc504fc4fa2d06893917024ce2340d3fb80b626
Diffstat (limited to 'overcloud.j2.yaml')
-rw-r--r--overcloud.j2.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml
index 2e6412db..b7d441a4 100644
--- a/overcloud.j2.yaml
+++ b/overcloud.j2.yaml
@@ -562,6 +562,9 @@ outputs:
AodhInternalVip:
description: VIP for Aodh API internal endpoint
value: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, AodhApiNetwork]}]}
+ BarbicanInternalVip:
+ description: VIP for Barbican API internal endpoint
+ value: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, BarbicanApiNetwork]}]}
CeilometerInternalVip:
description: VIP for Ceilometer API internal endpoint
value: {get_attr: [VipMap, net_ip_map, {get_attr: [ServiceNetMap, service_net_map, CeilometerApiNetwork]}]}