Advertisement
Guest User

heira_output

a guest
Aug 1st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. root@node-11:~# hiera network_scheme
  2. {"endpoints"=>
  3. {"br-fw-admin"=>
  4. {"IP"=>["10.20.0.7/24"],
  5. "vendor_specific"=>{"provider_gateway"=>"10.20.0.2"}},
  6. "br-mgmt"=>{"IP"=>["192.168.0.4/24"]},
  7. "br-storage"=>{"IP"=>["192.168.1.2/24"]},
  8. "br-ex-lnx"=>
  9. {"IP"=>["172.16.0.4/24"],
  10. "gateway"=>"172.16.0.1",
  11. "vendor_specific"=>{"provider_gateway"=>"172.16.0.1"}},
  12. "br-ex"=>{"IP"=>"none"},
  13. "br-aux"=>{"IP"=>"none"}},
  14. "interfaces"=>
  15. {"eno1"=>
  16. {"vendor_specific"=>{"bus_info"=>"0000:00:19.0", "driver"=>"e1000e"}},
  17. "enp2s0"=>
  18. {"vendor_specific"=>{"bus_info"=>"0000:02:00.0", "driver"=>"tg3"}}},
  19. "provider"=>"lnx",
  20. "roles"=>
  21. {"admin/pxe"=>"br-fw-admin",
  22. "aodh/api"=>"br-mgmt",
  23. "ceilometer/api"=>"br-mgmt",
  24. "ceph/public"=>"br-storage",
  25. "ceph/radosgw"=>"br-ex-lnx",
  26. "ceph/replication"=>"br-storage",
  27. "cinder/api"=>"br-mgmt",
  28. "cinder/iscsi"=>"br-storage",
  29. "ex"=>"br-ex-lnx",
  30. "fw-admin"=>"br-fw-admin",
  31. "glance/api"=>"br-mgmt",
  32. "glance/glare"=>"br-mgmt",
  33. "heat/api"=>"br-mgmt",
  34. "horizon"=>"br-mgmt",
  35. "ironic/api"=>"br-mgmt",
  36. "keystone/api"=>"br-mgmt",
  37. "management"=>"br-mgmt",
  38. "mgmt/corosync"=>"br-mgmt",
  39. "mgmt/database"=>"br-mgmt",
  40. "mgmt/memcache"=>"br-mgmt",
  41. "mgmt/messaging"=>"br-mgmt",
  42. "mgmt/vip"=>"br-mgmt",
  43. "mongo/db"=>"br-mgmt",
  44. "murano/api"=>"br-mgmt",
  45. "murano/cfapi"=>"br-mgmt",
  46. "neutron/api"=>"br-mgmt",
  47. "neutron/floating"=>"br-ex",
  48. "neutron/private"=>"br-aux",
  49. "nova/api"=>"br-mgmt",
  50. "nova/migration"=>"br-mgmt",
  51. "public/vip"=>"br-ex-lnx",
  52. "sahara/api"=>"br-mgmt",
  53. "storage"=>"br-storage",
  54. "swift/api"=>"br-mgmt",
  55. "swift/replication"=>"br-storage"},
  56. "transformations"=>
  57. [{"action"=>"add-br", "name"=>"br-fw-admin"},
  58. {"action"=>"add-br", "name"=>"br-mgmt"},
  59. {"action"=>"add-br", "name"=>"br-storage"},
  60. {"action"=>"add-br", "name"=>"br-ex-lnx"},
  61. {"action"=>"add-br", "name"=>"br-ex", "provider"=>"ovs"},
  62. {"action"=>"add-patch",
  63. "bridges"=>["br-ex", "br-ex-lnx"],
  64. "mtu"=>65000,
  65. "provider"=>"ovs"},
  66. {"action"=>"add-br", "name"=>"br-aux"},
  67. {"action"=>"add-port", "bridge"=>"br-aux", "name"=>"eno1"},
  68. {"action"=>"add-port", "bridge"=>"br-fw-admin", "name"=>"enp2s0"},
  69. {"action"=>"add-port", "bridge"=>"br-mgmt", "name"=>"enp2s0.101"},
  70. {"action"=>"add-port", "bridge"=>"br-storage", "name"=>"enp2s0.102"},
  71. {"action"=>"add-port", "bridge"=>"br-ex-lnx", "name"=>"enp2s0.100"}],
  72. "version"=>"1.1"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement