Guest User

Untitled

a guest
May 29th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.15 KB | None | 0 0
  1. # Network role to network mappings.
  2.  
  3. # Name of the network used for admin access to the overcloud
  4. admin_oc_net_name: mgnt
  5.  
  6. # Name of the network used by the seed to manage the bare metal overcloud
  7. # hosts via their out-of-band management controllers.
  8. oob_oc_net_name: oob
  9.  
  10. # Name of the network used by the seed to provision the bare metal overcloud
  11. # hosts.
  12. provision_oc_net_name: mgnt
  13.  
  14. # Name of the network used by the overcloud hosts to manage the bare metal
  15. # compute hosts via their out-of-band management controllers.
  16. oob_wl_net_name: oob
  17.  
  18. # Name of the network used by the overcloud hosts to provision the bare metal
  19. # workload hosts.
  20. provision_wl_net_name: mgnt
  21.  
  22. # Name of the network used to expose the internal OpenStack API endpoints.
  23. internal_net_name: mgnt
  24.  
  25. # List of names of networks used to provide external network access via
  26. # Neutron.
  27. # Deprecated name: external_net_name
  28. # If external_net_name is defined, external_net_names will default to a list
  29. # containing one item, external_net_name.
  30. external_net_names:
  31. - ucbl
  32.  
  33. # Name of the network used to expose the public OpenStack API endpoints.
  34. public_net_name: ucbl
  35.  
  36. # Name of the network used by Neutron to carry tenant overlay network traffic.
  37. tunnel_net_name: traffic
  38.  
  39. # Name of the network used to carry storage data traffic.
  40. storage_net_name: traffic
  41.  
  42. # Name of the network used to carry storage management traffic.
  43. storage_mgmt_net_name: mgnt
  44.  
  45. # Name of the network used to carry swift storage data traffic.
  46. swift_storage_net_name: traffic
  47.  
  48. # Name of the network used to carry swift storage replication traffic.
  49. swift_storage_replication_net_name: traffic
  50.  
  51. # Name of the network used to perform hardware introspection on the bare metal
  52. # workload hosts.
  53. inspection_net_name: oob
  54.  
  55. # Name of the network used to perform cleaning on the bare metal workload
  56. # hosts
  57. cleaning_net_name: oob
Advertisement
Add Comment
Please, Sign In to add comment