...
(ansible-node)#
ssh-keygen –t-t rsa #( passphrase: contrail123 )
ssh-copy-id root@localhost
ssh-copy-id root@<master-node>
ssh-copy-id root@<slave-node>
cd /root
git clone https://github.com/savithruml/openshift-contrail
git clone https://github.com/openshift/openshift-ansible
yes | cp /root/openshift-contrail/openshift/install-files/ose-install openshift-ansible/inventory/byo
yes | cp /root/openshift-contrail/openshift/install-files/ose-prerequisites.yml openshift-ansible/inventory/byo
...
Populate /root/openshift-ansible/inventory/byo/ose-install with all hosts (master & slave) information
From AWS, copy the Private IP@
[masters]
{master-node-internal-ip} openshift_hostname={master-node-internal-hostname}
...