magnum/contrib/drivers/k8s_opensuse_v1
Feilong Wang 946c1d67c7 Add master_lb_enabled to cluster
Adding the master_lb_enabled option when creating a cluster,
which will benefit both the cloud provider side and the end
user side. For cloud prodiver, they don't have to maintain
separate cluster templates with or w/o master_lb_enabled enabled.
For end user, they can easily use one single template to create
different clusters with different configs.

Task: 39680
Story: 2007634

Change-Id: I0b586f05168ece84fd340ef7493a56688191053d
2020-07-21 11:07:33 +12:00
..
image [suse] Build openSUSE Leap 42.1 OpenStack Magnum image 2017-05-20 17:41:17 +00:00
templates Fix label fixed_network_cidr 2020-06-11 13:54:59 +12:00
README.md Add openSUSE driver support to Magnum 2016-08-10 17:37:42 +02:00
__init__.py Add openSUSE driver support to Magnum 2016-08-10 17:37:42 +02:00
driver.py [suse] Sync with cluster drivers 2016-10-21 11:45:16 +05:30
setup.py [suse] Update copyright/ownership information 2016-10-25 22:22:36 +02:00
template_def.py Add master_lb_enabled to cluster 2020-07-21 11:07:33 +12:00
version.py [suse] Update k8s_opensuse_v1 driver 2017-01-06 03:26:54 +00:00

README.md

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