1d53fd3213
Merge branch 'BANS-301' into 'dev_rc-5.2.6'
...
Exclude 'failed' setting in case when image not found in DecortController.virt_image_find method
See merge request rudecs/dev/decort-ansible!44
2024-05-30 11:34:33 +00:00
a0da034499
Merge branch 'BANS-302' into 'dev_rc-5.2.6'
...
Fix if-condition logic in main function in decort_osimage.py
See merge request rudecs/dev/decort-ansible!45
2024-05-30 11:34:00 +00:00
e5504b3ac9
Add if-condition logic correction in main function in decort_osimage.py
2024-05-30 14:30:10 +03:00
2eb43815e7
Fix if-condition logic in main function in decort_osimage.py
2024-05-29 19:02:27 +03:00
2f9716a51d
Merge branch 'BANS-295' into 'rc-5.2.6'
...
Add validated_image_id check to if-condition of deleting image logic
See merge request rudecs/dev/decort-ansible!40
2024-05-29 15:50:14 +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
76a1ff1788
Fix image renaming logic in decort_osimage.__init__ method
2024-05-29 13:18:12 +03:00
9dc3a5e780
Fix account_Id parameter value for call of decort_osimage.decort_image_create method
2024-05-28 17:31:44 +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
5b731d009b
Add validated_image_id check to if-condition of deleting image logic
2024-05-28 16:26:42 +03:00
57dba89b5a
Merge branch 'BANS-283' into 'rc-5.2.6'
...
Fix if-condition in DecortController.pfw_configure method for excluding case of TypeError
See merge request rudecs/dev/decort-ansible!39
2024-05-27 09:41:08 +00:00
007c7f4bad
Fix if-condition in DecortController.pfw_configure method for excluding case of TypeError
2024-05-27 12:20:33 +03:00
Алексей Даньков
7f87642b47
Merge branch 'BANS-264' into 'rc-5.2.6'
...
Remove if-condition for check mode from DecortController.disk_find method
See merge request rudecs/dev/decort-ansible!38
2024-05-27 07:50:33 +00:00
2873e4da82
Remove if-condition for check mode from DecortController.disk_find method
2024-05-24 14:08:43 +03:00
9c97f4b645
Merge branch 'BANS-260' into 'rc-5.2.6'
...
Fix call of DecortController.disk_rename method in decort_disk.action method
See merge request rudecs/dev/decort-ansible!37
2024-05-23 16:02:04 +00:00
772f389d98
Fix call of DecortController.disk_rename method in decort_disk.action method
2024-05-23 19:00:29 +03:00
36e1383c7e
Merge branch 'BANS-255' into 'rc-5.2.6'
...
Fix disk deleting logic for permanently deleting from recycle bin
See merge request rudecs/dev/decort-ansible!36
2024-05-23 13:51:37 +00:00
35fe2bdf0e
Fix disk deleting logic for permanently deleting from recycle bin
2024-05-23 16:41:45 +03:00
7e7a4898ec
Merge branch 'BANS-250' into 'rc-5.2.6'
...
Fix call of DecortController.disk_share method in decort_disk.create method
See merge request rudecs/dev/decort-ansible!35
2024-05-23 10:58:11 +00:00
fde986bb42
Fix call of DecortController.disk_share method in decort_disk.create method
2024-05-23 13:56:35 +03:00
538c7e6f47
Merge branch 'BANS-249' into 'rc-5.2.6'
...
Fix call of DecortController.disk_limitIO method in decort_disk.create method
See merge request rudecs/dev/decort-ansible!34
2024-05-22 16:36:26 +00:00
53634b7fa5
Fix call of DecortController.disk_limitIO method in decort_disk.create method
2024-05-22 19:34:40 +03:00
b68e562fc1
Merge branch 'BANS-248' into 'rc-5.2.6'
...
Fix incorrect access to MIN_IOPS variable in DecortController.disk_check_iotune_arg method
See merge request rudecs/dev/decort-ansible!33
2024-05-22 15:03:08 +00:00
df619e7998
Fix incorrect access to MIN_IOPS variable in DecortController.disk_check_iotune_arg method
2024-05-22 17:59:38 +03:00
Алексей Даньков
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
2024-05-22 11:00:13 +00:00
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
2024-05-22 10:05:13 +00:00
51707cbb69
Fix call of AnsibleModule.fail_json method in decort_disk.__init__ method.
2024-05-22 12:53:22 +03:00
3f4cfd40d6
Add check mode logic to DecortController.k8s_workers_modify method.
2024-05-22 11:50:06 +03:00
Алексей Даньков
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
2024-05-21 14:59:44 +00:00
abcb7d52f8
Move execution of getConfig before if-condition of check mode in decort_k8s.package_facts method
2024-05-21 16:17:12 +03:00
Алексей Даньков
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
2024-05-21 08:08:12 +00:00
Алексей Даньков
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
2024-05-21 08:07:28 +00:00
6725e4342e
Fix logic of starting k8s after restore it from recycle bin
2024-05-20 20:45:45 +03:00
5003991cf5
Fix logic for 'changed' setting in DecortController.k8s_workers_modify method
2024-05-20 16:37:41 +03:00
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
2024-05-20 09:52:44 +00:00
6a99ea4d85
Fix parameter name 'vinsId' for API request in DecortController.k8s_provision method
2024-05-20 12:41:06 +03:00
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
2024-05-17 13:42:35 +00:00
bcf384a910
Fix logic for permanently deleting k8s from recycle bin
2024-05-17 16:37:35 +03:00
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
2024-05-17 11:26:18 +00:00
5da120f2d3
Fix logic for the case when DecortController.k8s_provision method returns 0
2024-05-17 14:21:17 +03:00
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
2024-05-08 13:29:15 +00:00
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
2024-05-08 13:29:05 +00:00
8b407c6f69
Change cluster_conf, kublet_conf, kubeproxy_conf, join_conf decort_k8s parameter types to dict.
2024-05-08 16:06:39 +03:00
4c4be07550
Add rg_name parameter to the arguments of the DecortController.rg_find method call in library/decort_k8s.py
2024-05-08 14:34:33 +03:00
Алексей Даньков
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
2024-05-07 07:06:12 +00: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
Алексей Даньков
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
2024-04-16 11:10:56 +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