summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-09-19 19:41:04 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-09-19 19:55:55 +0200
commit7c6eae954b04794c735cd72316f98dd559cf60ca (patch)
tree37c0c44098b3fe529535c8218e4edf0e4303b9de
parentd93a6b1018ac65ab709b866350489bb182766f8f (diff)
Fix intel-pod[17,18] assignment (Airship)
It sets Compass baremetal-centos to compass-baremetal-master arbitrarily. It should have been cleant prior to new assigment and seems safe (CompassNFV doesn't participate to the last releases) Change-Id: I08c6a9e0b5996d7f94f7eb0cdc427471878eaf90 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docs/ci/tables/ci-baremetal-servers.rst10
-rw-r--r--jjb/compass4nfv/compass-ci-jobs.yaml2
-rw-r--r--jjb/compass4nfv/compass-deploy.sh6
3 files changed, 7 insertions, 11 deletions
diff --git a/docs/ci/tables/ci-baremetal-servers.rst b/docs/ci/tables/ci-baremetal-servers.rst
index db0a1a9e7..cccf75092 100644
--- a/docs/ci/tables/ci-baremetal-servers.rst
+++ b/docs/ci/tables/ci-baremetal-servers.rst
@@ -97,15 +97,15 @@
- PDF
- IDF
* - `intel-pod17 <https://build.opnfv.org/ci/computer/intel-pod17>`_
- - Compass4NFV
+ - Airship
-
- PDF
- IDF
* - `intel-pod18 <https://build.opnfv.org/ci/computer/intel-pod18>`_
- - JOID
- - Ubuntu 16.04
- - `PDF <https://git.opnfv.org/pharos/plain/labs/intel/pod18.yaml>`__
- - `IDF <https://git.opnfv.org/pharos/plain/labs/intel/idf-pod18.yaml>`__
+ - Airship
+ -
+ - PDF
+ - IDF
* - `lf-pod1 <https://build.opnfv.org/ci/computer/lf-pod1>`_
- Apex
- CentOS 7
diff --git a/jjb/compass4nfv/compass-ci-jobs.yaml b/jjb/compass4nfv/compass-ci-jobs.yaml
index 467210201..cda7399ca 100644
--- a/jjb/compass4nfv/compass-ci-jobs.yaml
+++ b/jjb/compass4nfv/compass-ci-jobs.yaml
@@ -54,7 +54,7 @@
# master
# -------------------------------
- baremetal-centos:
- slave-label: 'intel-pod17'
+ slave-label: compass-baremetal-master
os-version: 'centos7'
<<: *master
# -------------------------------
diff --git a/jjb/compass4nfv/compass-deploy.sh b/jjb/compass4nfv/compass-deploy.sh
index 4c5448e33..4a66026d6 100644
--- a/jjb/compass4nfv/compass-deploy.sh
+++ b/jjb/compass4nfv/compass-deploy.sh
@@ -56,11 +56,7 @@ if [[ "$NODE_NAME" =~ "-virtual" ]]; then
export VIRT_NUMBER=2
fi
else
- if [[ "$NODE_NAME" =~ "intel-pod17" ]]; then
- export INSTALL_NIC=eno2
- else
- export INSTALL_NIC=eth1
- fi
+ export INSTALL_NIC=eth1
export NETWORK_CONF=$CONFDIR/hardware_environment/$NODE_NAME/${NETWORK_CONF_FILE}
export DHA_CONF=$CONFDIR/hardware_environment/$NODE_NAME/${DEPLOY_SCENARIO}.yml
fi