Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Installing Containerized Contrail Controller for Kubernetes
Perform the following steps to install containerized Contrail controller for Kubernetes:
- Re-image all hosts with Ubuntu 16.04.2. Set up password-free access to all hosts.
- Install Docker on all the target nodes. Update the
/etc/apt/sources.listaccordingly so that it can download the package from the Web. - Download contrail-ansible repo and create your inventory
file.
See Provisioning a Contrail Kubernetes Cluster for more information.
- Create a folder called
container_imagesinside the Contrail Ansible playbook. - Download the
contrail-kubernetes-docker_.tgzfile. Untar the file and copy all Docker images to thecontainer_imagesfolder. - Run the Ansible playbook.
ansible-playbook -i inventory/my-inventory site.yml

