Add fuel8 external network to installer params
[releng.git] / jjb / opnfv / installer-params.yml
1 - parameter:
2     name: 'apex-defaults'
3     parameters:
4         - string:
5             name: INSTALLER_IP
6             default: '192.168.X.X'
7             description: 'IP of the installer'
8         - string:
9             name: INSTALLER_TYPE
10             default: apex
11             description: 'Installer used for deploying OPNFV on this POD'
12         - string:
13             name: DEPLOY_SCENARIO
14             default: 'none'
15             description: 'Scenario to deploy and test'
16         - string:
17             name: EXTERNAL_NETWORK
18             default: 'external'
19             description: 'external network for test'
20
21 - parameter:
22     name: 'compass-defaults'
23     parameters:
24         - string:
25             name: INSTALLER_IP
26             default: '192.168.200.2'
27             description: 'IP of the installer'
28         - string:
29             name: INSTALLER_TYPE
30             default: compass
31             description: 'Installer used for deploying OPNFV on this POD'
32         - string:
33             name: EXTERNAL_NETWORK
34             default: 'ext-net'
35             description: 'external network for test'
36
37 - parameter:
38     name: 'fuel-defaults'
39     parameters:
40         - string:
41             name: INSTALLER_IP
42             default: '10.20.0.2'
43             description: 'IP of the installer'
44         - string:
45             name: INSTALLER_TYPE
46             default: fuel
47             description: 'Installer used for deploying OPNFV on this POD'
48         - string:
49             name: EXTERNAL_NETWORK
50             default: 'admin_floating_net'
51             description: 'external network for test'
52
53 - parameter:
54     name: 'joid-defaults'
55     parameters:
56         - string:
57             name: INSTALLER_IP
58             default: '192.168.Y.Y'
59             description: 'IP of the installer'
60         - string:
61             name: INSTALLER_TYPE
62             default: joid
63             description: 'Installer used for deploying OPNFV on this POD'
64         - string:
65             name: OS_RELEASE
66             default: 'liberty'
67             description: 'OpenStack release (kilo|liberty)'
68         - string:
69             name: EXTERNAL_NETWORK
70             default: ext-net;flat;192.168.0.2;192.168.0.253;192.168.0.1;192.168.0.0/24
71             description: "External network to create (name;type;first ip;last ip; gateway;network)"
72         - string:
73             name: CEPH_DISKS
74             default: '/srv'
75             description: "Disks to use by ceph by default (space separated list)"
76         - string:
77             name: LAB_CONFIG
78             default: "$HOME/joid_config"
79             description: "Local lab config and Openstack openrc location"
80         - string:
81             name: CEPH_REFORMAT
82             default: 'false'
83             description: "Format or not disk before using ceph [true/false] (must be done the first time)"
84         - string:
85             name: MAAS_REINSTALL
86             default: 'false'
87             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"