Hello all,
I have a use case where I want to get IP address of all Database VMs in my cloud setup and add them in aerospike.conf file for mesh mode of clustering.
Aerospike config has something like this for mesh mode of cluster:
mesh-seed-address-port 10.10.10.10 3002
mesh-seed-address-port 10.10.10.11 3002
mesh-seed-address-port 10.10.10.12 3002
Since my cloud setup is going to scale-out, it makes sense that minions on themselves provide their IP address which can be added to config file on all minions via Salt master.
Please assist in getting a solution to this requirement.
Regards
AB