Hi,
Please could someone explain what the "instance communication network" is (or point me to some documentation)?
I see it with a blank value in my 'gnt-cluster info' command but i'm struggling to find any info about it.
The man page says:
The --instance-communication-network enables instance communication by specifying the name
of the Ganeti network that should be used for instance communication. If the supplied
network does not exist, Ganeti will create a new network with the supplied name with the
default parameters for instance communication. If the supplied network exists, Ganeti
will check its parameters and warn about unusual configurations, but it will still use
that network for instance communication.
...which doesn't explain much! :)
My nodes have a separate, non-routed VLAN using RFC1918 addressing for replication and intra-node communication (or that was the intention!!) so I created my cluster with: --secondary-ip 10.205.1.1.
So I have:
- br0: Primary network interface
- br1: Local only, non-routed network for intra-node comms/replication etc
Then a whole bunch of bridges for VMs which have no IP on the nodes:
- br-external
- br-internal
- etc
Thanks,
Ian