summaryrefslogtreecommitdiffstats
path: root/docs/vagrant.txt
blob: 2cf3b43443a775df675f43ccaf3339e21ee6b35f (plain)
1
2
3
4
The staging setup is optimized to run in vagrant containers to perform tests before applying major modifications to
production system. However, there are several pecularities to take care of
  - Vagrant uses NAT networking on eth0 (mandatory) and generates the same IP on all nodes. This confuses the OpenShift.
  As a solution: Customize NAT IPs and remove the default route on eth0 (configure standard dhcp on the second public interface)