Juniper / contrail-ansible

Ansible scripts used by server manager
Apache License 2.0
5 stars 10 forks source link

Closes-bug: #1679318 - Remove the dependency on internet for the node… #18

Closed ramprackash closed 7 years ago

ramprackash commented 7 years ago

…/docker roles by using packages from contrail-install-package package.

  1. In the docker role, if install_method is package, use the specified contrail_apt_repo apt repository to install docker-engine(or specified) package.
  2. In the node role, do not use "pip" module to get doker-py but use the corresponding package in the official ubuntu repo - python-docker.
  3. Unfortunately the dependencies for python-docker has not been captured correctly in the deb specs. Have to manually install a few missed out dependencies like python-ipaddr and python-urllib3
  4. In site.yml, afte compute node is rebooted, wait for a specific port rather than just wait for timeout.