Rohit Yadav
47af432745
Merge remote-tracking branch 'origin/4.18'
2023-05-25 17:51:01 +05:30
Rohit Yadav
2b3e2e48a0
ui: show zones and offerings to users ( #7557 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-05-25 13:44:44 +02:00
Abhishek Kumar
8ff0071bec
ui,api: make description option for createKubernetesCluster ( #7541 )
...
Make the description for createKubernetesCLuster API optional. Similar to #7180
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-25 15:22:58 +05:30
nvazquez
0024cb0372
Merge branch '4.18'
2023-05-24 11:01:10 -03:00
Abhishek Kumar
22871ad2da
ui: fix infocard tempalte, iso fields ( #7527 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-12 18:40:11 +02:00
Abhishek Kumar
c47554919c
ui: fix tags for security group rules ( #7424 )
...
Fixes #7412
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-12 13:31:57 +02:00
Rohit Yadav
232c86a715
Merge remote-tracking branch 'origin/4.18'
2023-05-11 23:19:43 +05:30
Abhishek Kumar
e613b90fee
ui: set default cpu, memory value for k8s version ( #7513 )
...
By default, use mincpunumber=2 and minmemory=2048 as these are k8s minimum required spec.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-11 12:55:35 +05:30
Wei Zhou
a582b2a5a1
ui: fix sourceIP is not passed when create internal LB ( #7512 )
...
This PR fixes the issue that sourceIP is not passed when create internal LB on UI.
2023-05-11 12:55:01 +05:30
Rohit Yadav
0af56179a5
Merge remote-tracking branch 'origin/4.18'
2023-05-10 14:08:14 +05:30
Wei Zhou
9d46df57f2
kvm: add vm setting for nic multiqueue number and packed virtqueues ( #7333 )
...
This PR adds two vm setting for user vms on KVM
- nic multiqueue number
- packed virtqueues enabled . optional are true and false (false by default). It requires qemu>=4.2.0 and libvirt >=6.3.0
Tested ok on ubuntu 22 and rocky 8.4
2023-05-09 15:19:26 +05:30
Abhishek Kumar
88ff77dae1
ui: fix action notifications ( #7499 )
...
Some UI actions were missing title and description in pollJob method preventing notification for them to be published.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-08 17:46:17 +05:30
Rohit Yadav
a2561df25b
Merge remote-tracking branch 'origin/4.18'
2023-05-08 12:57:38 +05:30
Harikrishna
b280370a98
Few UI fixes and details improvements ( #7434 )
...
* Better hover label and message for generate API/secret keys form
* Added a message to select network during instance deployment
* Removed project icon in dashboard listing
* Disable network operations for the user who does not have permission
* UI allignments
* added document help for sticky policy secion under load balancer
* Added tooltips and some form layout changes
* donot display options to configure when stickypolicy is none
* Network selection message allignment
* Fixed the grid view to be uniform in infra summary page
2023-05-02 17:06:54 +05:30
Abhishek Kumar
d147f1cc3b
ui: fix custom offering cpuspeed during vm import ( #7423 )
...
* ui: fix custom offering cpuspeed during import vm
Fixes #7420
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* refactor
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-01 18:53:17 +05:30
GaOrtiga
957c0a5193
Hide option to upload volume when user does not have permission ( #7427 )
...
Co-authored-by: Gabriel <gabriel.fernandes@scclouds.com.br>
2023-05-01 15:20:49 +02:00
Rahul Agarwal
0ed4950896
server: allow updating project name ( #7149 )
...
This PR adds name in updateProject API to allow renaming 'name' field with description from both API and UI level.
Fixes : #7107
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Rahul Agarwal <rahul.agarwal@shapeblue.com>
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-25 15:29:13 +05:30
kishankavala
2ac1b7e959
ui: Fix Management server comments PR 7379 UI issue ( #7450 )
...
This PR adds support for annotations to be added for the management server as a resource/type.
2023-04-20 15:53:11 +05:30
Abhishek Kumar
e035d73641
Merge remote-tracking branch 'apache/4.18' into main
2023-04-19 12:57:01 +05:30
Abhishek Kumar
a5676b0d01
ui: syntax fix for build failure
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-19 12:47:20 +05:30
Vishesh
79eae89a87
ui: Add filtering by state in account, systemvms, router and storagepool ( #7368 )
...
This PR allows admin to filter resources by state for systemvms, router & storagepool. This is part of #7366 .
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-04-19 12:22:24 +05:30
kishankavala
fcbcddbcb9
ui: Allow admin/user to filter by state for Pods, Clusters and Hosts ( #7373 )
...
This PR allows admin/user to filter by state for Pods, Clusters and Hosts. This is part of #7366 .
2023-04-19 12:12:29 +05:30
kishankavala
69be0af32d
Allow admin/users to add comments to Management Servers ( #7379 )
...
* UI changes for management server comments
* Added support for mgmt server comments in annotations framework
* Added test for mgmt server annotation
* changed annotation to be unique for mgmt server test
2023-04-18 14:16:55 +05:30
Sina Kashipazha
b866e40d17
Don't allow users to remove their account or user. ( #7242 )
2023-04-17 14:15:57 +02:00
David Jumani
dddaeb7593
Fix shutdown header to match antdv design ( #7429 )
...
This PR ensures the shutdown header matches the ant design specs
2023-04-17 12:04:46 +05:30
Rohit Yadav
8a42ab9ce4
Merge remote-tracking branch 'origin/4.18'
2023-04-14 21:49:12 +05:30
David Jumani
941cc83372
Feature: Safely shutdown cloudstack ( #6755 )
...
Co-authored-by: dahn <daan.hoogland@gmail.com>
2023-04-12 12:44:14 +02:00
Abhishek Kumar
62b332e0de
api, ui: listing archived events ( #7396 )
...
Fixes #7217
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 22:26:41 +05:30
Harikrishna
65512af779
server: Roles search by keyword ( #7384 )
...
This PR fixes #7362 and also other search criteria to use the name as an exact search where keyword is also there.
Made UI changes for roles search to make use of keyword instead of name.
2023-04-11 22:24:29 +05:30
Abhishek Kumar
59a2b3137e
Merge remote-tracking branch 'apache/4.18' into main
2023-04-11 17:16:29 +05:30
Abhishek Kumar
4c9c1d2d7b
Merge remote-tracking branch 'apache/4.17' into 4.18
2023-04-11 17:15:57 +05:30
Harikrishna
0ad94ce58c
ui: CreateNetwork isolated/L2 form, added accounts list under selected domain ( #7393 )
...
Currently create network form takes account name (manual entry) as one of the parameters. During network creation we check if the given account name is under selected domain.
Here with this PR we are listing accounts under the selected domain.
2023-04-11 17:03:21 +05:30
Abhishek Kumar
d871729970
ui: allow clearing dns during zone update ( #7276 )
...
* ui: allow clearing dns during zone update
Fixes #7273
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* allow internal dns2 clearing
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 17:02:15 +05:30
Abhishek Kumar
965d29a899
ui: show only advanced zones for vmautoscale form ( #7411 )
...
* ui: show only Advance zones for vmautoscale form
Fixes #7409
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix non-securitygroupenabled zones
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 17:00:48 +05:30
Abhishek Kumar
6672c13254
Merge remote-tracking branch 'apache/4.18' into main
2023-04-11 15:33:10 +05:30
Abhishek Kumar
d1707009f6
Merge remote-tracking branch 'apache/4.17' into 4.18
2023-04-11 15:32:20 +05:30
Abhishek Kumar
55e35c6e0c
ui: show vpn users tab in networks section ( #7277 )
...
Fixes #7248
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 14:15:27 +05:30
David Jumani
3c25a35426
ui: AntD3 upgrade ( #7306 )
...
Continuation of #6369
This PR for Fixes #6342 . Upgrade ant-design-vue to version 3.x.
Related https://www.antdv.com/docs/vue/migration-v3 .
Co-authored-by: utchoang <hoangnm@unitech.vn>
2023-04-11 14:05:21 +05:30
Abhishek Kumar
e6f737fdf9
Merge remote-tracking branch 'apache/4.18' into main
2023-04-11 12:06:37 +05:30
Abhishek Kumar
d6b581263f
ui: allow creating account networkdomain ( #7394 )
...
Fixes #7227
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 11:55:31 +05:30
kiranchavala
9df1a7bc0e
ui: Fixed the Description coloumn in the UI for Quota traffic page ( #7402 )
...
* added correct description response for quotariff api call
* added correct label for Usage description
2023-04-06 12:09:53 +05:30
Rahul Agarwal
723ace8b78
Make DisplayText Non-Mandatory for Various Forms. ( #7180 )
...
Co-authored-by: Rahul Agarwal <rahul.agarwal@shapeblue.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: João Jandre <48719461+JoaoJandre@users.noreply.github.com>
2023-04-05 16:41:16 +02:00
Nicolas Vazquez
be66eb2a35
Auto Enable/Disable KVM hosts ( #7170 )
...
* Auto Enable Disable KVM hosts
* Improve health check result
* Fix corner cases
* Script path refactor
* Fix sonar cloud reports
* Fix last code smells
* Add marvin tests
* Fix new line on agent.properties to prevent host add failures
* Send alert on auto-enable-disable and add annotations when the setting is enabled
* Address reviews
* Add a reason for enabling or disabling a host when the automatic feature is enabled
* Fix comment on the marvin test description
* Fix for disabling the feature if the admin has manually updated the host resource state before any health check result
2023-04-04 17:03:37 +05:30
Abhishek Kumar
82a6a1f6c4
Merge remote-tracking branch 'apache/4.18' into main
2023-04-04 16:10:12 +05:30
Abhishek Kumar
c35d7ac935
ui: show static-nat tag for public ip ( #7395 )
...
Fixes #7246
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-04 13:30:05 +05:30
Eduardo Zanetta
57ff125f83
add button to copy a VM console URL ( #7351 )
...
Co-authored-by: Eduardo Zanetta <eduardo.zanetta@scclouds.com.br>
2023-03-31 17:14:20 +02:00
kiranchavala
f11f1956e8
fixed L2 network creation for particular account ( #7382 )
2023-03-31 08:19:00 +02:00
kiranchavala
fcf07f1fb4
Added upper case JPEG extension for icon upload ( #7200 )
2023-03-30 22:05:14 +02:00
Wei Zhou
11ff2d20e8
UI: fix templates/offerings are not listed in autoscale vm profile when login as user ( #7343 )
2023-03-30 09:29:55 +02:00
Daan Hoogland
16694d8bec
Merge branch '4.17' into 4.18
2023-03-29 17:36:55 +02:00
Wei Zhou
9e1c7a2a90
UI: fix default network is not passed to deployvm API ( #7367 )
...
This line was changed in #5080 , but reverted in #5151
2023-03-28 09:23:01 +02:00
Harikrishna
cfee78e07c
ui: Added UEFI support flag in host details view ( #7361 )
2023-03-24 12:05:45 +05:30
Wei Zhou
c4b444d032
UI: fix error message when create load balancer as a normal user ( #7286 )
2023-02-24 12:06:12 +01:00
Daan Hoogland
1a4bf07548
Merge release branch 4.17 to main
...
* 4.17:
Fix select default host option on deployment wizard (#7256 )
2023-02-20 15:32:36 +01:00
Nicolas Vazquez
dd515346d5
Fix select default host option on deployment wizard ( #7256 )
2023-02-20 13:49:53 +01:00
Nicolas Vazquez
3d2fffc425
UI: Fix keyboard options regression ( #7230 )
...
Co-authored-by: Stephan Krug <stekrug@icloud.com>
2023-02-20 10:32:54 +01:00
Nicolas Vazquez
b0d189c3ed
UI: Fix domain admins cannot create service offerings ( #7261 )
2023-02-20 09:56:28 +01:00
Harikrishna
d12e9cbf16
UI missing changes ( #7231 )
2023-02-17 11:48:40 +01:00
Wei Zhou
933970d9da
UI: fix 'Next' button is stuck if no public ip range ( #7198 )
2023-02-13 14:53:25 +01:00
Abhishek Kumar
f2d1a34271
ui: fix add zone dialog for fix errors ( #7201 )
2023-02-13 13:06:41 +01:00
Harikrishna
a3feccf70c
User two factor authentication ( #6924 )
...
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-02-13 09:14:17 +01:00
Harikrishna
90c92f2710
Fix login issue after logout from Configuration page ( #7197 )
2023-02-13 09:00:10 +01:00
Nicolas Vazquez
c44ba8ff3c
UI: Integrate Tungsten Fabric ( #7166 )
...
Co-authored-by: utchoang <hoangnm@unitech.vn>
Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
Co-authored-by: dahn <daan@onecht.net>
2023-02-10 11:00:42 +01:00
Daan Hoogland
2149e82856
Merge release branch 4.17 to main
2023-02-08 15:50:11 +01:00
Wei Zhou
147ea06af3
UI: fix security group lists in project view ( #7164 )
2023-02-08 15:10:32 +01:00
Rahul Agarwal
0efa4f6e51
Make displayText in createNetwork optional ( #7112 )
...
Co-authored-by: Rahul Agarwal <rahul.agarwal@shapeblue.com>
Co-authored-by: Stephan Krug <stekrug@icloud.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
2023-02-08 14:41:59 +01:00
Rohit Yadav
75a30058e9
ui: fix build issue and incorrect merge conflict in en.json ( #7157 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-02-02 15:18:14 +01:00
Harikrishna
954fed6ed6
ui: Removed duplicate local labels ( #7158 )
...
There are 4 duplicate labels, removed them now.
2023-02-01 18:07:55 +05:30
Nicolas Vazquez
bc900789b5
ui: Fix UI not loading after merge conflict issue ( #7156 )
2023-02-01 16:57:37 +05:30
Daan Hoogland
154f3ac1a7
Merge release branch 4.17 to main
...
* 4.17:
server: add/update user vm details for new root disk size (issue 7139) (#7145 )
UI: fix missing networkid and zoneid when add instance from vpc network (#7151 )
2023-02-01 12:06:02 +01:00
Wei Zhou
bcf5ff1ec8
UI: fix missing networkid and zoneid when add instance from vpc network ( #7151 )
2023-02-01 10:58:19 +01:00
Suresh Kumar Anaparti
d8c7e34b38
Improve global settings UI to be more intuitive/logical ( #5797 )
...
Co-authored-by: Suresh Kumar Anaparti <suresh.anaparti@shapeblue.com>
Co-authored-by: nvazquez <nicovazquez90@gmail.com>
Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan@onecht.net>
2023-01-31 11:23:43 +01:00
Abhishek Kumar
3b6ce97097
infra: edge zones ( #6840 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: dahn <daan@onecht.net>
2023-01-31 09:36:45 +01:00
Abhishek Kumar
028ca74fb6
ui,server,api: resource metrics improvements ( #6803 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-01-30 09:48:03 +01:00
slavkap
d288bb0c78
KVM support of iothreads and IO driver policy ( #6909 )
2023-01-25 12:34:05 +01:00
John Bampton
d74f64a2e1
Use lowercase HTTP header field names so we are compatible with HTTP/2 ( #7006 )
2023-01-23 11:17:54 +01:00
Wei Zhou
57d4f5697e
UI: fix podid is not passed when add ip ranges to basic network ( #7117 )
2023-01-23 11:09:59 +01:00
Daan Hoogland
07e4debeab
Merge release branch 4.17 to main
...
* 4.17:
api: fix new password is applied on host when update host password with update_passwd_on_host=false (#7092 )
CKS: remove details when delete a cks cluster (#7104 )
api/server: add project id/name in ssh keypair response (#7100 )
2023-01-20 16:16:14 +01:00
Wei Zhou
37b2a4826d
api/server: add project id/name in ssh keypair response ( #7100 )
2023-01-19 13:09:19 +01:00
Daan Hoogland
ee6ed215c2
Merge release branch 4.17 to main
...
* 4.17:
KVM: revert libvirtd config and retry if fail to add a host (#7090 )
UI: display cpu cores and speed instead of cputotal by default (#7106 )
storage: validate disk size range of custom disk offering when resize volume (#7073 )
2023-01-18 15:39:18 +01:00
Wei Zhou
dc1a452913
UI: add filter user/all to list user/all volumes ( #7075 )
2023-01-18 14:32:36 +01:00
Wei Zhou
fe0e44abe9
UI: display cpu cores and speed instead of cputotal by default ( #7106 )
2023-01-18 13:55:10 +01:00
Wei Zhou
0fd416d074
UI: Enable shared network with scope option in advanced zone with SG ( #7067 )
2023-01-18 09:42:49 +01:00
John Bampton
52c321a0c6
Fix spelling ( #7087 )
2023-01-16 10:56:07 +01:00
Daan Hoogland
566578297b
Merge release branch 4.17 to main
...
* 4.17:
UI: do not show FW/LB/PF tabs for CKS cluster in advanced network with SG (#7076 )
2023-01-13 06:36:31 +01:00
Wei Zhou
4bb43f7879
UI: do not show FW/LB/PF tabs for CKS cluster in advanced network with SG ( #7076 )
2023-01-12 17:40:26 +01:00
Daan Hoogland
0c925be44d
merge LTS 4.17 in main
2023-01-12 15:39:04 +01:00
Wei Zhou
4d80ea6846
UI: fix diskofferingstrictness is not passed when create compute offering ( #7072 )
2023-01-12 14:04:09 +01:00
Wei Zhou
c1b17d2c42
Merge remote-tracking branch 'apache/4.17'
2023-01-11 17:23:12 +01:00
Wei Zhou
d33d84fa0f
server/UI: fix some issues with network offering details ( #7057 )
2023-01-11 14:01:28 +01:00
dahn
df96af3de4
delete F5 and SRX plugins ( #7023 )
2023-01-11 12:07:44 +01:00
João Jandre
9cfebdf6e5
Allow domain admins to inform tags when creating offerings ( #7052 )
2023-01-10 14:16:22 +01:00
Wei Zhou
d2bb6a2510
UI: support serviceofferingid when create vpc offering ( #7054 )
2023-01-09 18:27:49 +01:00
Wei Zhou
602f22a0d3
UI: fix cannot list lb rules if cidr_list is NULL ( #7058 )
2023-01-09 17:47:07 +01:00
João Jandre
cc527523fa
Allow users to inform timezones on APIs that have the date parameter ( #7032 )
...
Co-authored-by: dahn <daan.hoogland@gmail.com>
2023-01-09 16:50:55 +01:00
fermosan
9009dd1db8
Emc networker b&r ( #6550 )
...
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-01-09 15:46:25 +01:00
Abhishek Kumar
a3289f8ac0
Merge remote-tracking branch 'apache/4.17' into main
2023-01-09 18:06:45 +05:30
Wei Zhou
76ec980c76
ui: remove max value (8) of maxsnaps because it might be greater than 8 ( #7066 )
...
Fixes #7051
The value of "Keep" when create snapshot policy was automatically reset to 8 if the input is greater than 8.
However, the max value of recurring snapshots is determined by global settings snapshot.max.daily / snapshot.max.hourly / snapshot.max.monthly / snapshot.max.weekly, which is 8 by default, but users can input other values greater than 8.
This PR removes this restriction on UI and cloudsack management server will check if the value is valid.
2023-01-09 17:05:10 +05:30
Wei Zhou
1380c604b1
server: add Host Control Plane State to uservm and systemvm response ( #6946 )
...
Co-authored-by: dahn <daan.hoogland@gmail.com>
2023-01-05 09:59:28 +01:00
Daan Hoogland
e952e03201
Merge release branch 4.17 to main
...
* 4.17:
UI: user must specify the start of guest vlan range for advanced zone (#7038 )
2023-01-04 10:08:09 +01:00