Updated Branches:
refs/heads/master 7bb8ed4d0 -> a94ff361d
CLOUDSTACK-1648 - KVM - make storage pools non-persistent in libvirt. Persisting
cloud-defined resources on the host has caused various problems. As a backward
compatible fix, if an existing pool with a different name collides with a po
Updated Branches:
refs/heads/master 22d9277ad -> 97d2e3fe7
Summary: KVM - remove harmless message about domain not found on VM stop
Detail: When we stop a VM, it's definition is no longer valid. Therefore, we
need to catch the exception thrown from libvirt in trying to lookup a
non-existent do
Updated Branches:
refs/heads/master 2feda05ec -> 8d7d1cd56
Summary: KVM - undefine persistent VMs on stop
Detail: A previous patch fixed an issue where we are defining VMs to persist
locally on KVM hosts, which can cause issues if the agent isn't running and
libvirt decides to start the VM unb
Updated Branches:
refs/heads/master 6715f9808 -> 1f28e644a
Summary: Remove unused createFileBasedStoragePool from LibvirtStorageAdaptor
Signed-off-by: Marcus Sorensen 1363154115 -0600
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache
Updated Branches:
refs/heads/master cd70c8d03 -> 0ca85659a
CLOUDSTACK-1651 - point agent scripts to correct logging location, due to move
of /var/log/cloud to /var/log/cloudstack
Signed-off-by: Marcus Sorensen 1363112422 -0600
Project: http://git-wip-us.apache.org/repos/asf/incubator-clouds
Updated Branches:
refs/heads/master e35ce6587 -> ebafcf826
CLOUDSTACK-1201 - Fix update to cloud user's home dir on mgmt
server. It was printing a meaningless failure if the cloud
user's home dir didn't need to be updated.
Signed-off-by: Marcus Sorensen 1362809648 -0700
Project: htt
Updated Branches:
refs/heads/master c9ee05517 -> 9ad54a082
Summary: KVM - use virtio socket to communicate config to system vms
Detail: This gets rid of the patchdisk method of passing cmdline and
authorized_keys to KVM system VMs. It instead passes them to a virtio socket,
which the KVM guest
Updated Branches:
refs/heads/4.1 73d7b53f1 -> 33fd1a6fb
Summary: Wait for VPC router nics to hotplug before assigning IPs
Detail: CLOUDSTACK-1452, CLOUDSTACK-1523 - When rebooting VPC routers, ip addr
assignment was inconsistent, sometimes the assignment would be attempted while
router was sti
Updated Branches:
refs/heads/master 33757377c -> d81f7156d
Summary: KVM - Add virtio-serial device to libvirt xml for system vms
Detail: This device can be used for remotely controlling the system vms through
a local socket on the host. We will attempt to replace the KVM patchdisk with
it. Tes
Updated Branches:
refs/heads/master 9f180e485 -> 7dbea68b8
Summary: Wait for VPC router nics to hotplug before assigning IPs
Detail: CLOUDSTACK-1452, CLOUDSTACK-1523 - When rebooting VPC routers, ip addr
assignment was inconsistent, sometimes the assignment would be attempted while
router was
Updated Branches:
refs/heads/master 31d6e5465 -> e08281838
Summary: Add EOF to agent.properties for proper parsing
Detail: lack of newline at end of file was keeping cloudstack-setup-agent from
properly editing/creating new config.
BUG-ID: CLOUDSTACK-1487
Signed-off-by: Marcus Sorensen 13621
Updated Branches:
refs/heads/master d67d435e0 -> 6317f0bd3
Summary: Update cloud user's home dir during RPM install for 4.1+
Signed-off-by: Marcus Sorensen 1362185206 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/
Updated Branches:
refs/heads/master 0b7f2eb17 -> 8ba91fcd7
Summary: Fix RPM installation error for cloudstack-awsapi
Detail: getting "hard link not allowed for directory" due to line 321 in
cloud.spec. Changing to symlink.
Signed-off-by: Marcus Sorensen 1361982798 -0700
Project: http://git
Updated Branches:
refs/heads/4.1 78e8d1842 -> e2a16a12f
Summary: Fix RPM installation error for cloudstack-awsapi
Detail: getting "hard link not allowed for directory" due to line 321 in
cloud.spec. Changing to symlink.
Signed-off-by: Marcus Sorensen 1361982798 -0700
Project: http://git-wi
Updated Branches:
refs/heads/master 5b94646d5 -> 11d5eadc7
Summary: Re-adjusting tomcat memory settings per Rohit's emails
Detail: adjusting MaxPerm to 800, Perm to 512.
Signed-off-by: Marcus Sorensen 1361312885 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/rep
Updated Branches:
refs/heads/4.1 2bbbe0909 -> 27479d569
Summary: Re-adjusting tomcat memory settings per Rohit's emails
Detail: adjusting MaxPerm to 800, Perm to 512.
Signed-off-by: Marcus Sorensen 1361312885 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
C
Updated Branches:
refs/heads/master 05069bb4d -> 5b94646d5
Summary: Increase tomcat servers memory size per dev list discussion
Detail: Per Kelven Yang when Javelin was merged into master/4.1, the memory
settings for management server should be a heap of 2g and a max perm size of
512m, due to
Updated Branches:
refs/heads/4.1 87bb4dbff -> 2bbbe0909
Summary: Increase tomcat servers memory size per dev list discussion
Detail: Per Kelven Yang when Javelin was merged into master/4.1, the memory
settings for management server should be a heap of 2g and a max perm size of
512m, due to inc
Updated Branches:
refs/heads/4.1 5ec29e960 -> 06f13a269
Summary: centos63/package.sh, slightly better version parsing
Description: current package.sh fails if user hasn't downloaded all maven poms
prior to running package.sh. Now we match for something that vaguely resembles
a cloudstack versi
Updated Branches:
refs/heads/master ca5c6d5d1 -> ddcad148e
Summary: centos63/package.sh, slightly better version parsing
Description: current package.sh fails if user hasn't downloaded all maven poms
prior to running package.sh. Now we match for something that vaguely resembles
a cloudstack ve
Updated Branches:
refs/heads/master 4364cb978 -> 298c5ee06
Summary: Adjust systemvm.iso path for KVM, due to packaging changes
Detail: Removing references to /usr/lib/cloud and /usr/lib64/cloud so that old
systemvm.iso files aren't found by accident. systemvm.iso should exist in
/usr/share/clo
Updated Branches:
refs/heads/4.1 0853aca36 -> 86bb0055c
Summary: Adjust systemvm.iso path for KVM, due to packaging changes
Detail: Removing references to /usr/lib/cloud and /usr/lib64/cloud so that old
systemvm.iso files aren't found by accident. systemvm.iso should exist in
/usr/share/clouds
Updated Branches:
refs/heads/master f542c320d -> 35cf56862
Summary: KVM - Fix physical net parsing when traffic label points to tagged dev
Detail: If your traffic label points to a bridge that is on a tagged interface
rather than a real physical interface, cloudstack may not parse the physical
Updated Branches:
refs/heads/4.1 1e154ce5f -> 9b9f3e2e0
Summary: KVM - Fix physical net parsing when traffic label points to tagged dev
Detail: If your traffic label points to a bridge that is on a tagged interface
rather than a real physical interface, cloudstack may not parse the physical
in
Updated Branches:
refs/heads/4.1 cb2b0ef66 -> d4d73bfc3
Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack
BUG-ID: CLOUDSTACK-1201
BUG-ID: CLOUDSTACK-1196
Signed-off-by: Marcus Sorensen 1360786749 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-clo
Updated Branches:
refs/heads/master 4e7da0001 -> 8652e5f87
Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack
BUG-ID: CLOUDSTACK-1201
BUG-ID: CLOUDSTACK-1196
Signed-off-by: Marcus Sorensen 1360786749 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-
Updated Branches:
refs/heads/master 9a12756ae -> 2be44e916
Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack
Signed-off-by: Marcus Sorensen 1360777422 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apac
Updated Branches:
refs/heads/4.1 0f317567d -> c4d8f8a80
Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack
Signed-off-by: Marcus Sorensen 1360777422 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.
Updated Branches:
refs/heads/master 15e466c56 -> ae2b673e0
Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3
BUG-ID: CLOUDSTACK-1234
Bugfix-for: 4.1, master
Reported-by: Rayees Namathponnan
Signed-off-by: Marcus Sorensen 1360736064 -0700
Project: http://git-wip-us.apache.
Updated Branches:
refs/heads/4.1 5dbd33d8a -> 53ae738d5
Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3
BUG-ID: CLOUDSTACK-1234
Bugfix-for: 4.1, master
Reported-by: Rayees Namathponnan
Signed-off-by: Marcus Sorensen 1360736064 -0700
Project: http://git-wip-us.apache.org
Updated Branches:
refs/heads/4.1 73bb1795c -> d3ffceb25
Summary: Add default newline after summary in prepare-commit-msg
Signed-off-by: Marcus Sorensen 1360171397 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/
Summary: Make prepare-commit-msg hook more compatible with operating systems
Detail: Was using sed -i, which breaks on Mac
Signed-off-by: Marcus Sorensen 1360170672 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/i
Updated Branches:
refs/heads/master ec6fdc747 -> 7330deeb2
Summary: Add default newline after summary in prepare-commit-msg
Signed-off-by: Marcus Sorensen 1360171397 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/a
Updated Branches:
refs/heads/4.1 1ac95e15f -> 73bb1795c
Summary: Fix NPE when calling createFirewallRule
Detail: CreateFirewallRuleCmd.java was returning 'null' for getTrafficType().
Recently, getTrafficType started being used by createIngressFirewallRule.
Changing getTrafficType() to return i
Updated Branches:
refs/heads/master dc7578c72 -> ec6fdc747
Summary: Fix NPE when calling createFirewallRule
Detail: CreateFirewallRuleCmd.java was returning 'null' for getTrafficType().
Recently, getTrafficType started being used by createIngressFirewallRule.
Changing getTrafficType() to retur
Updated Branches:
refs/heads/master b28f3addf -> dc7578c72
Summary: Make prepare-commit-msg hook more compatible with operating systems
Detail: Was using sed -i, which breaks on Mac
Signed-off-by: Marcus Sorensen 1360170672 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cl
Updated Branches:
refs/heads/4.1 4d9056c2f -> 87286d054
Summary: Add missing ResizeVolumeCommand in VmwareResource.java
Submitted-by: hongtu_zang
Signed-off-by: Marcus Sorensen
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/r
Updated Branches:
refs/heads/master 6e4aeeadf -> c5185c09e
Summary: Add missing ResizeVolumeCommand in VmwareResource.java
Submitted-by: hongtu_zang
Signed-off-by: Marcus Sorensen
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.or
Updated Branches:
refs/heads/4.1 35f7ac307 -> 77d65b3e0
Summary: Disallow shrinking volume type QCOW2 to fail with better message
Signed-off-by: Marcus Sorensen 1360093176 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/r
Updated Branches:
refs/heads/master 4f274d0b8 -> 3535f88d1
Summary: Disallow shrinking volume type QCOW2 to fail with better message
Signed-off-by: Marcus Sorensen 1360093176 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.or
Updated Branches:
refs/heads/4.1 7ceea3aa3 -> 35f7ac307
Summary: resizeVolume needs to be available in UI
Detail: Adds UI element for resizing a volume
BUG-ID: CLOUDSTACK-644
Reported-by: hongtu_z...@tcloudcomputing.com
Signed-off-by: Marcus Sorensen 1360091087 -0700
Project: http://git-wi
Updated Branches:
refs/heads/master 750fb2c31 -> 4f274d0b8
Summary: resizeVolume needs to be available in UI
Detail: Adds UI element for resizing a volume
BUG-ID: CLOUDSTACK-644
Reported-by: hongtu_z...@tcloudcomputing.com
Signed-off-by: Marcus Sorensen 1360091087 -0700
Project: http://git
Updated Branches:
refs/heads/4.1 90da9abac -> 7ceea3aa3
Summary: Fix improper variable assignment in resizevolume.sh (remove $)
Signed-off-by: Marcus Sorensen 1360089640 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/rep
Updated Branches:
refs/heads/master 7f885b65f -> 750fb2c31
Summary: Fix improper variable assignment in resizevolume.sh (remove $)
Signed-off-by: Marcus Sorensen 1360089640 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/
Updated Branches:
refs/heads/add_remove_nics 437d30a29 -> 3dc6e8ef7
Summary: Skip add/remove nic tests in basic zone, feature is for advanced
Reported-by: Ryan Dietrich
Signed-off-by: Marcus Sorensen 1359589195 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Updated Branches:
refs/heads/add_remove_nics e430b7aed -> 437d30a29
Summary: allow admin user to do whatever he wants
Reported-by: Ryan Dietrich
Signed-off-by: Marcus Sorensen 1359588792 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip
Updated Branches:
refs/heads/add_remove_nics e8fcdcbfe -> e430b7aed
Summary: Add in testing definitions for add/remove nic in marvin base.py
Submitted-by: Ryan Dietrich
Signed-off-by: Marcus Sorensen 1359583956 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
CLOUDSTACK-235 Docs patch for network rate
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/92fd66c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/92fd66c9
Diff: http://gi
CloudStack-965: When a detailview action is prohibited, the operation dialog
box should not show up in the mean time
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/76b28805
Tree: http://git-wip
mvn: fix cloudmonkey build
removing cachegen.py that is no longer required for execution
Signed-off-by: Prasanna Santhanam
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6d3de41d
Tree: http:/
Make maven use mkisofs or genisoimage depending on what is available
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7d40a7e5
Tree: http://git-wip-us.apache.org/repos
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1509a210
Tree: http://git-wip-us.apache.org/repos/asf/incuba
cli: generate verbs on the fly, fix autocompletion whitespace bug
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ddb794d9
Tree: http://git-wip-us.apache.org/repos/as
cli: Fix cachegen aand cloudmonkey to generate api verbs, revert last commit
Fixes cachegen and reverts "mvn: fix cloudmonkey build"
This reverts commit 6d3de41d4262abeedab234a08e8fb5714b69a9bf.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afd7de7e/NOTICE
--
diff --git a/NOTICE b/NOTICE
index e310584..5cdd9fc 100644
--- a/NOTICE
+++ b/NOTICE
@@ -76,620 +76,4 @@
Inspiration from jQuery
CLOUDSTACK-1076: Legal documentation improvements to separate source
distributions from packaged distributions.
* Remove all binary dependency license and notice info from the top
level LICENSE and NOTICE files in our source tree
* Create two copies of the Whisker descriptor.xml file (stored in
to
CLOUDSTACK-399
Signed-off-by: Radhika PC
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b56f7b26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b56f7b26
Diff: http://gi
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afd7de7e/tools/whisker/descriptor.xml
--
diff --git a/tools/whisker/descriptor.xml b/tools/whisker/descriptor.xml
index a94d60b..6c80310 100644
--- a/tools/whisker/de
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afd7de7e/tools/whisker/NOTICE
--
diff --git a/tools/whisker/NOTICE b/tools/whisker/NOTICE
new file mode 100644
index 000..fccdc3a
--- /dev/null
+++ b/tools/whiske
The overlay still exists when the Recurring Snapshots dialog is cancelled by
pressing the esc key
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/453f7497
Tree: http://git-wip-us.apache.org/repo
CLOUDSTACK-274: fix duplicate error code.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4ad38f8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4ad38f8a
Diff: http://git-
cli: Fix common.py's cfg fields grouped under similarites like ui, core, user
etc.
Changes config path to ~/.cloudmonkey this will break cfg path but all configs
are
still backward compatible. We need folder to put a lot of stuff that is coming
for ex. themes and plugins
Signed-off-by: Rohit Ya
make API changeServiceForVirtualMachine work by changing @entityType of
parameter serviceOfferingId to ServiceOfferingResponse
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e13d9327
Tree: http
cli: Add pygments based lexical output processing
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ad3692cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-clou
DeployVMCmd: Remove @ACL on ipToNetwork map to avoid NPE
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/99a04a41
Tree: http://git-wip-us.apache.org/repos/asf/incubat
Summary: Fix S3 from trying to upload directories found in template dirs
Detail: The S3 upload code fails on directories in the templates dir, such as
"KVMHA" that gets created for KVM. This skips directories in the templates dir.
BUG-ID: CLOUDSTACK-1056
Bugfix-for: 4.1 (master)
Signed-off-by: Ma
CLOUDSTACK-249: Add hostId to failed VM deploy alerts
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/71835018
Tree: http://git-wip-us.apache.org/repos/asf/incubator-
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3b522494
Tree: http://git-wip-us.apache.org/repos/asf/incuba
cli: Pygments based output in cloudmonkey and new cfg processing
- Pygments based colored output for tabular and normal list outputs
- Fix cfg processing as per new cfg paths and ds
- Get rid of clint and old way of parsing and color printing
Signed-off-by: Rohit Yadav
Project: http://git-wip-
Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic
Signed-off-by: Marcus Sorensen
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/482ce5fe
Tree: http://git-wip-us.apa
cli: Show filter only when a subject is specified in autocompletion
Signed-off-by: Rohit Yadav
(cherry picked from commit 7ea83b82e63bc40c5fa38f7aae2032690aa7883c)
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.a
Missing quotes in libvirt configuration instructions. Thanks to Nux!
for finding the issue
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/74efaada
Tree: http://git-wip-us.apache.org/repos/asf
DeployVMCmd: Remove entityType for ipToNetworkList, MAP is string->string
Remove entityType as it can confuse people, right now we process map to string
data type maps This map should be handled in cmd class level by
an api writer to getObject by uuid or by long int id as in getIpToNetworkMap()
of
CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip
range from a network that is in use
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cd10b994
Tree: http://git-wip-us.a
We need these system libs to be present
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cc9110d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cc9110d7
Diff: http://git-w
Package the usage server
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ca7b8b0a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ca7b8b0a
Diff: http://git-wip-us.apache.or
cli: Get rid of clint, use Pygments
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0720d25e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/07
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1f7eaf3d/plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BaremetalPxeManagerImpl.java
--
diff --git
a/plugins/hypervisors/baremetal/src/com/clou
Increase sleep time to allow token expire to account for windows
environment clock issue.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/85de14f6
Tree: http://git-wip-us.apache.org/repos/asf/incu
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - fix a
bug that networkID was not passed to API call when selected networks don't
include security group service.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org
UI list view: Fix overflow
Removing 'ellipses' effect for long list view values. They are
rendering in too many cases, making the data hard to read. Reverting
back to using standard word wrap for long table cells.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
fixing licensing headers
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1b39b0e9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1b39b0e9
Diff: http://git-wip-us.apache.or
Fix unit test failure only on Windows environment.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1c20c80c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1c20c80c
Diff: ht
Updated the copyright year in the descriptor.xml files
Signed-off-by: Chip Childers
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/68d13d7b
Tree: http://git-wip-us.apache.org/repos/asf/incubat
Corrected MPL 1.1 license name from 1.0 to 1.1 (this was a mistake I made when
initially adding that license to the descriptor)
Signed-off-by: Chip Childers
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloud
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - step 5 -
when total number of selected sg networks is greater than 0 and total number of
selected networks is greater than 1, pop up client-side validation error
message "Can't create a vm with multiple networks one of which
Updated Branches:
refs/heads/add_remove_nics 89d8a478e -> e8fcdcbfe
Merge branch 'master' into add_remove_nics
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e8fcdcbf
Tree: http://git-wip-us
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3bd53b45/tools/whisker/NOTICE
--
diff --git a/tools/whisker/NOTICE b/tools/whisker/NOTICE
index fccdc3a..1867958 100644
--- a/tools/whisker/NOTICE
+++ b/tools/whisker
Updating the legal docs for packages, based on the latest whisker tool source.
Signed-off-by: Chip Childers
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3bd53b45
Tree: http://git-wip-us.apac
CLOUDSTACK-1054: When calling listDomains through the API do not restrict ADMIN
users
When an admin calls this command without the ID parameter do not set the
domain's ID
to the ID where the admin is in, this prevents him from doing lookups.
Project: http://git-wip-us.apache.org/repos/asf/incu
Updated Branches:
refs/heads/add_remove_nics aff919eab -> 89d8a478e
Summary: Don't allow a vm to join a network if another VM of same name exists
Submitted-by: Brian Angus
Signed-off-by: Marcus Sorensen 1359507543 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/r
Updated Branches:
refs/heads/add_remove_nics 77da8856f -> aff919eab
Summary: Add tests, streamline code by removing custom addUserVmToNetwork
Submitted-by: Brian Angus
Submitted-by: Ryan Dietrich
Signed-off-by: Marcus Sorensen 1359494800 -0700
Project: http://git-wip-us.apache.org/repos/a
Updated Branches:
refs/heads/add_remove_nics 52c35a89a -> 77da8856f
Summary: Move location of nic commands in commands.properties.in
Signed-off-by: Marcus Sorensen 1359477027 -0700
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.or
Updated Branches:
refs/heads/master cb8705c75 -> 482ce5fe0
Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic
Signed-off-by: Marcus Sorensen
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/i
Updated Branches:
refs/heads/add_remove_nics ea7fbd6b4 -> 52c35a89a
Summary: Check network for same DNS name when adding VM to network
Detail: Can't add VM of same name to network where name already exists, will
break DNS in virtual router.
Submittted-by: Brian Angus
Signed-off-by: Marcus So
Updated Branches:
refs/heads/master afd7de7e3 -> fe9398dc7
Summary: Fix S3 from trying to upload directories found in template dirs
Detail: The S3 upload code fails on directories in the templates dir, such as
"KVMHA" that gets created for KVM. This skips directories in the templates dir.
BUG
CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's
functionality:Changing the label and adding the title tag
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b867609d
Tre
CLOUDSTACK-1027: Update SSL certificate button should properly reflect it's
functionality:Changing the label and adding the title tag
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fe994a6e
Tre
CLOUDSTACK-537: cloudstack UI - Advanced SG-enabled zone - VM Wizard - remove
obsolete variable(myNetworks), rename variable sharedNetworks to networkObjs.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudsta
CLOUDSTACK-355: create DB view for ZoneResponse to fix count for
listZonesByCmd.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/26be5ce2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cl
1 - 100 of 333 matches
Mail list logo