RETIRED. Ansible role to deploy Keystone on Kubernetes
Go to file
Flavio Percoco a85ff917a6 Use PVCs for fernet-keys
Depends-On: Icf3d4708f63b84c132fa6c8399562277c896775d
Change-Id: I78b5bbc9a6088705338e5c2946107d53bd3f4bee
2017-11-20 13:30:37 +01:00
defaults Rename/Update coe_* variables 2017-10-19 10:59:50 +02:00
meta Add .zuul.yml 2017-11-02 10:25:51 +01:00
tasks Use PVCs for fernet-keys 2017-11-20 13:30:37 +01:00
templates Incorporate files into flattened role 2017-07-21 17:13:38 -04:00
tests Test keystone endpoint registration 2017-11-15 16:23:59 +01:00
.gitreview Add gitreview in preparation for openstack 2017-10-19 10:55:11 +02:00
.zuul.yaml Add mariadb as a dependency 2017-11-02 19:36:45 +01: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