adding setupPrivateGateway to new style;
removing methods from Vpc appliance;
changing the way VpcElement calls the command;
there is still work tob e done with the destroyPrivateGateway rule.
Conflicts:
server/src/com/cloud/network/rules/VirtualNetworkApplianceFactory.java
serve
Whole router.deployment package got 97% coverage
Conflicts:
server/src/org/cloud/network/router/deployment/RouterDeploymentDefinitionBuilder.java
server/test/org/cloud/network/router/deployment/VpcRouterDeploymentDefinitionTest.java
Project: http://git-wip-us.apache.org/repos/a
Fixing NPE due to use of dependencies before Spring injection
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/34f2863e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/34f2863e
Diff: http://git-wip-us.apa
refactor all private methods in the virtual router appliance and VPC appliance
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
server/src/com/cloud/networ
making sure the instance variable _router in the Rules is being used instead of
the parameter
Conflicts:
server/src/com/cloud/network/router/NetworkHelperImpl.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/c
auto wire the network helper
Conflicts:
server/src/org/apache/cloudstack/network/topology/BasicNetworkTopology.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1836e0ba
Tree: http://git-wip-us.apache.or
Refactor to include network creation as actual deployment
Conflicts:
server/src/org/cloud/network/router/deployment/RouterDeploymentDefinition.java
server/src/org/cloud/network/router/deployment/RouterDeploymentDefinitionBuilder.java
server/src/org/cloud/network/router/d
merging cmd-visitor into cmd-visitor-rebase, with the upstream from ACS repo
Conflicts:
server/src/com/cloud/network/rules/DhcpRules.java
server/src/org/apache/cloudstack/network/topology/AdvancedNetworkTopology.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/rep
adding applyStaticRoutes to the new visitor pattern.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0de16e03
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0de16e03
Diff: http://git-wip-us.apache.org/r
Changing the way the DAOs were being injected in the RuleApplier;
Making code clearer and simple.
Conflicts:
server/src/com/cloud/network/rules/PrivateGatewayRules.java
server/src/com/cloud/network/rules/VirtualNetworkApplianceFactory.java
server/src/org/apache/cloudstack/
More refactoring and testing in the same classes
Conflicts:
server/src/org/cloud/network/router/deployment/RouterDeploymentDefinitionBuilder.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d0467731
Tre
DeployRouter includes nw creation following TellDontAsk principle
Also factor out NicProfile specific methods and fix some DI config.
Conflicts:
server/src/org/cloud/network/router/deployment/VpcRouterDeploymentDefinition.java
server/test/org/cloud/network/router/deployment/VpcR
Fixing null pointers during vpc router deployment
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8a1462c9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8a1462c9
Diff: http://git-wip-us.apache.org/repo
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bc90ce08/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
--
diff --git
a/server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerIm
fixing check styles
Conflicts:
server/src/org/apache/cloudstack/network/topology/AdvancedNetworkTopology.java
server/src/org/apache/cloudstack/network/topology/BasicNetworkTopology.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.ap
Refactor hypervisor retrieval from VpcNwHelper and NwHelper
Conflicts:
server/src/com/cloud/network/router/NetworkHelperImpl.java
server/src/org/cloud/network/router/deployment/RouterDeploymentDefinition.java
server/src/org/cloud/network/router/deployment/VpcRouterDeploym
Splitting Vpc and NonVpc deployment into phases & testing it
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/70644157
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/70644157
Diff: http://git-wip-us.apac
Applygin fix from commit ID aaeadc5c44e3fe16a1deea5348b085b08b5f4f4d
Sheng Yang changed 2 classes, ut only one was related to the bug
CLOUDSTACK-7605.
I applied the changed on the routerslist, used during the deployment of the
virtual routers.
Tested Advanced Zone against the simulator. 69 happ
Fix unnecessary changes Spring contexts
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9d9e4407
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d9e4407
Diff: http://git-wip-us.apache.org/repos/asf/clou
moving sendCommand to the NetworkGeneralHelper;
adding handle single network method to the NetworkGeneralHelper;
moving getRealPriority to the NetworkGeneralHelper;
making priority constants part of the VirtualNetworkApplianceManager;
changing the network topology implementation in order to use the
fixing check style issues
Conflicts:
server/src/com/cloud/network/element/VpcVirtualRouterElement.java
server/src/com/cloud/network/rules/AdvancedVpnRules.java
server/src/com/cloud/network/rules/RuleApplier.java
server/src/com/cloud/network/rules/VirtualNetworkAppli
adding applyStaticRoutes method to the network topology/visitor. it will be
used by the VPC virtual net manager appliance.
Conflicts:
server/src/com/cloud/network/rules/VirtualNetworkApplianceFactory.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git
Deployment more OO - Objects with data and behavior
Conflicts:
server/src/com/cloud/network/element/VirtualRouterElement.java
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http:
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bc90ce08/server/src/com/cloud/network/rules/PrivateGatewayRules.java
--
diff --git a/server/src/com/cloud/network/rules/PrivateGatewayRules.java
b/server/src/com/cloud/network
Removing the VirtualNetworkStatus, it was not being used properly;
fixing the injection of the network DAO in the PrivateGatewayRules;
all tests that were failing in Travis have been tested before the commit.
Conflicts:
server/src/com/cloud/network/router/NetworkHelperImpl.java
se
fixing checkstyle in the virtual network manager. problem appeared after a
rebase. probably due to my saving action in the eclipse workspace
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d0467731/server/test/org/cloud/network/router/deployment/RouterDeploymentDefinitionTest.java
--
diff --git
a/server/test/org/cloud/network/router/deployment/RouterDeploymentDe
Fixing the NetworkHelperImpl class. It was throwing a NPE due to a hypervisor
type SIMULATOR not being in the hashmap.
When the refactor took place, we should have changed first structure, then
behaviour. By refactoring the deployRouter method
we changed how the templateName was retrieved.
Fixed
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6852f312/server/src/org/cloud/network/router/deployment/RouterDeploymentDefinition.java
--
diff --git
a/server/src/org/cloud/network/router/deployment/RouterDeploymentDefiniti
fixing import in virtual router element and checkstyle in dhcp entry related
changes
Conflicts:
server/src/com/cloud/network/element/VirtualRouterElement.java
server/src/com/cloud/network/rules/DhcpEntryRules.java
server/src/org/apache/cloudstack/network/topology/Advanced
Factor out prepareDeployment and update tests
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f0cae57e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f0cae57e
Diff: http://git-wip-us.apache.org/repos/as
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f79e7cdc/server/test/com/cloud/network/router/VirtualNetworkApplianceManagerImplTest.java
--
diff --git
a/server/test/com/cloud/network/router/VirtualNetworkApplianceManagerIm
Repository: cloudstack
Updated Branches:
refs/heads/vpc-refactor [created] a8cb7c148
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09763596/server/src/com/cloud/network/router/deployment/RouterDeploymentDefinition.java
---
fixing nic plug unplug rule
Conflicts:
server/src/org/apache/cloudstack/network/topology/BasicNetworkVisitor.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/00e3af45
Tree: http://git-wip-us.apache.org/
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a515d6c3/server/src/com/cloud/network/router/NetworkHelperImpl.java
--
diff --git a/server/src/com/cloud/network/router/NetworkHelperImpl.java
b/server/src/com/cloud/network/r
removing bean from the xml
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ea34c11d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ea34c11d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e
Increasing test coverage for Vpc Deployment
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9289f310
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9289f310
Diff: http://git-wip-us.apache.org/repos/asf/
Complete tests for normal deployment and start vpc one
Conflicts:
server/src/org/cloud/network/router/deployment/RouterDeploymentDefinitionBuilder.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eff9b8
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bc90ce08/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
--
diff --git
a/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.jav
Fix: VpcRouter has always PublicIp setup as it did before refactoring
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/961e7156
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/961e7156
Diff: http://git-wi
removing the root password becuase it was breaking the simulator tests. Root
password must always be empty
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/13ccdcb0
Tree: http://git-wip-us.apache.org/repos/asf/clouds
fixing VPC IP Association and ACL rules. Have to rewrite in a better why the
apply rules method in the Advanced Topology
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6e2cb083
Tree: http://git-wip-us.apache.org/re
RouterDeployment and VPC. Improving code and Unit Testing
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f021625
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3f021625
Diff: http://git-wip-us.apache.
Adding fixes for the add user data and vpn rules
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7ad7c568
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7ad7c568
Diff: http://git-wip-us.apache.org/repos
adding new bean to spring context file; renaming package from "com" to "org"
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6852f312
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6852f312
Diff: http:/
Missing license headers
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/085bbb71
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/085bbb71
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/085b
fix dhcp subnet rules. we can create VMs again.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bb66060c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bb66060c
Diff: http://git-wip-us.apache.org/repos/
Refactor and test NetworkHelper#sendCommandsToRouterWithNoAnswers
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8061c5ca
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8061c5ca
Diff: http://git-wip-us
CLOUDSTACK-6278 Baremetal Advanced Networking support from commit id
e06fa18ed2ee2ee6a417e089cf5ac6bde11d0079 by Frank Zhang
Conflicts:
server/src/com/cloud/network/router/NetworkHelperImpl.java
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.ap
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master 6153b8f86 -> b4bf97c38
CLOUDSTACK-7670: Avoid color output when non-interactive
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org
Applying the latest chances from the VPC Refactor branch onto the new one.
We will keep this branch as clean as possible to avoid problems with merge.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f79e7cdc
Tree: h
requester: write to standard err if API fails
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/76bc92b5
Tree:
http://git-wip-us.apache.org/repos/asf/cloudstack-cl
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master b4bf97c38 -> 76bc92b59
cloudmonkey: on error monkeyprint to stderr
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cl
cloudmonkey: autocompletion for set/option values
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/0981f6c8
Tree:
http://git-wip-us.apache.org/repos/asf/cloudstac
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master 76bc92b59 -> 0ae940815
cloudmonkey: strip strings in setting config options
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/rep
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master 0ae940815 -> ad69d2b9b
cloudmonkey: have filter applicable for list outputs as well
If filter is used for list output (default output) now, it filters out keys
based on the filter passed. If only one filter is applied say '
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master ad69d2b9b -> 901154990
cloudmonkey: write errors to stderr
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudstack
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master 901154990 -> c6318fc13
cloudmonkey: display current profile in parenthesis in the prompt
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.a
58 matches
Mail list logo