Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. {
  2. "_infrastructure_hosts": {
  3. "hosts": [
  4. "infra1",
  5. "infra2",
  6. "infra3"
  7. ]
  8. },
  9. "_meta": {
  10. "hostvars": {
  11. "compute1": {
  12. "ansible_host": "10.250.0.205",
  13. "component": "ceilometer_agent_compute",
  14. "container_address": "10.250.0.205",
  15. "container_name": "compute1",
  16. "container_networks": {
  17. "container_address": {
  18. "address": "10.250.0.205",
  19. "bridge": "br-mgmt",
  20. "netmask": "255.255.252.0",
  21. "type": "veth"
  22. },
  23. "eth11_address": {
  24. "bridge": "br-vlan",
  25. "netmask": null,
  26. "type": "veth"
  27. },
  28. "storage_address": {
  29. "bridge": "br-storage",
  30. "netmask": "255.255.255.192",
  31. "type": "veth"
  32. },
  33. "tunnel_address": {
  34. "bridge": "br-vxlan",
  35. "netmask": "255.255.0.0",
  36. "type": "veth"
  37. }
  38. },
  39. "container_types": "compute1-host_containers",
  40. "is_metal": true,
  41. "physical_host": "compute1",
  42. "physical_host_group": "metering-compute_hosts",
  43. "properties": {
  44. "is_metal": true
  45. }
  46. },
  47. "infra1": {
  48. "ansible_host": "10.250.0.200",
  49. "component": "neutron_sriov_nic_agent",
  50. "container_address": "10.250.0.200",
  51. "container_name": "infra1",
  52. "container_networks": {
  53. "container_address": {
  54. "address": "10.250.0.200",
  55. "bridge": "br-mgmt",
  56. "netmask": "255.255.252.0",
  57. "type": "veth"
  58. },
  59. "eth11_address": {
  60. "bridge": "br-vlan",
  61. "netmask": null,
  62. "type": "veth"
  63. },
  64. "tunnel_address": {
  65. "bridge": "br-vxlan",
  66. "netmask": "255.255.0.0",
  67. "type": "veth"
  68. }
  69. },
  70. "container_types": "infra1-host_containers",
  71. "is_metal": true,
  72. "physical_host": "infra1",
  73. "physical_host_group": "network_hosts",
  74. "properties": {
  75. "is_metal": true
  76. }
  77. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement