Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

Latest support:

Image Removed

LAUNCH INSTANCES ON AWS

Image Added

Release Note & Installation Contrail 3.2:

...

https://githubwww.juniper.comnet/dahai0013/openshift-contrail

https://aws.amazon.com/

1- Create an VM on AWS

2- SSH to the VM ( username= ec2-user,  and use the private key created)

Image Removed

3- ENABLE ROOT-SSH ACCESS + create a root password ( to all nodes )

sudo su
passwd
sed -e 's/#PermitRootLogin yes/PermitRootLogin yes/g' -e 's/PasswordAuthentication no/PasswordAuthentication                  yes/g' /etc/ssh/sshd_config 
service sshd restart
yum install git epel-release -y
logout

login root@.....

4- INSTALL DEPENDENCIES ( ansible-node, master-node and slave-node )

(ansible-node)# 
yum install ansible pyOpenSSL python-cryptography python-lxml -y

(master-node)# 
yum install kernel-devel kernel-headers -y && reboot

(slave-node)# 
yum install kernel-devel kernel-headers nfs-utils socat -y && reboot

4- INSTALL OPENSHIFT

(ansible-node)# 
ssh-keygen –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

[masters]
{master-node-internal-ip} openshift_hostname={master-node-internal-hostname}

[etcd]
{master-node-internal-ip} openshift_hostname={master-node-internal-hostname}

[nodes]
{slave-node-internal-ip} openshift_hostname={slave-node-internal-hostname}

documentation/en_US/contrail3.2/information-products/pathway-pages/index-r3.2.html



Release Note & Installation Contrail 4.0:

https://www.juniper.net/documentation/en_US/contrail4.0/information-products/pathway-pages/index-r4.0.html


contrail download

http://10.84.5.120/github-build/R3.2/

http://10.84.5.120/github-build/R4.0/