Hugo, Can you please add the license header to the files you introduced:
plugins/network-elements/nicira-nvp/src/com/cloud/agent/api/ConfigurePublicIpsOnLogicalRouterAnswer.java plugins/network-elements/nicira-nvp/src/com/cloud/agent/api/ConfigurePublicIpsOnLogicalRouterCommand.java plugins/network-elements/nicira-nvp/src/com/cloud/network/dao/NiciraNvpRouterMappingDaoImpl.java plugins/network-elements/nicira-nvp/src/com/cloud/network/dao/NiciraNvpRouterMappingDao.java plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/DestinationNatRule.java plugins/network-elements/nicira-nvp/src/com/cloud/network/nicira/RoutingConfig.java On Fri, Oct 12, 2012 at 9:04 AM, <jenk...@cloudstack.org> wrote: > See <http://jenkins.cloudstack.org/job/verify-licensing-master/159/changes> > > Changes: > > [htrippaers] Update Nicira Api to support L3 functionality > > [htrippaers] Wired up the creation of the SourceNat router in the element > > [htrippaers] Prepare all capabilities we will be supporting > > [htrippaers] Keep naming consistent > > [htrippaers] Persist the uuid of the logical router once created > > [htrippaers] Start implementing IpDeployer > > [htrippaers] This name makes more sense > > [htrippaers] Wire the PortForwarding and StaticNat calls > > [htrippaers] Add Nicira configuration to the UI > > [htrippaers] small fixes > > [htrippaers] Add the labels to the resources and the dictionary > > [htrippaers] These need to be objects instead of primitives otherwise they get > > [David Nalley] fixing admin guide build > > [David Nalley] fixing some formatting > > [David Nalley] reducing line length to 80 > > [David Nalley] reducing line length to 80 > > [David Nalley] reducing line length to 80 > > [David Nalley] adding several languages for which folks have added l10n > > [Jessica Tomechak] Fix the docs builds for Admin, Developer's, and > Installation guides. Remove unneeded files. Add new files. Reorganize chapter > structure. Can also build all together with publican-all.cfg. > > [Edison.Su] fix some pom xml files indentation, add db.root.passowrd, add > utils/conf/db.properties.override, add to create user cloud, add devcloud pom > file > > [Rohit Yadav] remove changes of /etc/security/limits.conf from spec file > > [Rohit Yadav] bring missing jars back to awsapi > > [Rohit Yadav] add missing jar for awsapi as maven dependency > > [Rohit Yadav] CLOUDSTACK-292: Add missing jars to cloud-deps > > [Rohit Yadav] CLOUDSTACK-292: Add commons-fileupload to cloud-deps > > [tsp] Work with cloud user to find CentOS 5.3 passwd > > [tsp] hyphenate the option for mysql passwd. typo blunder > > [chip.childers] Release Notes for ASFCS 4.0 > > [David Nalley] moving file to proper name > > [David Nalley] fixing release note validity issues > > [Alena Prokharchyk] Fixed CLOUDSTACK-287 > > [Alena Prokharchyk] CLOUDSTACK-287: don't allow API call against system > account (adding users to system account is prohibited; can't delete/update > System account) > > [chip.childers] Added CVE-2012-4501 as fixed in the CHANGES file > > [chip.childers] Removing references to the Nexus 1KV as a functional > switching option, due to delaying CLOUDSTACK-301 to a later release. > > [chip.childers] Removing references to the Nexus 1KV from the documentation, > due to delaying CLOUDSTACK-301 to a later release. > > [chip.childers] Fixed verison number of CHANGES file from 4.0.0 to > 4.0.0-incubating > > [chip.childers] Changed link to docs from docs.cs.o to i.a.o/cs/docs > > [wido] rbd: Make secret usage names unique for all pools > > [Alena Prokharchyk] listTemplates/listIsos - template filter "all" can be > specified by admin only. Throw an error when user tries to use it > > [Alena Prokharchyk] Fixed ipAssoc and createNetworkACL (for vpc) commands - > didn't work in Project scenario > > [Alena Prokharchyk] Removed more unused imports in Snapshots code > > [Alena Prokharchyk] Fixed lineendings and trailing whitespaces in a bunch of > files > > [David Nalley] adding crypto details to README > > [chip.childers] Added wss4j legal documentation > > [chip.childers] Added legal docs for axis2-codegen-1.4.1.jar > > [chip.childers] Removed build instructions from README, because they are > referenced in INSTALL > > [mice_xia] CLOUDSTACK-256 vpn:As an admin user , not able to delete VPN user > which is present in a regular user's network. > > [brian.federle] UI: Add quick view to table list > > [brian.federle] Container/list view: Fix for floating elements > > [brian.federle] Quick view: fix for dialog actions > > [jessica.wang] CLOUDSTACK-228: cloudstack UI - host page - hide Force > Reconnect option when host state is Disconnected. > > [Alena Prokharchyk] Fixed deployVR - used to fail in case when > system.vm.default.hypervisor was set to not NULL value > > [Alena Prokharchyk] CLOUDSTACK-304: Synchronization support for > createSnapshot command - don't sent more than > "concurrent.snapshots.threshold.perhost" createSnapshots commands to the > backend host. > > [sudison] if db.properties.override missing, shouldn't panic > > [Edison.Su] add nonoss maven build > > [Rohit Yadav] awsapi: Fix axiom-impl duplicate dependency > > [Rohit Yadav] patches: add nonoss profile > > [Rohit Yadav] install-non-oss: mvn install file vmware-lib-jaxrpc.jar > > [Rohit Yadav] core: Comment testSourceDirectory in pom.xml to fix build > > [Rohit Yadav] Revert "core: Comment testSourceDirectory in pom.xml to fix > build" > > [David Nalley] fixing license header for test_allocation_states.py > CLOUDSTACK-314 > > [Rohit Yadav] CLOUDSTACK-70: Improve restart network behaviour for basic > network > > [htrippaers] Implement static nat handling > > [sudison] jetty:run should use > ${project.build.directory}/${project.build.finalName} directory > > [brian.federle] Style advanced search > > [Rohit Yadav] CLOUDSTACK-321: Fixed a bug in cloud-set-guest-*.in > > [brian.federle] Update advanced search styling > > [chip.childers] Fix for CLOUDSTACK-302 (New Features Are Added to > ReleaseNotes) > > [chip.childers] Edited release notes to refer to 4.0 as 4.0.0-incubating. > > [jessica.wang] CS-16344: cloudstack UI - multiEdit widget - remove isOptional > property, isDisabled property from field level since they are supposed to be > on field.range level. > > [sudison] CLOUDSTACK-316: if public network is not specified, set to guest > network > > [tsp] Python style error because of extraneous characters > > [htrippaers] Implement the portforwarding code in the resource > > [htrippaers] Check all TODO and FIXME tasks > > [tsp] uniting the READMEs > > [tsp] Uniting all the READMEs from tools and test > > ------------------------------------------ > Started by user Hugo > [EnvInject] - Loading node environment variables. > Building remotely on marvin-citrix-agent in workspace > <http://jenkins.cloudstack.org/job/verify-licensing-master/ws/> > Checkout:verify-licensing-master / > <http://jenkins.cloudstack.org/job/verify-licensing-master/ws/> - > hudson.remoting.Channel@1291156:marvin-citrix-agent > Using strategy: Default > Last Built Revision: Revision c5db929e62f305523dbcec08439f7ad35626c53c > (origin/master) > Checkout:verify-licensing-master / > <http://jenkins.cloudstack.org/job/verify-licensing-master/ws/> - > hudson.remoting.LocalChannel@3bdc68a2 > Cloning the remote Git repository > Cloning repository origin > Fetching upstream changes from > https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git > Cleaning workspace > Commencing build of Revision c07d6d28ee9f7878e2953bd7f4c55370f498bf66 > (origin/master) > Checking out Revision c07d6d28ee9f7878e2953bd7f4c55370f498bf66 (origin/master) > Cleaning workspace > [verify-licensing-master] $ /bin/sh -xe /tmp/hudson8564826475014838868.sh > + mvn --projects=org.apache.cloudstack:cloudstack > org.apache.rat:apache-rat-plugin:0.8:check > /tmp/hudson8564826475014838868.sh: line 2: mvn: command not found > Build step 'Execute shell' marked build as failure > Archiving artifacts > Recording fingerprints