diff --git a/playbooks/roles/bifrost-keystone-install/README.md b/playbooks/roles/bifrost-keystone-install/README.md index a0626e2d1..641fc0359 100644 --- a/playbooks/roles/bifrost-keystone-install/README.md +++ b/playbooks/roles/bifrost-keystone-install/README.md @@ -29,10 +29,10 @@ exists three subsections. ``bootstrap``, ``message_queue``, and The ``keystone.bootstrap`` settings provide the information to access keystone as it provides the main administrative credentials. If keystone is being installed, then these credentials will be used -to bootstrap keystone the keystone installation. -Along with those settings we provide the ability to define the initial -``region_name``, as well as ``admin_url``, ``public_url``, and -``internal_url`` endpoints URLs for keystone. +to bootstrap the new keystone installation. +In addition to the bootstrap parameters, we provide the ability to +define the initial ``region_name``, as well as ``admin_url``, +``public_url``, and ``internal_url`` endpoints URLs for keystone. If the intent is to utilize a pre-existing keystone service that has already undergone bootstrapping, set the ``keystone.bootstrap.enabled`` diff --git a/playbooks/roles/bifrost-keystone-install/defaults/required_defaults_Suse_family.yml b/playbooks/roles/bifrost-keystone-install/defaults/required_defaults_Suse_family.yml new file mode 100644 index 000000000..5b64f51ba --- /dev/null +++ b/playbooks/roles/bifrost-keystone-install/defaults/required_defaults_Suse_family.yml @@ -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