Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Extending OpenStack

You're reading from   Extending OpenStack Leverage extended OpenStack projects to implement containerization, deployment, and architecting robust cloud solutions

Arrow left icon
Product type Paperback
Published in Feb 2018
Publisher Packt
ISBN-13 9781786465535
Length 300 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Omar Khedher Omar Khedher
Author Profile Icon Omar Khedher
Omar Khedher
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Inflating the OpenStack Setup FREE CHAPTER 2. Massively Scaling Computing Power 3. Enlarging the OpenStack Storage Capabilities 4. Harnessing the Power of the OpenStack Network Service 5. Containerizing in OpenStack 6. Managing Big Data in OpenStack 7. Evolving Self-Cloud Ready Applications in OpenStack 8. Extending the Applications Catalog Service 9. Consolidating the OpenStack Authentication 10. Boosting the Extended Cloud Universe 11. Other Books You May Enjoy

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 install tox
  1. Create a murano database:
# mysql -u root -p
> CREATE DATABASE murano
  1. Create a new Murano user granted with all privileges...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image