apex: change public network name to 'external'
[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: SDN_CONTROLLER
14             default: 'nosdn'
15             description: 'SDN Controller to use'
16         - string:
17             name: DEPLOY_SCENARIO
18             default: 'none'
19             description: 'Scenario to deploy and test'
20         - string:
21             name: EXTERNAL_NETWORK
22             default: 'external'
23             description: 'external network for test'
24
25 - parameter:
26     name: 'compass-defaults'
27     parameters:
28         - string:
29             name: INSTALLER_IP
30             default: '192.168.200.2'
31             description: 'IP of the installer'
32         - string:
33             name: INSTALLER_TYPE
34             default: compass
35             description: 'Installer used for deploying OPNFV on this POD'
36         - string:
37             name: SDN_CONTROLLER
38             default: 'nosdn'
39             description: 'SDN Controller to use'
40         - string:
41             name: DEPLOY_SCENARIO
42             default: 'none'
43             description: 'Scenario to deploy and test'
44         - string:
45             name: EXTERNAL_NETWORK
46             default: 'ext-net'
47             description: 'external network for test'
48
49 - parameter:
50     name: 'fuel-defaults'
51     parameters:
52         - string:
53             name: INSTALLER_IP
54             default: '10.20.0.2'
55             description: 'IP of the installer'
56         - string:
57             name: INSTALLER_TYPE
58             default: fuel
59             description: 'Installer used for deploying OPNFV on this POD'
60         - string:
61             name: DEPLOY_SCENARIO
62             default: 'none'
63             description: 'Scenario to deploy and test'
64         - string:
65             name: EXTERNAL_NETWORK
66             default: 'net04_ext'
67             description: 'external network for test'
68
69 - parameter:
70     name: 'joid-defaults'
71     parameters:
72         - string:
73             name: INSTALLER_IP
74             default: '192.168.Y.Y'
75             description: 'IP of the installer'
76         - string:
77             name: INSTALLER_TYPE
78             default: joid
79             description: 'Installer used for deploying OPNFV on this POD'
80         - string:
81             name: SDN_CONTROLLER
82             default: 'nosdn'
83             description: 'SDN Controller to use'
84         - string:
85             name: DEPLOY_SCENARIO
86             default: 'none'
87             description: 'Scenario to deploy and test'
88         - string:
89             name: HA_MODE
90             default: 'ha'
91             description: 'High Availability mode (ha|nonha)'
92         - string:
93             name: OS_RELEASE
94             default: 'liberty'
95             description: 'OpenStack release (kilo|liberty)'
96         - string:
97             name: EXTERNAL_NETWORK
98             default: ext-net;flat;192.168.0.2;192.168.0.253;192.168.0.1;192.168.0.0/24
99             description: "External network to create (name;type;first ip;last ip; gateway;network)"
100         - string:
101             name: CEPH_DISKS
102             default: '/srv'
103             description: "Disks to use by ceph by default (space separated list)"
104         - string:
105             name: CEPH_DISKS_CONTROLLERS
106             default: ''
107             description: "Disks to use by ceph by controllers (empty if same as CEPH_DISKS)"
108         - string:
109             name: LAB_CONFIG
110             default: "$HOME/joid_config"
111             description: "Local lab config and Openstack openrc location"
112         - string:
113             name: CEPH_REFORMAT
114             default: 'false'
115             description: "Format or not disk before using ceph [true/false] (must be done the first time)"
116         - string:
117             name: MAAS_REINSTALL
118             default: 'false'
119             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"