5682 Commits

Author SHA1 Message Date
will
4a96e4cb0f bug 8816: Changed private ip address to link local address when displaying virtual routers. 2011-04-28 18:15:53 -07:00
Kelven Yang
9b86ef7942 bug 9022: turn off HA for SSVM and Console Proxy VM 2011-04-28 18:03:11 -07:00
Sheng Yang
cf114fc7af Enable SSL for mgmt servers and agents
The port remains 8250.

The keystore saved at /etc/cloud/management/cloud.keystore. We also include one
fail-safe keystore/certificate for fallback if we are unable to generate
certificate and keystore. If we use fail-safe keystore, a warning and calltrace would be show.

Notice you need to upgrade agent, as well as systemVM's images.
2011-04-28 17:41:29 -07:00
Kelven Yang
025642801a Bug 9519: add index to avoid full table scan when usage server tries to copy event records over 2011-04-28 17:34:58 -07:00
keshav
828b68186c Added a check for duplicate public networks. 2011-04-28 16:10:48 -07:00
will
4b803d1676 Added default endpointe URL and renamed cloudkit to mycloud in the complete registration servlet. 2011-04-28 16:05:38 -07:00
will
633d024b7c - Merge all CloudZones Registration feature into master 2011-04-28 16:05:36 -07:00
Alex Huang
2aa280ed14 Removed the ugly cglib name 2011-04-28 15:45:09 -07:00
Alex Huang
53949833ac bug 9456: added the host id that was already tried to avoid list. Added more debug logs in case that condition happens. 2011-04-28 14:44:46 -07:00
Jessica Wang
e815ed6df7 cloudStack - Pod page - new button "Add Network Device" - implement type PxeServer. 2011-04-28 14:44:31 -07:00
Alex Huang
a15cf40ff5 bug 9633: removed schema.level
bug 9632: removed direct.attach.security.groups.enabled
2011-04-28 13:51:16 -07:00
Jessica Wang
9552de426f cloudStack - Pod page - new button "Add Network Device" - implement type ExternalDHCP. 2011-04-28 13:46:35 -07:00
Jessica Tomechak
1b0dcc9371 Documentation copy edits. 2011-04-28 13:39:16 -07:00
Jessica Tomechak
a63c76f4d7 Documentation copy edits. 2011-04-28 13:38:10 -07:00
alena
4a41920ab6 1) Don't drop netapp tables during the upgrade.
2) SecurityGroups DB upgrade - drop constraints before chaning the name for the network_group table
2011-04-28 13:30:32 -07:00
Frank
937989ee37 Bug 9635 - set java heap size to 1 GB by defaul
Resolved: Fixed
2011-04-28 13:31:59 -07:00
prachi
c2824edc03 Bug 9446: Investigator reports that a system vm is down even if it isn't....
Changes:
- Added new Investigator 'ManagementIPSystemVMInvestigator' that checks if Vm is alive only for System VM's that have a management IP address.
- If no management IP is found, ping test cannot be done, so this investigator would return null in that case.
- Current implementation InvestigatorImpl is renamed as 'UserVmDomRInvestigator' and does the ping test for user VMs only.
- Corrected the ping test code that was checking a hard-coded string. Now if the ping answer is negative, we just return null
- Added the new investigator to components.xml
2011-04-28 12:28:51 -07:00
Jessica Tomechak
5198709942 bug 9403, update Administrator's Guide. 2011-04-28 11:33:32 -07:00
Kelven Yang
6b728cc67f URL encode VMFS primary storate info to allow whitespace in names 2011-04-28 10:39:34 -07:00
Kelven Yang
814fe02c59 Recalculate and update host used capacity (mem & cpu) in upgrade (2.1.x to 2.2.y)
Conflicts:

	server/src/com/cloud/upgrade/dao/Upgrade218to22.java
2011-04-28 10:11:01 -07:00
alena
6352851e43 More logging to consoleProxy start command 2011-04-28 01:19:42 -07:00
alena
f8742adcd5 bug 9621: set addressFormat during NicProfile creation
status 9621: resolved fixed
2011-04-27 23:19:43 -07:00
alena
485f7a10cc bug 9621: dbUpgrade - set reservation strategy to be Create for Guest Nics in Basic zone
status 9621: resolved fixed

Conflicts:

	server/src/com/cloud/upgrade/dao/Upgrade218to22.java
	setup/db/db/schema-222to224.sql
2011-04-27 22:51:56 -07:00
alena
012d2f1a5d Fixed upgrade from 2.1.9 to 2.2.x 2011-04-27 22:49:28 -07:00
alena
b8f2a69c05 bug 9622: update mode for nics
status 9622: resolved fixed
2011-04-27 20:57:27 -07:00
Jessica Wang
c851253969 cloudStack UI - zone tree - basic zone - add network tab. “Add IP Range” button and “Add Firewall” button are available. 2011-04-27 15:29:03 -07:00
Frank
6f322474c1 network devices APIs 2011-04-27 14:04:38 -07:00
Frank
ef10dab968 Intrdouce adapter to template manager
small fix
2011-04-27 14:04:37 -07:00
Frank
504eb25c37 Intrdouce adapter to template manager. 2011-04-27 14:04:37 -07:00
alena
2aa5f8996b listNetworks: allow seeing Guest system network in Basic zone 2011-04-27 13:57:24 -07:00
Alex Huang
cc8bdf354b storage stats can be such that it doesn't work if one storage pool cannot be reached. 2011-04-27 13:56:52 -07:00
Alex Huang
b4f6cdda66 bug 9610: Added VERSION table and related index change 2011-04-27 13:56:52 -07:00
Alex Huang
5b361e5e8f bug 9597: Fixed the recreatable problem. Also added the 2.2.1 upgrade step 2011-04-27 13:56:52 -07:00
Jessica Wang
b9c8cb0179 refresh host/primarystorage/systemvm/router/instance status every 5 seconds instead of every 2 seconds. 2011-04-27 12:50:13 -07:00
prachi
209be1065b Bug 9585 - Existing Data Disk is being destroyed and recreated on Stop and Start of a User VM.
Changes:
- When the ROOT volume of a VM is found to be READY, changed planner to reuse the pool for every volume(root or data) that is READY and that has a pool not in maintenance and not in avoid state
- If ROOT volume is not ready, we dont care about the DATA disk. Both would get re-allocated.
- When a pool is reused for a ready volume, Planner does not call storagepool allocators. And such volumes are not assigned a pool in the deployment destination returned by the planner. Accordingly StorageManager :: prepare method wont recreate these volumes since they are not mentioned in the destination.
2011-04-27 11:36:51 -07:00
prachi
9dfb6dd61f Bug 9586 - NPE during host allocation
- This NPE happened when starting the DomR and its Volume's podId was null.
- This case should never happen that podId of a Volume is null.
- It looks like this is a side-effect of some other bug- most likely another DomR and basic networking issue (9578)

- While reviewing this bug, found out that we need not use the RecreateHostAllocator anymore. Using it actually is not good, since this allocator ignores what is passed to it in the plan by the DeploymentPlanner and lists pods once again.
- Changed components.xml to use FirstFitRoutingAllocator instead.
2011-04-27 11:36:49 -07:00
alena
81e7b25217 Fixed ipAssoc in Basic zone (elastic IP) 2011-04-27 11:15:30 -07:00
Edison Su
7e8d02defb bug 8955: add umask 022 to make sure we can get read permission for user data
status 8955: resolved fixed
2011-04-27 10:28:23 -04:00
Kelven Yang
81492dbe04 propagate searching local CIDR fix from 2.2.4 to master 2011-04-27 10:01:35 -07:00
kishan
42a9c49712 bug 8866: ignore network usage for system account 2011-04-27 19:44:52 +05:30
kishan
341e553b8a bug 8866: added support for direct network usage tracking using traffic sentinel 2011-04-27 19:03:02 +05:30
Murali Reddy
c12ccbd06f Bug 9534 : implement CPU cap
Introducing new boolean flag in service offering to restrict the user VM's CPU utilization to what service offering it is entitled for.
2011-04-27 13:54:45 +05:30
Abhinandan Prateek
7960a499dc bug 6451: XenServer username/password should be changable through API 2011-04-27 12:14:51 +05:30
Abhinandan Prateek
0fc005f20a bug 6451: XenServer username/password should be changable through API 2011-04-27 12:08:02 +05:30
Jessica Tomechak
dce4a8ec2e Versioned Administrator's Guide. 2011-04-26 17:57:34 -07:00
alena
508fef2269 Apply nic profile to nic: don't set reservationStrategy for DB object when it's value is NULL 2011-04-26 17:51:49 -07:00
alena
584718ceb6 bug 9571: respect allocatedOnly flag in listPublicIpAddresses API
status 9571: resolved fixed
2011-04-26 17:51:49 -07:00
Alex Huang
9909371eaa bug 9445: Signal alert for the host if a primary storage pool was unavailable on that host 2011-04-26 15:09:36 -07:00
alena
4290abb57c bug 9578: when deploy dhcp in Basic zone, put pod information to deploymentPlan
status 9578: resolved fixed
2011-04-26 14:57:40 -07:00
prachi
6e39019b6a Bug 9548 [Cloud Stack Upgrade - 2.1.8 to 2.2.4] System VM's Volumes Recreation is not happening on an event of New Volume creation Failures
Changes:
- Reason was that the old volume's templateId was being updated before volume creation was attempted. So on the retry, we dint find a difference in volume's templateId and VM's templateId and did not enter the recreation logic.

- Fix is to update the new volume's templateId with the VM's templateId while creating the new volume. The old volume's templateId stays the same and the volume is marked as 'Destroy' when a new volume is created.
2011-04-26 11:35:24 -07:00