Add parameter of external network for yardstick testing
[releng.git] / jjb / opnfv / 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: SDN_CONTROLLER
14             default: 'nosdn'
15             description: 'SDN Controller to use'
16         - string:
17             name: OPNFV_FEATURE
18             default: 'none'
19             description: 'OPNFV Feature to activate'
20         - string:
21             name: EXTERNAL_NETWORK
22             default: 'net04_ext'
23             description: 'external network for test'
24
25 - parameter:
26     name: 'compass-defaults'
27     parameters:
28         - string:
29             name: INSTALLER_IP
30             default: '192.168.200.2'
31             description: 'IP of the installer'
32         - string:
33             name: INSTALLER_TYPE
34             default: compass
35             description: 'Installer used for deploying OPNFV on this POD'
36         - string:
37             name: SDN_CONTROLLER
38             default: 'nosdn'
39             description: 'SDN Controller to use'
40         - string:
41             name: OPNFV_FEATURE
42             default: 'none'
43             description: 'OPNFV Feature to activate'
44         - string:
45             name: EXTERNAL_NETWORK
46             default: 'ext-net'
47             description: 'external network for test'
48
49 - parameter:
50     name: 'fuel-defaults'
51     parameters:
52         - string:
53             name: INSTALLER_IP
54             default: '10.20.0.2'
55             description: 'IP of the installer'
56         - string:
57             name: INSTALLER_TYPE
58             default: fuel
59             description: 'Installer used for deploying OPNFV on this POD'
60         - string:
61             name: SDN_CONTROLLER
62             default: 'nosdn'
63             description: 'SDN Controller to use'
64         - string:
65             name: OPNFV_FEATURE
66             default: 'none'
67             description: 'OPNFV Feature to activate'
68         - string:
69             name: DEPLOY_SCENARIO
70             default: 'test'
71             description: 'OPNFV Deployment Scenario'
72         - string:
73             name: EXTERNAL_NETWORK
74             default: 'net04_ext'
75             description: 'external network for test'
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: SDN_CONTROLLER
90             default: 'nosdn'
91             description: 'SDN Controller to use'
92         - string:
93             name: OPNFV_FEATURE
94             default: 'none'
95             description: 'OPNFV Feature to activate'
96         - string:
97             name: HA_MODE
98             default: 'ha'
99             description: 'High Availability mode (ha|nonha)'
100         - string:
101             name: OS_RELEASE
102             default: 'liberty'
103             description: 'OpenStack release (kilo|liberty)'
104         - string:
105             name: EXTERNAL_NETWORK
106             default: 'net04_ext'
107             description: 'external network for test'