Guest User

Untitled

a guest
Jan 14th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. No config file found; using defaults
  2. [WARNING]: provided hosts list is empty, only localhost is available
  3.  
  4. Loaded callback default of type stdout, v2.0
  5. 1 plays in launch-vm.yml
  6.  
  7. PLAY [Create Openstack instance] ***********************************************
  8.  
  9. TASK [launch an instance] ******************************************************
  10. task path: /home/ubuntu/scripts/launch-vm.yml:17
  11. ESTABLISH LOCAL CONNECTION FOR USER: root
  12. 127.0.0.1 EXEC ( umask 22 && mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1452796789.35-246603664919440 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1452796789.35-246603664919440 )" )
  13. 127.0.0.1 PUT /tmp/tmpxk8b5f TO /root/.ansible/tmp/ansible-tmp-1452796789.35-246603664919440/os_server
  14. 127.0.0.1 EXEC LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1452796789.35-246603664919440/os_server; rm -rf "/root/.ansible/tmp/ansible-tmp-1452796789.35-246603664919440/" > /dev/null 2>&1
  15. fatal: [localhost]: FAILED! => {"changed": false, "extra_data": null, "failed": true, "invocation": {"module_args": {"_ansible_check_mode": false, "_ansible_debug": false, "_ansible_diff": false, "_ansible_no_log": false, "_ansible_verbosity": 4, "api_timeout": null, "auth": {"auth_url": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "project_name": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER"}, "auth_type": null, "auto_ip": true, "availability_zone": null, "boot_from_volume": true, "boot_volume": null, "cacert": null, "cert": null, "cloud": null, "config_drive": false, "endpoint_type": "public", "flavor": 4, "flavor_include": null, "flavor_ram": null, "floating_ip_pools": null, "floating_ips": null, "image": "736f014f-8907-4e1e-9e02-cd4b04c4adb2", "image_exclude": "(deprecated)", "key": null, "key_name": "xyz-keypair1", "meta": {"group": "ansible_group1", "hostname": "xyz-test"}, "name": "xyz-test", "network": "1bacbdcc-a580-456d-bf8b-7937e63579b0", "nics": [], "region_name": null, "security_groups": ["a8597ee7-3071-4a4f-9598-3439746f438e"], "state": "present", "terminate_volume": false, "timeout": 200, "userdata": null, "verify": true, "volume_size": false, "volumes": [], "wait": true}, "module_name": "os_server"}, "msg": "Error in creating instance"}
  16.  
  17. NO MORE HOSTS LEFT *************************************************************
  18.  
  19. PLAY RECAP *********************************************************************
  20. localhost : ok=0 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment