diff options
author | liyuenan <liyuenan@huawei.com> | 2016-11-01 11:36:27 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2016-11-03 16:13:55 +0800 |
commit | dbbb61368932e724f8aae720e1de53ae5c4eebf3 (patch) | |
tree | 34dafa2e2e29e7a5bc450fd3af83d4db05bbfa1f /run.sh | |
parent | de648f81d362c57a983600b4ce4401c9c14da2f9 (diff) |
Edit the deploy.sh
Change-Id: I611abbd6a1265fc397c8af4f2131e5e073ad91bb
Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/run.sh b/run.sh deleted file mode 100755 index 98631452..00000000 --- a/run.sh +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/bash -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -# ISO_URL is your iso's absolute path -# export ISO_URL=file:///home/compass/compass4nfv.iso -# or -# export ISO_URL=http://artifacts.opnfv.org/compass4nfv/colorado/opnfv-colorado.1.0.iso -export ISO_URL= - -# DHA is your dha.yml's path -# export DHA=/home/compass4nfv/deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml -export DHA= - -# NETWORK is your network.yml's path -# export NETWORK=/home/compass4nfv/deploy/conf/vm_environment/huawei-virtual1/network.yml -export NETWORK= - -# node number when you virtual deploy -# export VIRT_NUMBER=5 - -########## Ubuntu16.04 Newton ########## -# export OS_VERSION=xenial -# export OPENSTACK_VERSION=newton_xenial - -########## Ubuntu14.04 Mitaka ########## -export OS_VERSION=trusty -export OPENSTACK_VERSION=mitaka - -########## Ubuntu16.04 Mitaka ########## -# export OS_VERSION=xenial -# export OPENSTACK_VERSION=mitaka_xenial - -########## Centos7 Mitaka ########## -# export OS_VERSION=centos7 -# export OPENSTACK_VERSION=mitaka - -########## Redhat7 OSP9 ########## -# export OS_VERSION=redhat7 -# export OPENSTACK_VERSION=osp9 - -########## Hardware Deploy Jumpserver PXE NIC ########## -# you need comment out it when virtual deploy -# export INSTALL_NIC=eth1 - -########## Deploy or Redeploy ########## -# export DEPLOY_HOST="true" -# export DEPLOY_FIRST_TIME="false" - -./deploy.sh - |