From 3e2f879630c8bc7556a0a079f771debaa32cc050 Mon Sep 17 00:00:00 2001 From: venkataanil Date: Mon, 14 Nov 2022 16:37:35 +0530 Subject: [PATCH] update ci config file (#90) 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. --- ci/templates/config.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ci/templates/config.yaml b/ci/templates/config.yaml index 35c688a..dc06fe4 100644 --- a/ci/templates/config.yaml +++ b/ci/templates/config.yaml @@ -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" @@ -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