lack of openvswitch support
Bug #1728134 reported by
James Gibbins
This bug affects 29 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Triaged
|
Medium
|
Unassigned | ||
netplan |
Fix Released
|
High
|
Unassigned |
Bug Description
title sums it up, no ability to use with openvswitch, /etc/network/
Related branches
~slyon/netplan/+git/ubuntu:slyon/0100-release
Merged
into
~ubuntu-core-dev/netplan/+git/ubuntu:ubuntu/master
at
revision 7236ab1317fe4ed54d125fa4fe7130ab2af044ed
- Łukasz Zemczak (community): Approve
-
Diff: 8854 lines (+5784/-592)51 files modifiedMakefile (+3/-2)
debian/changelog (+31/-0)
debian/control (+1/-0)
debian/libnetplan0.symbols (+7/-0)
debian/patches/series (+0/-5)
debian/tests/control (+15/-0)
dev/null (+0/-79)
doc/netplan.md (+298/-74)
examples/sriov.yaml (+14/-0)
examples/sriov_vlan.yaml (+18/-0)
examples/static.yaml (+2/-2)
netplan/cli/commands/apply.py (+91/-17)
netplan/cli/commands/try_command.py (+2/-2)
netplan/cli/ovs.py (+168/-0)
netplan/cli/sriov.py (+32/-18)
netplan/cli/utils.py (+32/-0)
netplan/configmanager.py (+32/-0)
src/generate.c (+14/-2)
src/networkd.c (+114/-32)
src/networkd.h (+2/-0)
src/nm.c (+109/-26)
src/openvswitch.c (+484/-0)
src/openvswitch.h (+24/-0)
src/parse.c (+763/-241)
src/parse.h (+56/-4)
src/sriov.c (+40/-0)
src/sriov.h (+21/-0)
src/util.c (+29/-0)
src/util.h (+6/-2)
src/validation.c (+155/-10)
src/validation.h (+3/-0)
tests/generator/base.py (+54/-0)
tests/generator/test_args.py (+18/-4)
tests/generator/test_bonds.py (+42/-0)
tests/generator/test_common.py (+194/-1)
tests/generator/test_errors.py (+69/-1)
tests/generator/test_ethernets.py (+23/-7)
tests/generator/test_ovs.py (+1021/-0)
tests/generator/test_routing.py (+145/-17)
tests/generator/test_tunnels.py (+477/-5)
tests/generator/test_wifis.py (+143/-0)
tests/integration/base.py (+6/-4)
tests/integration/ethernets.py (+38/-0)
tests/integration/ovs.py (+559/-0)
tests/integration/routing.py (+76/-21)
tests/integration/tunnels.py (+71/-0)
tests/test_configmanager.py (+21/-0)
tests/test_ovs.py (+129/-0)
tests/test_sriov.py (+55/-12)
tests/test_utils.py (+73/-0)
tests/validate_docs.sh (+4/-4)
~slyon/netplan/+git/ubuntu:upstream/latest
Merged
into
~ubuntu-core-dev/netplan/+git/ubuntu:upstream/latest
at
revision 9001f0ad01f79345ca556936390821b7140d6d94
- Łukasz Zemczak: Pending requested
-
Diff: 8185 lines (+5730/-508)45 files modifiedMakefile (+3/-2)
doc/netplan.md (+298/-74)
examples/sriov.yaml (+14/-0)
examples/sriov_vlan.yaml (+18/-0)
examples/static.yaml (+2/-2)
netplan/cli/commands/apply.py (+91/-17)
netplan/cli/commands/try_command.py (+2/-2)
netplan/cli/ovs.py (+168/-0)
netplan/cli/sriov.py (+32/-18)
netplan/cli/utils.py (+32/-0)
netplan/configmanager.py (+32/-0)
src/generate.c (+14/-2)
src/networkd.c (+114/-32)
src/networkd.h (+2/-0)
src/nm.c (+109/-26)
src/openvswitch.c (+484/-0)
src/openvswitch.h (+24/-0)
src/parse.c (+763/-241)
src/parse.h (+56/-4)
src/sriov.c (+40/-0)
src/sriov.h (+21/-0)
src/util.c (+29/-0)
src/util.h (+6/-2)
src/validation.c (+155/-10)
src/validation.h (+3/-0)
tests/generator/base.py (+54/-0)
tests/generator/test_args.py (+18/-4)
tests/generator/test_bonds.py (+42/-0)
tests/generator/test_common.py (+194/-1)
tests/generator/test_errors.py (+69/-1)
tests/generator/test_ethernets.py (+23/-7)
tests/generator/test_ovs.py (+1021/-0)
tests/generator/test_routing.py (+145/-17)
tests/generator/test_tunnels.py (+477/-5)
tests/generator/test_wifis.py (+143/-0)
tests/integration/base.py (+6/-4)
tests/integration/ethernets.py (+38/-0)
tests/integration/ovs.py (+559/-0)
tests/integration/routing.py (+76/-21)
tests/integration/tunnels.py (+71/-0)
tests/test_configmanager.py (+21/-0)
tests/test_ovs.py (+129/-0)
tests/test_sriov.py (+55/-12)
tests/test_utils.py (+73/-0)
tests/validate_docs.sh (+4/-4)
tags: | added: uosci |
Changed in charm-neutron-openvswitch: | |
status: | New → Triaged |
importance: | High → Medium |
Changed in charm-neutron-openvswitch: | |
milestone: | 18.02 → 18.05 |
Changed in charm-neutron-openvswitch: | |
milestone: | 18.05 → 18.08 |
Changed in charm-neutron-openvswitch: | |
milestone: | 18.08 → 18.11 |
Changed in charm-neutron-openvswitch: | |
milestone: | 18.11 → 19.04 |
Changed in charm-neutron-openvswitch: | |
milestone: | 19.04 → 19.07 |
Changed in charm-neutron-openvswitch: | |
milestone: | 19.07 → 19.10 |
Changed in charm-neutron-openvswitch: | |
milestone: | 19.10 → 20.01 |
Changed in charm-neutron-openvswitch: | |
milestone: | 20.01 → 20.05 |
Changed in charm-neutron-openvswitch: | |
milestone: | 20.05 → 20.08 |
Changed in charm-neutron-openvswitch: | |
milestone: | 20.08 → none |
Changed in netplan: | |
status: | New → In Progress |
importance: | Undecided → High |
To post a comment you must log in.
Ryan, no, I'm sorry, but the tag uosci does not apply to this bug, though it may be a separate additional issue with netplan. This has nothing to do with charms, juju, or openstack.