de92efc0f9
This change adds manila to our playbook lineup and will allow deployers to use the shared filesystem as a service solution in their deployments. Depends-On: I4d95bfc15d09b7b7c0b997d7eab91509b0c63885 Change-Id: I63ee785d3241d92ea94c07f89882000cae7a0ff6 Signed-off-by: cloudnull <kevin@cloudnull.com>
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
# The infra nodes that will be running the manila services
|
|
manila-infra_hosts:
|
|
infra1:
|
|
ip: 172.20.236.111
|
|
infra2:
|
|
ip: 172.20.236.112
|
|
infra3:
|
|
ip: 172.20.236.113
|
|
|
|
manila-data_hosts:
|
|
data1:
|
|
ip: 172.20.236.121
|
|
data2:
|
|
ip: 172.20.236.122
|
|
data3:
|
|
ip: 172.20.236.123
|