Skip to content

generate_vrrp_sync_groups calls expand_ip_ranges on an already expanded ranges #10498

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

Merged

Conversation

cameronbraid
Copy link
Contributor

@cameronbraid cameronbraid commented Aug 18, 2016

broken version generates :

vrrp_sync_group group_OpenShift_IPFailover {
   group {
      OpenShift_IPFailover_VIP_1   # VIP 1.2.3.41.2.3.51.2.3.6
   }
}

patched version generates :

vrrp_sync_group group_OpenShift_IPFailover {
   group {
      OpenShift_IPFailover_VIP_1   # VIP 1.2.3.4
      OpenShift_IPFailover_VIP_2   # VIP 1.2.3.5
      OpenShift_IPFailover_VIP_3   # VIP 1.2.3.6
   }
}

…ed ranges

broken version generates :

vrrp_sync_group group_OpenShift_IPFailover {
   group {
      OpenShift_IPFailover_VIP_1   # VIP 1.2.3.41.2.3.51.2.3.6
   }
}


patched version generates :

vrrp_sync_group group_OpenShift_IPFailover {
   group {
      OpenShift_IPFailover_VIP_1   # VIP 1.2.3.4
      OpenShift_IPFailover_VIP_2   # VIP 1.2.3.5
      OpenShift_IPFailover_VIP_3   # VIP 1.2.3.6
   }
}
@stevekuznetsov stevekuznetsov changed the title generate_vrrp_sync_groups calls expand_ip_ranges on an already expand… generate_vrrp_sync_groups calls expand_ip_ranges on an already expanded ranges Aug 18, 2016
@ramr
Copy link
Contributor

ramr commented Aug 18, 2016

@cameronbraid thx for the fix
LGTM
[test]

@ramr
Copy link
Contributor

ramr commented Aug 18, 2016

@knobunc / @rajatchopra merge magic please. Thx

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 2646fe3

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8193/)

@rajatchopra
Copy link
Contributor

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 2646fe3

@openshift-bot
Copy link
Contributor

openshift-bot commented Aug 19, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8193/) (Image: devenv-rhel7_4871)

@openshift-bot openshift-bot merged commit ec18233 into openshift:master Aug 19, 2016
@knobunc
Copy link
Contributor

knobunc commented Sep 21, 2016

This is bug 1365191

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.

5 participants