RETIRED. Ansible role to deploy Keystone on Kubernetes
Go to file
Flavio Percoco 67e5f22d19 Createdb job 2017-09-12 14:21:32 -06:00
defaults Createdb job 2017-09-12 14:21:32 -06:00
tasks Createdb job 2017-09-12 14:21:32 -06:00
templates Incorporate files into flattened role 2017-07-21 17:13:38 -04:00
LICENSE Add license and readme 2017-07-03 10:26:32 +02:00
README.md Update README 2017-07-21 17:09:22 -04: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.
core_host https://rhev-i32c-03.mpc.lab.eng.bos.redhat.com:6443
kube_context kubernetes-admin@kubernetes
config_file /root/.kube/config

Dependencies

  • ansible.kubernetes-modules

Example Playbook

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

License

MIT