Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1- copy key to the VM on AWS

 #ssh-copy-id <10.0.1.104>

2- Install packages: 

sudo yum install -y ansible-2.4.2.0
sudo yum install git -y

3- geting the contrail playbooK

4- cd and run playbook

cd contrail-ansible-deployer
ansible-playbook -i inventory/ -e orchestrator=kubernetes -e '{"instances":{"bms1":{"ip":"localhost","provider":"bms"}}}' playbooks/configure_instances.yml
ansible-playbook -i inventory/ -e orchestrator=kubernetes -e '{"instances":{"bms1":{"ip":"localhost","provider":"bms"}}}' playbooks/install_contrail.yml
  • No labels