RETIRED. Ansible role to deploy MariaDB on Kubernetes
Go to file
Flavio Percoco 20cfd56994 Re-organizing some files for zuul CI
Change-Id: I1bd8ff3b7aa2deb5b002948dfb0fad500346b430
2017-10-27 13:26:48 +02: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 Adding zuul coverage 2017-10-26 16:59:19 +02:00
tests Re-organizing some files for zuul CI 2017-10-27 13:26:48 +02:00
.gitreview Add gitreview in preparation for openstack 2017-10-19 10:41:08 +02:00
.zuul.yaml Re-organizing some files for zuul CI 2017-10-27 13:26:48 +02: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