Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
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:

    1. Re-image all hosts with Ubuntu 16.04.2. Set up password-free access to all hosts.
    2. Install Docker on all the target nodes. Update the /etc/apt/sources.list accordingly so that it can download the package from the Web.
    3. Download contrail-ansible repo and create your inventory file.

      See Provisioning a Contrail Kubernetes Cluster for more information.

    4. Create a folder called container_images inside the Contrail Ansible playbook.
    5. Download the contrail-kubernetes-docker_.tgz file. Untar the file and copy all Docker images to the container_images folder.
    6. Run the Ansible playbook.
      ansible-playbook -i inventory/my-inventory site.yml

    Modified: 2017-06-05