magnum/magnum/common/policies
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
..
__init__.py ng-5: APIs for listing and showing nodegroups 2019-03-29 10:31:48 +00:00
base.py Implement basic policy module in code 2017-10-19 08:33:58 +07:00
bay.py Register default bay policies in code 2017-10-19 01:40:03 +00:00
baymodel.py Register default baymodel policies in code 2017-10-19 01:40:11 +00:00
certificate.py Register default certificate policies in code 2017-10-19 01:42:47 +00:00
cluster.py Add cluster upgrade to the API 2019-06-07 12:01:10 +12:00
cluster_template.py Allow admin update cluster/template in any project 2019-03-29 16:03:29 +13:00
federation.py federation api: api endpoints 2018-02-09 00:59:31 -03:00
magnum_service.py Register default magnum service and stat policies in code 2017-10-23 02:57:29 +00:00
nodegroup.py ng-5: APIs for listing and showing nodegroups 2019-03-29 10:31:48 +00:00
quota.py Fix policies for quotas 2018-01-11 15:27:41 +00:00
stats.py Register default magnum service and stat policies in code 2017-10-23 02:57:29 +00:00