[Bug 1924981] Re: [SRU] OVN 20.03.2 point release

Frode Nordahl 1924981 at bugs.launchpad.net
Thu Apr 29 15:39:38 UTC 2021


With the gate job for the neutron-api-plugin-ovn charm I deployed a
Focal/Ussuri cloud using the currently released packages.

The test starts two instances and I have a ping going to each of them while running these commands to upgrade to the in-proposed packages for both Open vSwitch and OVN:
$ sh upgrade.sh 
+ juju run --application ovn-central echo "deb http://archive.ubuntu.com/ubuntu focal-proposed main restricted" >> /etc/apt/sources.list;apt update

...

+ juju run --application nova-compute echo "deb
http://archive.ubuntu.com/ubuntu focal-proposed main restricted" >>
/etc/apt/sources.list;apt update

...

+ juju run --application neutron-api echo "deb http://archive.ubuntu.com/ubuntu focal-proposed main restricted" >> /etc/apt/sources.list;apt update
- Stderr: |2

...

+ juju run --application neutron-api apt -y install python3-openvswitch; systemctl restart neutron-server
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe
    following packages will be upgraded:\n  python3-openvswitch\n1 upgraded, 0 newly
    installed, 0 to remove and 44 not upgraded.\nNeed to get 94.8 kB of archives.\nAfter
    this operation, 1024 B of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 python3-openvswitch all 2.13.3-0ubuntu0.20.04.1 [94.8
    kB]\nFetched 94.8 kB in 0s (522 kB/s)\n(Reading database ... \r(Reading database
    ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database
    ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database
    ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database
    ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database
    ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database
    ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database
    ... 95%\r(Reading database ... 100%\r(Reading database ... 56448 files and directories
    currently installed.)\nPreparing to unpack .../python3-openvswitch_2.13.3-0ubuntu0.20.04.1_all.deb
    ...\nUnpacking python3-openvswitch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nSetting up python3-openvswitch (2.13.3-0ubuntu0.20.04.1) ...\n"
  UnitId: neutron-api/0
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe
    following packages will be upgraded:\n  python3-openvswitch\n1 upgraded, 0 newly
    installed, 0 to remove and 44 not upgraded.\nNeed to get 94.8 kB of archives.\nAfter
    this operation, 1024 B of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 python3-openvswitch all 2.13.3-0ubuntu0.20.04.1 [94.8
    kB]\nFetched 94.8 kB in 0s (346 kB/s)\n(Reading database ... \r(Reading database
    ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database
    ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database
    ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database
    ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database
    ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database
    ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database
    ... 95%\r(Reading database ... 100%\r(Reading database ... 56448 files and directories
    currently installed.)\nPreparing to unpack .../python3-openvswitch_2.13.3-0ubuntu0.20.04.1_all.deb
    ...\nUnpacking python3-openvswitch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nSetting up python3-openvswitch (2.13.3-0ubuntu0.20.04.1) ...\n"
  UnitId: neutron-api/1
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe
    following packages will be upgraded:\n  python3-openvswitch\n1 upgraded, 0 newly
    installed, 0 to remove and 44 not upgraded.\nNeed to get 94.8 kB of archives.\nAfter
    this operation, 1024 B of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 python3-openvswitch all 2.13.3-0ubuntu0.20.04.1 [94.8
    kB]\nFetched 94.8 kB in 0s (478 kB/s)\n(Reading database ... \r(Reading database
    ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database
    ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database
    ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database
    ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database
    ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database
    ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database
    ... 95%\r(Reading database ... 100%\r(Reading database ... 56448 files and directories
    currently installed.)\nPreparing to unpack .../python3-openvswitch_2.13.3-0ubuntu0.20.04.1_all.deb
    ...\nUnpacking python3-openvswitch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nSetting up python3-openvswitch (2.13.3-0ubuntu0.20.04.1) ...\n"
  UnitId: neutron-api/2

+ juju run --application nova-compute apt -y install ovn-host ovn-common openvswitch-common openvswitch-switch python3-openvswitch; systemctl restart neutron-ovn-metadata-agent
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested
    packages:\n  openvswitch-doc\nThe following packages will be upgraded:\n  openvswitch-common
    openvswitch-switch ovn-common ovn-host\n  python3-openvswitch\n5 upgraded, 0 newly
    installed, 0 to remove and 66 not upgraded.\nNeed to get 5055 kB of archives.\nAfter
    this operation, 36.9 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 python3-openvswitch all 2.13.3-0ubuntu0.20.04.1 [94.8
    kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 openvswitch-common
    amd64 2.13.3-0ubuntu0.20.04.1 [1152 kB]\nGet:3 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 openvswitch-switch amd64 2.13.3-0ubuntu0.20.04.1 [1536
    kB]\nGet:4 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-host
    amd64 20.03.2-0ubuntu0.20.04.1 [833 kB]\nGet:5 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.1 [1439 kB]\nFetched
    5055 kB in 0s (68.3 MB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading
    database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading
    database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading
    database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading
    database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading
    database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading
    database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading
    database ... 100%\r(Reading database ... 114156 files and directories currently
    installed.)\nPreparing to unpack .../python3-openvswitch_2.13.3-0ubuntu0.20.04.1_all.deb
    ...\nUnpacking python3-openvswitch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../openvswitch-common_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-common (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../openvswitch-switch_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-switch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../ovn-host_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking
    ovn-host (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nPreparing to
    unpack .../ovn-common_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking ovn-common
    (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nSetting up python3-openvswitch
    (2.13.3-0ubuntu0.20.04.1) ...\nSetting up ovn-common (20.03.2-0ubuntu0.20.04.1)
    ...\nSetting up openvswitch-common (2.13.3-0ubuntu0.20.04.1) ...\nSetting up openvswitch-switch
    (2.13.3-0ubuntu0.20.04.1) ...\nSetting up ovn-host (20.03.2-0ubuntu0.20.04.1)
    ...\nProcessing triggers for man-db (2.9.1-1) ...\nProcessing triggers for systemd
    (245.4-4ubuntu3.6) ...\n"
  UnitId: nova-compute/0
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested
    packages:\n  openvswitch-doc\nThe following packages will be upgraded:\n  openvswitch-common
    openvswitch-switch ovn-common ovn-host\n  python3-openvswitch\n5 upgraded, 0 newly
    installed, 0 to remove and 66 not upgraded.\nNeed to get 5055 kB of archives.\nAfter
    this operation, 36.9 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 python3-openvswitch all 2.13.3-0ubuntu0.20.04.1 [94.8
    kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 openvswitch-common
    amd64 2.13.3-0ubuntu0.20.04.1 [1152 kB]\nGet:3 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 openvswitch-switch amd64 2.13.3-0ubuntu0.20.04.1 [1536
    kB]\nGet:4 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-host
    amd64 20.03.2-0ubuntu0.20.04.1 [833 kB]\nGet:5 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.1 [1439 kB]\nFetched
    5055 kB in 0s (55.9 MB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading
    database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading
    database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading
    database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading
    database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading
    database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading
    database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading
    database ... 100%\r(Reading database ... 114156 files and directories currently
    installed.)\nPreparing to unpack .../python3-openvswitch_2.13.3-0ubuntu0.20.04.1_all.deb
    ...\nUnpacking python3-openvswitch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../openvswitch-common_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-common (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../openvswitch-switch_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-switch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../ovn-host_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking
    ovn-host (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nPreparing to
    unpack .../ovn-common_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking ovn-common
    (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nSetting up python3-openvswitch
    (2.13.3-0ubuntu0.20.04.1) ...\nSetting up ovn-common (20.03.2-0ubuntu0.20.04.1)
    ...\nSetting up openvswitch-common (2.13.3-0ubuntu0.20.04.1) ...\nSetting up openvswitch-switch
    (2.13.3-0ubuntu0.20.04.1) ...\nSetting up ovn-host (20.03.2-0ubuntu0.20.04.1)
    ...\nProcessing triggers for man-db (2.9.1-1) ...\nProcessing triggers for systemd
    (245.4-4ubuntu3.6) ...\n"
  UnitId: nova-compute/1
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested
    packages:\n  openvswitch-doc\nThe following packages will be upgraded:\n  openvswitch-common
    openvswitch-switch ovn-common ovn-host\n  python3-openvswitch\n5 upgraded, 0 newly
    installed, 0 to remove and 66 not upgraded.\nNeed to get 5055 kB of archives.\nAfter
    this operation, 36.9 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 python3-openvswitch all 2.13.3-0ubuntu0.20.04.1 [94.8
    kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 openvswitch-common
    amd64 2.13.3-0ubuntu0.20.04.1 [1152 kB]\nGet:3 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 openvswitch-switch amd64 2.13.3-0ubuntu0.20.04.1 [1536
    kB]\nGet:4 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-host
    amd64 20.03.2-0ubuntu0.20.04.1 [833 kB]\nGet:5 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.1 [1439 kB]\nFetched
    5055 kB in 0s (59.0 MB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading
    database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading
    database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading
    database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading
    database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading
    database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading
    database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading
    database ... 100%\r(Reading database ... 114156 files and directories currently
    installed.)\nPreparing to unpack .../python3-openvswitch_2.13.3-0ubuntu0.20.04.1_all.deb
    ...\nUnpacking python3-openvswitch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../openvswitch-common_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-common (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../openvswitch-switch_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-switch (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../ovn-host_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking
    ovn-host (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nPreparing to
    unpack .../ovn-common_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking ovn-common
    (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nSetting up python3-openvswitch
    (2.13.3-0ubuntu0.20.04.1) ...\nSetting up ovn-common (20.03.2-0ubuntu0.20.04.1)
    ...\nSetting up openvswitch-common (2.13.3-0ubuntu0.20.04.1) ...\nSetting up openvswitch-switch
    (2.13.3-0ubuntu0.20.04.1) ...\nSetting up ovn-host (20.03.2-0ubuntu0.20.04.1)
    ...\nProcessing triggers for man-db (2.9.1-1) ...\nProcessing triggers for systemd
    (245.4-4ubuntu3.6) ...\n"
  UnitId: nova-compute/2

+ juju run --application ovn-central apt -y install ovn-central ovn-common openvswitch-common
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe
    following package was automatically installed and is no longer required:\n  libfreetype6\nUse
    'apt autoremove' to remove it.\nSuggested packages:\n  openvswitch-doc\nThe following
    packages will be upgraded:\n  openvswitch-common ovn-central ovn-common\n3 upgraded,
    0 newly installed, 0 to remove and 34 not upgraded.\nNeed to get 3427 kB of archives.\nAfter
    this operation, 22.5 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 openvswitch-common amd64 2.13.3-0ubuntu0.20.04.1 [1152
    kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-central
    amd64 20.03.2-0ubuntu0.20.04.1 [837 kB]\nGet:3 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.1 [1439 kB]\nFetched
    3427 kB in 1s (5829 kB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading
    database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading
    database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading
    database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading
    database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading
    database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading
    database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading
    database ... 100%\r(Reading database ... 38081 files and directories currently
    installed.)\nPreparing to unpack .../openvswitch-common_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-common (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../ovn-central_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking
    ovn-central (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nPreparing
    to unpack .../ovn-common_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking ovn-common
    (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nSetting up ovn-common
    (20.03.2-0ubuntu0.20.04.1) ...\nSetting up openvswitch-common (2.13.3-0ubuntu0.20.04.1)
    ...\nSetting up ovn-central (20.03.2-0ubuntu0.20.04.1) ...\nProcessing triggers
    for man-db (2.9.1-1) ...\n"
  UnitId: ovn-central/0
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe
    following package was automatically installed and is no longer required:\n  libfreetype6\nUse
    'apt autoremove' to remove it.\nSuggested packages:\n  openvswitch-doc\nThe following
    packages will be upgraded:\n  openvswitch-common ovn-central ovn-common\n3 upgraded,
    0 newly installed, 0 to remove and 34 not upgraded.\nNeed to get 3427 kB of archives.\nAfter
    this operation, 22.5 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 openvswitch-common amd64 2.13.3-0ubuntu0.20.04.1 [1152
    kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-central
    amd64 20.03.2-0ubuntu0.20.04.1 [837 kB]\nGet:3 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.1 [1439 kB]\nFetched
    3427 kB in 1s (6126 kB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading
    database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading
    database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading
    database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading
    database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading
    database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading
    database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading
    database ... 100%\r(Reading database ... 38081 files and directories currently
    installed.)\nPreparing to unpack .../openvswitch-common_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-common (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../ovn-central_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking
    ovn-central (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nPreparing
    to unpack .../ovn-common_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking ovn-common
    (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nSetting up ovn-common
    (20.03.2-0ubuntu0.20.04.1) ...\nSetting up openvswitch-common (2.13.3-0ubuntu0.20.04.1)
    ...\nSetting up ovn-central (20.03.2-0ubuntu0.20.04.1) ...\nProcessing triggers
    for man-db (2.9.1-1) ...\n"
  UnitId: ovn-central/2
- Stderr: |2+

    WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.

  Stdout: "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe
    following package was automatically installed and is no longer required:\n  libfreetype6\nUse
    'apt autoremove' to remove it.\nSuggested packages:\n  openvswitch-doc\nThe following
    packages will be upgraded:\n  openvswitch-common ovn-central ovn-common\n3 upgraded,
    0 newly installed, 0 to remove and 34 not upgraded.\nNeed to get 3427 kB of archives.\nAfter
    this operation, 22.5 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 openvswitch-common amd64 2.13.3-0ubuntu0.20.04.1 [1152
    kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-central
    amd64 20.03.2-0ubuntu0.20.04.1 [837 kB]\nGet:3 http://archive.ubuntu.com/ubuntu
    focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.1 [1439 kB]\nFetched
    3427 kB in 1s (6154 kB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading
    database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading
    database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading
    database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading
    database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading
    database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading
    database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading
    database ... 100%\r(Reading database ... 38081 files and directories currently
    installed.)\nPreparing to unpack .../openvswitch-common_2.13.3-0ubuntu0.20.04.1_amd64.deb
    ...\nUnpacking openvswitch-common (2.13.3-0ubuntu0.20.04.1) over (2.13.1-0ubuntu0.20.04.4)
    ...\nPreparing to unpack .../ovn-central_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking
    ovn-central (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nPreparing
    to unpack .../ovn-common_20.03.2-0ubuntu0.20.04.1_amd64.deb ...\nUnpacking ovn-common
    (20.03.2-0ubuntu0.20.04.1) over (20.03.1-0ubuntu1.2) ...\nSetting up ovn-common
    (20.03.2-0ubuntu0.20.04.1) ...\nSetting up openvswitch-common (2.13.3-0ubuntu0.20.04.1)
    ...\nSetting up ovn-central (20.03.2-0ubuntu0.20.04.1) ...\nProcessing triggers
    for man-db (2.9.1-1) ...\n"
  UnitId: ovn-central/1

frode at frode-threadripper:~/src/opendev.org/openstack/charm-neutron-api-plugin-ovn/build/builds/neutron-api-plugin-ovn$ for app in ovn-central nova-compute neutron-api; do
        juju run --application $app 'dpkg -l | egrep "ovn|openvsw"'
done
- Stdout: |
    ii  openvswitch-common             2.13.3-0ubuntu0.20.04.1            amd64        Open vSwitch common components
    ii  ovn-central                    20.03.2-0ubuntu0.20.04.1           amd64        OVN central components
    ii  ovn-common                     20.03.2-0ubuntu0.20.04.1           amd64        OVN common components
  UnitId: ovn-central/0
- Stdout: |
    ii  openvswitch-common             2.13.3-0ubuntu0.20.04.1            amd64        Open vSwitch common components
    ii  ovn-central                    20.03.2-0ubuntu0.20.04.1           amd64        OVN central components
    ii  ovn-common                     20.03.2-0ubuntu0.20.04.1           amd64        OVN common components
  UnitId: ovn-central/1
- Stdout: |
    ii  openvswitch-common             2.13.3-0ubuntu0.20.04.1            amd64        Open vSwitch common components
    ii  ovn-central                    20.03.2-0ubuntu0.20.04.1           amd64        OVN central components
    ii  ovn-common                     20.03.2-0ubuntu0.20.04.1           amd64        OVN common components
  UnitId: ovn-central/2

- Stdout: |
    ii  neutron-ovn-metadata-agent           2:16.3.0-0ubuntu3                                    all          Neutron is a virtual network service for Openstack - OVN metadata agent
    ii  openvswitch-common                   2.13.3-0ubuntu0.20.04.1                              amd64        Open vSwitch common components
    ii  openvswitch-switch                   2.13.3-0ubuntu0.20.04.1                              amd64        Open vSwitch switch implementations
    ii  ovn-common                           20.03.2-0ubuntu0.20.04.1                             amd64        OVN common components
    ii  ovn-host                             20.03.2-0ubuntu0.20.04.1                             amd64        OVN host components
    ii  python3-openvswitch                  2.13.3-0ubuntu0.20.04.1                              all          Python 3 bindings for Open vSwitch
  UnitId: nova-compute/0
- Stdout: |
    ii  neutron-ovn-metadata-agent           2:16.3.0-0ubuntu3                                    all          Neutron is a virtual network service for Openstack - OVN metadata agent
    ii  openvswitch-common                   2.13.3-0ubuntu0.20.04.1                              amd64        Open vSwitch common components
    ii  openvswitch-switch                   2.13.3-0ubuntu0.20.04.1                              amd64        Open vSwitch switch implementations
    ii  ovn-common                           20.03.2-0ubuntu0.20.04.1                             amd64        OVN common components
    ii  ovn-host                             20.03.2-0ubuntu0.20.04.1                             amd64        OVN host components
    ii  python3-openvswitch                  2.13.3-0ubuntu0.20.04.1                              all          Python 3 bindings for Open vSwitch
  UnitId: nova-compute/1
- Stdout: |
    ii  neutron-ovn-metadata-agent           2:16.3.0-0ubuntu3                                    all          Neutron is a virtual network service for Openstack - OVN metadata agent
    ii  openvswitch-common                   2.13.3-0ubuntu0.20.04.1                              amd64        Open vSwitch common components
    ii  openvswitch-switch                   2.13.3-0ubuntu0.20.04.1                              amd64        Open vSwitch switch implementations
    ii  ovn-common                           20.03.2-0ubuntu0.20.04.1                             amd64        OVN common components
    ii  ovn-host                             20.03.2-0ubuntu0.20.04.1                             amd64        OVN host components
    ii  python3-openvswitch                  2.13.3-0ubuntu0.20.04.1                              all          Python 3 bindings for Open vSwitch
  UnitId: nova-compute/2

- Stdout: |
    ii  python3-openvswitch             2.13.3-0ubuntu0.20.04.1            all          Python 3 bindings for Open vSwitch
  UnitId: neutron-api/0
- Stdout: |
    ii  python3-openvswitch             2.13.3-0ubuntu0.20.04.1            all          Python 3 bindings for Open vSwitch
  UnitId: neutron-api/1
- Stdout: |
    ii  python3-openvswitch             2.13.3-0ubuntu0.20.04.1            all          Python 3 bindings for Open vSwitch
  UnitId: neutron-api/2

$ ping 10.78.95.79
PING 10.78.95.79 (10.78.95.79) 56(84) bytes of data.
64 bytes from 10.78.95.79: icmp_seq=1 ttl=63 time=2.85 ms
64 bytes from 10.78.95.79: icmp_seq=2 ttl=63 time=1.63 ms
64 bytes from 10.78.95.79: icmp_seq=3 ttl=63 time=0.742 ms
...
64 bytes from 10.78.95.79: icmp_seq=649 ttl=63 time=0.845 ms
64 bytes from 10.78.95.79: icmp_seq=650 ttl=63 time=0.816 ms
64 bytes from 10.78.95.79: icmp_seq=651 ttl=63 time=0.742 ms
^C
--- 10.78.95.79 ping statistics ---
651 packets transmitted, 645 received, 0.921659% packet loss, time 660688ms
rtt min/avg/max/mdev = 0.588/0.916/13.070/0.541 ms

$ ping 10.78.95.159
PING 10.78.95.159 (10.78.95.159) 56(84) bytes of data.
64 bytes from 10.78.95.159: icmp_seq=1 ttl=63 time=1.44 ms
64 bytes from 10.78.95.159: icmp_seq=2 ttl=63 time=0.926 ms
64 bytes from 10.78.95.159: icmp_seq=3 ttl=63 time=0.627 ms
...
64 bytes from 10.78.95.159: icmp_seq=643 ttl=63 time=0.391 ms
64 bytes from 10.78.95.159: icmp_seq=644 ttl=63 time=0.421 ms
64 bytes from 10.78.95.159: icmp_seq=645 ttl=63 time=0.540 ms
^C
--- 10.78.95.159 ping statistics ---
645 packets transmitted, 639 received, 0.930233% packet loss, time 659439ms
rtt min/avg/max/mdev = 0.297/0.498/1.440/0.101 ms

In addition to the above test I have also successfully ran the gate job
for the Octavia charm on Focal/Ussuri bundle with OVN (Amphora provider
driver) using the -proposed packages:
https://pastebin.ubuntu.com/p/9Ggq2CMtVy/

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ovn in Ubuntu.
https://bugs.launchpad.net/bugs/1924981

Title:
  [SRU] OVN 20.03.2 point release

Status in Ubuntu Cloud Archive:
  Invalid
Status in Ubuntu Cloud Archive ussuri series:
  New
Status in ovn package in Ubuntu:
  Invalid
Status in ovn source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  This release sports mostly bug-fixes and we would like to make sure all of our users have access to these improvements.

  The update contains the following package updates:

     * ovn 20.03.2

  [Test Case]
  The following SRU process was followed:

  https://wiki.ubuntu.com/OpenStack/StableReleaseUpdates

  In order to avoid regression of existing consumers, the OpenStack team
  will run their continuous integration test against the packages that
  are in -proposed.  A successful run of all available tests will be
  required before the proposed packages can be let into -updates.

  The OpenStack team will be in charge of attaching the output summary
  of the executed tests. The OpenStack team members will not mark
  ‘verification-done’ until this has happened.

  [Regression Potential]
  In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1924981/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list