Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. root@infra1:/opt/openstack-ansible/playbooks# openstack-ansible setup-hosts.yml --limit rabbitmq_all
  2. Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml "
  3.  
  4. PLAY [Install Ansible prerequisites] ******************************************************************************
  5. skipping: no hosts matched
  6.  
  7. PLAY [Basic host setup] *******************************************************************************************
  8. skipping: no hosts matched
  9.  
  10. PLAY [Apply security hardening configurations] ********************************************************************
  11. skipping: no hosts matched
  12.  
  13. PLAY [Basic lxc host setup] ***************************************************************************************
  14. skipping: no hosts matched
  15.  
  16. PLAY [Gather lxc container host facts] ****************************************************************************
  17. skipping: no hosts matched
  18.  
  19. PLAY [Create container(s)] ****************************************************************************************
  20.  
  21. TASK [lxc_container_create : Allow the usage of local facts] ******************************************************
  22. Tuesday 06 February 2018 09:12:54 +0300 (0:00:00.291) 0:00:00.291 ******
  23. ok: [infra1_rabbit_mq_container-0efd60c2 -> 192.168.236.51]
  24. ok: [infra3_rabbit_mq_container-f9b6c353 -> 192.168.236.53]
  25. ok: [infra2_rabbit_mq_container-7856e8b0 -> 192.168.236.52]
  26.  
  27. TASK [lxc_container_create : Ansible version and LXC backing store check] *****************************************
  28. Tuesday 06 February 2018 09:12:57 +0300 (0:00:02.454) 0:00:02.745 ******
  29.  
  30. TASK [lxc_container_create : Kernel version and LXC backing store check] ******************************************
  31. Tuesday 06 February 2018 09:12:57 +0300 (0:00:00.038) 0:00:02.784 ******
  32.  
  33. TASK [lxc_container_create : Gather variables for each operating system] ******************************************
  34. Tuesday 06 February 2018 09:12:57 +0300 (0:00:00.055) 0:00:02.840 ******
  35. fatal: [infra1_rabbit_mq_container-0efd60c2]: FAILED! => {"failed": true, "msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no files are found"}
  36. fatal: [infra2_rabbit_mq_container-7856e8b0]: FAILED! => {"failed": true, "msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no files are found"}
  37. fatal: [infra3_rabbit_mq_container-f9b6c353]: FAILED! => {"failed": true, "msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no files are found"}
  38.  
  39. NO MORE HOSTS LEFT ************************************************************************************************
  40.  
  41. NO MORE HOSTS LEFT ************************************************************************************************
  42.  
  43. PLAY RECAP ********************************************************************************************************
  44. infra1_rabbit_mq_container-0efd60c2 : ok=1 changed=0 unreachable=0 failed=1
  45. infra2_rabbit_mq_container-7856e8b0 : ok=1 changed=0 unreachable=0 failed=1
  46. infra3_rabbit_mq_container-f9b6c353 : ok=1 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement