[fuel] Add missing ssh key to environment vars
[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: SALT_MASTER_IP
42             default: '192.168.10.100'
43             description: 'IP of the salt master (for mcp deployments)'
44         - string:
45             name: SSH_KEY
46             default: '/tmp/mcp.rsa'
47             description: 'Path to private SSH key to access environment nodes'
48         - string:
49             name: INSTALLER_TYPE
50             default: fuel
51             description: 'Installer used for deploying OPNFV on this POD'
52         - string:
53             name: EXTERNAL_NETWORK
54             default: 'admin_floating_net'
55             description: 'external network for test'
56         - string:
57             name: BRIDGE
58             default: 'pxebr'
59             description: 'pxe bridge for booting of Fuel master'
60
61 - parameter:
62     name: 'joid-defaults'
63     parameters:
64         - string:
65             name: INSTALLER_IP
66             default: '192.168.122.5'
67             description: 'IP of the installer'
68         - string:
69             name: INSTALLER_TYPE
70             default: joid
71             description: 'Installer used for deploying OPNFV on this POD'
72         - string:
73             name: MODEL
74             default: 'os'
75             description: 'Model to deploy (os|k8)'
76         - string:
77             name: OS_RELEASE
78             default: 'newton'
79             description: 'OpenStack release (mitaka|newton)'
80         - string:
81             name: EXTERNAL_NETWORK
82             default: ext-net
83             description: "External network used for Floating ips."
84         - string:
85             name: LAB_CONFIG
86             default: "$HOME/joid_config"
87             description: "Local lab config and Openstack openrc location"
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 (xenial)"
96         - string:
97             name: CPU_ARCHITECTURE
98             default: 'amd64'
99             description: "CPU Architecture to use for Ubuntu distro "
100
101 - parameter:
102     name: 'daisy-defaults'
103     parameters:
104         - string:
105             name: INSTALLER_IP
106             default: '10.20.7.3'
107             description: 'IP of the installer'
108         - string:
109             name: INSTALLER_TYPE
110             default: daisy
111             description: 'Installer used for deploying OPNFV on this POD'
112         - string:
113             name: BRIDGE
114             default: 'br7'
115             description: 'pxe bridge for booting of Fuel master'
116
117 - parameter:
118     name: 'infra-defaults'
119     parameters:
120         - string:
121             name: INSTALLER_IP
122             default: '192.168.122.2'
123             description: 'IP of the installer'
124         - string:
125             name: INSTALLER_TYPE
126             default: infra
127             description: 'Installer used for deploying OPNFV on this POD'
128 - parameter:
129     name: 'netvirt-defaults'
130     parameters:
131         - string:
132             name: INSTALLER_IP
133             default: '192.168.X.X'
134             description: 'IP of the installer'
135         - string:
136             name: INSTALLER_TYPE
137             default: apex
138             description: 'Installer used for deploying OPNFV on this POD'
139         - string:
140             name: EXTERNAL_NETWORK
141             default: 'external'
142             description: 'external network for test'