Алексей Даньков
877b84d650
Merge branch 'BANS-243' into 'rc-5.2.6'
...
Add check mode logic to DecortController.k8s_workers_modify method.
See merge request rudecs/dev/decort-ansible!31
9 months ago
Дмитрий Смирнов
10b98b7c4a
Merge branch 'BANS-246' into 'rc-5.2.6'
...
Fix call of AnsibleModule.fail_json method in decort_disk.__init__ method.
See merge request rudecs/dev/decort-ansible!32
9 months ago
Dmitriy Smirnov
51707cbb69
Fix call of AnsibleModule.fail_json method in decort_disk.__init__ method.
9 months ago
Dmitriy Smirnov
3f4cfd40d6
Add check mode logic to DecortController.k8s_workers_modify method.
9 months ago
Алексей Даньков
4cf0316dad
Merge branch 'BANS-236' into 'rc-5.2.6'
...
Move execution of getConfig before if-condition of check mode in decort_k8s.package_facts method
See merge request rudecs/dev/decort-ansible!30
9 months ago
Dmitriy Smirnov
abcb7d52f8
Move execution of getConfig before if-condition of check mode in decort_k8s.package_facts method
9 months ago
Алексей Даньков
8a6d624069
Merge branch 'BANS-226' into 'rc-5.2.6'
...
Fix logic of starting k8s after restore it from recycle bin
See merge request rudecs/dev/decort-ansible!29
9 months ago
Алексей Даньков
2b96881849
Merge branch 'BANS-225' into 'rc-5.2.6'
...
Fix logic for 'changed' setting in DecortController.k8s_workers_modify method
See merge request rudecs/dev/decort-ansible!28
9 months ago
Dmitriy Smirnov
6725e4342e
Fix logic of starting k8s after restore it from recycle bin
9 months ago
Dmitriy Smirnov
5003991cf5
Fix logic for 'changed' setting in DecortController.k8s_workers_modify method
9 months ago
Дмитрий Смирнов
8a99097b6c
Merge branch 'BANS-221' into 'rc-5.2.6'
...
Fix parameter name 'vinsId' for API request in DecortController.k8s_provision method
See merge request rudecs/dev/decort-ansible!27
9 months ago
Dmitriy Smirnov
6a99ea4d85
Fix parameter name 'vinsId' for API request in DecortController.k8s_provision method
9 months ago
Дмитрий Смирнов
236c3b6d26
Merge branch 'BANS-218' into 'rc-5.2.6'
...
Fix logic for permanently deleting k8s from recycle bin
See merge request rudecs/dev/decort-ansible!26
9 months ago
Dmitriy Smirnov
bcf384a910
Fix logic for permanently deleting k8s from recycle bin
9 months ago
Дмитрий Смирнов
8cf3d05d0b
Merge branch 'BANS-216' into 'rc-5.2.6'
...
Fix logic for the case when DecortController.k8s_provision method returns 0
See merge request rudecs/dev/decort-ansible!25
9 months ago
Dmitriy Smirnov
5da120f2d3
Fix logic for the case when DecortController.k8s_provision method returns 0
9 months ago
Дмитрий Смирнов
6abd78882c
Merge branch 'BANS-202' into 'rc-5.2.6'
...
Add rg_name parameter to the arguments of the DecortController.rg_find method...
See merge request rudecs/dev/decort-ansible!22
9 months ago
Дмитрий Смирнов
7fa2d07ab0
Merge branch 'BANS-203' into 'rc-5.2.6'
...
Change cluster_conf, kublet_conf, kubeproxy_conf, join_conf decort_k8s parameter types to dict.
See merge request rudecs/dev/decort-ansible!23
9 months ago
Dmitriy Smirnov
8b407c6f69
Change cluster_conf, kublet_conf, kubeproxy_conf, join_conf decort_k8s parameter types to dict.
9 months ago
Dmitriy Smirnov
4c4be07550
Add rg_name parameter to the arguments of the DecortController.rg_find method call in library/decort_k8s.py
9 months ago
Алексей Даньков
eb542fa46c
Merge branch 'BANS-197' into 'rc-5.2.6'
...
Assign upload_files variable outside of if construction in DecortController.k8s_provision method
See merge request rudecs/dev/decort-ansible!21
9 months ago
Dmitriy Smirnov
240e2ce2df
Assign upload_files variable outside of if construction in DecortController.k8s_provision method
9 months ago
Алексей Даньков
f4fcf5b7b7
Merge branch 'fix/rc-5.2.6/jira_bans-39' into 'rc-5.2.6'
...
(Jira BANS-39) Add NoneType check for 'aaff' argument of the 'Decort.Controller.compute_affinity' method.
See merge request rudecs/dev/decort-ansible!20
10 months ago
Алексей Даньков
d2dabdb194
Merge branch 'fix/rc-5.2.6/jira_bans-38' into 'rc-5.2.6'
...
(Jira BANS-38) Add NoneType check for 'aff' argument of the 'Decort.Controller.compute_affinity' method.
See merge request rudecs/dev/decort-ansible!19
10 months ago
Dmitriy Smirnov
694e68fe22
Add NoneType check for the 'aaff' argument to Affinity Rules management logic of the 'Decort.Controller.compute_affinity' method.
10 months ago
Dmitriy Smirnov
9e7a33a44a
Add NoneType check for the 'aff' argument to Affinity Rules management logic of the 'Decort.Controller.compute_affinity' method.
10 months ago
Алексей Даньков
31b72b3806
Merge branch 'fix/rc-5.2.6/decort_utils.py/1' into 'rc-5.2.6'
...
Enable output of deleted RGs for API request /restmachine/cloudapi/rg/list in...
See merge request rudecs/dev/decort-ansible!18
10 months ago
Алексей Даньков
fa79b90269
Merge branch 'fix/rc-5.2.6/decort_utils.py/2' into 'rc-5.2.6'
...
Add status DESTROYED for condition excluding of API request...
See merge request rudecs/dev/decort-ansible!17
10 months ago
Алексей Даньков
aa9f26bf1a
Merge branch 'fix/rc-5.2.6/decort_rg.py/1' into 'rc-5.2.6'
...
Add check for "rg_name" parameter in case of resource group creating
See merge request rudecs/dev/decort-ansible!16
10 months ago
Dmitriy Smirnov
6cd828d031
Add status DESTROYED for condition excluding of API request /restmachine/cloudapi/rg/getResourceConsumption in the DecortController._rg_get_by_id method.
10 months ago
Dmitriy Smirnov
d50509e0c3
Enable output of deleted RGs for API request /restmachine/cloudapi/rg/list in the DecortController.rg_find method.
10 months ago
Dmitriy Smirnov
a45ab19d38
Add check for "rg_name" parameter in case of resource group creating
10 months ago
Алексей Даньков
a3c1dcad7a
Merge branch 'fix/rc-5.2.6/decort_rg.py/1' into 'rc-5.2.6'
...
Add execution of restoring in the case of state=disabled and state=enabled
See merge request rudecs/dev/decort-ansible!15
10 months ago
Алексей Даньков
9bf50c958f
Merge branch 'fix/decort_utils.py/_rg_get_by_id/1' into 'rc-5.2.6'
...
Add call of API /cloudapi/rg/getResourceConsumption to...
See merge request rudecs/dev/decort-ansible!14
10 months ago
Алексей Даньков
d769119ade
Merge branch 'fix/rc-5.2.6/decort_utils.py/2' into 'rc-5.2.6'
...
Fix value for query_key_map['disk'] in method DecortController.rg_update: 'CU_D' -> 'CU_DM'
See merge request rudecs/dev/decort-ansible!13
10 months ago
Dmitriy Smirnov
200e8f7151
Add execution of restoring in the case of state=disabled and state=enabled
10 months ago
Dmitriy Smirnov
f11ec8fefb
Update logic to only request RG resources info if the RG is not deleted.
10 months ago
Dmitriy Smirnov
19534384a8
Fix value for query_key_map['disk'] in method DecortController.rg_update: 'CU_D' -> 'CU_DM'
11 months ago
Dmitriy Smirnov
1304a0fcbf
Add call of API /cloudapi/rg/getResourceConsumption to DecortController._rg_get_by_id and update its logic and code style
11 months ago
Алексей Даньков
a5f03389f2
Merge branch 'fix/rc-5.2.6/decort_utils.py_decort_api_call' into 'rc-5.2.6'
...
Add response text to error msg of decort_api_call method
See merge request rudecs/dev/decort-ansible!11
11 months ago
Алексей Даньков
6760167e4e
Merge branch 'fix/rc-5.2.6/decort_utils.py_compute_resize' into 'rc-5.2.6'
...
Remove new_ram value conversion from GB to MB
See merge request rudecs/dev/decort-ansible!9
11 months ago
Алексей Даньков
2b4ba7ee55
Merge branch 'fix/rc-5.2.6/decort_kvmvm.py' into 'rc-5.2.6'
...
Exclude call of compute_bootdisk_size method with new_size=None
See merge request rudecs/dev/decort-ansible!8
11 months ago
Алексей Даньков
5b66c98cc6
Merge branch 'fix/rc-5.2.6/decort_utils.py' into 'rc-5.2.6'
...
Fix account vins find logic
See merge request rudecs/dev/decort-ansible!7
11 months ago
Алексей Даньков
55268beaad
Merge branch 'fix/rc-5.2.6/decort_rg' into 'rc-5.2.6'
...
bug fix
See merge request rudecs/dev/decort-ansible!6
11 months ago
Dmitriy Smirnov
b18bdef269
fix code style
11 months ago
Dmitriy Smirnov
21e853c1f2
Add response text to error msg of decort_api_call method
11 months ago
Dmitriy Smirnov
1c6b46c535
remove new_ram value conversion from GB to MB
11 months ago
Dmitriy Smirnov
058de4884f
exclude call of compute_bootdisk_size method with new_size=None
11 months ago
Dmitriy Smirnov
d622dd8453
fix account vins find logic
11 months ago
Dmitriy Smirnov
e26011ab20
bug fix
11 months ago