• Ubuntu,  Unix

    Installing the Docker for OpenStack Heat

    Docker is an engine that automates deploying applications as highly portable, self-sufficient containers, independent of hardware, language, framework, packaging system and hosting provider. Heat is the main project used when it comes to OpenStack orchestration. There is a Docker plugin for Heat. To install this plugin, you’ll need to use the stable/icehouse branch (which seems like what’s made the tool so mature rather than simply being available for Nova) to install Heat via apt-get install. Once downloaded, extract the contrib/docker folder and delete the tests directory. Then copy the contrib/docker folderĀ to the OpenStack controller. Here we’ll put it atĀ /usr/lib/heat directory. This results in the path of /usr/lib/heat/docker/docker. Next, install python-pip:…