Skip to content

Commit

Permalink
Add ip allocations for nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jingvar committed Jun 24, 2021
1 parent b147f94 commit 6d17c41
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion etc/kayobe/network-allocation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
aio_ips:
provision_oc_ips:
compute0: 192.168.33.6
compute1: 192.168.33.7
compute2: 192.168.33.8
controller0: 192.168.33.3
controller1: 192.168.33.9
controller2: 192.168.33.10
seed: 192.168.33.5
seed-hypervisor: 192.168.33.4
storage0: 192.168.33.11
storage1: 192.168.33.12
storage2: 192.168.33.13

0 comments on commit 6d17c41

Please sign in to comment.