diff options
author | meimei <meimei@huawei.com> | 2015-11-04 17:44:12 -0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2015-11-05 11:35:02 -0800 |
commit | a218e6e81c06822e25c784e715094c606905c387 (patch) | |
tree | 2459800b8051c5f3045be40a094feddc9b25c3e1 /jjb/compass4nfv | |
parent | d4d2a1ba8abb52b55e994d1ebb24b5c428014780 (diff) |
bugfix of compass baremetal deployment:
JIRA: COMPASS-133
- undo odl deployment because of unsolved problem,
that problem will cause the network breakdown
- fix wrong public ip
- fix wrong internal repo ip
Change-Id: Ia76a9ca263a89cc72e0224854d6c525e9e6985b8
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'jjb/compass4nfv')
-rw-r--r-- | jjb/compass4nfv/compass4nfv.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/jjb/compass4nfv/compass4nfv.yml b/jjb/compass4nfv/compass4nfv.yml index 614337574..1f6faca7b 100644 --- a/jjb/compass4nfv/compass4nfv.yml +++ b/jjb/compass4nfv/compass4nfv.yml @@ -215,10 +215,10 @@ - project: 'compass-deploy-virtual-cluster' git-revision: true block: true - - trigger-builds: - - project: 'compass-deploy-virtual-cluster-odl' - git-revision: true - block: true +# - trigger-builds: +# - project: 'compass-deploy-virtual-cluster-odl' +# git-revision: true +# block: true - trigger-builds: - project: 'compass-deploy-virtual-cluster-onos' git-revision: true @@ -422,10 +422,10 @@ description: "URL to Google Storage proxy" - string: name: installer_ip - default: "10.1.0.12" + default: "192.168.200.2" - string: name: PPA_REPO - default: "http://58.251.166.184:9999" + default: "http://205.177.226.235:9999" - string: name: PPA_CACHE default: "$WORKSPACE/work/repo/" @@ -552,6 +552,9 @@ export CONFDIR=$WORKSPACE/deploy/conf/hardware_environment/huawei_us_lab/pod1 export ISO_URL=file://$BUILD_DIRECTORY/compass.iso + export EXTERNAL_NIC=eth0 + export INSTALL_NIC=eth1 + cd $WORKSPACE ./deploy.sh --dha $CONFDIR/dha.yml --network $CONFDIR/network.yml |