Update Heat to mount Policy at engine statefulsets and set client endpoints

This commit is contained in:
Pete Birley 2017-01-12 23:50:26 +00:00
parent 49133ce86b
commit f1ef55de6e
3 changed files with 16 additions and 1 deletions

View File

@ -80,3 +80,11 @@ region_name = {{ .Values.keystone.heat_trustee_region_name }}
user_domain_name = {{ .Values.keystone.heat_trustee_user_domain }}
username = {{ .Values.keystone.heat_trustee_user }}
password = {{ .Values.keystone.heat_trustee_password }}
[clients]
endpoint_type = internalURL
[clients_keystone]
endpoint_type = internalURL
auth_uri = {{ include "endpoint_keystone_internal" . }}

View File

@ -55,6 +55,10 @@ spec:
mountPath: /etc/heat/conf/heat.conf
subPath: heat.conf
readOnly: true
- name: heatpolicy
mountPath: /etc/heat/policy.json
subPath: policy.json
readOnly: true
volumes:
- name: pod-etc-heat
emptyDir: {}
@ -63,3 +67,6 @@ spec:
- name: heatconf
configMap:
name: heat-etc
- name: heatpolicy
configMap:
name: heat-etc

View File

@ -108,7 +108,7 @@ resources:
workers: 8
misc:
debug: false
debug: true
secrets:
keystone_admin: