X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fopnfv%2Finstaller-params.yml;h=ec0b861704a4ec5742a95c804ee955223a099121;hb=e5982f736c0394160841027dd9a06739107e10a9;hp=1bd1ce737227c96e911cce6328b8e08aa7f1051e;hpb=16a999c8ae7b36d471e5e632be3f5cbed66a5f98;p=releng.git diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 1bd1ce737..ec0b86170 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -10,13 +10,13 @@ default: apex description: 'Installer used for deploying OPNFV on this POD' - string: - name: SDN_CONTROLLER - default: 'nosdn' - description: 'SDN Controller to use' - - string: - name: OPNFV_FEATURE + name: DEPLOY_SCENARIO default: 'none' - description: 'OPNFV Feature to activate' + description: 'Scenario to deploy and test' + - string: + name: EXTERNAL_NETWORK + default: 'external' + description: 'external network for test' - parameter: name: 'compass-defaults' @@ -30,13 +30,9 @@ default: compass description: 'Installer used for deploying OPNFV on this POD' - string: - name: SDN_CONTROLLER - default: 'nosdn' - description: 'SDN Controller to use' - - string: - name: OPNFV_FEATURE - default: 'none' - description: 'OPNFV Feature to activate' + name: EXTERNAL_NETWORK + default: 'ext-net' + description: 'external network for test' - parameter: name: 'fuel-defaults' @@ -50,13 +46,13 @@ default: fuel description: 'Installer used for deploying OPNFV on this POD' - string: - name: SDN_CONTROLLER - default: 'nosdn' - description: 'SDN Controller to use' + name: EXTERNAL_NETWORK + default: 'admin_floating_net' + description: 'external network for test' - string: - name: OPNFV_FEATURE - default: 'none' - description: 'OPNFV Feature to activate' + name: BRIDGE + default: 'pxebr' + description: 'pxe bridge for booting of Fuel master' - parameter: name: 'joid-defaults' @@ -70,18 +66,37 @@ default: joid description: 'Installer used for deploying OPNFV on this POD' - string: - name: SDN_CONTROLLER - default: 'nosdn' - description: 'SDN Controller to use' + name: OS_RELEASE + default: 'mitaka' + description: 'OpenStack release (liberty|mitaka)' - string: - name: OPNFV_FEATURE - default: 'none' - description: 'OPNFV Feature to activate' + name: EXTERNAL_NETWORK + default: ext-net4 + description: "External network used for Floating ips." - string: - name: HA_MODE - default: 'ha' - description: 'High Availability mode (ha|nonha)' + name: LAB_CONFIG + default: "$HOME/joid_config" + description: "Local lab config and Openstack openrc location" - string: - name: OS_RELEASE - default: 'liberty' - description: 'OpenStack release (kilo|liberty)' + 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: infra + description: 'Installer used for deploying OPNFV on this POD'