magnum/magnum/conductor
Spyros Trigazis (strigazi) 9b1bd5da54 Add cluster upgrade to the API
To enable the rolling upgrade ability of Kubernetes Cluster, this
patch is proposing a new API /upgrade to support upgrade the
base operating system of nodes and the version of Kubernetes, even
add-ons running on the k8s cluster:

POST <ClusterID>/actions/upgrade

And the post body will be:

{
    "cluster_template": 'dd9cc5ed-3a2b-11e9-9233-fa163e46bcc2',
    "max_batch_size": 1,
    "nodegroup": "production_group"
}

Co-Authored-By: Feilong Wang <flwang@catalyst.net.nz>

Task: 30168
Story: 2002210

Change-Id: Ia168877778aa0d473383eb06b1c8a16dc06b0576
2019-06-07 12:01:10 +12:00
..
handlers Add cluster upgrade to the API 2019-06-07 12:01:10 +12:00
tasks Add Heat tasks 2015-03-09 08:14:17 +09:00
__init__.py Add initial conductor API and service 2014-11-21 06:24:46 -05:00
api.py Add cluster upgrade to the API 2019-06-07 12:01:10 +12:00
k8s_api.py Fix async reserved word in python3.7 2019-02-22 16:33:21 +11:00
monitors.py Integrate OSProfiler in Magnum 2017-01-24 07:43:31 +07:00
scale_manager.py Add a hacking rule for string interpolation at logging 2017-07-15 14:49:45 +08:00
utils.py Add cluster upgrade to the API 2019-06-07 12:01:10 +12:00