Commit Graph

5967 Commits

Author SHA1 Message Date
Sanjay Tripathi 13ba59c5f0 CLOUDSTACK-6649: CS is not giving the system-wide capacity for GPU reosurce. 2014-05-14 13:52:46 +02:00
Jessica Wang 7a13afca0a CLOUDSTACK-6379: UI > fix a bug that domain admin failed to be created when current login doesn't have visibility to root domain object. 2014-05-13 14:39:56 +02:00
Gabor Apati-Nagy 7bd0b92ea0 CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service. 2014-05-13 10:43:06 +02:00
Daan Hoogland 0b23d09845 format: tab to spaces 2014-05-05 23:25:22 +02:00
Jessica Wang 6d1c2b14bf CLOUDSTACK-6483: UI > Load Balancing > "VM+IP" listing > After removing a "VM+IP" under a LB rule, AddVMs dialog should reflect the change (i.e. show the removed IP in IP dropdown in AddVMs dialog) 2014-05-05 23:20:12 +02:00
Brian Federle 542c2608e1 CLOUDSTACK-6342: Fix LB table listing for Firefox 2014-05-05 22:47:08 +02:00
Brian Federle c90c340d57 List view, dialog VM select: Widen name field to better fit IP subselect box 2014-05-05 22:46:38 +02:00
Dariusz Nejbauer e28948ccc3 CLOUDSTACK-3932: UI: Fix Truncation issue in secondary storage URL
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-05-05 21:21:49 +02:00
Brian Federle 0ef9c9a1c0 CLOUDSTACK-6438: Filter out existing IPs in dropdown 2014-05-02 20:26:12 +02:00
Brian Federle 2ff3623054 CLOUDSTACK-6438: WIP: Add filtering to check against existing IPs 2014-05-02 20:25:38 +02:00
Brian Federle 0e002ffa84 CLOUDSTACK-6438: WIP: If VM has additional IPs, keep showing in add screen 2014-05-02 20:25:16 +02:00
Rajani Karuturi 69e550f5ea Fixed CLOUDSTACK-6509 Cannot import multiple LDAP/AD users into a cloudstack account
Conflicts:
	api/src/com/cloud/user/AccountService.java
	plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapCreateAccountCmd.java
	plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapImportUsersCmd.java

Signed-off-by: Koushik Das <koushik@apache.org>
2014-04-29 13:37:28 +02:00
Gabor Apati-Nagy b6fabfecf2 CLOUDSTACK-6255
UI for supporting region level VPC, distributed routing enabled VPC and
stretched L2 neworks
2014-04-28 18:45:54 +02:00
Nitin Mehta 2f96d430c8 CLOUDSTACK-6499:
Made changes so that uploading custom certificate works for ssvm.
    1. Reboot ssvm only when private key is passed meaning the server cert is passed. This is because while uploading the server cert is the last to be uploaded. And we want to propagate the entire chain once uploading is done.
    2. Change the SecStorageSetupCommand sent to ssvm so that it also carries the root cert apart from having the chain and the server cert and key.
    3. Change ssvm agent code to be able to configure root cert to the java key store.
    4. Change ssvm configure ssl script to insert the chain certs correctly.
    5. Fix order of chain certificates for apache webserver in SSVM
    6. Remove double encoding and decoding for uploadCustomCertificate API from UI and server code respectively, so that API call without UI works fine
    7. Java 1.7 - disable using SNI since copyTemplate doesnt work for SSL.
2014-04-25 22:03:46 +02:00
Jessica Wang c6d1e10cb6 CLOUDSTACK-6477: UI - Load Balancing - add VMs => fix error 'Unable to decode parameter vmidipmap[0].vmip[]; if specifying an object array, please use parameter[index].field=XXX, ~ ' 2014-04-25 21:33:26 +02:00
Sanjay Tripathi 2e727428a9 CLOUDSTACK-6447: Grid K120Q and K220Q vGPU types are missing in create service offering menu. 2014-04-18 13:20:27 +05:30
Mihaela Stoica eee8a04dab CLOUDSTACK-6233: Add new tab "GPU" in Host detailView for gpu enabled hosts
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 15:36:52 +05:30
Mihaela Stoica a0e6eff6e8 CLOUDSTACK-6393: Add gpu details in Compute Offering detail view
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 15:31:44 +05:30
Mihaela Stoica 7e5757ed38 CLOUDSTACK-6394: Add gpu details in "Add Compute Offering”
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Signed-off-by: Sanjay Tripathi <sanjay.tripathi@citrix.com>
2014-04-16 15:29:23 +05:30
Brian Federle 3263822bf4 CLOUDSTACK-6342: UI changes for secondary IP on LB rules
This is front-end only; API call changes still need to be done.
2014-04-15 14:48:03 -07:00
Chris Suich 390dfb167e Fixed issue with labels being displayed in dialog
CLOUDSTACK-6368
2014-04-12 11:16:20 -04:00
Chris Suich 418b27576d Fixed 'label.path' being displayed in zone wizard
CLOUDSTACK-6372
2014-04-12 11:16:20 -04:00
Chris Suich 68ec715d85 CLOUDSTACK-5785: VM display name cell not updated upon detaching volume from VM 2014-04-10 22:23:04 -04:00
Jessica Wang fc8e79c17b CLOUDSTACK-6380: UI > hosts page > add new action "Disable Host", "Enable Host". 2014-04-10 13:57:21 -07:00
Jessica Wang a512b7847a CLOUDSTACK-6342: UI - Load Balancing page - LB rules - VM + IP Address - fix a bug that vmidipmap was not sent to API. 2014-04-08 15:36:49 -07:00
Jessica Wang 588acac769 CLOUDSTACK-6342: UI - Load Balancing page - LB rules - VM + IP Address - remove action - pass vmidipmap instead of virtualmachineids to removeFromLoadBalancerRule API where IP Address is specified for this VM under this LB rule. 2014-04-08 14:04:30 -07:00
Jessica Wang 220309c649 CLOUDSTACK-6342: UI - Load Balancing - LB rule listing - pass lbvmips=true to listLoadBalancerRuleInstances API and display "VM + IP Address" under each LB rule. 2014-04-08 11:12:10 -07:00
Sanjay Tripathi 156fb7ebd3 CLOUDSTACK-6357: Not able to select GPU card in case of GPU-passthrough. 2014-04-08 22:08:17 +05:30
Jessica Wang 51fcecca2d CLOUDSTACK-6342: UI changes for feature use secondary IP address of NIC in Load balancing. 2014-04-04 15:31:51 -07:00
Brian Federle c78e7a01e1 Instance wizard UI: Pass data for multi-disk service offerings 2014-04-03 14:52:03 -07:00
Brian Federle 6059a69a51 Remove commented-out-code 2014-04-03 13:57:43 -07:00
Jessica Wang 6901b8a1ee CLOUDSTACK-6335: UI - Acquire IP dialog - show/hide "cross zones" checkbox upon portableipserviceenabled property of the current region instead of Local region. 2014-04-03 13:45:34 -07:00
Brian Federle 7c06ec5bc5 WIP: Instance wizard UI: Support multi-disk offerings
Adds front-end support to instance wizard UI for service offerings
supporting multiple disks.

The UI changes will show if a list 'multipleDisks: []' is passed with
the disk offering data options.
2014-04-02 16:25:12 -07:00
Gabor Apati-Nagy eb86ed60bd Value of Global parameter "custom.diskoffering.size.min" is not reflected in UI during new instance creation.
Added fields to /api and /server classes for CustomDiskOfferingMinSize
to be available in CapabilitiesResponse. Fixed UI code in Instance
Wizard to have this config value as the minimum selectable option when
we are in custom disk size mode.
2014-04-01 10:56:02 -07:00
Anshul Gangwar 90117f09e8 CLOUDSTACK-6288: Changing default ImageFormat to vhdx for hyper-v and allowing registration of vhdx format templates.
Signed-off-by: Devdeep Singh <devdeep@gmail.com>
2014-04-01 13:40:21 +05:30
Brian Federle 61a0c128a7 CLOUDSTACK-6227: Don't show API/secret key fields in quickview 2014-03-28 10:23:18 -07:00
Gabor Apati-Nagy 6d7978ea45 CLOUDSTACK-6227 (Add copy-paste support for detail view fields):
DetailView widget now supports bool isCopyPaste property that can be set
for fields. If this is set to true, the text of this field is displayed
using ellipsis formatting* and a copy-paste icon is available right next
to it. On clicking this icon, the full text is displayed

*: tooltip is also enabled showing the original non-ellipsed value
2014-03-28 10:17:31 -07:00
Mihaela Stoica 0d897f65a2 UI: Applied localization function to labels on Zone Chart page
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-28 10:11:16 -07:00
Mihaela Stoica c09bb900c7 UI: Fixed truncated icon on confirmation dialogs
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-03-28 10:10:47 -07:00
Jessica Wang 503eeb8248 CLOUDSTACK-6296: UI > If an account's timezone is not set, show datetime field based on browser's timezoneoffset. 2014-03-27 14:13:10 -07:00
Brian Federle c42799c4d7 UI: Update tooltips for primary storage, upload volume fields 2014-03-27 11:28:47 -07:00
Anshul Gangwar 0ad1a517a2 CLOUDSTACK-6267: unblocking smb as zone wide primary storage for hyperv
Signed-off-by: Devdeep Singh <devdeep@gmail.com>
2014-03-27 15:09:35 +05:30
Brian Federle 6e1a43ad49 Instances UI: Truncate name, displayname fields to prevent overflow 2014-03-25 15:50:51 -07:00
Mike Tutkowski 40cf807bd9 CLOUDSTACK-6170 (fixing a GUI formatting issue) 2014-03-25 12:42:59 -06:00
Mike Tutkowski 0b9193599a CLOUDSTACK-6170 (fixing a GUI formatting issue) 2014-03-24 21:09:58 -06:00
Brian Federle b4d8332a69 CLOUDSTACK-6227: Fix IE9 instance wizard
Fixes HTML incompatibility causing rendering issues in IE9 when viewing
instance wizard->network step
2014-03-24 10:02:39 -07:00
Mike Tutkowski 2926d949f2 CLOUDSTACK-6170 (when the "No Thanks" radio button is selected, remove controls related to custom size and custom IOPS) 2014-03-22 19:29:39 -06:00
Brian Federle 661b42b501 CLOUDSTACK-6272: Fix icons for recover/restore VM 2014-03-21 14:58:16 -07:00
Jessica Wang 056548c72e CLOUDSTACK-6272: UI > Instance > actions > replace internal action name "restore" with "recover", "reset" with "reinstall". 2014-03-21 14:48:32 -07:00
Brian Federle 0d160e8198 CLOUDSTACK-6272: Fix recover/restore VM actions
-Label recoverVirtualMachine as 'Recover VM'
-Label restoreVirtualMachine as 'Reinstall VM'
-Change confirmation text for restoreVirtualMachine to be more explicit
-Change restoreVirtualMachine icon to 'recycle' symbol, to avoid
 confusion with the reboot VM icon
2014-03-21 13:30:19 -07:00