aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorliyuenan <liyuenan@huawei.com>2016-10-11 16:44:59 +0800
committerliyuenan <liyuenan@huawei.com>2016-10-13 13:48:20 +0800
commita8c4ed17ef020cf89085550541cd7d52b832e5f9 (patch)
treeea99531e3ba5bee9523f2d264d29ba65c561e6e9 /deploy/conf
parent63d8f65494ed9e57d29ed1ecbce1caba81677499 (diff)
Add the roles for OpenStack Newton
JIRA: COMPASS-491 Change-Id: Id3ae5b254d06766a74140ec0b13608eb67339e29 Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r--deploy/conf/cluster.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf
index 5d41d53c..03566eb9 100644
--- a/deploy/conf/cluster.conf
+++ b/deploy/conf/cluster.conf
@@ -18,6 +18,8 @@ export ADAPTER_TARGET_SYSTEM_PATTERN="^openstack$"
if [ $OPENSTACK_VERSION = 'mitaka_xenial' ]; then
export REPO_NAME="xenial-mitaka-ppa"
+elif [ $OPENSTACK_VERSION = 'newton_xenial' ]; then
+ export REPO_NAME="xenial-newton-ppa"
else
export REPO_NAME="$OS_VERSION-$OPENSTACK_VERSION-ppa"
fi