Edison Su
e09e4e5bed
bug 11217: add db upgrade script, if sechost_id is missing of a snapshot, add one got from presnapshot_id
...
status 11217: resovled fixed
2011-08-29 15:29:14 -07:00
alena
19ee92a528
bug 11196: fixed the code when gson serialization was done twice
...
status 11196: resolved fixed
2011-08-29 14:48:09 -07:00
alena
4a4e832fdb
bug 11290: insert VPN config values as a part of 229-2210 upgrade
...
status 11290: resolved fixed
2011-08-29 11:20:57 -07:00
alena
05478b26f6
bug 11262: validate public key before processing it
...
status 11262: resolved fixed
2011-08-29 11:06:29 -07:00
Edison Su
a7da152b3d
bug 10931: if local.storage.uuid not found, generate a new one instead of throw exception
...
status 10931: resolved fixed
2011-08-29 11:04:17 -07:00
Prasanna Santhanam
c140dfa936
1. correcting the global property 2. handling the case if unittest2 is present
2011-08-29 18:42:58 +05:30
alena
6ea450d362
Reverted wrong commit for logging in HostDaoImpl
2011-08-26 17:48:10 -07:00
Kelven Yang
bf814aeadd
bug 11263: only update host Id when VM is in running state when detected external VM migration
2011-08-26 16:27:42 -07:00
Edison Su
de4e5ea02f
bug 10557: allow haproxy works on specific nic on vmware
...
status 10557: resolved,fixed
2011-08-26 16:24:31 -07:00
Jessica Wang
5e6859e37b
bug 11274: cloudStack - remove "power by cloud.com" in the lower right corner.
2011-08-26 16:13:14 -07:00
Jessica Wang
9df558d3e4
bug 11274: cloudStack - change log icon from "cloud.com" to "cloudstack".
2011-08-26 12:24:25 -07:00
alena
686f9406e1
Fixed the bug in extractTemplate - do ignoreCase comparison when verify the download mode.
2011-08-26 10:11:18 -07:00
Nitin
56c59bb5d5
bug 11244: Thread updating "op_host_capacity" table shouldn't do updates for removed pods/zones.
...
status 11244: resolved fixed
2011-08-26 18:56:37 +05:30
Naredula Janardhana Reddy
0944ba6617
bug 11253:
...
Added New value "link-local" to global config network.loadbalancer.haproxy.stats.visibility . With this change it can take new parameter "link-local" value apart from the existing 3 values global,guest-network,disabled.
global - stats visible from public network
guest-network - stats visible only to guestnetwork.
link-local - stats visible only to link local network.
disabled - stats disabled.
2011-08-26 15:26:01 +05:30
Naredula Janardhana Reddy
701ddbfc1d
bug 11253:
...
Added New value "link-local" to global config network.loadbalancer.haproxy.stats.visibility . With this change it can take new parameter "link-local" value apart from the existing 3 values global,guest-network,disabled.
global - stats visible from public network
guest-network - stats visible only to guestnetwork.
link-local - stats visible only to link local network
disabled - stats disabled.
2011-08-26 15:25:45 +05:30
Sheng Yang
078b9f3137
bug 11266: Add lockfile for scripts in system vm
...
Otherwise it's easy to trigger the racy issue.
This one just contained fix for reconfigLB.sh
2011-08-25 19:37:01 -07:00
Edison Su
580ce19dc3
testClient: add timestamp for sync job
2011-08-25 18:50:28 -07:00
Kelven Yang
7212f6ca39
bug 11269: merge fix from 2.2.10
2011-08-25 18:27:53 -07:00
Jessica Wang
d12a92939d
bug 11261: cloudStack - host page - Edit Host action - (1) make hosttags editable. (2) consolidate update OS category from dialog box to main screen.
2011-08-25 17:27:15 -07:00
Edison Su
daa1c14559
add missing files
2011-08-25 17:26:31 -07:00
Edison Su
fbdda7d5db
testclient: fix fix asyn job query for sync command
2011-08-25 17:18:47 -07:00
Edison Su
d7726fe59b
TestClient: use json instead of painful XML
2011-08-25 17:18:47 -07:00
alena
2a0e596f15
Set firewall.rule.ui.enabled to false by default
2011-08-25 16:11:03 -07:00
Kelven Yang
80f5b9683f
bug 11162: merge fix from 2.2.10 premium
2011-08-25 15:37:26 -07:00
Kelven Yang
c74ae5d61f
bug 11162: support memory overprovisioning in VMware
2011-08-25 15:37:26 -07:00
Jessica Wang
1f1e67f8e7
bug 11260: cloudStack - create system service offering dialog: add network rate field.
2011-08-25 15:26:12 -07:00
prachi
e11d2f4093
Bug 9921 - template tags
...
-Added missing import statement.
2011-08-25 15:18:21 -07:00
prachi
916177b691
Bug 9921 - template tags
...
-Upgrade path from 2.2.10 to 2.2.11
Conflicts:
server/src/com/cloud/upgrade/PremiumDatabaseUpgradeChecker.java
2011-08-25 15:18:19 -07:00
prachi
089b23f7a6
Bug 9921 - template tags
...
Changes:
- CreateTemplate and RegisterTemplate now support adding a template tag. It is a string value. This is root-admin only action - only admin can add template tags.
- ListTemplates will return the template tag in response.
- HostAllocator changed to use template tag along with the existing tag on service offering. If both tags are present, allocator now finds hosts satisfying both tags. If no hosts have both tags, allocation will fail.
- DB changes to add new column to vm_template table.
- DB upgrade changes for upgrade from 2.2.10 to 2.2.11
Conflicts:
server/src/com/cloud/api/ApiResponseHelper.java
server/src/com/cloud/template/TemplateAdapterBase.java
server/src/com/cloud/vm/UserVmManagerImpl.java
2011-08-25 15:18:18 -07:00
Jessica Wang
0d0b6c01ed
bug 11255: cloudStack - IP address page - add a missing semicolon.
2011-08-25 15:00:40 -07:00
frank
848a742c78
get rid of charva.jar
2011-08-25 14:48:32 -07:00
Jessica Wang
4f7a871c16
bug 11255: cloudStack - IP address page - Create Firewall rule - fix a bug on Google Chrome that changing protocol dropdown (e.g. from TCP to ICMP) wouldn't correctly hide/show related input fields.
2011-08-25 14:38:02 -07:00
Jessica Wang
ca76f4ddc0
bug 11255: cloudStack - IP address page - Create Firewall rule - fix a JavaScript syntax bug.
2011-08-25 14:37:32 -07:00
frank
44a1863f0e
fix deps classpath
2011-08-25 14:35:16 -07:00
frank
0ac4186902
add dependent jar files
2011-08-25 14:35:10 -07:00
frank
b13c05d7cf
Remove thirdparty
2011-08-25 14:35:03 -07:00
frank
64d19eb96e
merge thridparty to deps
2011-08-25 14:34:56 -07:00
alena
1ea383e96f
bug 11260: Take networkRate for domR's guest and public interface from the corresponding system service offering
2011-08-25 14:13:23 -07:00
Kelven Yang
b4c111d27e
bug 11264: merge fix from 2.2.10
2011-08-25 13:58:11 -07:00
prachi
1baf90b18b
Bug 11261 - Allow to update host tags
...
Changes:
- Changes to updateHostCmd to accepts hosttags parameter
- Changes to wipe out existing tags and save new ones in host_tags DB.
- UpdateHost is Admin only operation - so only root admin can update host tags
2011-08-25 12:58:37 -07:00
alena
e902599847
bug 11185: support multiple CIDR on overlapping port ranges for firewall rules
...
status 11185: resolved fixed
Conflicts:
server/src/com/cloud/network/firewall/FirewallManagerImpl.java
2011-08-25 12:06:28 -07:00
Kelven Yang
24227c601f
Developer build fix after premium-move to FOSS
2011-08-25 10:19:43 -07:00
David Nalley
7a1da4e816
Merge branch '2.2.y' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.2.y
2011-08-25 10:25:26 -04:00
David Nalley
28a8ad14ac
bug 11223: ensure all config files are %config(noreplace) in the spec
...
status 11223: resolved fixed
2011-08-25 10:25:04 -04:00
Prasanna Santhanam
345f28f9e4
a. Test Discovery is only found in python 2.7+. unittest2 makes it backwards compatible for python 2.4-2.6
...
b. Adding traceback from pymysql to debug problems in connecting with database
2011-08-25 19:54:40 +05:30
Prasanna Santhanam
259ae4831e
correcting indentation problems with python
2011-08-25 19:54:40 +05:30
David Nalley
5892f41a43
bug 11258: add wget as a requires for cloud-agent-scripts
...
status 11258: resolved fixed
2011-08-25 10:10:24 -04:00
Nitin
d3c43178b2
bug 11076: Improve logging - dont login the password in the logs.
...
status 11076: resolved fixed
2011-08-25 16:23:46 +05:30
Nitin
a4fd7ebcac
bug 11077: Improve logging - put in the hostid and hostname on which the vm launches.
...
status 11077: resolved fixed
2011-08-25 16:00:45 +05:30
Abhinandan Prateek
0d14faec34
bug 11181: taking care of a boundary condition with 0 user VM
2011-08-25 15:36:08 +05:30