From 18d7d0baa88b924c21d9aa62f042f9d18fbcc134 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 20 Oct 2016 07:08:48 -0500 Subject: [PATCH] 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 --- jjb/opnfv/installer-params.yml | 10 +++++----- 1 file 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' -- 2.16.6