Skip to content

Commit

Permalink
feat: RHINENG-8412 Use v2 version APIs of Cloud Connector
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra committed Mar 5, 2024
1 parent 5187258 commit 1f3ed40
Show file tree
Hide file tree
Showing 6 changed files with 923 additions and 431 deletions.
6 changes: 3 additions & 3 deletions deploy/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ objects:
key: client-id
name: psk-cloud-connector
- name: CM_CLOUD_CONNECTOR_HOST
value: ${CM_CLOUD_CONNECTOR_HOST}/api/cloud-connector/v1/
value: ${CM_CLOUD_CONNECTOR_HOST}/api/cloud-connector/v2/
- name: CM_INVENTORY_HOST
value: ${CM_INVENTORY_HOST}
- name: CM_PLAYBOOK_HOST
Expand Down Expand Up @@ -183,7 +183,7 @@ objects:
key: client-id
name: psk-cloud-connector
- name: CM_CLOUD_CONNECTOR_HOST
value: ${CM_CLOUD_CONNECTOR_HOST}/api/cloud-connector/v1/
value: ${CM_CLOUD_CONNECTOR_HOST}/api/cloud-connector/v2/
- name: CM_INVENTORY_HOST
value: ${CM_INVENTORY_HOST}
- name: CM_PLAYBOOK_HOST
Expand Down Expand Up @@ -250,7 +250,7 @@ objects:
key: client-id
name: psk-cloud-connector
- name: CM_CLOUD_CONNECTOR_HOST
value: ${CM_CLOUD_CONNECTOR_HOST}/api/cloud-connector/v1/
value: ${CM_CLOUD_CONNECTOR_HOST}/api/cloud-connector/v2/
- name: CM_PLAYBOOK_HOST
value: ${CM_PLAYBOOK_HOST}
- name: CM_TENANT_TRANSLATOR_HOST
Expand Down
Loading

0 comments on commit 1f3ed40

Please sign in to comment.