joid support of Newton. 27/23427/3
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 20 Oct 2016 12:08:48 +0000 (07:08 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Mon, 21 Nov 2016 23:54:01 +0000 (23:54 +0000)
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>
jjb/opnfv/installer-params.yml

index ec0b861..55f4769 100644 (file)
@@ -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
             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'