diff options
Diffstat (limited to 'docs/vagrant.txt')
-rw-r--r-- | docs/vagrant.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/vagrant.txt b/docs/vagrant.txt new file mode 100644 index 0000000..2cf3b43 --- /dev/null +++ b/docs/vagrant.txt @@ -0,0 +1,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) |