Skip to content

Commit

Permalink
RHINENG-12143 update Cloud Connector component (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra committed Aug 27, 2024
1 parent 8067b51 commit a488475
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ objects:
envName: ${ENV_NAME}

optionalDependencies:
- cloud-connector-api
- cloud-connector
- playbook-dispatcher
- host-inventory

Expand Down
3 changes: 1 addition & 2 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion scripts/bonfire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -355,5 +355,5 @@ services:
- DB_PASSWORD=insights
depends_on:
- playbook-dispatcher-db
- cloud-connector-api
- cloud-connector
- dispatcher-connector

0 comments on commit a488475

Please sign in to comment.