From 650a4ec62542a957994c72617af56302c83360f5 Mon Sep 17 00:00:00 2001 From: Alberto Bellotti Date: Wed, 4 Oct 2017 00:13:46 -0400 Subject: [PATCH] Renaming auth_api to dbus_api service to reflect the new ManageIQ/dbus_api_service --- templates/miq-template-ext-db.yaml | 14 +++++++------- templates/miq-template.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/miq-template-ext-db.yaml b/templates/miq-template-ext-db.yaml index 72356006f..5d5ed62c3 100644 --- a/templates/miq-template-ext-db.yaml +++ b/templates/miq-template-ext-db.yaml @@ -466,13 +466,13 @@ objects: - apiVersion: v1 kind: Service metadata: - name: "${HTTPD_AUTH_API_SERVICE_NAME}" + name: "${HTTPD_DBUS_API_SERVICE_NAME}" annotations: - description: Exposes the httpd server authentication api + description: Exposes the httpd server dbus api service.alpha.openshift.io/dependencies: '[{"name":"${NAME}","namespace":"","kind":"Service"}]' spec: ports: - - name: http-auth-api + - name: http-dbus-api port: 8080 targetPort: 8080 selector: @@ -743,11 +743,11 @@ parameters: displayName: Apache httpd Service Name description: The name of the OpenShift Service exposed for the httpd container. value: httpd -- name: HTTPD_AUTH_API_SERVICE_NAME +- name: HTTPD_DBUS_API_SERVICE_NAME required: true - displayName: Apache httpd Authentication API Service Name - description: The name of httpd authentication api service. - value: httpd-auth-api + displayName: Apache httpd DBus API Service Name + description: The name of httpd dbus api service. + value: httpd-dbus-api - name: HTTPD_IMG_NAME displayName: Apache httpd Image Name description: This is the httpd image name requested to deploy. diff --git a/templates/miq-template.yaml b/templates/miq-template.yaml index bcd62aa2b..24ab266b1 100644 --- a/templates/miq-template.yaml +++ b/templates/miq-template.yaml @@ -613,13 +613,13 @@ objects: - apiVersion: v1 kind: Service metadata: - name: "${HTTPD_AUTH_API_SERVICE_NAME}" + name: "${HTTPD_DBUS_API_SERVICE_NAME}" annotations: - description: Exposes the httpd server authentication api + description: Exposes the httpd server dbus api service.alpha.openshift.io/dependencies: '[{"name":"${NAME}","namespace":"","kind":"Service"}]' spec: ports: - - name: http-auth-api + - name: http-dbus-api port: 8080 targetPort: 8080 selector: @@ -920,11 +920,11 @@ parameters: displayName: Apache httpd Service Name description: The name of the OpenShift Service exposed for the httpd container. value: httpd -- name: HTTPD_AUTH_API_SERVICE_NAME +- name: HTTPD_DBUS_API_SERVICE_NAME required: true - displayName: Apache httpd Authentication API Service Name - description: The name of httpd authentication api service. - value: httpd-auth-api + displayName: Apache httpd DBus API Service Name + description: The name of httpd dbus api service. + value: httpd-dbus-api - name: HTTPD_IMG_NAME displayName: Apache httpd Image Name description: This is the httpd image name requested to deploy.