haproxy-deployment.yaml fixes according to new keystone inputs
This commit is contained in:
parent
e4843f6369
commit
1c9e116f4f
@ -57,15 +57,21 @@ resources:
|
|||||||
- name: keystone1
|
- name: keystone1
|
||||||
model: x/resources/keystone/
|
model: x/resources/keystone/
|
||||||
args:
|
args:
|
||||||
ip:
|
admin_port: 35357
|
||||||
|
port: 5000
|
||||||
image: TEST
|
image: TEST
|
||||||
|
config_dir: /etc/solar/keystone1
|
||||||
|
ip:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
- name: keystone2
|
- name: keystone2
|
||||||
model: x/resources/keystone/
|
model: x/resources/keystone/
|
||||||
args:
|
args:
|
||||||
ip:
|
admin_port: 35357
|
||||||
|
port: 5000
|
||||||
|
config_dir: /etc/solar/keystone2
|
||||||
image: TEST
|
image: TEST
|
||||||
|
ip:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
- name: haproxy_keystone_config
|
- name: haproxy_keystone_config
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
ports:
|
ports:
|
||||||
- {{ port }}:5000
|
- {{ port }}:5000
|
||||||
- {{ admin_port }}:35357
|
- {{ admin_port }}:35357
|
||||||
volumnes:
|
volumes:
|
||||||
- {{ config_dir }}:/etc/keystone
|
- {{ config_dir }}:/etc/keystone
|
||||||
|
Loading…
Reference in New Issue
Block a user