Skip to content

Commit

Permalink
Fix configdb-nodemgr to use keystone admin secret
Browse files Browse the repository at this point in the history
Update configdb-nodemgr daemonset to consume KEYSTONE_AUTH_ADMIN_PASSWORD
as a Secret like other daemonsets: https://review.opencontrail.org/#/c/44844/

Change-Id: Id2d4df47f94e7d749114cde7016a3b2a5ad56b5f
Partial-Bug: #1765487
  • Loading branch information
Ignacio Dominguez Martinez-Casanueva committed Aug 21, 2018
1 parent fe7d37e commit c666274
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrail-thirdparty/templates/daemonset-configdb-nodemgr.yaml
Expand Up @@ -66,6 +66,11 @@ spec:
value: {{ .Values.global.contrail_env.CONFIGDB_CQL_PORT | default 9041 | quote }}
- name: CASSANDRA_JMX_LOCAL_PORT
value: {{ .Values.global.contrail_env.CONFIGDB_JMX_LOCAL_PORT | default 7200 | quote }}
- name: KEYSTONE_AUTH_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .Values.secrets.keystone.admin }}
key: KEYSTONE_AUTH_ADMIN_PASSWORD
volumeMounts:
- mountPath: /mnt/docker.sock
name: docker-unix-socket
Expand Down

0 comments on commit c666274

Please sign in to comment.