-
Notifications
You must be signed in to change notification settings - Fork 15
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
Test OVN external addresses show on lxc network list-allocations
#308
Conversation
19cf499
to
78dcfe3
Compare
78dcfe3
to
483aec9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for now. Let's see if it is still green once the LXD PR is merged and the extension shows up :)
483aec9
to
8c4a89f
Compare
tests/network-ovn
Outdated
ovn_ext_ipv4="$(lxc network get ovn-virtual-network volatile.network.ipv4.address)" | ||
ovn_ext_ipv6="$(lxc network get ovn-virtual-network volatile.network.ipv6.address)" | ||
lxc network list-allocations --format csv | grep -F "/1.0/networks/ovn-virtual-network,${ovn_ext_ipv4}" | ||
lxc network list-allocations --format csv | grep -F "/1.0/networks/ovn-virtual-network,${ovn_ext_ipv6}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ovn-virtual-network/ovn/
?
Signed-off-by: hamistao <[email protected]>
8c4a89f
to
276bc70
Compare
@tomponline Sorry, should have pinged you after canonical/lxd#14210 was merged. |
@hamistao lets wait until canonical/lxd#14305 is merged and this PR is updated to reflect it. |
@tomponline Just a reminder on this PR's history. We hadn't merged it yet because canonical/lxd#14305 could potentially require additional tests that could be added here. But since that PR it is now closed, this should be ready to review (and hopefully merge). |
Depending on canonical/lxd#14210