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

octavia: add DomainName and HTTPVersion on monitors (added in 2.10) #2730 #2731

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

snigle
Copy link
Contributor

@snigle snigle commented Aug 25, 2023

Fixes #2730

Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
https://docs.openstack.org/api-ref/load-balancer/v2/?expanded=list-health-monitors-detail#list-health-monitors

@coveralls
Copy link

coveralls commented Aug 25, 2023

Coverage Status

coverage: 79.14%. remained the same when pulling 50bfb40 on ovh:octaviaFeature into dd0d36f on gophercloud:master.

@EmilienM EmilienM added the semver:minor Backwards-compatible change label Aug 25, 2023
Timeout: 5,
MaxRetries: 5,
MaxRetriesDown: 4,
HTTPVersion: 1.1,
Copy link
Contributor

Choose a reason for hiding this comment

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

Usually we would require something like:

if clients.IsReleasesAbove(t, "stable/XXXX") {
...

But 2.10 is well supported in Train:
https://opendev.org/openstack/octavia/src/branch/stable/train/octavia/api/root_controller.py#L82-L83

So it's ok.

Copy link
Contributor

@EmilienM EmilienM left a comment

Choose a reason for hiding this comment

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

I wonder why CI jobs don't pass.

@EmilienM
Copy link
Contributor

CI seems unhappy now with

ERROR octavia.network.drivers.neutron.allowed_address_pairs [None req-e3045032-a87e-405a-9ebd-22444b123442 admin admin] Error creating neutron port on network fe1b4794-ce05-4b25-9fa9-7aa5f3ca23b7 due to ConflictException('ConflictException: 409').: openstack.exceptions.ConflictException: ConflictException: 409: Client Error for url: http://10.1.0.39:9696/networking/v2.0/ports, IP address 192.168.2.127 already allocated in subnet 80595bf8-fe08-485f-a1b3-1f03ea35e965

@EmilienM
Copy link
Contributor

Could you please rebase, so it'll trigger CI again and if green I'll merge it.

@akamac
Copy link

akamac commented Apr 10, 2024

looking forward to this PR being merged..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor Backwards-compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing DomainName and HTTPVersion in octavia monitor
5 participants