6e965a9cbe0722d5ce2dde4880bf7bf792032c17
[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 - parameter:
93     name: 'infra-defaults'
94     parameters:
95         - string:
96             name: INSTALLER_IP
97             default: '192.168.122.2'
98             description: 'IP of the installer'
99         - string:
100             name: INSTALLER_TYPE
101             default: infra
102             description: 'Installer used for deploying OPNFV on this POD'
103 - parameter:
104     name: 'netvirt-defaults'
105     parameters:
106         - string:
107             name: INSTALLER_IP
108             default: '192.168.X.X'
109             description: 'IP of the installer'
110         - string:
111             name: INSTALLER_TYPE
112             default: netvirt
113             description: 'Installer used for deploying OPNFV on this POD'
114         - string:
115             name: EXTERNAL_NETWORK
116             default: 'external'
117             description: 'external network for test'