fernandohackbart / ansible-k8s-centos

An Ansible playbook to configure Kubernetes on Centos 7 servers
0 stars 1 forks source link

k8s-gluster flexible topology.json generation #2

Open fernandohackbart opened 6 years ago

fernandohackbart commented 6 years ago

Now is a fixed 2 node topology, should be flexible to have as much nodes as defined in:

k8s_heketi_nodes_names: ["k8s-node1.prototype.local","k8s-node2.prototype.local"]
k8s_heketi_nodes_ips: ["192.168.40.43","192.168.40.48"]
k8s_heketi_nodes_devices: ["/dev/vdb","/dev/vdb"]
fernandohackbart commented 6 years ago

The comma in the middle of the segments is the annoying issue...