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

Rolling OpenStack Sahara service

In the following section, we will integrate and configure Sahara in an existing OpenStack environment:

  1. Install the Sahara CLI and API services package on the cloud controller nodes:
# yum install openstack-sahara
  1. Configure the Sahara database by entering the database connection URL in the main Sahara configuration file. Make sure that you create a valid database:
    # vim /etc/sahara/sahara.conf
    ...
    [database]
    connection mysql://sahara:[email protected]:3306/sahara
    ...  
  1. Create a Sahara database schema:
# sahara-db-manage --config-file /etc/sahara/sahara.conf \ upgrade head
  1. The next step requires a valid identification of the Sahara service in the OpenStack environment. As with any other OpenStack service, we will need to authenticate Sahara through Keystone. Start by creating a Sahara user:
    # keystone user-create...
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