Commit 268955a3 authored by Steve Munene's avatar Steve Munene

Add compute hosts

parent 90f65bef
...@@ -382,7 +382,7 @@ shared-infra_hosts: ...@@ -382,7 +382,7 @@ shared-infra_hosts:
infra1: infra1:
ip: 172.20.16.33 ip: 172.20.16.33
container_vars: container_vars:
container_tech: nspawn container_tech: lxc
infra2: infra2:
ip: 172.20.16.34 ip: 172.20.16.34
container_vars: container_vars:
...@@ -390,9 +390,11 @@ shared-infra_hosts: ...@@ -390,9 +390,11 @@ shared-infra_hosts:
infra3: infra3:
ip: 172.20.16.25 ip: 172.20.16.25
container_vars: container_vars:
container_tech: nspawn container_tech: lxc
infra4: infra4:
ip: 172.20.16.36 ip: 172.20.16.36
container_vars:
container_tech: lxc
# #
# -------- # --------
# #
...@@ -529,6 +531,16 @@ compute_hosts: ...@@ -529,6 +531,16 @@ compute_hosts:
ip: 172.20.16.37 ip: 172.20.16.37
compute2: compute2:
ip: 172.20.16.38 ip: 172.20.16.38
compute3:
ip: 172.20.16.39
compute4:
ip: 172.20.16.41
compute5:
ip: 172.20.16.43
compute6:
ip: 172.20.16.45
compute7:
ip: 172.20.16.46
# #
# -------- # --------
# #
...@@ -548,9 +560,9 @@ compute_hosts: ...@@ -548,9 +560,9 @@ compute_hosts:
# #
# Define an OpenStack compute host: # Define an OpenStack compute host:
# #
# ironic-compute_hosts: ironic-compute_hosts:
# ironic-infra1: ironic-infra1:
# ip: 172.29.236.121 ip: 172.20.16.47
# #
# -------- # --------
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment