-
Notifications
You must be signed in to change notification settings - Fork 4
/
topology.yaml
58 lines (54 loc) · 1.88 KB
/
topology.yaml
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
# 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.
#
# yaml definition file for the MapR topology.
name: MapR
description: A basic MapR cluster with 1 primary node and n-1 secondary nodes
node groups:
primary-node:
- node-1
secondary-nodes:
- node-2
build args:
--mapr-version:
default: 5.2.0
help: MapR version to use
metavar: ver
start args:
--license-credentials:
help: MapR license credentials to use in the format username:password
metavar: credentials
--license-url:
help: URL to MapR license file location
metavar: url
--mapr-version:
default: 5.2.0
help: MapR version to use
metavar: ver
--mep-version:
help: MEP version to use
metavar: ver
--node-disks:
help: Map of node names to block devices
metavar: map
--predictable:
action: store_true
help: If specified, attempt to expose container ports to the same port number on the host
--dont-register-gateway:
action: store_true
help: If specified, do not register gateway with the cluster
--secure:
action: store_true
help: If specified, enable native security for the cluster
--secure-config-directory:
default: ~/.clusterdock/secure
help: Mounts this directory to all nodes for MapR security config files
metavar: path