install
install copied to clipboard
Move net_demo_installer to contiv/install
We seem to have a requirement to run the install from a node in the host. So allow installing ansible on one of the nodes and running installer from there rather than as a container from an external host.
For reference, some of the changes between net_demo_installer and the current installer:
- Service VIP is the IP of the control interface of a master node, rather than the IP of eth0 or the first interface
- Only nodes explicitly marked as role: master are used as master nodes as opposed to net_demo_installer where all nodes are master nodes
- Current ansible installs etcd as stateful by default