Integrating Murano in OpenStack

In this section, we will go through a few steps to install and configure the Application Catalog service in OpenStack. As with any other OpenStack service, we will need to make sure some prerequisites are installed. The following steps assumes the existence of an OpenStack cluster on CentOS 7 and running Ocata release:

  1. On the cloud controller node, make sure that the following dependencies are satisfied:
# yum install python-setuptools postgresql-devel libffi-devel git gcc
  1. Before installing the Murano packages, we need to make sure to have a safe way to check the packages install by using a generic virtual environment. For this purpose, install tox on the controller node using the pip command line:
# pip ...

Get Extending OpenStack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.