Bifrost keystone follow-up
Follow-up to Icb1c5dfded5574d901444bbca72e5d74a336093f to address a README nit and add a defaults file for Suse in order to allow the playbooks to execute on Suse based distributions. Change-Id: I11e38ff1593c3cef3d0aa052ff72d7edd9d71de2
This commit is contained in:
parent
a5c688a9ab
commit
3b6099936d
@ -29,10 +29,10 @@ exists three subsections. ``bootstrap``, ``message_queue``, and
|
|||||||
The ``keystone.bootstrap`` settings provide the information to access
|
The ``keystone.bootstrap`` settings provide the information to access
|
||||||
keystone as it provides the main administrative credentials.
|
keystone as it provides the main administrative credentials.
|
||||||
If keystone is being installed, then these credentials will be used
|
If keystone is being installed, then these credentials will be used
|
||||||
to bootstrap keystone the keystone installation.
|
to bootstrap the new keystone installation.
|
||||||
Along with those settings we provide the ability to define the initial
|
In addition to the bootstrap parameters, we provide the ability to
|
||||||
``region_name``, as well as ``admin_url``, ``public_url``, and
|
define the initial ``region_name``, as well as ``admin_url``,
|
||||||
``internal_url`` endpoints URLs for keystone.
|
``public_url``, and ``internal_url`` endpoints URLs for keystone.
|
||||||
|
|
||||||
If the intent is to utilize a pre-existing keystone service that has
|
If the intent is to utilize a pre-existing keystone service that has
|
||||||
already undergone bootstrapping, set the ``keystone.bootstrap.enabled``
|
already undergone bootstrapping, set the ``keystone.bootstrap.enabled``
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
init_template: systemd_template.j2
|
||||||
|
init_dest_dir: /usr/lib/systemd/system/
|
||||||
|
init_ext: .service
|
||||||
|
mysql_service_name: mysql
|
||||||
|
required_packages:
|
||||||
|
- python-selinux
|
||||||
|
- mariadb
|
||||||
|
- rabbitmq-server
|
||||||
|
- python-devel
|
||||||
|
- python-MySQL-python
|
||||||
|
- python-iniparse
|
||||||
|
- libffi-devel
|
||||||
|
- libxslt-devel
|
||||||
|
- libopenssl-devel
|
||||||
|
- libxml2-devel
|
||||||
|
- nginx
|
||||||
|
- uwsgi
|
||||||
|
- uwsgi-python
|
Loading…
x
Reference in New Issue
Block a user