summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-20 07:08:48 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-11-21 23:54:01 +0000
commit18d7d0baa88b924c21d9aa62f042f9d18fbcc134 (patch)
treec1a7323da7d123b3b45b3cdb30b17b0f67b3fe09
parent93fa3c572de6d7d249343b50ccd7bfb4ce8d43da (diff)
joid support of Newton.
This patch is to enabled joid for D release where Newton openstack will be deployed by default on the CI/CD. Also correct few values which were wrong in defualt mode. Change-Id: I911993776cf6327b28c442dac41860cb41e2c3ae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rw-r--r--jjb/opnfv/installer-params.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml
index ec0b86170..55f4769b7 100644
--- a/jjb/opnfv/installer-params.yml
+++ b/jjb/opnfv/installer-params.yml
@@ -59,7 +59,7 @@
parameters:
- string:
name: INSTALLER_IP
- default: '192.168.Y.Y'
+ default: '192.168.122.5'
description: 'IP of the installer'
- string:
name: INSTALLER_TYPE
@@ -67,11 +67,11 @@
description: 'Installer used for deploying OPNFV on this POD'
- string:
name: OS_RELEASE
- default: 'mitaka'
- description: 'OpenStack release (liberty|mitaka)'
+ default: 'newton'
+ description: 'OpenStack release (mitaka|newton)'
- string:
name: EXTERNAL_NETWORK
- default: ext-net4
+ default: ext-net
description: "External network used for Floating ips."
- string:
name: LAB_CONFIG
@@ -84,7 +84,7 @@
- string:
name: UBUNTU_DISTRO
default: 'xenial'
- description: "Ubuntu distribution to use for Openstack (trusty|xenial)"
+ description: "Ubuntu distribution to use for Openstack (xenial)"
- string:
name: CPU_ARCHITECTURE
default: 'amd64'