magnum/contrib/drivers/k8s_opensuse_v1
Dirk Mueller ace25e10f2 [suse] Add hidden attr to password in the Heat Template
The password should be a secret, we can mark it as
hidden for that, see

http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#parameters-section

Change-Id: I05f018d128583e8933be06876b908c2864410a2e
2016-11-22 13:14:23 +01:00
..
templates [suse] Add hidden attr to password in the Heat Template 2016-11-22 13:14:23 +01:00
__init__.py Add openSUSE driver support to Magnum 2016-08-10 17:37:42 +02:00
README.md Add openSUSE driver support to Magnum 2016-08-10 17:37:42 +02:00
setup.py [suse] Update copyright/ownership information 2016-10-25 22:22:36 +02:00
template_def.py Centralize config option: docker_registry section 2016-10-11 11:05:40 +07:00
version.py [suse] Update copyright/ownership information 2016-10-25 22:22:36 +02:00

Magnum openSUSE K8s driver

This is openSUSE Kubernetes driver for Magnum, which allow to deploy Kubernetes cluster on openSUSE.

Installation

1. Install the openSUSE K8s driver in Magnum

  • To install the driver, from this directory run:

     `python ./setup.py install`
    

2. Enable driver in magnum.conf

  enabled_definitions = ...,magnum_vm_opensuse_k8s

2. Restart Magnum

Both Magnum services has to restarted magnum-api and magnum-conductor