Add missing Barbican endpoint from tls-everywhere environment
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 2 Nov 2016 09:01:33 +0000 (11:01 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 7 Nov 2016 17:02:35 +0000 (17:02 +0000)
Change-Id: Ibabf09a8b6f35c9b086efeffcf7db89ab8d6b63b

environments/tls-everywhere-endpoints-dns.yaml

index c3fbaf4..cc1915f 100644 (file)
@@ -5,6 +5,9 @@ parameter_defaults:
     AodhAdmin: {protocol: 'https', port: '8042', host: 'CLOUDNAME'}
     AodhInternal: {protocol: 'https', port: '8042', host: 'CLOUDNAME'}
     AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'}
+    BarbicanAdmin: {protocol: 'https', port: '9311', host: 'CLOUDNAME'}
+    BarbicanInternal: {protocol: 'https', port: '9311', host: 'CLOUDNAME'}
+    BarbicanPublic: {protocol: 'https', port: '13311', host: 'CLOUDNAME'}
     CeilometerAdmin: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
     CeilometerInternal: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
     CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}