Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow networkConfig.ingressIPNetworkCIDRs to be configured #2538

Merged
merged 2 commits into from Oct 4, 2016

Conversation

madddi
Copy link
Contributor

@madddi madddi commented Oct 2, 2016

Make networkConfig.ingressIPNetworkCIDRs configurable via na inventory variable.

@openshift-bot
Copy link

Can one of the admins verify this patch?

@openshift-bot
Copy link

Can one of the admins verify this patch?
I understand the following comments:

  • bot, add author to whitelist
  • bot, test pull request
  • bot, test pull request once

@abutcher abutcher self-assigned this Oct 3, 2016
@abutcher
Copy link
Member

abutcher commented Oct 3, 2016

ok to test

@abutcher
Copy link
Member

abutcher commented Oct 3, 2016

aos-ci-test

@openshift-bot
Copy link

@@ -164,6 +164,9 @@ networkConfig:
# serviceNetworkCIDR must match kubernetesMasterConfig.servicesSubnet
serviceNetworkCIDR: {{ openshift.common.portal_net }}
externalIPNetworkCIDRs: {{ openshift_master_external_ip_network_cidrs | default(["0.0.0.0/0"]) | to_padded_yaml(1,2) }}
{% if openshift_master_ingress_ip_network_cidr %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to check for defined somehow:

{% if openshift_master_ingress_ip_network_cidr is defined %}

Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
@madddi
Copy link
Contributor Author

madddi commented Oct 4, 2016

@abutcher Sorry, you're right. I've added the check, could you run the tests again?

@abutcher
Copy link
Member

abutcher commented Oct 4, 2016

aos-ci-test

@openshift-bot
Copy link

@abutcher abutcher merged commit b31bcfb into openshift:master Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants