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

Replace ipaddr() with ips_in_ranges() (bp #4339) #4483

Merged
merged 1 commit into from Sep 27, 2019

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Sep 27, 2019

This is an automated backport of pull request #4339 done by Mergify.io

This change implements a filter_plugin that is used in the
ceph-facts, ceph-validate roles and infrastucture-playbooks.
The new filter plugin will return a list of all IP address
that reside in any one of the given IP ranges. The new filter
replaces the use of the ipaddr filter.

ceph.conf already support a comma separated list of CIDRs
for the public_network and cluster_network options.

Changes: [1] and [2] introduced a regression in ceph-ansible
where public_network can no longer be a comma separated list
of cidrs.

With this change a comma separated list of subnet CIDRs can
also be used for monitor_address_block and radosgw_address_block.

[1] commit: d67230b
[2] commit: 20e4852

Related-To: https://bugs.launchpad.net/tripleo/+bug/1840030
Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1740283

Closes: #4333
Please backport to stable-4.0

Signed-off-by: Harald Jensås <hjensas@redhat.com>
(cherry picked from commit e695efc)
@guits
Copy link
Collaborator

guits commented Sep 27, 2019

jenkins test pipeline

@guits guits merged commit 5fea830 into stable-4.0 Sep 27, 2019
@guits guits deleted the mergify/bp/stable-4.0/pr-4339 branch September 27, 2019 15:49
@mistur
Copy link
Contributor

mistur commented Feb 27, 2020

Hello,

Is this patch will be merge into stable-4.0 soon? Thanks.

Yoann

@dsavineau
Copy link
Contributor

@mistur Don't you see the status of this PR ? it says merged (5 months ago) and it was the backport PR to stable-4.0 branch so...

@mistur
Copy link
Contributor

mistur commented Feb 27, 2020

sorry, I don't understand what happened and thought it was not merged due to
"Testing: ceph-ansible PR Pipeline FAIL - A sub-job in the Pipeline failed."

I got this issue after "git pull" on stable-4.0 branch and I was a bit confuse about this PR.

Anyway, after a fresh "git clone" + "git checkout stable-4.0" it works, I don't know what I did wrong.

Sorry again for the noise.

Best,

Yoann

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