diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-07-26 04:40:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-26 04:40:37 +0000 |
commit | e0ee4b03e2eca114d6c2a852022df1776cd5b6a4 (patch) | |
tree | f6ebd15a63d3e557452ab06fe72173f5a5d01d7e /mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml | |
parent | 8ac1c0fa491ab5de2eaf128374f9c73202df1751 (diff) | |
parent | ac6d9c6ee11c0ae352608032228ae20f843dd014 (diff) |
Merge "Bring in Barbican service onboard"
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml b/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml index 9fe5247a4..595e14b68 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml @@ -153,3 +153,25 @@ parameters: host: ${_param:cluster_node01_address} port: 8042 params: ${_param:haproxy_check} + barbican_api: + type: openstack-service + service_name: barbican + binds: + - address: ${_param:cluster_vip_address} + port: 9311 + servers: + - name: ctl01 + host: ${_param:cluster_node01_address} + port: 9311 + params: ${_param:haproxy_check} + barbican_admin_api: + type: openstack-service + service_name: barbican + binds: + - address: ${_param:cluster_vip_address} + port: 9312 + servers: + - name: ctl01 + host: ${_param:cluster_node01_address} + port: 9312 + params: ${_param:haproxy_check} |