RFE: expand sanity script to check consistency for secgroups and with VPP
Bug #1658856 reported by
Ian Wells
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-vpp |
In Progress
|
Medium
|
Onong Tayeng |
Bug Description
The sanity script validates etcd against Neutron for port states. It should further check:
- neutron <-> etcd for physnets (reporting available on all agents, that they are all the same, that networks use them exclusively)
- neutron <-> etcd for secgroups (that used secgroups are present and correctly represented in etcd)
- etcd <-> VPP for port states, networks, uplinks, secgroups / ACLs (that VPP config as read idependently by the API or debug CLI is what we would expect given the etcd config)
It should also be easy to understand so that we can encourage future committers to add to it when they add features.
Changed in networking-vpp: | |
milestone: | none → 17.04 |
Changed in networking-vpp: | |
milestone: | 17.04 → none |
Changed in networking-vpp: | |
importance: | Critical → Medium |
Changed in networking-vpp: | |
assignee: | nobody → Onong Tayeng (onong) |
status: | New → In Progress |
Changed in networking-vpp: | |
milestone: | none → 20.01 |
To post a comment you must log in.
Prioritised because it allows for better problem reports and easier development. Will require several people to work on it.