From 51e20db747653b67340333fe823a20e6fd8d898c Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Fri, 7 Aug 2015 18:53:38 +0000 Subject: [PATCH] Remove config-internal for Heat Change-Id: I33cf4afbb532c6268bdc2017211ea78733a42fd7 Partially-implements: blueprint remove-config-internal --- .../binary/heat/heat-api-cfn/Dockerfile | 6 +- .../centos/binary/heat/heat-api-cfn/check.sh | 1 - .../heat/heat-api-cfn/config-internal.sh | 1 - docker/centos/binary/heat/heat-api/Dockerfile | 6 +- docker/centos/binary/heat/heat-api/check.sh | 1 - .../binary/heat/heat-api/config-internal.sh | 1 - .../centos/binary/heat/heat-base/Dockerfile | 2 - .../binary/heat/heat-base/config-heat.sh | 1 - .../centos/binary/heat/heat-engine/Dockerfile | 5 +- .../heat/heat-engine/config-internal.sh | 1 - .../source/heat/heat-api-cfn/Dockerfile | 6 +- .../centos/source/heat/heat-api-cfn/check.sh | 1 - .../heat/heat-api-cfn/config-internal.sh | 1 - docker/centos/source/heat/heat-api/Dockerfile | 6 +- docker/centos/source/heat/heat-api/check.sh | 1 - .../source/heat/heat-api/config-internal.sh | 1 - .../centos/source/heat/heat-base/Dockerfile | 4 - .../source/heat/heat-base/config-heat.sh | 1 - .../centos/source/heat/heat-engine/Dockerfile | 5 +- .../heat/heat-engine/config-internal.sh | 1 - docker/common/heat/heat-api-cfn/check.sh | 16 ---- .../heat/heat-api-cfn/config-external.sh | 0 .../heat/heat-api-cfn/config-internal.sh | 32 -------- docker/common/heat/heat-api-cfn/start.sh | 2 +- docker/common/heat/heat-api/check.sh | 16 ---- .../common/heat/heat-api/config-external.sh | 0 .../common/heat/heat-api/config-internal.sh | 33 --------- docker/common/heat/heat-api/start.sh | 2 +- docker/common/heat/heat-base/config-heat.sh | 74 ------------------- .../heat/heat-engine/config-external.sh | 0 .../heat/heat-engine/config-internal.sh | 31 -------- docker/common/heat/heat-engine/start.sh | 2 +- docs/minimal-environment-vars.md | 35 +-------- 33 files changed, 19 insertions(+), 276 deletions(-) delete mode 120000 docker/centos/binary/heat/heat-api-cfn/check.sh delete mode 120000 docker/centos/binary/heat/heat-api-cfn/config-internal.sh delete mode 120000 docker/centos/binary/heat/heat-api/check.sh delete mode 120000 docker/centos/binary/heat/heat-api/config-internal.sh mode change 100755 => 100644 docker/centos/binary/heat/heat-base/Dockerfile delete mode 120000 docker/centos/binary/heat/heat-base/config-heat.sh delete mode 120000 docker/centos/binary/heat/heat-engine/config-internal.sh delete mode 120000 docker/centos/source/heat/heat-api-cfn/check.sh delete mode 120000 docker/centos/source/heat/heat-api-cfn/config-internal.sh delete mode 120000 docker/centos/source/heat/heat-api/check.sh delete mode 120000 docker/centos/source/heat/heat-api/config-internal.sh mode change 100755 => 100644 docker/centos/source/heat/heat-base/Dockerfile delete mode 120000 docker/centos/source/heat/heat-base/config-heat.sh delete mode 120000 docker/centos/source/heat/heat-engine/config-internal.sh delete mode 100755 docker/common/heat/heat-api-cfn/check.sh mode change 100755 => 100644 docker/common/heat/heat-api-cfn/config-external.sh delete mode 100755 docker/common/heat/heat-api-cfn/config-internal.sh delete mode 100755 docker/common/heat/heat-api/check.sh mode change 100755 => 100644 docker/common/heat/heat-api/config-external.sh delete mode 100755 docker/common/heat/heat-api/config-internal.sh delete mode 100755 docker/common/heat/heat-base/config-heat.sh mode change 100755 => 100644 docker/common/heat/heat-engine/config-external.sh delete mode 100755 docker/common/heat/heat-engine/config-internal.sh diff --git a/docker/centos/binary/heat/heat-api-cfn/Dockerfile b/docker/centos/binary/heat/heat-api-cfn/Dockerfile index 450363bc04..bfd2fe0bc2 100644 --- a/docker/centos/binary/heat/heat-api-cfn/Dockerfile +++ b/docker/centos/binary/heat/heat-api-cfn/Dockerfile @@ -6,9 +6,7 @@ RUN yum -y install \ python-openstackclient \ && yum clean all -COPY ./start.sh /start.sh -COPY ./check.sh /check.sh - -COPY config-internal.sh config-external.sh /opt/kolla/ +COPY start.sh / +COPY config-external.sh /opt/kolla/ CMD ["/start.sh"] diff --git a/docker/centos/binary/heat/heat-api-cfn/check.sh b/docker/centos/binary/heat/heat-api-cfn/check.sh deleted file mode 120000 index 68fce28bf1..0000000000 --- a/docker/centos/binary/heat/heat-api-cfn/check.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api-cfn/check.sh \ No newline at end of file diff --git a/docker/centos/binary/heat/heat-api-cfn/config-internal.sh b/docker/centos/binary/heat/heat-api-cfn/config-internal.sh deleted file mode 120000 index 280210245e..0000000000 --- a/docker/centos/binary/heat/heat-api-cfn/config-internal.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api-cfn/config-internal.sh \ No newline at end of file diff --git a/docker/centos/binary/heat/heat-api/Dockerfile b/docker/centos/binary/heat/heat-api/Dockerfile index ac0e187723..6f77186831 100644 --- a/docker/centos/binary/heat/heat-api/Dockerfile +++ b/docker/centos/binary/heat/heat-api/Dockerfile @@ -8,9 +8,7 @@ RUN yum -y install \ python-openstackclient \ && yum clean all -COPY ./start.sh /start.sh -COPY ./check.sh /check.sh - -COPY config-internal.sh config-external.sh /opt/kolla/ +COPY start.sh / +COPY config-external.sh /opt/kolla/ CMD ["/start.sh"] diff --git a/docker/centos/binary/heat/heat-api/check.sh b/docker/centos/binary/heat/heat-api/check.sh deleted file mode 120000 index 1e72d2e2c1..0000000000 --- a/docker/centos/binary/heat/heat-api/check.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api/check.sh \ No newline at end of file diff --git a/docker/centos/binary/heat/heat-api/config-internal.sh b/docker/centos/binary/heat/heat-api/config-internal.sh deleted file mode 120000 index e13addbc92..0000000000 --- a/docker/centos/binary/heat/heat-api/config-internal.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api/config-internal.sh \ No newline at end of file diff --git a/docker/centos/binary/heat/heat-base/Dockerfile b/docker/centos/binary/heat/heat-base/Dockerfile old mode 100755 new mode 100644 index 8fa08858e8..f66e130e3c --- a/docker/centos/binary/heat/heat-base/Dockerfile +++ b/docker/centos/binary/heat/heat-base/Dockerfile @@ -4,5 +4,3 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla) RUN yum -y install \ python-oslo-reports \ && yum clean all - -COPY config-heat.sh /opt/kolla/ diff --git a/docker/centos/binary/heat/heat-base/config-heat.sh b/docker/centos/binary/heat/heat-base/config-heat.sh deleted file mode 120000 index 8b4e897978..0000000000 --- a/docker/centos/binary/heat/heat-base/config-heat.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-base/config-heat.sh \ No newline at end of file diff --git a/docker/centos/binary/heat/heat-engine/Dockerfile b/docker/centos/binary/heat/heat-engine/Dockerfile index 83f2eba241..37cf7fb2c1 100644 --- a/docker/centos/binary/heat/heat-engine/Dockerfile +++ b/docker/centos/binary/heat/heat-engine/Dockerfile @@ -9,8 +9,7 @@ RUN yum -y install \ openstack-heat-engine \ && yum clean all -COPY ./start.sh /start.sh - -COPY config-internal.sh config-external.sh /opt/kolla/ +COPY start.sh / +COPY config-external.sh /opt/kolla/ CMD ["/start.sh"] diff --git a/docker/centos/binary/heat/heat-engine/config-internal.sh b/docker/centos/binary/heat/heat-engine/config-internal.sh deleted file mode 120000 index b79835025c..0000000000 --- a/docker/centos/binary/heat/heat-engine/config-internal.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-engine/config-internal.sh \ No newline at end of file diff --git a/docker/centos/source/heat/heat-api-cfn/Dockerfile b/docker/centos/source/heat/heat-api-cfn/Dockerfile index 30ffbeac8c..fb0d481151 100644 --- a/docker/centos/source/heat/heat-api-cfn/Dockerfile +++ b/docker/centos/source/heat/heat-api-cfn/Dockerfile @@ -1,9 +1,7 @@ FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%heat-base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) -ADD ./start.sh /start.sh -ADD ./check.sh /check.sh - -COPY config-internal.sh config-external.sh /opt/kolla/ +COPY start.sh / +COPY config-external.sh /opt/kolla/ CMD ["/start.sh"] diff --git a/docker/centos/source/heat/heat-api-cfn/check.sh b/docker/centos/source/heat/heat-api-cfn/check.sh deleted file mode 120000 index 68fce28bf1..0000000000 --- a/docker/centos/source/heat/heat-api-cfn/check.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api-cfn/check.sh \ No newline at end of file diff --git a/docker/centos/source/heat/heat-api-cfn/config-internal.sh b/docker/centos/source/heat/heat-api-cfn/config-internal.sh deleted file mode 120000 index 280210245e..0000000000 --- a/docker/centos/source/heat/heat-api-cfn/config-internal.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api-cfn/config-internal.sh \ No newline at end of file diff --git a/docker/centos/source/heat/heat-api/Dockerfile b/docker/centos/source/heat/heat-api/Dockerfile index 30ffbeac8c..fb0d481151 100644 --- a/docker/centos/source/heat/heat-api/Dockerfile +++ b/docker/centos/source/heat/heat-api/Dockerfile @@ -1,9 +1,7 @@ FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%heat-base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) -ADD ./start.sh /start.sh -ADD ./check.sh /check.sh - -COPY config-internal.sh config-external.sh /opt/kolla/ +COPY start.sh / +COPY config-external.sh /opt/kolla/ CMD ["/start.sh"] diff --git a/docker/centos/source/heat/heat-api/check.sh b/docker/centos/source/heat/heat-api/check.sh deleted file mode 120000 index 1e72d2e2c1..0000000000 --- a/docker/centos/source/heat/heat-api/check.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api/check.sh \ No newline at end of file diff --git a/docker/centos/source/heat/heat-api/config-internal.sh b/docker/centos/source/heat/heat-api/config-internal.sh deleted file mode 120000 index e13addbc92..0000000000 --- a/docker/centos/source/heat/heat-api/config-internal.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-api/config-internal.sh \ No newline at end of file diff --git a/docker/centos/source/heat/heat-base/Dockerfile b/docker/centos/source/heat/heat-base/Dockerfile old mode 100755 new mode 100644 index 52647a49e8..4ef6f222c8 --- a/docker/centos/source/heat/heat-base/Dockerfile +++ b/docker/centos/source/heat/heat-base/Dockerfile @@ -11,7 +11,3 @@ RUN cd /heat \ && mkdir /etc/heat /var/log/heat \ && cp -r /heat/etc/* /etc/heat/ \ && rm -rf /root/.cache - -COPY config-heat.sh /opt/kolla/ - -CMD ["/start.sh"] diff --git a/docker/centos/source/heat/heat-base/config-heat.sh b/docker/centos/source/heat/heat-base/config-heat.sh deleted file mode 120000 index 8b4e897978..0000000000 --- a/docker/centos/source/heat/heat-base/config-heat.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-base/config-heat.sh \ No newline at end of file diff --git a/docker/centos/source/heat/heat-engine/Dockerfile b/docker/centos/source/heat/heat-engine/Dockerfile index 9af746142f..fb0d481151 100644 --- a/docker/centos/source/heat/heat-engine/Dockerfile +++ b/docker/centos/source/heat/heat-engine/Dockerfile @@ -1,8 +1,7 @@ FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%heat-base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) -ADD ./start.sh /start.sh - -COPY config-internal.sh config-external.sh /opt/kolla/ +COPY start.sh / +COPY config-external.sh /opt/kolla/ CMD ["/start.sh"] diff --git a/docker/centos/source/heat/heat-engine/config-internal.sh b/docker/centos/source/heat/heat-engine/config-internal.sh deleted file mode 120000 index b79835025c..0000000000 --- a/docker/centos/source/heat/heat-engine/config-internal.sh +++ /dev/null @@ -1 +0,0 @@ -../../../../common/heat/heat-engine/config-internal.sh \ No newline at end of file diff --git a/docker/common/heat/heat-api-cfn/check.sh b/docker/common/heat/heat-api-cfn/check.sh deleted file mode 100755 index ee03dc6d23..0000000000 --- a/docker/common/heat/heat-api-cfn/check.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -RES=0 - -. /openrc -if ! keystone token-get > /dev/null; then - echo "ERROR: keystone token-get failed" >&2 - RES=1 -else - if ! heat stack-list > /dev/null; then - echo "ERROR: heat stack-list failed" >&2 - RES=1 - fi -fi - -exit $RES diff --git a/docker/common/heat/heat-api-cfn/config-external.sh b/docker/common/heat/heat-api-cfn/config-external.sh old mode 100755 new mode 100644 diff --git a/docker/common/heat/heat-api-cfn/config-internal.sh b/docker/common/heat/heat-api-cfn/config-internal.sh deleted file mode 100755 index 4fce4079c3..0000000000 --- a/docker/common/heat/heat-api-cfn/config-internal.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -set -e - -. /opt/kolla/kolla-common.sh -. /opt/kolla/config-heat.sh - -check_required_vars ADMIN_TENANT_NAME \ - HEAT_API_CFN_SERVICE_HOST \ - HEAT_API_CFN_SERVICE_PORT \ - HEAT_CFN_KEYSTONE_PASSWORD \ - HEAT_CFN_KEYSTONE_USER \ - KEYSTONE_ADMIN_SERVICE_HOST \ - KEYSTONE_ADMIN_SERVICE_PORT \ - KEYSTONE_ADMIN_TOKEN \ - KEYSTONE_AUTH_PROTOCOL - -fail_unless_os_service_running keystone - -export SERVICE_TOKEN="${KEYSTONE_ADMIN_TOKEN}" -export SERVICE_ENDPOINT="${KEYSTONE_AUTH_PROTOCOL}://${KEYSTONE_ADMIN_SERVICE_HOST}:${KEYSTONE_ADMIN_SERVICE_PORT}/v2.0" - -crux user-create -n ${HEAT_CFN_KEYSTONE_USER} \ - -p ${HEAT_CFN_KEYSTONE_PASSWORD} \ - -t ${ADMIN_TENANT_NAME} \ - -r admin - -crux endpoint-create --remove-all -n ${HEAT_CFN_KEYSTONE_USER} -t cloudformation \ - -I "${KEYSTONE_AUTH_PROTOCOL}://${HEAT_API_CFN_SERVICE_HOST}:${HEAT_API_CFN_SERVICE_PORT}/v1" \ - -P "${KEYSTONE_AUTH_PROTOCOL}://${HEAT_API_CFN_SERVICE_HOST}:${HEAT_API_CFN_SERVICE_PORT}/v1" \ - -A "${KEYSTONE_AUTH_PROTOCOL}://${HEAT_API_CFN_SERVICE_HOST}:${HEAT_API_CFN_SERVICE_PORT}/v1" - -exec /usr/bin/heat-api-cfn diff --git a/docker/common/heat/heat-api-cfn/start.sh b/docker/common/heat/heat-api-cfn/start.sh index 716527c80e..54b5331850 100755 --- a/docker/common/heat/heat-api-cfn/start.sh +++ b/docker/common/heat/heat-api-cfn/start.sh @@ -7,7 +7,7 @@ ARGS="" # Loading common functions. source /opt/kolla/kolla-common.sh -# Config-internal script exec out of this function, it does not return here. +# Execute config strategy set_configs exec $CMD $ARGS diff --git a/docker/common/heat/heat-api/check.sh b/docker/common/heat/heat-api/check.sh deleted file mode 100755 index ee03dc6d23..0000000000 --- a/docker/common/heat/heat-api/check.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -RES=0 - -. /openrc -if ! keystone token-get > /dev/null; then - echo "ERROR: keystone token-get failed" >&2 - RES=1 -else - if ! heat stack-list > /dev/null; then - echo "ERROR: heat stack-list failed" >&2 - RES=1 - fi -fi - -exit $RES diff --git a/docker/common/heat/heat-api/config-external.sh b/docker/common/heat/heat-api/config-external.sh old mode 100755 new mode 100644 diff --git a/docker/common/heat/heat-api/config-internal.sh b/docker/common/heat/heat-api/config-internal.sh deleted file mode 100755 index 39acca5153..0000000000 --- a/docker/common/heat/heat-api/config-internal.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -set -e - -. /opt/kolla/kolla-common.sh -. /opt/kolla/config-heat.sh - -check_required_vars ADMIN_TENANT_NAME \ - HEAT_API_SERVICE_HOST \ - HEAT_KEYSTONE_PASSWORD \ - HEAT_KEYSTONE_USER \ - KEYSTONE_ADMIN_SERVICE_HOST \ - KEYSTONE_ADMIN_TOKEN \ - KEYSTONE_AUTH_PROTOCOL \ - PUBLIC_IP - -fail_unless_os_service_running keystone - -export SERVICE_TOKEN="${KEYSTONE_ADMIN_TOKEN}" -export SERVICE_ENDPOINT="${KEYSTONE_AUTH_PROTOCOL}://${KEYSTONE_ADMIN_SERVICE_HOST}:35357/v2.0" -crux user-create -n ${HEAT_KEYSTONE_USER} \ - -p ${HEAT_KEYSTONE_PASSWORD} \ - -t ${ADMIN_TENANT_NAME} \ - -r admin - -crux endpoint-create --remove-all -n ${HEAT_KEYSTONE_USER} -t orchestration \ - -I "${KEYSTONE_AUTH_PROTOCOL}://${HEAT_API_SERVICE_HOST}:8004/v1/%(tenant_id)s" \ - -P "${KEYSTONE_AUTH_PROTOCOL}://${PUBLIC_IP}:8004/v1/%(tenant_id)s" \ - -A "${KEYSTONE_AUTH_PROTOCOL}://${HEAT_API_SERVICE_HOST}:8004/v1/%(tenant_id)s" - -# will use crux after https://github.com/larsks/crux/issues/1 is implemented -openstack role list --os-token="${KEYSTONE_ADMIN_TOKEN}" --os-url $SERVICE_ENDPOINT -f csv | tail -n +2 | awk -F, '{print $2}' | grep heat_stack_user || keystone role-create --name heat_stack_user - -exec /usr/bin/heat-api diff --git a/docker/common/heat/heat-api/start.sh b/docker/common/heat/heat-api/start.sh index 6dd14d17e5..a7b14b1d9a 100755 --- a/docker/common/heat/heat-api/start.sh +++ b/docker/common/heat/heat-api/start.sh @@ -7,7 +7,7 @@ ARGS="" # Loading common functions. source /opt/kolla/kolla-common.sh -# Config-internal script exec out of this function, it does not return here. +# Execute config strategy set_configs exec $CMD $ARGS diff --git a/docker/common/heat/heat-base/config-heat.sh b/docker/common/heat/heat-base/config-heat.sh deleted file mode 100755 index 9b71654aa5..0000000000 --- a/docker/common/heat/heat-base/config-heat.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash - -set -e - -. /opt/kolla/kolla-common.sh - -check_required_vars HEAT_API_CFN_SERVICE_PORT \ - HEAT_API_CFN_URL_HOST \ - HEAT_DB_PASSWORD \ - HEAT_DOMAIN_PASS \ - HEAT_KEYSTONE_PASSWORD \ - KEYSTONE_PUBLIC_SERVICE_HOST \ - KEYSTONE_PUBLIC_SERVICE_PORT \ - MARIADB_SERVICE_HOST \ - RABBITMQ_SERVICE_HOST - -fail_unless_db -dump_vars - -# this should use the keystone admin port -# https://bugs.launchpad.net/kolla/+bug/1469209 -cat > /openrc <