Role os_keystone for OpenStack-Ansible
Go to file
Andy McCrae c8631347e7 Use a custom git checkout in developer mode
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
2017-04-06 12:36:38 +01:00
defaults Ensure the components are isolated from the system 2017-03-28 23:48:01 -05:00
doc Use https instead of http for git.openstack.org 2017-02-06 17:01:49 +07:00
examples [DOCS] Move keystone federation role docs 2016-08-16 08:46:08 +00:00
files Implement keystone venv support 2015-10-14 13:59:47 -05:00
handlers Remove Trusty support from os_keystone role 2016-12-15 13:18:55 +00:00
library Resolved Keystone Federation bugs 2017-02-07 21:01:09 -06:00
meta Remove Trusty support from os_keystone role 2016-12-15 13:18:55 +00:00
releasenotes Ensure the components are isolated from the system 2017-03-28 23:48:01 -05:00
tasks Allow the split of install and config 2017-04-03 14:05:07 +00:00
templates Ensure the components are isolated from the system 2017-03-28 23:48:01 -05:00
tests Use a custom git checkout in developer mode 2017-04-06 12:36:38 +01:00
vars Fix CentOS pkg for keystone sasl lib. 2017-03-14 16:05:30 -04:00
.gitignore Implementing stricter permissions on config files 2017-02-08 09:18:34 -05:00
.gitreview Implement base configuration for independent repository 2016-03-02 10:09:25 -05:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 12:49:44 -06:00
CONTRIBUTING.rst Updated role to be an independent role 2016-02-26 14:13:43 -06:00
LICENSE Updated role to be an independent role 2016-02-26 14:13:43 -06:00
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
README.rst Show team and repo badges on README 2016-11-25 16:13:03 +01:00
run_tests.sh Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant 2017-02-07 09:49:08 +07:00
setup.cfg Update home page link in cfg file 2016-09-20 14:21:45 +05:30
setup.py Updated from global requirements 2017-03-02 11:51:52 +00:00
test-requirements.txt Updated from global requirements 2017-02-11 17:48:56 +00:00
tox.ini Split out Keystone upgrade into it's own script 2017-02-23 17:06:56 +00:00
Vagrantfile Remove Trusty support from os_keystone role 2016-12-15 13:18:55 +00:00

Team and repository tags

image

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