Skip to Main Content
Extending OpenStack
book

Extending OpenStack

by Omar Khedher
February 2018
Intermediate to advanced content levelIntermediate to advanced
300 pages
6h 17m
English
Packt Publishing
Content preview from Extending OpenStack

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:sahara@192.168.47.47: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, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Containers in OpenStack

Containers in OpenStack

Pradeep Kumar Singh, Madhuri Kumari

Publisher Resources

ISBN: 9781786465535Supplemental Content