Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created October 15, 2021 14:59
Show Gist options
  • Save sombrafam/009414aad781c66521abf4ce7cdd7f42 to your computer and use it in GitHub Desktop.
Save sombrafam/009414aad781c66521abf4ce7cdd7f42 to your computer and use it in GitHub Desktop.
Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-81-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Fri Oct 15 14:53:07 UTC 2021
System load: 0.0 Processes: 184
Usage of /: 8.3% of 38.60GB Users logged in: 0
Memory usage: 32% IPv4 address for ens3: 10.5.0.91
Swap usage: 0% IPv4 address for fan-252: 252.0.91.1
* Super-optimized for small spaces - read how we shrank the memory
footprint of MicroK8s to make it the smallest full K8s around.
https://ubuntu.com/blog/microk8s-memory-optimisation
0 updates can be applied immediately.
*** System restart required ***
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
ubuntu@juju-2fd41a-ovn-arp-test-focal-9:~$ sudo -s
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# dpkg -l | grep ovn
ii neutron-ovn-metadata-agent 2:16.4.0-0ubuntu3 all Neutron is a virtual network service for Openstack - OVN metadata agent
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
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
> # Enable Ubuntu proposed archive
> deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
> EOF
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# apt-get update
Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://archive.ubuntu.com/ubuntu focal-proposed InRelease [267 kB]
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease
Get:6 http://archive.ubuntu.com/ubuntu focal-proposed/restricted amd64 Packages [112 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal-proposed/restricted Translation-en [16.7 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal-proposed/restricted amd64 c-n-f Metadata [304 B]
Get:9 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages [132 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-proposed/main Translation-en [31.7 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 c-n-f Metadata [1908 B]
Get:12 http://archive.ubuntu.com/ubuntu focal-proposed/multiverse Translation-en [3404 B]
Get:13 http://archive.ubuntu.com/ubuntu focal-proposed/multiverse amd64 c-n-f Metadata [116 B]
Get:14 http://archive.ubuntu.com/ubuntu focal-proposed/universe amd64 Packages [47.5 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-proposed/universe Translation-en [21.7 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-proposed/universe amd64 c-n-f Metadata [2092 B]
Fetched 751 kB in 1s (629 kB/s)
Reading package lists... Done
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# apt-get install -y ovn-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
ovn-host
The following packages will be upgraded:
ovn-common ovn-host
2 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
Need to get 2267 kB of archives.
After this operation, 8192 B disk space will be freed.
Get:1 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-host amd64 20.03.2-0ubuntu0.20.04.2 [832 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 ovn-common amd64 20.03.2-0ubuntu0.20.04.2 [1435 kB]
Fetched 2267 kB in 1s (2720 kB/s)
(Reading database ... 137488 files and directories currently installed.)
Preparing to unpack .../ovn-host_20.03.2-0ubuntu0.20.04.2_amd64.deb ...
Unpacking ovn-host (20.03.2-0ubuntu0.20.04.2) over (20.03.2-0ubuntu0.20.04.1) ...
Preparing to unpack .../ovn-common_20.03.2-0ubuntu0.20.04.2_amd64.deb ...
Unpacking ovn-common (20.03.2-0ubuntu0.20.04.2) over (20.03.2-0ubuntu0.20.04.1) ...
Setting up ovn-common (20.03.2-0ubuntu0.20.04.2) ...
Setting up ovn-host (20.03.2-0ubuntu0.20.04.2) ...
Processing triggers for man-db (2.9.1-1) ...
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# systemctl restart neutron-ovn-metadata-agent.service
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# systemctl restart ovn-controller.service
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu# systemctl restart ovn-host.service
root@juju-2fd41a-ovn-arp-test-focal-9:/home/ubuntu#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment