Skip to content

Commit

Permalink
update ci config file (#90)
Browse files Browse the repository at this point in the history
A new section is created for ocm token options in ocm-api-load
config file. CI config file has to be updated accordingly.
CI config file has to also include the new end points.
  • Loading branch information
venkataanil authored Nov 14, 2022
1 parent e9d79df commit 3e2f879
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ci/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
ocm-token: $OCM_TOKEN
ocm-token-url: $OCM_TOKEN_URL
ocm:
token-url: $OCM_TOKEN_URL
auths:
- token: $OCM_TOKEN
gateway-url: $GATEWAY_URL
aws:
- region: "$AWS_DEFAULT_REGION"
access-key: "$AWS_ACCESS_KEY_ID"
secret-access-key: "$AWS_SECRET_ACCESS_KEY"
account-id: "$AWS_ACCOUNT_ID"
account-name: "osdCcsAdmin"
elastic:
server: "$ES_SERVER"
index: "$ES_INDEX"
Expand Down Expand Up @@ -50,3 +53,12 @@ tests:
certificates:
rate: "$CERTIFICATES_RATE"
duration: $CERTIFICATES_DURATION
create-services:
rate: "$CREATE_SERVICES_RATE"
duration: $CREATE_SERVICES_DURATION
get-services:
rate: "$GET_SERVICES_RATE"
duration: $GET_SERVICES_DURATION
patch-services:
rate: "$PATCH_SERVICES_RATE"
duration: $PATCH_SERVICES_DURATION

0 comments on commit 3e2f879

Please sign in to comment.