Commit Graph

13470 Commits

Author SHA1 Message Date
Mice Xia 3bdc0f4b2b CLOUDSTACK-68 Missing license header in ui/dictionary.jsp 2012-09-11 17:37:02 -07:00
David Nalley e21c36ec0e adding script to make this easier to consume 2012-09-11 17:37:01 -07:00
David Nalley aa9174a05f incrementing release number in publican 2012-09-11 17:37:00 -07:00
David Nalley b25a8ce5a2 updating the link for bugs 2012-09-11 17:36:59 -07:00
Sebastien Goasguen 97ec84cad0 Clean up docs in /tools/marvin:
removed /docs and pointed to new wiki page in README
2012-09-11 17:36:59 -07:00
Pranav Saxena 8d4a9e2fcf CS-14664:System Wide Capacity Resources Screen has spilling values- Adjusting the table structure 2012-09-11 17:36:58 -07:00
Mice Xia 8fe75d9236 CLOUDSTACK-50 build-apidocs ClassNotFoundException: com.cloud.api.commands.DeleteCiscoNexusVSMCmd 2012-09-11 17:36:57 -07:00
Edison.Su 8b5f620564 fix ant deploy-server 2012-09-11 17:36:56 -07:00
Mice Xia fa61e01173 CLOUDSTACK-61 Console proxy has plenty of files with CRLF line ending. 2012-09-11 17:36:55 -07:00
Mice Xia 1a982c3739 CLOUDSTACK-59 missing license header. 2012-09-11 17:34:20 -07:00
anthony b67e8533f0 VPC : configure apache2 for each guest network 2012-09-11 17:34:19 -07:00
anthony 084a52921d VPC : clean up rt_table when stop domr 2012-09-11 17:34:18 -07:00
anthony 8129a01274 VPC : static route, add route table in cloud-early-config 2012-09-11 17:34:17 -07:00
anthony c3ecdc9032 Bug 13734 : after upgrade, dhcp traffic is allowed for all VMs
reviewed-by: kelven
2012-09-11 17:34:16 -07:00
Anthony Xu 945aea9c55 CS-15542, return success when vif is not there on deipassoc 2012-09-11 17:34:15 -07:00
Anthony Xu 5d5d69cd51 CS-15921 : in 2.1 timeframe, -untagged string is appended to the end of instance name,
in cleanup_rules function, we need to convert chain name to vm name correclty
2012-09-11 17:34:14 -07:00
Anthony Xu 625ecc306b CS-15542: UnPlugNicCommand return success if vif doesn't exist 2012-09-11 17:34:13 -07:00
Chip Childers b230df43b1 Correcting NOTICE file to include jquery 1.3.2, as well as some minor character fixes. 2012-09-11 17:34:12 -07:00
Anthony Xu 29f105ce8c CS-16254:
passwd_server listen on every interface, but only guest interface is enabled for that port
2012-09-11 17:34:11 -07:00
Anthony Xu 4d7c748e0f CS-16261:
egress_vmchain doesn't exist in 2.2.*, create it automatically after upgrade
2012-09-11 17:34:10 -07:00
Anthony Xu b04bd86e1d VPC : by default , outgoing traffic is allowed out, once egress rules are added, only traffic specified in those are allowed out, others are blocked 2012-09-11 17:34:10 -07:00
Anthony Xu 4c37a1a0ec The file scripts/storage/secondary/cloud-install-sys-tmplt had a syntax error,
provided-by : Marcus Sorensen
2012-09-11 17:34:09 -07:00
Anthony Xu 5110e8cc4f Removing the older xenapi jar and adding an ant target to build one from the source.
provided-by : Devdeep Singh
2012-09-11 17:34:08 -07:00
Edison Su 3afc9cc630 Add KVM to hypervisor types allowed in VPC
RB: https://reviews.apache.org/r/6926/
Send-by: Marcus Sorensen
2012-09-11 17:33:24 -07:00
David Nalley 5e99a1195a fixing more line encodings 2012-09-11 17:33:23 -07:00
Chip Childers 31fc02e5c2 CLOUDSTACK-56 : fixing license headers 2012-09-11 17:33:22 -07:00
Chip Childers 5b2a4b2a6c CLOUDSTACK-46 : Missed a reference to the mycloud setup script in cloud.spec 2012-09-11 17:33:21 -07:00
Chip Childers 5f15b98fe3 CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that feature. 2012-09-11 17:33:20 -07:00
Chip Childers dccad24566 CLOUDSTACK-48 : Removing stale documentation 2012-09-11 17:33:19 -07:00
Chip Childers 954145d331 Resolving CLOUDSTACK-49 : Correct the source tar.gz and zip extract folder names to match the release artifact name. 2012-09-11 17:33:18 -07:00
David Nalley c73031fbd9 fixing line endings 2012-09-11 17:33:18 -07:00
frank 38e8b46398 remove wrong storage network ip checking when setting internal ip route in NFS secondary
storage resource.

The bug prevent vmware setting static route to vcenter
2012-09-11 17:33:16 -07:00
Chip Childers c6b5f44778 Fixed file names in the build_asf.sh script 2012-09-11 17:33:16 -07:00
Chip Childers 9f4169c30c Fixed artifact names in build_asf script 2012-09-11 17:33:15 -07:00
Wido den Hollander 843dc6a3d7 debian: Fix homepage and maintainer
We might want to change the maintainer to the dev list?
2012-09-11 17:33:14 -07:00
Wido den Hollander 495d115059 debian: Fix dependencies
We depend on more packages and not ship these JAR files ourselfs
2012-09-11 17:33:13 -07:00
Wido den Hollander f2416367e2 waf: Remove debuild, build with dpkg-buildpackage
Call dpkg-buildpackage to build the packages

WAF no prints an error when ./waf deb is being called so users know
they have to use dpkg-buildpackage

Before calling dpkg-buildpackage maven has to be called to install the
JAR dependencies!
2012-09-11 17:33:12 -07:00
Edison Su 3b951894cb don't call mvn in waf, so the build will take two steps, one is mvn install, another is waf rpm 2012-09-11 17:33:11 -07:00
Edison Su 3e130d08b5 final try 2012-09-11 17:33:10 -07:00
Edison Su dbffbf9646 another try to fix the deb build 2012-09-11 17:33:09 -07:00
Edison Su 36741595ad fix systemvm zip 2012-09-11 17:33:08 -07:00
Edison Su 05f6672901 fix ant build failed on jenkins 2012-09-11 17:33:08 -07:00
Edison Su c8f1d2204a fix installation issue 2012-09-11 17:33:07 -07:00
Pranav Saxena 94478fc8c6 CLOUDSTACK-38:Lable name is getting displayed in place of Network Rate while adding Network offering 2012-09-11 17:33:06 -07:00
Edison Su 81409f8160 fix ant missing axis ant plugin 2012-09-11 17:33:05 -07:00
Edison Su c564e395ff need to call mvn install before waf deb 2012-09-11 17:33:04 -07:00
Edison Su 39cffc09cc fix rpm build 2012-09-11 17:33:03 -07:00
Wido den Hollander 2947153819 debian: Fix package building with Maven
This involves removing a couple of JAR files from these packages:
* cloud-deps
* cloud-agent-deps
* cloud-client

A couple of libraries no longer have the cloud-* prefix or go renamed otherwise.

We no longer include the following libraries:
* netscaler
* iControl
* manageontap
* jnetpcap
* junit
* jetty
* vmware
* xenserver

These are not required anymore or not allowed license wise.
2012-09-11 17:33:02 -07:00
Prachi Damle 176259e7d5 deadlock on host_details: Missed adding the unique key constraint needed on host_details table in create_schema 2012-09-11 17:33:01 -07:00
Prachi Damle e1b3f0cf87 CS-16258: Load Test - 1 host stuck in "Rebalancing" state forever. "java.lang.NullPointerException" seen in "Cluster-Worker" thread that was handling this process.
- Using temp to not affect the return value for the method.
2012-09-11 17:33:00 -07:00