Add BRIDGE parameter when deploy Fuel
[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         - string:
53             name: BRIDGE
54             default: 'pxebr'
55             description: 'pxe bridge for booting of Fuel master'
56
57 - parameter:
58     name: 'joid-defaults'
59     parameters:
60         - string:
61             name: INSTALLER_IP
62             default: '192.168.Y.Y'
63             description: 'IP of the installer'
64         - string:
65             name: INSTALLER_TYPE
66             default: joid
67             description: 'Installer used for deploying OPNFV on this POD'
68         - string:
69             name: OS_RELEASE
70             default: 'mitaka'
71             description: 'OpenStack release (liberty|mitaka)'
72         - string:
73             name: EXTERNAL_NETWORK
74             default: ext-net;flat;192.168.0.2;192.168.0.253;192.168.0.1;192.168.0.0/24
75             description: "External network to create (name;type;first ip;last ip; gateway;network)"
76         - string:
77             name: CEPH_DISKS
78             default: '/srv'
79             description: "Disks to use by ceph by default (space separated list)"
80         - string:
81             name: LAB_CONFIG
82             default: "$HOME/joid_config"
83             description: "Local lab config and Openstack openrc location"
84         - string:
85             name: CEPH_REFORMAT
86             default: 'false'
87             description: "Format or not disk before using ceph [true/false] (must be done the first time)"
88         - string:
89             name: MAAS_REINSTALL
90             default: 'false'
91             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
92         - string:
93             name: UBUNTU_DISTRO
94             default: 'xenial'
95             description: "Ubuntu distribution to use for Openstack (trusty|xenial)"
96         - string:
97             name: CPU_ARCHITECTURE
98             default: 'amd64'
99             description: "CPU Architecture to use for Ubuntu distro "
100
101 - parameter:
102     name: 'sandbox-defaults'
103     parameters:
104         - string:
105             name: INSTALLER_IP
106             default: '10.20.0.2'
107             description: 'IP of the installer'
108         - string:
109             name: INSTALLER_TYPE
110             default: sandbox
111             description: 'Installer used for deploying OPNFV on this POD'
112         - string:
113             name: EXTERNAL_NETWORK
114             default: 'admin_floating_net'
115             description: 'external network for test'