diff options
author | shuai chen <chenshuai@huawei.com> | 2016-08-17 07:36:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-17 07:36:53 +0000 |
commit | 9d6451426eb12ae4373ba1e526728a0ccf42886b (patch) | |
tree | 8debbb84a74c4585633e4b5fb889f91517e5d088 /build/build.conf | |
parent | f485be85ee52879c209678429fa72ad3e48d8776 (diff) | |
parent | b7058b4b3f823cf4c95c38741dddc68b59b733cc (diff) |
Merge "Prepare the jump host offline"
Diffstat (limited to 'build/build.conf')
-rw-r--r-- | build/build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.conf b/build/build.conf index c6e0f7a1..0723064f 100644 --- a/build/build.conf +++ b/build/build.conf @@ -14,6 +14,7 @@ export COMPASS_INSTALL=${COMPASS_INSTALL:-http://github.com/baigk/compass-instal # Compass core packages export COMPASS_PKG=${COMPASS_PKG:-$PACKAGE_URL/centos7-compass-core.tar.gz} export PIP_REPO=${PIP_REPO:-$PACKAGE_URL/pip.tar.gz} +export JH_ENV_PACKAGE=${JH_ENV_PACKAGE:-$PACKAGE_URL/jh_env_package.tar.gz} export ANSIBLE_MODULE=${ANSIBLE_MODULE:-https://github.com/openstack-ansible/openstack-ansible-modules.git} # OS ISO for provisioning |