Comment 1 for bug 1605480

Revision history for this message
Vedamurthy Joshi (vedujoshi) wrote :

host1 = 'root@10.204.216.58'
host2 = 'root@10.204.216.59'
host3 = 'root@10.204.216.60'
host4 = 'root@10.204.216.221'
host5 = 'root@10.204.216.222'
host6 = 'root@10.204.216.223'
host7 = 'root@10.204.217.51'

env.roledefs = {
    'all': [host1, host2, host3, host4, host5, host6, host7],
    'cfgm': [host1,host2,host3],
    'openstack': [host1,host2,host3],
    'control': [host1,host2,host3],
    'compute': [host4,host5, host6, host7 ],
    'collector': [host1,host2,host3],
    'webui': [host1],
    'database': [host1,host2,host3],
    'toragent': [host6, host7],
    'tsn': [host6, host7],
    'build': [host_build],
}

env.hostnames = {
    'all': ['nodec1', 'nodec2', 'nodec3', 'nodek1', 'nodek2', 'nodek3', 'nodeg11']
}