Browse Source

minor changes to the doc

master
Nicolas Massé 8 years ago
parent
commit
f41daf6b3a
  1. 5
      README.md

5
README.md

@ -42,6 +42,8 @@ ansible-playbook -i /etc/ansible/hosts prepare.yml
## What does this playbook ## What does this playbook
This playbook goes through the following steps:
- Make sure `net.ipv4.ip_forward` is set to `1` - Make sure `net.ipv4.ip_forward` is set to `1`
- Remove any locally installed DNS server that might interfere with OpenShift - Remove any locally installed DNS server that might interfere with OpenShift
- Make sure nothing is listening on port 53 - Make sure nothing is listening on port 53
@ -56,3 +58,6 @@ ansible-playbook -i /etc/ansible/hosts prepare.yml
- Configure Docker for OverlayFS - Configure Docker for OverlayFS
- Make sure the filesystem holding `/var/lib/docker` is formatted as XFS - Make sure the filesystem holding `/var/lib/docker` is formatted as XFS
- Install the `atomic-openshift-utils` package - Install the `atomic-openshift-utils` package
Note: several steps require a reboot to apply the new configuration or detect
any misconfiguration, be prepared!

Loading…
Cancel
Save