OpenShift: Difference between revisions

Content added Content deleted
Line 15: Line 15:


;Perform these steps on all 3 hosts:
;Perform these steps on all 3 hosts:

* Install the following pre-requirements:
yum -y install yum yum-utils wget git net-tools bind-utils iptables-services bridge-utils NetworkManager
yum -y install ansible pyOpenSSL python python-yaml python-dbus python-cryptography python-lxml docker tesseract nano
yum -y update

* Setup Docker pre-requirements:
systemctl enable docker
systemctl start docker


* Add the IP address, hostname and FQDN of each node to /etc/hosts for each host
* Add the IP address, hostname and FQDN of each node to /etc/hosts for each host
Line 29: Line 38:
do ssh-copy-id -i ~/.ssh/id_rsa.pub $host; \
do ssh-copy-id -i ~/.ssh/id_rsa.pub $host; \
done
done

* Install the following pre-requirements:
yum -y install yum yum-utils wget git net-tools bind-utils iptables-services bridge-utils NetworkManager
yum -y install ansible pyOpenSSL python python-yaml python-dbus python-cryptography python-lxml docker tesseract nano
yum -y update

* Setup Docker pre-requirements:
systemctl enable docker
systemctl start docker


* Restart all 3 hosts
* Restart all 3 hosts