Dmitriy Smirnov
6a99ea4d85
Fix parameter name 'vinsId' for API request in DecortController.k8s_provision method
11 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
12 months ago
Dmitriy Smirnov
bcf384a910
Fix logic for permanently deleting k8s from recycle bin
12 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
12 months ago
Dmitriy Smirnov
5da120f2d3
Fix logic for the case when DecortController.k8s_provision method returns 0
12 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
12 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
12 months ago
Dmitriy Smirnov
8b407c6f69
Change cluster_conf, kublet_conf, kubeproxy_conf, join_conf decort_k8s parameter types to dict.
12 months ago
Dmitriy Smirnov
4c4be07550
Add rg_name parameter to the arguments of the DecortController.rg_find method call in library/decort_k8s.py
12 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
12 months ago
Dmitriy Smirnov
240e2ce2df
Assign upload_files variable outside of if construction in DecortController.k8s_provision method
12 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
1 year 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
1 year ago
Dmitriy Smirnov
694e68fe22
Add NoneType check for the 'aaff' argument to Affinity Rules management logic of the 'Decort.Controller.compute_affinity' method.
1 year ago
Dmitriy Smirnov
9e7a33a44a
Add NoneType check for the 'aff' argument to Affinity Rules management logic of the 'Decort.Controller.compute_affinity' method.
1 year 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
1 year 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
1 year 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
1 year 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.
1 year ago
Dmitriy Smirnov
d50509e0c3
Enable output of deleted RGs for API request /restmachine/cloudapi/rg/list in the DecortController.rg_find method.
1 year ago
Dmitriy Smirnov
a45ab19d38
Add check for "rg_name" parameter in case of resource group creating
1 year 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
1 year 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
1 year 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
1 year ago
Dmitriy Smirnov
200e8f7151
Add execution of restoring in the case of state=disabled and state=enabled
1 year ago
Dmitriy Smirnov
f11ec8fefb
Update logic to only request RG resources info if the RG is not deleted.
1 year ago
Dmitriy Smirnov
19534384a8
Fix value for query_key_map['disk'] in method DecortController.rg_update: 'CU_D' -> 'CU_DM'
1 year ago
Dmitriy Smirnov
1304a0fcbf
Add call of API /cloudapi/rg/getResourceConsumption to DecortController._rg_get_by_id and update its logic and code style
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year ago
Dmitriy Smirnov
b18bdef269
fix code style
1 year ago
Dmitriy Smirnov
21e853c1f2
Add response text to error msg of decort_api_call method
1 year ago
Dmitriy Smirnov
1c6b46c535
remove new_ram value conversion from GB to MB
1 year ago
Dmitriy Smirnov
058de4884f
exclude call of compute_bootdisk_size method with new_size=None
1 year ago
Dmitriy Smirnov
d622dd8453
fix account vins find logic
1 year ago
Dmitriy Smirnov
e26011ab20
bug fix
1 year ago
Alex_geth
f2e9b550bb
cloud-init example
1 year ago
Alex_geth
a8f50bfb6b
k8s/lb update && bug fixes
1 year ago
Alex_geth
9222fdd866
k8s provision update
...
fix */list
2 years ago
Alex_geth
e94faef2ad
extnet list fix
2 years ago
Alex_geth
66e72a3d3b
fix list data
2 years ago
Alex_geth
740271b2f2
version update
2 years ago
Alex_geth
207c04bb77
4.8.7 decort/basis version update
2 years ago
Alex_geth
5be2e850ce
kvmvm provision fix
2 years ago
Alex_geth
7fffdd0ab5
affinit/tag/label fix
2 years ago
Alex_geth
ae85826129
Some impruvments and updates
2 years ago
Алексей Даньков
b03b82e492
Merge branch 'fix/rc-5.2.2' into 'master'
...
Fix/rc 5.2.2
See merge request rudecs/decort-ansible!5
3 years ago