diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-04-30 15:14:56 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-04-30 15:14:56 +0200 |
commit | 4223e9afd4401bd930ca815ffa816eb76fad83f6 (patch) | |
tree | b8907fc631e2ad61b7c8741304b8cd6e6e4a53de /.trash | |
parent | f43d0473320b9b2297b1a00880316aee9066b81a (diff) |
vault backup: 2025-04-30 15:14:56
Diffstat (limited to '.trash')
-rw-r--r-- | .trash/OVN Clusters.md | 5 | ||||
-rw-r--r-- | .trash/OVN upgrade Ansible playbook.md | 22 | ||||
-rw-r--r-- | .trash/Untitled.canvas | 1 |
3 files changed, 28 insertions, 0 deletions
diff --git a/.trash/OVN Clusters.md b/.trash/OVN Clusters.md new file mode 100644 index 0000000..ad3d667 --- /dev/null +++ b/.trash/OVN Clusters.md @@ -0,0 +1,5 @@ +--- +tags: + - work + - groupvps +--- diff --git a/.trash/OVN upgrade Ansible playbook.md b/.trash/OVN upgrade Ansible playbook.md new file mode 100644 index 0000000..7905071 --- /dev/null +++ b/.trash/OVN upgrade Ansible playbook.md @@ -0,0 +1,22 @@ +--- +tags: + - groupvps +--- +- Makes a backup of OVN db's on networking nodes + - Creates files on the local system under /tmp + - Creates files on the remote system under /var/.ovn-backups +- Pins the controller version on both compute and networking nodes + - `ovs-vsctl set open_vswitch . external_ids:ovn-match-northd-version=true` +- Upgrades ovn-central, ovn-common and ovn-host on network nodes + - Installs packages + - restarts ovn-controller, ovn-northd, ovn-ovsdb-server-sb/nb + - Checks ovsdb-server is running + - Checks the socket file for existence +- Upgrades ovn controller on compute nodes + - Installs package + - restart ovn-controller + +**Invocation** +``` +ansible-playbook playbooks/failsafe_install_ovn.yml --limit vps_testpod --extra-vars "ovn_search_version=22.03.8+20250403.1251.35813e0b.systems.jammy1" +```
\ No newline at end of file diff --git a/.trash/Untitled.canvas b/.trash/Untitled.canvas new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.trash/Untitled.canvas @@ -0,0 +1 @@ +{}
\ No newline at end of file |