625a628887
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
14 lines
614 B
YAML
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.
|