Advertisement
Guest User

Untitled

a guest
Aug 4th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. playbook: os-neutron-install.yml
  2.  
  3. play #1 (localhost): Configure Neutron dynamic host groupings TAGS: [neutron]
  4. pattern: ['localhost']
  5. hosts (1):
  6. localhost
  7.  
  8. play #2 (neutron_server): neutron_server TAGS: [haproxy-service-config]
  9. pattern: ['neutron_server']
  10. hosts (3):
  11. inf4
  12. inf6
  13. inf5
  14.  
  15. play #3 (haproxy_all): haproxy_all TAGS: [haproxy-service-config]
  16. pattern: ['haproxy_all']
  17. hosts (3):
  18. hap6
  19. hap5
  20. hap4
  21.  
  22. play #4 (neutron_server): Gather neutron facts TAGS: [always]
  23. pattern: ['neutron_server']
  24. hosts (3):
  25. inf4
  26. inf6
  27. inf5
  28.  
  29. play #5 (neutron_server): Install neutron services TAGS: [neutron]
  30. pattern: ['neutron_server']
  31. hosts (3):
  32. inf4
  33. inf6
  34. inf5
  35.  
  36. play #6 (neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server): Gather neutron facts TAGS: [always]
  37. pattern: ['neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server']
  38. hosts (4):
  39. net2
  40. cmp4
  41. net1
  42. cmp3
  43.  
  44. play #7 (neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server): Install neutron services TAGS: [neutron]
  45. pattern: ['neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server']
  46. hosts (4):
  47. net2
  48. cmp4
  49. net1
  50. cmp3
  51.  
  52. play #8 (neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server): Gather neutron facts TAGS: [always]
  53. pattern: ['neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server']
  54. hosts (0):
  55.  
  56. play #9 (neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server): Install neutron services TAGS: [neutron]
  57. pattern: ['neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server']
  58. hosts (0):
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement