RETIRED. Ansible role to deploy Keystone on Kubernetes
Go to file
Sam Doran 45ebcdf3ba Add action to defaults/main.yml 2017-07-21 18:55:24 -04:00
defaults Add action to defaults/main.yml 2017-07-21 18:55:24 -04:00
tasks Incorporate files into flattened role 2017-07-21 17:13:38 -04: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