From 43d2c6fc4151652a0a2c115f69c07bf67e475e79 Mon Sep 17 00:00:00 2001 From: faraktingi Date: Wed, 17 Nov 2021 11:26:48 +0100 Subject: [PATCH] typo in test pipeline + patching DP GW replicas --- .../Operators/cicd-test-apic/cicd-pipeline.yaml | 2 +- DrivewayDentDeletion/Operators/cicd-test/cicd-pipeline.yaml | 2 +- products/bash/configure-apic-v10.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DrivewayDentDeletion/Operators/cicd-test-apic/cicd-pipeline.yaml b/DrivewayDentDeletion/Operators/cicd-test-apic/cicd-pipeline.yaml index 3ce50e6c8..a04b4bbbf 100644 --- a/DrivewayDentDeletion/Operators/cicd-test-apic/cicd-pipeline.yaml +++ b/DrivewayDentDeletion/Operators/cicd-test-apic/cicd-pipeline.yaml @@ -381,7 +381,7 @@ spec: value: "products/bash/release-ace-integration-server.sh" - name: params # For Test deploy with tracing disabled and HA - value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-dev-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test" + value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-test-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test" workspaces: - name: git-source workspace: git-source diff --git a/DrivewayDentDeletion/Operators/cicd-test/cicd-pipeline.yaml b/DrivewayDentDeletion/Operators/cicd-test/cicd-pipeline.yaml index 2f6c029d1..5d7f92fc9 100644 --- a/DrivewayDentDeletion/Operators/cicd-test/cicd-pipeline.yaml +++ b/DrivewayDentDeletion/Operators/cicd-test/cicd-pipeline.yaml @@ -383,7 +383,7 @@ spec: value: "products/bash/release-ace-integration-server.sh" - name: params # For Test deploy with tracing disabled and HA - value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-dev-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test" + value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-test-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test" workspaces: - name: git-source workspace: git-source diff --git a/products/bash/configure-apic-v10.sh b/products/bash/configure-apic-v10.sh index c45c7b4fc..7495ad514 100755 --- a/products/bash/configure-apic-v10.sh +++ b/products/bash/configure-apic-v10.sh @@ -410,7 +410,7 @@ if [[ "$ha_enabled" == "true" ]]; then sleep 10 fi done - oc patch -n ${NAMESPACE} GatewayCluster/${RELEASE_NAME}-gw --patch '{"spec":{"profile":"n3xc4.m8"}}' --type=merge + oc patch -n ${NAMESPACE} GatewayCluster/${RELEASE_NAME}-gw --patch '{"spec":{"profile":"n3xc4.m8","replicaCount":3}}' --type=merge fi