X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopnfv%2Finstaller-params.yml;h=ec0b861704a4ec5742a95c804ee955223a099121;hb=e5982f736c0394160841027dd9a06739107e10a9;hp=8e1cf9e7a7ac1014e19c2ff5d7f298cdd3f275b3;hpb=1bb2777927d0beb6952c661cfd1c9435eae3983c;p=releng.git diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 8e1cf9e7a..ec0b86170 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -6,13 +6,17 @@ default: '192.168.X.X' description: 'IP of the installer' - string: - name: INSTALLER_NAME + name: INSTALLER_TYPE default: apex description: 'Installer used for deploying OPNFV on this POD' - string: - name: INSTALLER_TYPE - default: $INSTALLER_NAME - description: 'Installer used for deploying OPNFV on this POD' + name: DEPLOY_SCENARIO + default: 'none' + description: 'Scenario to deploy and test' + - string: + name: EXTERNAL_NETWORK + default: 'external' + description: 'external network for test' - parameter: name: 'compass-defaults' @@ -21,14 +25,14 @@ name: INSTALLER_IP default: '192.168.200.2' description: 'IP of the installer' - - string: - name: INSTALLER_NAME - default: compass4nfv - description: 'Installer used for deploying OPNFV on this POD' - string: name: INSTALLER_TYPE - default: $INSTALLER_NAME + default: compass description: 'Installer used for deploying OPNFV on this POD' + - string: + name: EXTERNAL_NETWORK + default: 'ext-net' + description: 'external network for test' - parameter: name: 'fuel-defaults' @@ -38,9 +42,17 @@ default: '10.20.0.2' description: 'IP of the installer' - string: - name: INSTALLER_NAME + name: INSTALLER_TYPE default: fuel description: 'Installer used for deploying OPNFV on this POD' + - string: + name: EXTERNAL_NETWORK + default: 'admin_floating_net' + description: 'external network for test' + - string: + name: BRIDGE + default: 'pxebr' + description: 'pxe bridge for booting of Fuel master' - parameter: name: 'joid-defaults' @@ -50,10 +62,41 @@ default: '192.168.Y.Y' description: 'IP of the installer' - string: - name: INSTALLER_NAME + name: INSTALLER_TYPE default: joid description: 'Installer used for deploying OPNFV on this POD' + - string: + name: OS_RELEASE + default: 'mitaka' + description: 'OpenStack release (liberty|mitaka)' + - string: + name: EXTERNAL_NETWORK + default: ext-net4 + description: "External network used for Floating ips." + - string: + name: LAB_CONFIG + default: "$HOME/joid_config" + description: "Local lab config and Openstack openrc location" + - string: + name: MAAS_REINSTALL + default: 'false' + description: "Reinstall MAAS and Bootstrap before deploy [true/false]" + - string: + name: UBUNTU_DISTRO + default: 'xenial' + description: "Ubuntu distribution to use for Openstack (trusty|xenial)" + - string: + name: CPU_ARCHITECTURE + default: 'amd64' + description: "CPU Architecture to use for Ubuntu distro " +- parameter: + name: 'infra-defaults' + parameters: + - string: + name: INSTALLER_IP + default: '192.168.122.2' + description: 'IP of the installer' - string: name: INSTALLER_TYPE - default: $INSTALLER_NAME + default: infra description: 'Installer used for deploying OPNFV on this POD'