-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml.tfdist.4min
156 lines (152 loc) · 4.13 KB
/
config.yml.tfdist.4min
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
145
146
147
148
149
150
151
152
153
154
155
156
---
# Copyright 2017 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 cuda repository
cuda_deb: "packages/cuda8.deb"
cudnn5_deb: "packages/cudnn5.deb"
cudnn5_dev_deb: "packages/cudnn5_dev.deb"
dkms_deb: "packages/dkms.deb"
powerai_playbook:
description: Playbook for installing Power machine learning frameworks
mldl_deb: "packages/mldl.deb"
powerai_frameworks:
- tensorflow
# - ibm-caffe
# - nv-caffe
# - bvlc-caffe
# - chainer
# - torch
# - theano
samples_src: "static/tensorflow/distributed/samples"
samples_dest: "/opt/DL/tensorflow/samples"
# ofed_driver: "packages/ofed.tgz"
models_tree: "https://github.com/tensorflow/models.git"
deployer-gateway: true
ipaddr-mgmt-network: 192.168.3.0/24
ipaddr-mgmt-switch:
rack1: 192.168.3.5
ipaddr-data-switch:
rack1: 192.168.3.6
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
nfs:
nfs_network: interconnect
nfs_server: parameter
nfs_clients: worker
nfs_shares:
- /data
networks:
# external:
# description: Organization site or external network
# addr: 1.2.3.0/24
# broadcast: 1.2.3.255
# gateway: 1.2.3.1
# dns-nameservers: 1.2.3.200
# dns-search: example.com
# method: static
# eth-port: eth10
interconnect:
description: Private 10G Storage Network to Interconnect Cluster
addr: 10.0.0.0/24
broadcast: 10.0.0.255
method: static
eth-port: eth11
# infiniband:
# description: Private IPoIB Network
# type: ib
# addr: 10.0.1.0/24
# broadcast: 10.0.0.255
# method: static
# eth-port: ib0
mgmt-pxe:
description: Management Network
method: dhcp
eth-port: eth15
node-templates:
worker:
hostname: worker
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-eth11: eth11
ports:
ipmi:
rack1:
- 5
- 7
- 9
pxe:
rack1:
- 6
- 8
- 10
# eth10:
# rack1:
# - 1
# - 3
# - 5
eth11:
rack1:
- 2
- 4
- 6
networks:
# - external
# - infiniband
- interconnect
- mgmt-pxe
parameter:
hostname: parm
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-eth11: eth11
mac-eth10: eth10
ports:
ipmi:
rack1:
- 11
pxe:
rack1:
- 12
eth11:
rack1:
- 8
# eth10:
# rack1:
# - 7
networks:
# - external
# - infiniband
- interconnect
- mgmt-pxe