Browse Source

add sample inventory

pull/2931/head
Sascha Marcel Schmidt 6 years ago
parent
commit
9c7e30e4b4
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
1 changed files with 26 additions and 0 deletions
  1. 26
      contrib/network-storage/heketi/inventory.yml.sample

26
contrib/network-storage/heketi/inventory.yml.sample

@ -0,0 +1,26 @@
all:
vars:
heketi_admin_key: "11elfeinhundertundelf"
heketi_user_key: "!!einseinseins"
children:
k8s-cluster:
vars:
kubelet_fail_swap_on: false
children:
kube-master:
hosts:
node1:
etcd:
hosts:
node2:
kube-node:
hosts: &kube_nodes
node1:
node2:
node3:
node4:
heketi-node:
vars:
disk_volume_device_1: "/dev/vdb"
hosts:
<<: *kube_nodes
Loading…
Cancel
Save