summaryrefslogtreecommitdiffstats
path: root/example.yml
blob: 8a154dcd50fdd48f1f35e31ca602c6e543117e86 (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
---
# 3 CTDB nodes, an active directory node and a test node
node_list: [nas, nas, nas, ad, test]

# Last octet of the first node's IP address - the default is OK but
# this will obviously need to be set if running multiple clusters
firstip: 50

repositories:
  # local CentOS mirror, will cause default repos to be removed
- name: centos-7-os
  type: distro
  baseurl: http://10.11.12.13/mediasets
  path: CENTOS/7/os/\$basearch/

  # local Samba and CTDB repository - assumed to be served by host machine
- name: samba
  type: nas
  path: SAMBA/samba-4.9.4/

  # local Samba AD repository - assumed to be served by host machine
- name: samba-ad
  type: ad
  path: SAMBA-AD/samba-4.9.4/

  # GPFS cluster filesystme - assumed to be served by host machine
- name: gpfs
  type: clusterfs
  path: GPFS/4.2.3

resolv_conf:
  # nameserver will be the active directory node or, if done, then virthost
  domain: example.local
...