RETIRED. Ansible role to deploy Keystone on Kubernetes
Go to file
OpenDev Sysadmins 3f2e79a64a OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:32:45 +00:00
defaults Make volumes and mounts configurable 2017-12-15 11:38:05 +01:00
meta Add .zuul.yml 2017-11-02 10:25:51 +01:00
tasks Make volumes and mounts configurable 2017-12-15 11:38:05 +01:00
templates Incorporate files into flattened role 2017-07-21 17:13:38 -04:00
tests Run tempests tests for keystone 2017-12-01 18:08:03 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:45 +00:00
.zuul.yaml import zuul job settings from project-config 2018-09-22 15:21:38 +00:00
LICENSE Add license and readme 2017-07-03 10:26:32 +02:00
README.md Rename/Update coe_* variables 2017-10-19 10:59:50 +02:00

README.md

K8S Keystone

Galaxy Build Status

Install Keystone in a Kubernetes cluster.

Requirements

Access to Kubernetes cluster

Role Variables

Name Default Value Description
action provision List of tasks to run.
coe_host
coe_config_context
coe_config_file

Dependencies

  • ansible.kubernetes-modules

Example Playbook

- hosts: all
  roles:
     - tripleo.k8s-keystone