Merge "Remove trailing slash in example"
[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: 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.122.5'
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: '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'