RETIRED. Ansible role to deploy MariaDB on Kubernetes
Go to file
Flavio Percoco d2ed23ef3c zuul.projects is now a hash
Change-Id: I0c2720e9be8e601388825307c81f396fc6c6f509
2017-12-12 16:57:11 +01:00
defaults Don't use custom vars for hiera_data 2017-11-21 15:54:18 +00:00
meta Adding zuul coverage 2017-10-26 16:59:19 +02:00
tasks Don't use custom vars for hiera_data 2017-11-21 15:54:18 +00:00
tests zuul.projects is now a hash 2017-12-12 16:57:11 +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