RETIRED. Ansible role to deploy MariaDB on Kubernetes
Go to file
Flavio Percoco 42c9c6866c Don't jump straight to openstack-INPUT
Change-Id: Ic573df062ada239d085dcc3ade70bc22fa027f79
2017-11-29 13:14:04 +01:00
defaults Adding zuul coverage 2017-10-26 16:59:19 +02:00
meta Adding zuul coverage 2017-10-26 16:59:19 +02:00
tasks kube 1.8 expects init containers in spec 2017-11-16 16:36:33 +01:00
tests Don't jump straight to openstack-INPUT 2017-11-29 13:14:04 +01:00
.gitreview Add gitreview in preparation for openstack 2017-10-19 10:41:08 +02:00
.zuul.yaml Add mariadb as required project to its jobs 2017-11-22 14:41:29 +01:00
LICENSE add license file 2017-10-19 10:46:04 +02:00
README.md Rename variables and set default values 2017-10-19 10:45:39 +02:00
requirements.txt Adding zuul coverage 2017-10-26 16:59:19 +02:00

README.md

K8S MariaDB

Galaxy Build Status

Install MariaDB in a Kubernetes cluster.

Requirements

Access to Kubernetes cluster

Role Variables

Name Default Value Description
action provision List of tasks to run.
coe_host https://localhost:8443
coe_config_context
coe_config_file

Dependencies

  • ansible.kubernetes-modules

Example Playbook

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