Modernizing, switch qa02 to main chart

Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
This commit is contained in:
Carsten Schafer
2024-05-29 16:47:27 -04:00
parent d4fe9004e4
commit 338e727628
5 changed files with 18 additions and 25 deletions

View File

@@ -27,10 +27,9 @@ jobs:
- name: Fetch kubeconfig
run: aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
# TODO WIFI-7839 delete when issue is resolved on AWS CLI side
- name: install kubectl
- name: Install kubectl
run: |
curl -s -LO "https://dl.k8s.io/release/v1.27.6/bin/linux/amd64/kubectl"
curl -s -LO "https://dl.k8s.io/release/v1.27.14/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Restart OWGW in defined namespace

View File

@@ -34,7 +34,7 @@ env:
{
"namespace": "demo",
"deploy_method": "git",
"chart_version": "v3.0.0",
"chart_version": "main",
"owgw_version": "master",
"owsec_version": "main",
"owfms_version": "main",
@@ -93,7 +93,7 @@ jobs:
steps:
- name: Checkout repo with Helm values
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
@@ -109,10 +109,9 @@ jobs:
run: |
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
# TODO WIFI-7839 delete when issue is resolved on AWS CLI side
- name: install kubectl
- name: Install kubectl
run: |
curl -s -LO "https://dl.k8s.io/release/v1.27.6/bin/linux/amd64/kubectl"
curl -s -LO "https://dl.k8s.io/release/v1.27.14/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Deploy OpenWIFI Cloud SDK
@@ -143,7 +142,6 @@ jobs:
export OWANALYTICS_VERSION=${{ matrix.owanalytics_version }}
export OWSUB_VERSION=${{ matrix.owsub_version }}
export OWRRM_VERSION=${{ matrix.owrrm_version }}
./deploy.sh
else
export DEPLOY_METHOD=git
export CHART_VERSION=main
@@ -156,8 +154,8 @@ jobs:
export OWANALYTICS_VERSION=main
export OWSUB_VERSION=main
export OWRRM_VERSION=main
./deploy.sh
fi
./deploy.sh
- name: Show resource state on deployment failure
if: failure()
@@ -182,4 +180,3 @@ jobs:
if: failure()
run: |
helm rollback tip-openwifi --namespace openwifi-${{ matrix.namespace }} --wait --timeout 20m

View File

@@ -93,7 +93,7 @@ jobs:
steps:
- name: Checkout repo with Helm values
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
@@ -109,10 +109,9 @@ jobs:
run: |
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
# TODO WIFI-7839 delete when issue is resolved on AWS CLI side
- name: install kubectl
- name: Install kubectl
run: |
curl -s -LO "https://dl.k8s.io/release/v1.27.6/bin/linux/amd64/kubectl"
curl -s -LO "https://dl.k8s.io/release/v1.27.14/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Deploy OpenWIFI Cloud SDK
@@ -143,7 +142,6 @@ jobs:
export OWANALYTICS_VERSION=${{ matrix.owanalytics_version }}
export OWSUB_VERSION=${{ matrix.owsub_version }}
export OWRRM_VERSION=${{ matrix.owrrm_version }}
./deploy.sh
else
export DEPLOY_METHOD=git
export CHART_VERSION=main
@@ -156,8 +154,8 @@ jobs:
export OWANALYTICS_VERSION=main
export OWSUB_VERSION=main
export OWRRM_VERSION=main
./deploy.sh
fi
./deploy.sh
- name: Show resource state on deployment failure
if: failure()

View File

@@ -74,7 +74,7 @@ jobs:
steps:
- name: Checkout repo with Helm values
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
@@ -90,10 +90,9 @@ jobs:
run: |
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
# TODO WIFI-7839 delete when issue is resolved on AWS CLI side
- name: install kubectl
- name: Install kubectl
run: |
curl -s -LO "https://dl.k8s.io/release/v1.27.6/bin/linux/amd64/kubectl"
curl -s -LO "https://dl.k8s.io/release/v1.27.14/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Deploy OpenWIFI Cloud SDK

View File

@@ -34,7 +34,7 @@ env:
{
"namespace": "qa02",
"deploy_method": "git",
"chart_version": "v3.0.2-RC1",
"chart_version": "main",
"owgw_version": "master",
"owsec_version": "main",
"owfms_version": "main",
@@ -74,7 +74,7 @@ jobs:
steps:
- name: Checkout repo with Helm values
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
path: wlan-cloud-ucentral-deploy
@@ -90,9 +90,9 @@ jobs:
run: |
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
- name: install kubectl
- name: Install kubectl
run: |
curl -s -LO "https://dl.k8s.io/release/v1.27.6/bin/linux/amd64/kubectl"
curl -s -LO "https://dl.k8s.io/release/v1.27.14/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Deploy OpenWIFI Cloud SDK