mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 03:48:09 +00:00
Modernizing, switch qa02 to main chart
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
This commit is contained in:
5
.github/workflows/restart_gw.yml
vendored
5
.github/workflows/restart_gw.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
10
.github/workflows/ucentralgw-dev-deployment.yaml
vendored
10
.github/workflows/ucentralgw-dev-deployment.yaml
vendored
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user