diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-04-26 13:14:25 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-04-26 13:14:25 +0200 |
commit | 89688082f4c85cbfcf045e1f85dac5c69285c23e (patch) | |
tree | 709be9a6f0c9a802e0487e92e81f4281f4ec345b /OVN Clusters.md | |
parent | f0a7d563a385663513f24aecad92219ecfc83bd8 (diff) | |
parent | 468e33e7926897756acfe0d483633fb36949ebc5 (diff) |
vault backup: 2025-04-26 13:14:25
Diffstat (limited to 'OVN Clusters.md')
-rw-r--r-- | OVN Clusters.md | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/OVN Clusters.md b/OVN Clusters.md new file mode 100644 index 0000000..2bed4f3 --- /dev/null +++ b/OVN Clusters.md @@ -0,0 +1,59 @@ +--- +tags: + - work + - groupvps +--- +Created the following inventory and put it in ansible for the [[OVN upgrade]] +# CPH8 +``` +9cf3 (9cf3 at tcp:10.67.1.41:6644) (self) +d9b2 (d9b2 at tcp:10.67.9.41:6644) +6c0f (6c0f at tcp:10.67.1.42:6644) last msg 127 ms ago +``` +n01.network.vps1: 10.67.1.41 +n02.network.vps1: 10.67.1.42 +n01.network.vps2: 10.67.9.41 + + +vps1: 10.67.1.0/24 +vps2: 10.67.9.0/24 +vps3: 10.67.17.0/24 + +# LEJ1 +``` +6f0a (6f0a at tcp:10.69.9.41:6643) next_index=6378278 match_index=6378277 last msg 163 ms ago +6e42 (6e42 at tcp:10.69.1.41:6643) (self) next_index=6373918 match_index=6378277 +cec5 (cec5 at tcp:10.69.1.42:6643) next_index=6378278 match_index=6378277 last msg 163 ms ago +3f04 (3f04 at tcp:10.69.17.41:6643) next_index=6378278 match_index=6378277 last msg 163 ms ago + +``` +n01.network.vps1: 10.69.1.41 +n02.network.vps1: 10.69.1.42 +n01.network.vps2: 10.69.9.41 +n01.network.vps3: 10.69.17.41 + +vps1: 10.69.1.0/24 +vps2: 10.69.9.0/24 +vps3: 10.69.17.0/24 +# Freenet +``` +66b0 (66b0 at tcp:10.69.25.41:6643) (self) next_index=426770 match_index=433645 +0a3f (0a3f at tcp:10.69.33.41:6643) next_index=433646 match_index=433645 last msg 85 ms ago +8739 (8739 at tcp:10.69.41.41:6643) next_index=433646 match_index=433645 last msg 85 ms ago +``` +n01.network.vps1: 10.69.25.41 +n01.network.vps2: 10.69.33.41 +n01.network.vps3: 10.69.41.41 + +vps1: 10.69.25.0/24 +vps2: 10.69.33.0/24 +vps3: 10.69.41.0/24 +# Testpod +``` +5627 (5627 at tcp:10.64.101.4:6643) (self) next_index=452726 match_index=456341 +22de (22de at tcp:10.64.101.3:6643) next_index=456342 match_index=456341 last msg 280 ms ago +aed8 (aed8 at tcp:10.64.101.26:6643) next_index=456342 match_index=456341 last msg 280 ms ago +``` +n01.network: 10.64.101.4 +n01.compute: 10.64.101.3 +- [ ] n02.compute: 10.64.101.26
\ No newline at end of file |