summaryrefslogtreecommitdiffstats
path: root/jjb/global/installer-params.yml
blob: 10255626003289d269784bda79db46068a3d64ab (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
---
- 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: EXTERNAL_NETWORK
          default: 'external'
          description: 'external network for test'

- 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: EXTERNAL_NETWORK
          default: 'ext-net'
          description: 'external network for test'

- parameter:
    name: 'fuel-defaults'
    parameters:
      - string:
          name: INSTALLER_IP
          default: '10.20.0.2'
          description: 'IP of the installer'
      - string:
          name: SALT_MASTER_IP
          default: '192.168.10.100'
          description: 'IP of the salt master (for mcp deployments)'
      - string:
          name: SSH_KEY
          default: "$HOME/opnfv/mcp.rsa"
          description: 'Path to private SSH key to access environment nodes'
      - string:
          name: INSTALLER_TYPE
          default: fuel
          description: 'Installer used for deploying OPNFV on this POD'
      - string:
          name: EXTERNAL_NETWORK
          default: 'admin_floating_net'
          description: 'external network for test'
      - string:
          name: BRIDGE
          default: 'pxebr'
          description: 'Bridge(s) to be used by salt master'

- parameter:
    name: 'joid-defaults'
    parameters:
      - string:
          name: INSTALLER_IP
          default: '192.168.122.5'
          description: 'IP of the installer'
      - string:
          name: INSTALLER_TYPE
          default: joid
          description: 'Installer used for deploying OPNFV on this POD'
      - string:
          name: MODEL
          default: 'os'
          description: 'Model to deploy (os|k8)'
      - string:
          name: OS_RELEASE
          default: 'ocata'
          description: 'OpenStack release (mitaka|newton|ocata)'
      - string:
          name: EXTERNAL_NETWORK
          default: ext-net
          description: "External network used for Floating ips."
      - string:
          name: LAB_CONFIG
          default: "$HOME/joid_config"
          description: "Local lab config and Openstack openrc location"
      - string:
          name: MAAS_REINSTALL
          default: 'false'
          description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
      - string:
          name: UBUNTU_DISTRO
          default: 'xenial'
          description: "Ubuntu distribution to use for Openstack (xenial)"
      - string:
          name: CPU_ARCHITECTURE
          default: 'amd64'
          description: "CPU Architecture to use for Ubuntu distro "

- parameter:
    name: 'daisy-defaults'
    parameters:
      - string:
          name: INSTALLER_IP
          default: '10.20.7.3'
          description: 'IP of the installer'
      - string:
          name: INSTALLER_TYPE
          default: daisy
          description: 'Installer used for deploying OPNFV on this POD'
      - string:
          name: BRIDGE
          default: 'br7'
          description: 'pxe bridge for booting of Daisy master'

- parameter:
    name: 'infra-defaults'
    parameters:
      - string:
          name: INSTALLER_IP
          default: '192.168.122.2'
          description: 'IP of the installer'
      - string:
          name: INSTALLER_TYPE
          default: infra
          description: 'Installer used for deploying OPNFV on this POD'

- parameter:
    name: 'netvirt-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: EXTERNAL_NETWORK
          default: 'external'
          description: 'external network for test'