Role os_keystone for OpenStack-Ansible
Go to file
Jean-Philippe Evrard 91b7524603 Use a venv with previous ansible version for upgrades
When doing the role upgrade, we run every playbook with current's
branch ansible. This is normal for the infrastructure bits (which
are running on current branch), but not for the installation of
the previous branch's role, which should use previous branch's
environment.

This commit adds:
- A new venv build script, containing the previous version of ansible
- A split between the infrastructure bits (running current ansible),
  the previous role run, and the upgrade of the role.

Change-Id: I91fe4e867750d7cee9ad7d84b005eb0231849df9
Signed-off-by: Jean-Philippe Evrard <jean-philippe@evrard.me>
Closes-Bug: #1741471
2018-01-10 09:34:20 +00:00
defaults Add MySQL connection SSL support 2017-12-13 17:15:15 -08:00
doc Remove pip_install dependency 2017-12-05 11:52:30 +00:00
examples [DOCS] Move keystone federation role docs 2016-08-16 08:46:08 +00:00
handlers Add external LB management handler hook interface 2017-09-16 13:41:28 -05:00
library Resolved Keystone Federation bugs 2017-02-07 21:01:09 -06:00
meta Merge "Remove pip_install dependency" 2017-12-05 15:26:06 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-17 07:58:53 +01:00
tasks Merge "Remove keystone_token_driver variable" 2017-12-04 14:47:48 +00:00
templates Remove keystone_token_driver variable 2017-11-28 10:35:03 -08:00
tests Use a venv with previous ansible version for upgrades 2018-01-10 09:34:20 +00:00
vars Add security headers to web accessable services. 2017-10-22 03:01:16 +00:00
zuul.d Add MySQL connection SSL support 2017-12-13 17:15:15 -08:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:39 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 10:09:25 -05: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
README.rst Update URLs in documents according to document migration 2017-07-19 09:32:03 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:00:34 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:13 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 13:16:45 +00:00
setup.cfg Update URL home-page in documents according to document migration 2017-07-14 03:21:58 +00:00
setup.py Updated from global requirements 2017-03-02 11:51:52 +00:00
test-requirements.txt Updated from global requirements 2017-09-16 23:20:01 +00:00
tox.ini Add MySQL connection SSL support 2017-12-13 17:15:15 -08:00

README.rst

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: https://docs.openstack.org/openstack-ansible-os_keystone/latest/ The project home is at: http://launchpad.net/openstack-ansible