diff options
Diffstat (limited to 'jjb/opnfv/installer-params.yml')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 833a1d449..fbcaa4ba2 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -71,21 +71,13 @@ description: 'OpenStack release (liberty|mitaka)' - 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)" + 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: 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]" |