Skip to content

Commit 4ebf5c0

Browse files
carsten989Carsten Schafer
andauthored
Pki2 188 update insta (#1071)
* Try insta cert Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com> * Insta server cert testing Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com> --------- Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com> Co-authored-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
1 parent e056157 commit 4ebf5c0

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/ucentralgw-dev-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,3 @@ jobs:
180180
if: failure()
181181
run: |
182182
helm rollback tip-openwifi --namespace openwifi-${{ matrix.namespace }} --wait --timeout 20m
183-

.github/workflows/ucentralgw-qa2-deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_CLIENT_KEY }}
1414

1515
# DigiCert certs
16-
DIGICERT_CERT: ${{ secrets.DIGICERT_CERT }}
17-
DIGICERT_KEY: ${{ secrets.DIGICERT_KEY }}
16+
WEBSOCKET_CERT: ${{ secrets.INSTA_WEBSOCKET_CERT }}
17+
WEBSOCKET_KEY: ${{ secrets.INSTA_WEBSOCKET_KEY }}
1818

1919
# https://stackoverflow.com/questions/59977364/github-actions-how-use-strategy-matrix-with-script
2020
# Required object fiels per environment:
@@ -35,7 +35,7 @@ env:
3535
"namespace": "qa02",
3636
"deploy_method": "git",
3737
"chart_version": "main",
38-
"owgw_version": "v3.0.2-RC1",
38+
"owgw_version": "master",
3939
"owsec_version": "main",
4040
"owfms_version": "main",
4141
"owprov_version": "main",
@@ -83,8 +83,8 @@ jobs:
8383
- name: Prepare certificates from secrets
8484
working-directory: wlan-cloud-ucentral-deploy/chart/environment-values
8585
run: |
86-
echo "${{ env.DIGICERT_CERT }}" | base64 -d > cert.pem
87-
echo "${{ env.DIGICERT_KEY }}" | base64 -d > key.pem
86+
echo "${{ env.WEBSOCKET_CERT }}" | base64 -d > cert.pem
87+
echo "${{ env.WEBSOCKET_KEY }}" | base64 -d > key.pem
8888
8989
- name: Fetch kubeconfig
9090
run: |
@@ -110,7 +110,7 @@ jobs:
110110
export OWANALYTICS_VERSION=${{ matrix.owanalytics_version }}
111111
export OWSUB_VERSION=${{ matrix.owsub_version }}
112112
export OWRRM_VERSION=${{ matrix.owrrm_version }}
113-
export VALUES_FILE_LOCATION=values.openwifi-qa.yaml,values.openwifi-qa.single-external-db.yaml,values.openwifi-qa.separate-lbs.yaml
113+
export VALUES_FILE_LOCATION=values.openwifi-qa-insta.yaml,values.openwifi-qa.single-external-db.yaml,values.openwifi-qa.separate-lbs.yaml
114114
export RTTY_TOKEN=${{ secrets.RTTY_TOKEN }}
115115
export OWGW_AUTH_USERNAME=${{ secrets.UCENTRALGW_AUTH_USERNAME }}
116116
export OWGW_AUTH_PASSWORD=${{ secrets.UCENTRALGW_AUTH_PASSWORD }}

0 commit comments

Comments
 (0)