aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/keystone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/haproxy/proxy/listen/openstack/keystone.yml')
-rw-r--r--mcp/reclass/classes/system/haproxy/proxy/listen/openstack/keystone.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/keystone.yml b/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/keystone.yml
deleted file mode 100644
index 17e537ecf..000000000
--- a/mcp/reclass/classes/system/haproxy/proxy/listen/openstack/keystone.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-parameters:
- haproxy:
- proxy:
- listen:
- keystone_public_api:
- type: openstack-service
- service_name: keystone
- binds:
- - address: ${_param:cluster_vip_address}
- port: 5000
- servers:
- - name: ctl01
- host: ${_param:cluster_node01_address}
- port: 5000
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl02
- host: ${_param:cluster_node02_address}
- port: 5000
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl03
- host: ${_param:cluster_node03_address}
- port: 5000
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- keystone_admin_api:
- type: openstack-service
- service_name: keystone
- binds:
- - address: ${_param:cluster_vip_address}
- port: 35357
- servers:
- - name: ctl01
- host: ${_param:cluster_node01_address}
- port: 35357
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl02
- host: ${_param:cluster_node02_address}
- port: 35357
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
- - name: ctl03
- host: ${_param:cluster_node03_address}
- port: 35357
- params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3 \ No newline at end of file