installer-params: Add armband defaults
[releng.git] / jjb / opnfv / installer-params.yml
1 - parameter:
2     name: 'armband-defaults'
3     parameters:
4         - string:
5             name: INSTALLER_IP
6             default: '10.20.0.2'
7             description: 'IP of the installer'
8         - string:
9             name: INSTALLER_TYPE
10             default: fuel
11             description: 'Installer used for deploying OPNFV on this POD'
12         - string:
13             name: EXTERNAL_NETWORK
14             default: 'admin_floating_net'
15             description: 'external network for test'
16         - string:
17             name: BRIDGE
18             default: 'pxebr'
19             description: 'pxe bridge for booting of Fuel master'
20
21 - parameter:
22     name: 'apex-defaults'
23     parameters:
24         - string:
25             name: INSTALLER_IP
26             default: '192.168.X.X'
27             description: 'IP of the installer'
28         - string:
29             name: INSTALLER_TYPE
30             default: apex
31             description: 'Installer used for deploying OPNFV on this POD'
32         - string:
33             name: DEPLOY_SCENARIO
34             default: 'none'
35             description: 'Scenario to deploy and test'
36         - string:
37             name: EXTERNAL_NETWORK
38             default: 'external'
39             description: 'external network for test'
40
41 - parameter:
42     name: 'compass-defaults'
43     parameters:
44         - string:
45             name: INSTALLER_IP
46             default: '192.168.200.2'
47             description: 'IP of the installer'
48         - string:
49             name: INSTALLER_TYPE
50             default: compass
51             description: 'Installer used for deploying OPNFV on this POD'
52         - string:
53             name: EXTERNAL_NETWORK
54             default: 'ext-net'
55             description: 'external network for test'
56
57 - parameter:
58     name: 'fuel-defaults'
59     parameters:
60         - string:
61             name: INSTALLER_IP
62             default: '10.20.0.2'
63             description: 'IP of the installer'
64         - string:
65             name: INSTALLER_TYPE
66             default: fuel
67             description: 'Installer used for deploying OPNFV on this POD'
68         - string:
69             name: EXTERNAL_NETWORK
70             default: 'admin_floating_net'
71             description: 'external network for test'
72         - string:
73             name: BRIDGE
74             default: 'pxebr'
75             description: 'pxe bridge for booting of Fuel master'
76
77 - parameter:
78     name: 'joid-defaults'
79     parameters:
80         - string:
81             name: INSTALLER_IP
82             default: '192.168.Y.Y'
83             description: 'IP of the installer'
84         - string:
85             name: INSTALLER_TYPE
86             default: joid
87             description: 'Installer used for deploying OPNFV on this POD'
88         - string:
89             name: OS_RELEASE
90             default: 'mitaka'
91             description: 'OpenStack release (liberty|mitaka)'
92         - string:
93             name: EXTERNAL_NETWORK
94             default: ext-net;flat;192.168.0.2;192.168.0.253;192.168.0.1;192.168.0.0/24
95             description: "External network to create (name;type;first ip;last ip; gateway;network)"
96         - string:
97             name: CEPH_DISKS
98             default: '/srv'
99             description: "Disks to use by ceph by default (space separated list)"
100         - string:
101             name: LAB_CONFIG
102             default: "$HOME/joid_config"
103             description: "Local lab config and Openstack openrc location"
104         - string:
105             name: CEPH_REFORMAT
106             default: 'false'
107             description: "Format or not disk before using ceph [true/false] (must be done the first time)"
108         - string:
109             name: MAAS_REINSTALL
110             default: 'false'
111             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
112         - string:
113             name: UBUNTU_DISTRO
114             default: 'xenial'
115             description: "Ubuntu distribution to use for Openstack (trusty|xenial)"
116         - string:
117             name: CPU_ARCHITECTURE
118             default: 'amd64'
119             description: "CPU Architecture to use for Ubuntu distro "
120
121 - parameter:
122     name: 'sandbox-defaults'
123     parameters:
124         - string:
125             name: INSTALLER_IP
126             default: '10.20.0.2'
127             description: 'IP of the installer'
128         - string:
129             name: INSTALLER_TYPE
130             default: sandbox
131             description: 'Installer used for deploying OPNFV on this POD'
132         - string:
133             name: EXTERNAL_NETWORK
134             default: 'admin_floating_net'
135             description: 'external network for test'