diff --git a/deploy/clowdapp.yml b/deploy/clowdapp.yml index 024f1f6f..b6761bab 100644 --- a/deploy/clowdapp.yml +++ b/deploy/clowdapp.yml @@ -29,7 +29,7 @@ objects: envName: ${ENV_NAME} optionalDependencies: - - cloud-connector-api + - cloud-connector - playbook-dispatcher - host-inventory diff --git a/pr_check.sh b/pr_check.sh index e10ebb5f..5462d047 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -28,8 +28,7 @@ source "${CICD_ROOT}/build.sh" EXTRA_DEPLOY_ARGS="" -# Include cloud-connector (not just cloud-connector-api) as a deployment -# argument. This pulls in the 'cloud-connector' resource, which in turn pulls in +# This pulls in the 'cloud-connector' resource, which in turn pulls in # the mosquitto service we need to stand up a live environment. EXTRA_DEPLOY_ARGS="${EXTRA_DEPLOY_ARGS} cloud-connector" diff --git a/scripts/bonfire.yml b/scripts/bonfire.yml index 4d7dc20b..ad5bcde2 100644 --- a/scripts/bonfire.yml +++ b/scripts/bonfire.yml @@ -15,7 +15,7 @@ apps: TENANT_TRANSLATOR_IMPL: mock - name: cloud-connector components: - - name: cloud-connector-api + - name: cloud-connector host: github repo: RedHatInsights/cloud-connector path: deploy/clowdapp.yml diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml index ebdf8701..46f6ffdb 100644 --- a/scripts/docker-compose.yml +++ b/scripts/docker-compose.yml @@ -231,7 +231,7 @@ services: - db-cloud-connector - kafka-create-topics - mqtt-consumer - cloud-connector-api: + cloud-connector: image: quay.io/cloudservices/cloud-connector ports: - "8084:8081" @@ -342,7 +342,7 @@ services: - 8002:8000 environment: - CLOUD_CONNECTOR_IMPL=impl - - CLOUD_CONNECTOR_HOST=cloud-connector-api + - CLOUD_CONNECTOR_HOST=cloud-connector - CLOUD_CONNECTOR_PORT=8081 - CLOUD_CONNECTOR_CLIENT_ID=suraj - CLOUD_CONNECTOR_PSK=surajskey @@ -355,5 +355,5 @@ services: - DB_PASSWORD=insights depends_on: - playbook-dispatcher-db - - cloud-connector-api + - cloud-connector - dispatcher-connector