diff options
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 |