Merge "Keystone: Update admin port declaration to use standard layout"

This commit is contained in:
Zuul 2018-07-25 23:31:02 +00:00 committed by Gerrit Code Review
commit 71439d1b67
22 changed files with 23 additions and 41 deletions

View File

@ -550,10 +550,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
key_manager:
name: barbican
hosts:

View File

@ -1710,10 +1710,9 @@ endpoints:
scheme:
default: 'http'
port:
admin:
default: 35357
api:
default: 80
admin: 35357
metering:
name: ceilometer
hosts:

View File

@ -454,10 +454,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
object_store:
name: swift
namespace: null

View File

@ -1074,10 +1074,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
image:
name: glance
hosts:

View File

@ -248,10 +248,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
policy:
name: congress
hosts:

View File

@ -574,10 +574,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
image:
name: glance
hosts:

View File

@ -489,10 +489,9 @@ endpoints:
scheme:
default: 'http'
port:
admin:
default: 35357
api:
default: 80
admin: 35357
metric:
name: gnocchi
hosts:

View File

@ -816,10 +816,9 @@ endpoints:
scheme:
default: 'http'
port:
admin:
default: 35357
api:
default: 80
admin: 35357
orchestration:
name: heat
hosts:

View File

@ -2008,10 +2008,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
oslo_cache:
hosts:
default: memcached

View File

@ -404,10 +404,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
baremetal:
name: ironic
hosts:

View File

@ -68,7 +68,7 @@ spec:
- name: ks-pub
containerPort: {{ tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
- name: ks-adm
containerPort: {{ tuple "identity" "internal" "admin" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
containerPort: {{ tuple "identity" "admin" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
readinessProbe:
httpGet:
scheme: HTTP

View File

@ -15,7 +15,7 @@ limitations under the License.
*/}}
Listen 0.0.0.0:{{ tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
Listen 0.0.0.0:{{ tuple "identity" "internal" "admin" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
Listen 0.0.0.0:{{ tuple "identity" "admin" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
@ -40,7 +40,7 @@ CustomLog /dev/stdout proxy env=forwarded
CustomLog /dev/stdout proxy env=forwarded
</VirtualHost>
<VirtualHost *:{{ tuple "identity" "internal" "admin" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}>
<VirtualHost *:{{ tuple "identity" "admin" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}>
WSGIDaemonProcess keystone-admin processes=1 threads=1 user=keystone group=keystone display-name=%{GROUP}
WSGIProcessGroup keystone-admin
WSGIScriptAlias / /var/www/cgi-bin/keystone/keystone-wsgi-admin

View File

@ -18,7 +18,7 @@ limitations under the License.
{{- $envAll := index . 0 -}}
env:
- name: OS_BOOTSTRAP_ADMIN_URL
value: {{ tuple "identity" "admin" "admin" $envAll | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
value: {{ tuple "identity" "admin" "api" $envAll | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
- name: OS_BOOTSTRAP_INTERNAL_URL
value: {{ tuple "identity" "internal" "api" $envAll | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
- name: OS_BOOTSTRAP_PUBLIC_URL

View File

@ -29,7 +29,7 @@ spec:
nodePort: {{ .Values.network.api.node_port.port }}
{{ end }}
- name: ks-adm
port: {{ tuple "identity" "internal" "admin" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
port: {{ tuple "identity" "admin" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
{{ if .Values.network.admin.node_port.enabled }}
nodePort: {{ .Values.network.admin.node_port.port }}
{{ end }}

View File

@ -930,10 +930,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
oslo_db:
namespace: null
auth:

View File

@ -362,10 +362,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
container_infra:
name: magnum
hosts:

View File

@ -245,10 +245,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
workflowv2:
name: mistral
hosts:

View File

@ -1780,10 +1780,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
network:
name: neutron
hosts:

View File

@ -1397,10 +1397,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
image:
name: glance
hosts:

View File

@ -258,10 +258,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
benchmark:
name: rally
hosts:

View File

@ -411,10 +411,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
clustering:
name: senlin
hosts:

View File

@ -253,10 +253,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
admin: 35357
manifests:
configmap_bin: true