Update README

This commit is contained in:
Sam Doran 2017-07-13 17:07:15 -04:00
parent 29758df3a8
commit 12e8906509
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
K8S Keystone
=========
[![Galaxy](https://img.shields.io/badge/galaxy-tripleo.k8s--keystone-blue.svg?style=flat)](https://galaxy.ansible.com/tripleo/k8s-keystone)
[![Build Status](https://travis-ci.org/tripleo/ansible-role-k8s-keystone.svg?branch=master)](https://travis-ci.org/tripleo/ansible-role-k8s-keystone)
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