-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmapd.4compute.config.yml
116 lines (113 loc) · 3.25 KB
/
mapd.4compute.config.yml
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
---
# Copyright 2016 IBM Corp.
#
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
reference-architecture:
mapd_deploy:
MAPD_STORAGE: "/var/lib/mapd"
MAPD_PATH: "/opt/mapd"
nvidia_playbook:
description: playbook for installing Nvidia CUDA toolkit
cuda_location: "https://developer.nvidia.com/compute/cuda/8.0/prod/local_installers/cuda-repo-ubuntu1604-8-0-local_8.0.44-1_ppc64el-deb"
upstream_packages:
all:
- openjdk-8-jre
- libldap-2.4-2
- xserver-xorg
- libglu1-mesa
- default-jre-headless
- dkms
- curl
- apt-transport-https
deployer-gateway: true # deployer will be configured as the default gateway for all client nodes
ipaddr-mgmt-network: 192.168.3.0/24
ipaddr-mgmt-switch:
rack1: 192.168.3.5
ipaddr-data-switch:
rack1: 9.3.3.178
redundant-network: false
userid-default: ubuntu
password-default: passw0rd
userid-mgmt-switch: admin
password-mgmt-switch: admin
userid-data-switch: admin
password-data-switch: admin
networks:
external:
description: Organization site or external network
addr: 9.3.3.0/24
available-ips:
- 9.3.3.18 9.3.3.20 #address range
- 9.3.3.38 #single address
broadcast: 9.3.3.255
gateway: 9.3.3.1
dns-nameservers: 9.3.1.200
dns-search: aus.stglabs.ibm.com
method: static
eth-port: eth10
interconnect:
description: Private 10G Data Network to Interconnect Cluster
addr: 10.0.0.0/24
broadcast: 10.0.0.255
method: static
eth-port: eth11
mgmt-pxe:
description: Management Network
method: dhcp
eth-port: eth15
node-templates:
controller2:
test_junk:
- test1
hostname: min
userid-ipmi: ADMIN
password-ipmi: admin
cobbler-profile: ubuntu-16.04.3-server-ppc64el
os-disk:
- /dev/sdj
- /dev/sdi
name-interfaces:
mac-pxe: eth15
mac-eth10: eth10
mac-eth11: eth11
ports:
ipmi:
rack1:
- 5
- 7
- 9
- 11
pxe:
rack1:
- 6
- 8
- 10
- 12
eth10:
rack1:
- 1
- 3
- 5
- 7
eth11:
rack1:
- 2
- 4
- 6
- 8
networks:
- external
- interconnect
- mgmt-pxe