Advertisement
Guest User

Untitled

a guest
Aug 4th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. root@dev-usc1-ost-b-dp1:/opt/openstack-ansible/playbooks# openstack-ansible os-neutron-install.yml --list-hosts
  2. Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml "
  3. [WARNING]: Unable to parse /etc/openstack_deploy/inventory.ini as an inventory source
  4.  
  5. playbook: os-neutron-install.yml
  6.  
  7. play #1 (localhost): Configure Neutron dynamic host groupings TAGS: [neutron]
  8. pattern: ['localhost']
  9. hosts (1):
  10. localhost
  11.  
  12. play #2 (neutron_server): neutron_server TAGS: [haproxy-service-config]
  13. pattern: ['neutron_server']
  14. hosts (3):
  15. inf5
  16. inf4
  17. inf6
  18.  
  19. play #3 (haproxy_all): haproxy_all TAGS: [haproxy-service-config]
  20. pattern: ['haproxy_all']
  21. hosts (3):
  22. hap4
  23. hap5
  24. hap6
  25.  
  26. play #4 (neutron_server): Gather neutron facts TAGS: [always]
  27. pattern: ['neutron_server']
  28. hosts (3):
  29. inf5
  30. inf4
  31. inf6
  32.  
  33. play #5 (neutron_server): Install neutron services TAGS: [neutron]
  34. pattern: ['neutron_server']
  35. hosts (3):
  36. inf5
  37. inf4
  38. inf6
  39.  
  40. play #6 (neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server): Gather neutron facts TAGS: [always]
  41. pattern: ['neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server']
  42. hosts (4):
  43. cmp4
  44. net1
  45. net2
  46. cmp3
  47.  
  48. play #7 (neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server): Install neutron services TAGS: [neutron]
  49. pattern: ['neutron_linuxbridge_agent:neutron_openvswitch_agent:!neutron_server']
  50. hosts (4):
  51. cmp4
  52. net1
  53. net2
  54. cmp3
  55.  
  56. play #8 (neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server): Gather neutron facts TAGS: [always]
  57. pattern: ['neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server']
  58. hosts (0):
  59.  
  60. play #9 (neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server): Install neutron services TAGS: [neutron]
  61. pattern: ['neutron_all:!neutron_linuxbridge_agent:!neutron_openvswitch_agent:!neutron_server']
  62. hosts (0):
  63.  
  64. EXIT NOTICE [Playbook execution success] **************************************
  65. ===============================================================================
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement