Commit Graph

5985 Commits

Author SHA1 Message Date
Jessica Wang 1641b28054 CLOUDSTACK-6852: UI - modules - add DR fields to volume detailView, network detailView, zone detailView. 2014-06-09 11:42:13 -07:00
Jessica Wang e9ebe6e22e CLOUDSTACK-6852: UI - modules - (1) add new shared function addExtraPropertiesIfDrModuleIncluded(). (2) add DR fields to Instances detailView. 2014-06-06 15:17:51 -07:00
Jessica Wang d991e37865 CLOUDSTACK-6858: UI - remove obsolete variable rootAccountId whose value is no longer 1. 2014-06-06 13:29:04 -07:00
Jessica Wang c29ed73d4d CLOUDSTACK-6852: UI - modules - add global variable drModuleIncluded. 2014-06-06 13:28:22 -07:00
Jessica Wang 9b9154132d CLOUDSTACK-6852: UI - attach volume action - VM dropdown - populate options based on whether module is included and whether service is enabled. 2014-06-05 13:47:46 -07:00
Jessica Wang 431ea8e9c2 CLOUDSTACK-6852: UI - add sharedFunction isModuleIncluded(). 2014-06-05 13:47:10 -07:00
Jessica Wang 76c71c7bc1 CLOUDSTACK-6805: UI > create account > fix a bug that account creation failed when password contains # character. 2014-05-29 11:52:42 -07:00
Jessica Wang 3d1bbeb262 CLOUDSTACK-6789: UI > User page > fix a bug that a domain-admin was unable to delete other domain-admin in the same domain. 2014-05-27 15:44:20 -07:00
Jessica Wang a553bb516d CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature.
This reverts commit 65bb733a42.
2014-05-27 11:39:08 -07:00
Gabor Apati-Nagy 3f1dc2534f CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs 2014-05-23 10:54:44 -07:00
Jessica Wang 65bb733a42 CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature. 2014-05-21 17:17:20 -07:00
Jessica Wang 22f503aa2b CLOUDSTACK-6729: UI - create compute offering/create disk offering - determine whether to pass certain data to API comamnd upon isCustomized checkbox/isPublic checkbox's value. 2014-05-20 15:50:27 -07:00
Sanjay Tripathi e7e1ae254a CLOUDSTACK-6649: CS is not giving the system-wide capacity for GPU reosurce. 2014-05-14 15:02:59 +05:30
Jessica Wang f4c726d7b8 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-12 15:36:19 -07:00
Gabor Apati-Nagy 0d7ddc4337 CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service. 2014-05-12 13:45:42 -07:00
Jessica Wang 8bb3efcd53 Revert "CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs"
This reverts commit c20acc6a44.
2014-05-12 12:24:04 -07:00
Gabor Apati-Nagy c20acc6a44 CLOUDSTACK-6565: [UI] New Zones tab for Templates and ISOs 2014-05-12 10:59:52 -07:00
Jessica Wang 9782970ef8 CLOUDSTACK-6626: UI - fix a bug that g_userid was not declared. 2014-05-09 13:18:43 -07:00
Jessica Wang 43f9baf4e0 CLOUDSTACK-6589: UI > update ssl certificate > correct typo in success message - correct it from "Update SSL Certiciate succeeded" to "Update SSL Certificate succeeded" 2014-05-06 18:17:13 -07:00
Jessica Wang d5079e9cfa 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 13:44:49 -07:00
Brian Federle 44a3f586d8 CLOUDSTACK-6342: Fix LB table listing for Firefox 2014-05-05 12:31:34 -07:00
Dariusz Nejbauer 259ce3b59c CLOUDSTACK-3932: UI: Fix Truncation issue in secondary storage URL
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-05-05 12:16:54 -07:00
Sanjay Tripathi 149cb33e3c CLOUDSTACK-6479: Strict and Preferred modes should only be allowed in Implict Dedication Planner Service Offerings. 2014-05-05 14:25:23 +05:30
Brian Federle 430d14b676 CLOUDSTACK-6438: Filter out existing IPs in dropdown 2014-05-01 15:49:37 -07:00
Brian Federle 7daabf6515 CLOUDSTACK-6438: WIP: Add filtering to check against existing IPs 2014-05-01 15:49:33 -07:00
Brian Federle 0b03609c45 CLOUDSTACK-6438: WIP: If VM has additional IPs, keep showing in add screen 2014-05-01 15:49:28 -07:00
Rajani Karuturi 08ec6ebdda 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 14:38:32 +05:30
Nitin Mehta b8a1cbe81a 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-24 17:20:41 -07:00
Brian Federle beb26237bc Create form: Store passed JSON object in select options, for plugin use 2014-04-24 15:07:41 -07:00
Gabor Apati-Nagy 83e5ea9812 CLOUDSTACK-6255
UI for supporting region level VPC, distributed routing enabled VPC and
stretched L2 neworks
2014-04-24 15:06:21 -07:00
Brian Federle 38c99ffdab List view, dialog VM select: Widen name field to better fit IP subselect box 2014-04-24 11:34:04 -07:00
Jessica Wang 953167808c BUG-ID: CS-19795: UI > Add LDAP Account - fix a bug that a LDAP account that does not have email and all LDAP accounts below it are missing from the listing.
Reviewed-by: Brian
2014-04-23 17:05:13 -07:00
Jessica Wang 62cac4f645 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-23 14:39:02 -07: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