Vishesh
fa3f2a75eb
feature: VM Scheduler ( #7397 )
...
This PR adds a feature to setup schedules to stop/start/restart your VMs.
Documentation PR: apache/cloudstack-documentation#313
Related issue: #3387
2023-06-26 13:36:46 +05:30
Abhishek Kumar
0466bf9d47
server,api,ui: host auto-select for migrateVirtualMachineWithVolume ( #7554 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-06-22 14:53:51 +02:00
Wei Zhou
09a4a252d7
Merge remote-tracking branch 'apache/4.18' into HEAD
2023-06-21 15:08:56 +02:00
Ilham Al Rahm
071a071434
backgroundColor of user-menu-avatar was hardcoded to primary color value instead of accessing it from @primary-color in config.json file. Updated the code to access the primary color from config.json ( #7532 )
2023-06-21 12:59:02 +02:00
dahn
fb29608f61
consider last host only for root-admin ( #7597 )
2023-06-14 09:35:55 +02:00
dahn
ae10263b3b
Possibility to choose the source NAT IP address on a isolated network or VPC ( #6442 )
...
Co-authored-by: NuxRo <nux@li.nux.ro>
Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com>
2023-06-09 14:51:53 +02:00
Abhishek Kumar
41e8ad7487
api,server,ui: vr,systemvm in public ip response ( #7403 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Wei Zhou <weizhou@apache.org>
2023-06-08 15:05:59 +02:00
SadiJr
d93fe91364
[UI] Use CPU frequency of unconstrained offerings when importing VMs from vCenter ( #7222 )
...
Co-authored-by: SadiJr <sadi@scclouds.com.br>
2023-06-06 14:02:08 +02:00
Abhishek Kumar
f905f5f39a
Merge remote-tracking branch 'apache/4.18' into main
2023-06-01 16:50:24 +05:30
Abhishek Kumar
f636580195
cks,ui: allow changing stopped cluster offering, improvements ( #7475 )
...
* cks,ui: allow changing stopped cluster offering, improvements
Fixes #7454
- Allows changing compute offering for a stopped cluster
- Allows compute offering change when the cluster has autoscaling enabled
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-29 15:58:06 +05:30
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