summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/installer-params.yml
blob: dc170f79a0387b46625889425c77c66b56a8ac33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
- parameter:
    name: 'apex-defaults'
    parameters:
        - string:
            name: INSTALLER_IP
            default: '192.168.X.X'
            description: 'IP of the installer'
        - string:
            name: INSTALLER_TYPE
            default: apex
            description: 'Installer used for deploying OPNFV on this POD'
        - string:
            name: SDN_CONTROLLER
            default: 'nosdn'
            description: 'SDN Controller to use'
        - string:
            name: OPNFV_FEATURE
            default: 'none'
            description: 'OPNFV Feature to activate'

- parameter:
    name: 'compass-defaults'
    parameters:
        - string:
            name: INSTALLER_IP
            default: '192.168.200.2'
            description: 'IP of the installer'
        - string:
            name: INSTALLER_TYPE
            default: compass
            description: 'Installer used for deploying OPNFV on this POD'
        - string:
            name: SDN_CONTROLLER
            default: 'nosdn'
            description: 'SDN Controller to use'
        - string:
            name: OPNFV_FEATURE
            default: 'none'
            description: 'OPNFV Feature to activate'

- parameter:
    name: 'fuel-defaults'
    parameters:
        - string:
            name: INSTALLER_IP
            default: '10.20.0.2'
            description: 'IP of the installer'
        - string:
            name: INSTALLER_TYPE
            default: fuel
            description: 'Installer used for deploying OPNFV on this POD'
        - string:
            name: SDN_CONTROLLER
            default: 'nosdn'
            description: 'SDN Controller to use'
        - string:
            name: OPNFV_FEATURE
            default: 'none'
            description: 'OPNFV Feature to activate'
        - string:
            name: DEPLOY_SCENARIO
            default: 'test'
            description: 'OPNFV Deployment Scenario'

- parameter:
    name: 'joid-defaults'
    parameters:
        - string:
            name: INSTALLER_IP
            default: '192.168.Y.Y'
            description: 'IP of the installer'
        - string:
            name: INSTALLER_TYPE
            default: joid
            description: 'Installer used for deploying OPNFV on this POD'
        - string:
            name: SDN_CONTROLLER
            default: 'nosdn'
            description: 'SDN Controller to use'
        - string:
            name: OPNFV_FEATURE
            default: 'none'
            description: 'OPNFV Feature to activate'
        - string:
            name: HA_MODE
            default: 'ha'
            description: 'High Availability mode (ha|nonha)'
        - string:
            name: OS_RELEASE
            default: 'liberty'
            description: 'OpenStack release (kilo|liberty)'