[
https://issues.apache.org/jira/browse/CLOUDSTACK-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14906850#comment-14906850
]
ASF GitHub Bot commented on CLOUDSTACK-8907:
--------------------------------------------
GitHub user borisroman opened a pull request:
https://github.com/apache/cloudstack/pull/886
[FUTURE]CLOUDSTACK-8907: POD Gateway optional
A gateway might not always be available. For instance, when the management
network is an isolated network without internet access or inter domain/vlan
routing.
How to test:
1. Deploy ACS
2. Add POD without gateway.
3. Let the systemvms deploy -> They don't have a gateway but can correctly
connect to the management server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/borisroman/cloudstack CLOUDSTACK-8907
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/886.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #886
----
commit f64bc58ee92eb3c895b3a32489ea1c6dfddc6c9a
Author: Boris Schrijver <[email protected]>
Date: 2015-09-24T11:16:46Z
Made gateway optional when creating pod.
commit 186c50bddf35e351b77d3759fddfb0c3e65cf46d
Author: Boris Schrijver <[email protected]>
Date: 2015-09-24T18:15:46Z
Removed double pod gateway definition.
Updated editPod() to accept null gateway.
commit acaf49f979b54e108d6710d867d561bd82a7f066
Author: Boris Schrijver <[email protected]>
Date: 2015-09-24T18:38:41Z
Fixed some finalizeVirtualMachineProfile() methods to handle null pod
gateways.
----
> When creating a pod a gateway should not be required, it should be optional.
> ----------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8907
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8907
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Network Controller
> Reporter: Boris Schrijver
> Fix For: 4.6.0
>
>
> If the systemnetwork is on a separate isolated layer 2 network (without
> internet access), then their might not be a gateway. Setting a gateway will
> cause hosts to not resolve connections correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)