RETIRED. Ansible role to deploy Keystone on Kubernetes
Go to file
Flavio Percoco ec4e32191e Do bootstrap with endpoints 2017-08-30 10:38:13 +02:00
defaults Do bootstrap with endpoints 2017-08-30 10:38:13 +02:00
tasks Do bootstrap with endpoints 2017-08-30 10:38:13 +02: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