Add daisy installer default parameters
[releng.git] / jjb / global / 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: EXTERNAL_NETWORK
14             default: 'external'
15             description: 'external network for test'
16
17 - parameter:
18     name: 'compass-defaults'
19     parameters:
20         - string:
21             name: INSTALLER_IP
22             default: '192.168.200.2'
23             description: 'IP of the installer'
24         - string:
25             name: INSTALLER_TYPE
26             default: compass
27             description: 'Installer used for deploying OPNFV on this POD'
28         - string:
29             name: EXTERNAL_NETWORK
30             default: 'ext-net'
31             description: 'external network for test'
32
33 - parameter:
34     name: 'fuel-defaults'
35     parameters:
36         - string:
37             name: INSTALLER_IP
38             default: '10.20.0.2'
39             description: 'IP of the installer'
40         - string:
41             name: INSTALLER_TYPE
42             default: fuel
43             description: 'Installer used for deploying OPNFV on this POD'
44         - string:
45             name: EXTERNAL_NETWORK
46             default: 'admin_floating_net'
47             description: 'external network for test'
48         - string:
49             name: BRIDGE
50             default: 'pxebr'
51             description: 'pxe bridge for booting of Fuel master'
52
53 - parameter:
54     name: 'joid-defaults'
55     parameters:
56         - string:
57             name: INSTALLER_IP
58             default: '192.168.122.5'
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: MODEL
66             default: 'os'
67             description: 'Model to deploy (os|k8)'
68         - string:
69             name: OS_RELEASE
70             default: 'newton'
71             description: 'OpenStack release (mitaka|newton)'
72         - string:
73             name: EXTERNAL_NETWORK
74             default: ext-net
75             description: "External network used for Floating ips."
76         - string:
77             name: LAB_CONFIG
78             default: "$HOME/joid_config"
79             description: "Local lab config and Openstack openrc location"
80         - string:
81             name: MAAS_REINSTALL
82             default: 'false'
83             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
84         - string:
85             name: UBUNTU_DISTRO
86             default: 'xenial'
87             description: "Ubuntu distribution to use for Openstack (xenial)"
88         - string:
89             name: CPU_ARCHITECTURE
90             default: 'amd64'
91             description: "CPU Architecture to use for Ubuntu distro "
92
93 - parameter:
94     name: 'daisy-defaults'
95     parameters:
96         - string:
97             name: INSTALLER_IP
98             default: '10.20.0.2'
99             description: 'IP of the installer'
100         - string:
101             name: INSTALLER_TYPE
102             default: daisy
103             description: 'Installer used for deploying OPNFV on this POD'
104
105 - parameter:
106     name: 'infra-defaults'
107     parameters:
108         - string:
109             name: INSTALLER_IP
110             default: '192.168.122.2'
111             description: 'IP of the installer'
112         - string:
113             name: INSTALLER_TYPE
114             default: infra
115             description: 'Installer used for deploying OPNFV on this POD'
116 - parameter:
117     name: 'netvirt-defaults'
118     parameters:
119         - string:
120             name: INSTALLER_IP
121             default: '192.168.X.X'
122             description: 'IP of the installer'
123         - string:
124             name: INSTALLER_TYPE
125             default: netvirt
126             description: 'Installer used for deploying OPNFV on this POD'
127         - string:
128             name: EXTERNAL_NETWORK
129             default: 'external'
130             description: 'external network for test'