RETIRED. Ansible role to deploy MariaDB on Kubernetes
Go to file
Flavio Percoco 855b08a8b4 Create a link in roles path for all projects
Change-Id: I6f93992d783270f264c329aec16f230464ef1b21
2017-11-01 07:08:18 +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 Adding zuul coverage 2017-10-26 16:59:19 +02:00
tests Create a link in roles path for all projects 2017-11-01 07:08:18 +01:00
.gitreview Add gitreview in preparation for openstack 2017-10-19 10:41:08 +02:00
.zuul.yaml Add CI for OpenShift 2017-10-31 15:59:28 +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