openstack-ansible-os_sahara/doc/source/index.rst
Jean-Philippe Evrard d97f8ae40e Remove pip_install dependency
With addition of pip_install on every node, we don't
need to have pip_install as a meta dependency.

Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868
Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d
Change-Id: Ib425fc3d9db20a94dae4dc2f029d060be986e318
2017-12-05 11:56:05 +00:00

1.1 KiB

OpenStack-Ansible sahara role

configure-sahara.rst

This role installs the following Systemd services:

  • sahara-api
  • sahara-engine

To clone or view the source code for this repository, visit the role repository for os_sahara.

Default variables

../../defaults/main.yml

Dependencies

This role needs pip >= 7.1 installed on the target host.

To use this role, define the following variables:

sahara_galera_address
sahara_container_mysql_password
sahara_service_password
sahara_rabbitmq_password

Example playbook

../../examples/playbook.yml

Tags

This role supports two tags: sahara-install and sahara-config. The sahara-install tag can be used to install and upgrade. The sahara-config tag can be used to manage configuration.