-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaccel-db.4compute.config.yml
104 lines (103 loc) · 2.84 KB
/
accel-db.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
---
# 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:
nvidia_playbook:
description: playbook for installing nvidia for gpudb
cuda_deb: "packages/cuda8.deb"
driver_level: "nvidia-361"
dkms_deb: "packages/dkms.deb"
upstream_packages:
all:
- screen
controller2:
- openjdk-8
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
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
vlan: 210
mgmt-pxe:
description: Management Network
method: dhcp
eth-port: eth15
node-templates:
controller2:
hostname: min
userid-ipmi: ADMIN
password-ipmi: admin
cobbler-profile: ubuntu-16.04.1-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