X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopnfv%2Finstaller-params.yml;h=57ca9864eb350202824d4eda1f3555cb9fdddfb6;hb=f770fb90cae6fed096658b480bbf236fef424735;hp=dc170f79a0387b46625889425c77c66b56a8ac33;hpb=1263b76fdb0642130ece84029f98989c5bdb3a7d;p=releng.git diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index dc170f79a..57ca9864e 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,17 +46,9 @@ default: fuel 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' - - string: - name: DEPLOY_SCENARIO - default: 'test' - description: 'OPNFV Deployment Scenario' + name: EXTERNAL_NETWORK + default: 'admin_floating_net' + description: 'external network for test' - parameter: name: 'joid-defaults' @@ -73,19 +61,27 @@ name: INSTALLER_TYPE default: joid 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' - - string: - name: HA_MODE - default: 'ha' - description: 'High Availability mode (ha|nonha)' - string: name: OS_RELEASE default: 'liberty' description: 'OpenStack release (kilo|liberty)' + - string: + name: EXTERNAL_NETWORK + default: ext-net;flat;192.168.0.2;192.168.0.253;192.168.0.1;192.168.0.0/24 + description: "External network to create (name;type;first ip;last ip; gateway;network)" + - string: + name: CEPH_DISKS + default: '/srv' + description: "Disks to use by ceph by default (space separated list)" + - string: + name: LAB_CONFIG + default: "$HOME/joid_config" + description: "Local lab config and Openstack openrc location" + - string: + name: CEPH_REFORMAT + default: 'false' + description: "Format or not disk before using ceph [true/false] (must be done the first time)" + - string: + name: MAAS_REINSTALL + default: 'false' + description: "Reinstall MAAS and Bootstrap before deploy [true/false]"