haproxy-deployment.yaml fixes according to new keystone inputs

This commit is contained in:
Przemyslaw Kaminski 2015-04-28 11:49:51 +02:00
parent e4843f6369
commit 1c9e116f4f
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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