diff --git a/.github/workflows/cloud-controller-build.yaml b/.github/workflows/cloud-controller-build.yaml index bdbfa7e54..de7187296 100644 --- a/.github/workflows/cloud-controller-build.yaml +++ b/.github/workflows/cloud-controller-build.yaml @@ -19,43 +19,43 @@ env: testbeds: '[ { "number": "ext-01", - "version": "2021-02-23" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "ext-02", - "version": "2021-02-23" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "ext-03", - "version": "2021-02-23" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "ext-04", - "version": "2021-02-23" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "ext-05", - "version": "2021-02-23" + "version": "1.0.0-SNAPSHOT-2021-04-06T" }, { "number": "01", - "version": "2021-02-21" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "02", - "version": "2021-02-21" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "04", - "version": "2021-02-21" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "05", - "version": "2021-02-21" + "version": "1.0.0-SNAPSHOT-2021-04-06" }, { "number": "15", - "version": "2021-02-21" + "version": "1.0.0-SNAPSHOT-2021-04-06" } ]' diff --git a/README.md b/README.md index 7461ba83d..f8fd95bf4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ pip3 install paramiko pip3 install xlsxwriter -STEP 4 +STEP 3 Lets Install Controller Libraries, follow below steps: @@ -65,13 +65,13 @@ echo "extra-index-url = https://tip-read:tip-read@tip.jfrog.io/artifactory/api/p echo "tip-wlan-cloud" > ~/.pip/requirements.txt pip3 install -r ~/.pip/requirements.txt -STEP 5 +STEP 4 Setup configuration.py file This file is autogenerated by Quali-Lab-Orchestration You can custom create the configuration file, by following the sample configuration data structure (tests/configuration.py) -STEP 6 +STEP 5 You are all set, @@ -91,6 +91,16 @@ email: shivam.thakur@candelatech.com +<<<<<<< HEAD +======= +1. number == NOLA testbed number this cloud controller is assigned to +2. version == docker images version to use with this particular deployment. supports 3 options: + 1. "%arbitrary_text%" - will use `%arbitrary_text%` images + 2. "" - will use `1.0.0-SNAPSHOT-yyyy-mm-dd` images from yesterdays date + +## Motivation +Automate Automate and Automate! +>>>>>>> master ## Build status *WIP*