-
Notifications
You must be signed in to change notification settings - Fork 34
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
Improve networking #529
Improve networking #529
Conversation
Demo starting at https://lxd-ui-529.demos.haus |
282803c
to
9582f27
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.
9582f27
to
8f3ff2a
Compare
It can be empty, when no networks are available to the current user, the default network from the default profile will then be used. So changed it to be required, when at least 1 network to select from is available. |
Can we make it disable the "Create" button, just like the "Name" field does when you input a name that is already assigned to another network? |
df6f542
to
7bec0e5
Compare
Disabling the button now. Also the selectable networks as uplinks are now properly filtered. Added some docs for how to test OVN in the wiki. |
7bec0e5
to
e5ccbf0
Compare
I don't really know why this is happening, I suspect a wrong error message from the backend. With the OVN setup described in the wiki I can create OVN networks through the UI. Edit: Regarding the error, can you either ask in the LXD-UI mattermost, or add it to the next sync agenda so we can figure this out? I won't see it as a blocker for this PR though? |
Thanks, with microcloud it works. Probably I misconfigured something when I enabled OVN in the other cluster. |
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.
Looks good overall, just a couple of small suggestions.
fbc818a
to
7c1f1f9
Compare
…fix ovn uplink list to respect restricted.networks.uplinks setting for project Update src/pages/networks/forms/NetworkFormBridge.tsx Co-authored-by: Michele Lo Russo <michele.lorusso@canonical.com>
7c1f1f9
to
5e50544
Compare
Done
QA