bifrost/playbooks/releasenotes/notes/bifrost-role-auth-support-ea6b5571cd339aa2.yaml
Julia Kreger 625a628887 Role support for authentication
Bifrost was built around utilizing noauth authenticaiton mode.
However the roles can easilly be re-utilized by users consuming
only part of bifrost, or that are wishing to utilize the roles as
examples to create their own playbooks.

To allow re-consumption of roles interacting with ironic, addition
of logic to allow for os-client-config to be utilized for module
authentication

Change-Id: I072791613cdf99723c567d24dbd3aee935e2e068
Implements: blueprint bifrost-role-auth-support
2016-01-05 11:34:54 -05:00

14 lines
614 B
YAML

---
features:
- Allows to choose to leverage authenticaiton with roles that
interact with ironic services via ansible modules. This is
limited to sessions that obtain authentication information
via os-client-config. The role defaults ultimately remain
unchanged and default to noauth mode. More information on
os-client-config can be found at:
http://docs.openstack.org/developer/os-client-config/
issues:
- Users wishing to utilize authentication without leveraging
os-client-config, will need to manually update the playbooks
in order to set the appropriate module settings.