10dba22834
Implement functionality of cloudapi/account/listComputes API method in decort_account_info module
2024-07-18 16:30:58 +03:00
412bd704f1
Implement functionality of /cloudapi/account/listRG API method in decort_account_info module
2024-07-17 15:33:32 +03:00
f00055e009
Refactor DecortController.account_find method
2024-07-16 15:11:33 +03:00
5161649fe9
Implement functionality of /cloudapi/account/getResourceConsumption API method
2024-07-15 18:19:08 +03:00
2507a65d89
Merge branch 'BANS-467' into 'BANS-462'
...
Improve `DecortController.account_find` method
See merge request rudecs/dev/decort-ansible!95
2024-07-12 11:08:02 +00:00
22f487b626
Improve DecortController.account_find method
2024-07-12 14:06:25 +03:00
89b03213df
Merge branch 'BANS-468' into 'BANS-462'
...
Add `not_fail_codes` parameter to `DecortController.decort_api_call` method
See merge request rudecs/dev/decort-ansible!94
2024-07-12 10:55:26 +00:00
96b163ba00
Add not_fail_codes parameter to DecortController.decort_api_call method
2024-07-12 13:52:50 +03:00
7eed30d2ab
Disable dependency on password, user, workflow_callback and workflow_context module parameters
2024-07-12 13:16:12 +03:00
614c7d98d9
Fix logic of deleting all port forwarding rules for compute in DecortController.pfw_configure method
2024-07-02 14:52:23 +03:00
Алексей Даньков
eb91d5200f
Merge branch 'dev_bsgroup_rc-5.2.6' into 'rc-5.2.6'
...
decort_group module bug fixes
See merge request rudecs/dev/decort-ansible!80
2024-06-21 06:59:17 +00:00
b51136b711
Fix ViNS list comparison in DecortController.group_update_net method
2024-06-14 15:26:23 +03:00
Алексей Даньков
daa91bee95
Merge branch 'dev_bs_rc-5.2.6' into 'rc-5.2.6'
...
decort_bservice module bug fixes
See merge request rudecs/dev/decort-ansible!72
2024-06-14 07:44:13 +00:00
3a2d9904cf
Update DecortController.group_find method logic for >=3.8.6 Dynamix version.
2024-06-11 12:46:57 +03:00
27e7c2749f
Fix adding networks logic in DecortController.group_provision method
2024-06-10 17:01:41 +03:00
7998046cfb
Fix return value for DecortController.group_provision method.
2024-06-10 16:02:19 +03:00
7e372511bc
Add check mode simple logic in DecortController.bservice_provision method
2024-06-07 14:53:28 +03:00
9449afa2ac
Add check mode simple logic to DecortController.lb_update method
2024-06-06 16:29:22 +03:00
ea63959289
Fix API param values for servers adding in DecortController._lb_update_backends method
2024-06-06 15:34:01 +03:00
bb6394873b
Fix location of lb_front_list formation code in DecortController.lb_update method
2024-06-06 14:54:16 +03:00
6b4957f8aa
Fix deleting element of frontends list in DecortController._lb_delete_fronts method
2024-06-06 14:46:50 +03:00
4311eee435
Add LB starting logic in LB restoring logic and fix DecortController.lb_state method VALID_TARGET_STATES list
2024-06-05 13:22:05 +03:00
90ae212d0c
Fix logic of LB deleting from Recycle Bin and LB list getting
2024-06-04 16:30:00 +03:00
db67a3b2d2
Fix logic of LB frontends updating in DecortController._lb_update_fronts method
2024-06-03 19:14:02 +03:00
ca45f49c2e
Fix logic of frontends creating in DecortController._lb_add_fronts method
2024-06-03 18:11:40 +03:00
876ff5b98d
Fix API request parameter name for LB description in DecortController.lb_provision method
2024-06-03 16:12:05 +03:00
38f11ee480
Merge branch 'BANS-300' into 'dev_rc-5.2.6'
...
Fix access to API response image list in DecortController.virt_image_find method
See merge request rudecs/dev/decort-ansible!46
2024-05-30 11:44:21 +00:00
dc24c0e7ee
Merge branch 'BANS-296' into 'dev_rc-5.2.6'
...
Exclude failed setting in case when image not found in DecortController.image_find method
See merge request rudecs/dev/decort-ansible!41
2024-05-30 11:36:30 +00:00
aa96af1455
Exclude 'failed' setting in case when image not found in DecortController.virt_image_find method
2024-05-29 18:11:05 +03:00
a39ab95c1f
Fix access to API response image list in DecortController.virt_image_find method
2024-05-29 14:55:47 +03:00
ff32b509f8
Exclude failed setting in case when image not found in DecortController.image_find method
2024-05-28 16:41:17 +03:00
007c7f4bad
Fix if-condition in DecortController.pfw_configure method for excluding case of TypeError
2024-05-27 12:20:33 +03:00
2873e4da82
Remove if-condition for check mode from DecortController.disk_find method
2024-05-24 14:08:43 +03:00
35fe2bdf0e
Fix disk deleting logic for permanently deleting from recycle bin
2024-05-23 16:41:45 +03:00
df619e7998
Fix incorrect access to MIN_IOPS variable in DecortController.disk_check_iotune_arg method
2024-05-22 17:59:38 +03:00
3f4cfd40d6
Add check mode logic to DecortController.k8s_workers_modify method.
2024-05-22 11:50:06 +03:00
5003991cf5
Fix logic for 'changed' setting in DecortController.k8s_workers_modify method
2024-05-20 16:37:41 +03:00
6a99ea4d85
Fix parameter name 'vinsId' for API request in DecortController.k8s_provision method
2024-05-20 12:41:06 +03:00
240e2ce2df
Assign upload_files variable outside of if construction in DecortController.k8s_provision method
2024-05-06 18:48:08 +03:00
Алексей Даньков
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
2024-04-16 11:12:37 +00:00
694e68fe22
Add NoneType check for the 'aaff' argument to Affinity Rules management logic of the 'Decort.Controller.compute_affinity' method.
2024-04-15 18:02:50 +03:00
9e7a33a44a
Add NoneType check for the 'aff' argument to Affinity Rules management logic of the 'Decort.Controller.compute_affinity' method.
2024-04-15 17:03:51 +03:00
Алексей Даньков
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
2024-04-11 12:21:58 +00:00
6cd828d031
Add status DESTROYED for condition excluding of API request /restmachine/cloudapi/rg/getResourceConsumption in the DecortController._rg_get_by_id method.
2024-04-05 12:17:05 +03:00
d50509e0c3
Enable output of deleted RGs for API request /restmachine/cloudapi/rg/list in the DecortController.rg_find method.
2024-04-05 11:10:40 +03:00
Алексей Даньков
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
2024-04-04 13:13:00 +00:00
f11ec8fefb
Update logic to only request RG resources info if the RG is not deleted.
2024-04-04 11:11:18 +03:00
19534384a8
Fix value for query_key_map['disk'] in method DecortController.rg_update: 'CU_D' -> 'CU_DM'
2024-04-03 13:18:53 +03:00
1304a0fcbf
Add call of API /cloudapi/rg/getResourceConsumption to DecortController._rg_get_by_id and update its logic and code style
2024-04-03 11:00:56 +03:00
Алексей Даньков
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
2024-03-25 12:34:54 +00:00