Commit Graph

6273 Commits

Author SHA1 Message Date
alena ebd0382ea8 ApiResponseSerializer - no need to use reflection to get the field value 2011-06-15 17:41:09 -07:00
Jessica Wang 1ce37a4712 CloudStack UI - router page - add "redundant router" field (yes/no) which is editable. 2011-06-15 16:17:16 -07:00
Jessica Wang d98f7ebfbd CloudStack UI - router page - add Redundant grid row that indicates whether this router is redundant or not. And if it's, redundant state will be shown on UI. 2011-06-15 15:54:08 -07:00
Sheng Yang d71ed00148 bug 9154: Add more log in keepalived.log 2011-06-15 15:39:48 -07:00
alena 695041ad27 Fixed the bug in updateUser api - api/secretKey update didn't work correctly when request was signed using apiKey 2011-06-15 15:04:59 -07:00
Jessica Wang 0fefd9f2ae bug 9265: cloudStack UI - middle menu - set maximum length for first row text and second row text. 2011-06-15 14:55:35 -07:00
Sheng Yang 9466106c40 bug 9154: Add isRedundantRouter to DomainRouterResponse 2011-06-15 14:39:28 -07:00
Sheng Yang 1616084f47 bug 9154: Code clean up 2011-06-15 12:15:28 -07:00
Frank bea564b44a Fix build, only build premium-agent when premium exists 2011-06-15 12:00:48 -07:00
Jessica Wang f6bc60d0c3 cloudStack UI - Domain page - Delete Domain dialog - localize warning message of Force Delete. 2011-06-15 10:35:26 -07:00
Prasanna Santhanam 3ac0b568f5 typo. Should be simulator not XenServer 2011-06-15 19:18:14 +05:30
Abhinandan Prateek 3429b6cde4 bug 8962: tested vm move from one account to another, successfully restarted 2011-06-15 17:55:03 +05:30
kishan 7a810d1df1 bug 7451: Added network offering action events
status 7451: resolved fixed
2011-06-15 16:56:18 +05:30
kishan 675ffe23e8 bug 8879: Send network usage command for domain routers in Running state only
status 8879: resolved fixed
2011-06-15 14:13:50 +05:30
Abhinandan Prateek 61cdbd0e1f bug 10062: better error message
status 10062: resolved fixed
2011-06-15 09:56:42 +05:30
Sheng Yang 2be4542a8e bug 9154: Send alert if found two virtual routers in master state
Notice it's a simple version that assume both virtual routers are controlled by
same mgmt server. We can improve it later.
2011-06-14 20:51:03 -07:00
Sheng Yang 6f0edd9541 bug 9154: Add router fault state report 2011-06-14 20:33:18 -07:00
Sheng Yang 07a61686db bug 9154: Add redundant state to DomainRouterResponse 2011-06-14 19:31:24 -07:00
Jessica Tomechak 206eef2805 Update README to point to new information resources. 2011-06-14 18:53:45 -07:00
Sheng Yang aef562c69d bug 9154: Replace domain_router.is_master with domain_router.redundant_state in DB
Then we can distingush BACKUP state from UNKNOWN state(which means we didn't get
valid answer from CheckRouterCommand).
2011-06-14 18:48:56 -07:00
Jessica Wang 770c5cd377 cloudStack UI - Domain page - Delete Domain dialog - add a checkbox "Force Delete" and if it's checked, UI calls "deleteDomain&cleanup=true" that will delete all child domains and all accounts under this domain. 2011-06-14 18:30:04 -07:00
Kelven Yang d78616caa0 Fix compile issue in test code 2011-06-14 17:54:43 -07:00
Kelven Yang 2e3d1832b0 merge adding-host changes from 2.2.4 2011-06-14 17:54:43 -07:00
Kelven Yang f7e4fc742f merge adding host fix from 2.2.4 2011-06-14 17:54:42 -07:00
Jessica Wang b91a319777 bug 9549: CloudStack UI - deleteHost API now takes in new parameter "forced". Here is related UI change: a checkbox "Force Remove" has been added to Remove Host Confirmation Dialog. 2011-06-14 17:52:57 -07:00
Jessica Tomechak 27ca5cd625 Delete very outdated README. 2011-06-14 17:46:04 -07:00
Jessica Wang 2ef54824b5 bug 10024: CloudStack UI - fix a bug that adding a pod from the resource page page didn't work. 2011-06-14 16:48:32 -07:00
Sheng Yang a492c07e4c bug 9154: redundant virtual router
Add CheckRouterCommand for XenServer

Now VMware/Xen/KVM all support redundant virtual router.
2011-06-14 15:45:29 -07:00
anthony 0f340c199f align system VM partitions with 4k 2011-06-14 11:47:07 -07:00
Sheng Yang 29c54c42e0 Fix hostname in the generated vm template
The ssh_host_*_key.pub in /etc/sshd contained generator's own hostname. This
patch fixes it.
2011-06-14 11:29:12 -07:00
Jessica Wang cc0eb59aef bug 10247: cloudStack UI - Primary Storage page - Add Primary Storage dialog - default cluster dropdown to the cluster that the primary storage is under. 2011-06-14 10:34:24 -07:00
alena f7814df488 bug 10265: 226 to 227 db upgrade - remove unique key constraint for "network_offerings.name" field (if exists)
status 10265: resolved fixed
2011-06-14 09:33:32 -07:00
kishan 6744645ba5 bug 9197: Added delete volume usage event when volume creation fails
status 9197: resolved fixed
2011-06-14 16:01:56 +05:30
kishan fe4329389f bug 6770: Alert will be sent when deploying User VM fails
status 6770: resolved fixed
2011-06-14 15:02:27 +05:30
kishan 0629592caf bug 8144: Added event for router start/stop and reboot
status 8144: resolved fixed
2011-06-14 14:24:52 +05:30
alena 7cd9f2d022 Reverted commit made by mistake
This reverts commit bd40212c3b5e885f89d7b43a6e8ccc14fb6d19fb.
2011-06-13 22:53:40 -07:00
alena b9ebc5ad16 Added findRequest() method to ClusteredAgentAttache - needed for cancelling requests in transfer queue 2011-06-13 22:44:23 -07:00
alena 00a35314bb Some fixes to agent lb code:
* Schedule agent LB as a TimerTask as it can take time for the management server to start; and it can accept rebalance requests only when it's up and running
* Removed Starting state from mshost as it's not being used anywhere
* Fixed the bug where requests weren't routed properly from the old host owner to the new one.
2011-06-13 22:28:22 -07:00
alena 30617a947c bug 9511: use new StringBuffer for each PF/StaticNat rule
status 9511: resolved fixed
2011-06-13 22:15:15 -07:00
Abhinandan Prateek 11816a174d added missing check for null 2011-06-14 10:24:49 +05:30
Sheng Yang b1ced0e478 Fix buildsystem.sh script
And the script can only be used with the machine installed grub-legacy(e.g. grub
0.97) rather than grub2(grub-pc).
2011-06-13 19:37:21 -07:00
Alex Huang 59fc206664 bug 10260: propagate ha and deployment planner fixes 2011-06-13 17:33:10 -07:00
Alex Huang 63113661d1 bug 10260: propagate ha and deployment planner fixes 2011-06-13 17:33:09 -07:00
Alex Huang d39048faca bug 10260: propagate ha and deployment planner fixes 2011-06-13 17:33:09 -07:00
Alex Huang 5df1aa02f4 bug 10094: distinguish between no transition from one state to another vs there's a concurrent operation 2011-06-13 17:33:09 -07:00
Jessica Wang b4f7080531 cloudStack UI - localize new translation labels. 2011-06-13 17:28:30 -07:00
Jessica Wang f8a54b96e6 cloudStack UI - Stop Instance action - change warning text. 2011-06-13 17:18:33 -07:00
Jessica Wang 0611c92cad cloudStack UI - Instance page - Stop Instance - show "Force Stop Instance" option for root-admin. 2011-06-13 16:54:54 -07:00
anthony e91e0b4174 bug 9997:
put copy scripts in SetupCommand,
1. initiate returns host version,
2. if it doesn't match with DB, update DB, and reconnect the host.

status 9997: resolved fixed
2011-06-13 16:45:13 -07:00
Jessica Wang fae0d33a49 bug 10232: CloudStack UI - Instance page - fix a bug that VMName was not decoded when encode.api.response is set to true. 2011-06-13 14:59:13 -07:00