-
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
tests/network-ovn: Add MicroOVN as a backend for network-ovn test suite #330
base: main
Are you sure you want to change the base?
tests/network-ovn: Add MicroOVN as a backend for network-ovn test suite #330
Conversation
1e3b5e4
to
41725e2
Compare
4116d17
to
8fdf536
Compare
8fdf536
to
3171f44
Compare
3171f44
to
9d84838
Compare
0c7dfac
to
dacb74f
Compare
…st suite Signed-off-by: Gabriel Mougard <[email protected]>
dacb74f
to
81f7e65
Compare
@simondeziel @boltmark some tests related to network forward are failing. Is it related to this recent change: #333 ? |
@gabrielmougard I did a retry and now it fails here https://github.com/canonical/lxd-ci/actions/runs/11599574607/job/32486594868?pr=330#step:10:4509 |
@simondeziel this error:
should be fixed once canonical/lxd#14327 is merged |
snap alias microovn.ovn-nbctl ovn-nbctl | ||
snap alias microovn.ovs-vsctl ovs-vsctl |
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.
This doesn't seem to be required.
microovnAddr=$(microovn cluster list --format json | jq -r '.[0].address | split(":") | first') | ||
lxc config set network.ovn.northbound_connection "ssl:${microovnAddr}:6641" |
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.
I'll simplify this to hardcoding the loopback IP.
microovnAddr=$(microovn cluster list --format json | jq -r '.[0].address | split(":") | first') | |
lxc config set network.ovn.northbound_connection "ssl:${microovnAddr}:6641" | |
lxc config set network.ovn.northbound_connection "ssl:127.0.0.1:6641" |
related to canonical/lxd#14327