Role os_keystone for OpenStack-Ansible
c8631347e7
This patch allows a developer to customise the code for keystone, then test the changes when executing any of the tox tests we implement. The workflow means that by default the git_repo will be cloned from upstream (this ensures gating continues to work). If the developer specifies a "keystone_dev_local_directory" then the repo will not be cloned, and it assumes the developer has already cloned and edited that repo. A clone can be forced using "keystone_dev_force_clone" to "True". Change-Id: Ibb666a803e73b50e3ee1918e633a9bbb84b084da |
||
---|---|---|
defaults | ||
doc | ||
examples | ||
files | ||
handlers | ||
library | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
Team and repository tags
OpenStack-Ansible keystone
Ansible role that installs and configures OpenStack Keystone. Keystone is installed behind the Apache webserver listening on port 5000 and port 35357 by default.
Documentation for the project can be found at: http://docs.openstack.org/developer/openstack-ansible-os_keystone/ The project home is at: http://launchpad.net/openstack-ansible