kuryr-kubernetes/contrib
Michał Dulko 7cc187806b Change Pod annotations format to o.vo
With start of multi-vif support we've merged a new format of Pods
annotations i.e. dictionary with interface names as keys and VIF o.vo's
as values. This is inflexible, as we don't get versioning of the
dictionary.

This commit switches that dictionary to oslo.versionedobject of
following structure:

 PodState
   - default_vif: VIFBase
   - additional_vifs: {
       '<ifname>': VIFBase,
       ...
       '<ifname>': VIFBase,
   }

This should help us if we ever decide to change this format.

Related-Bug: 1782366

Depends-On: Ied6b5883cf4bfe6a499813c65b49257de040c4b5
Change-Id: I5bce85029f9edfed56ca216f465226b9bcc0d21b
2018-08-01 15:30:42 +02:00
..
devstack-heat devstack-heat: Make parameters overridable 2018-03-08 01:32:07 +01:00
kubectl_plugins Change Pod annotations format to o.vo 2018-08-01 15:30:42 +02:00
pools-management Add list and show pool commands to Pool Manager 2017-10-10 10:36:10 +00:00
testing/container testing: add offline testing container for CI 2017-01-04 11:38:09 +01:00
vagrant Vagrant: Document the increased Octavia reqs 2018-04-10 14:01:02 +00:00
regenerate_controller_pod.sh Add regenerate controller pod script 2018-07-11 10:33:21 -04:00