Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. vagrant@vagrant-ubuntu-trusty-64:~/openshift-ansible$ sudo bin/cluster create libvirt lenaic
  2.  
  3. PLAY [Launch instance(s)] *****************************************************
  4.  
  5. TASK: [fail msg="Deployment type not supported for libvirt provider yet"] *****
  6. skipping: [localhost]
  7.  
  8. TASK: [Create libvirt storage directory for openshift] ************************
  9. ok: [localhost]
  10.  
  11. TASK: [acl ] ******************************************************************
  12. ok: [localhost]
  13.  
  14. TASK: [Test if libvirt storage pool for openshift already exists] *************
  15. ok: [localhost]
  16.  
  17. TASK: [Create the libvirt storage pool for openshift] *************************
  18. skipping: [localhost]
  19.  
  20. TASK: [Test if libvirt network for openshift already exists] ******************
  21. ok: [localhost]
  22.  
  23. TASK: [Create a temp directory for the template xml file] *********************
  24. skipping: [localhost]
  25.  
  26. TASK: [Create network xml file] ***********************************************
  27. skipping: [localhost]
  28.  
  29. TASK: [Create libvirt network for openshift] **********************************
  30. skipping: [localhost]
  31.  
  32. TASK: [Remove the temp directory] *********************************************
  33. skipping: [localhost]
  34.  
  35. TASK: [set_fact k8s_type="master"] ********************************************
  36. ok: [localhost]
  37.  
  38. TASK: [Generate master instance names(s)] *************************************
  39. ok: [localhost] => (item=1)
  40.  
  41. TASK: [set_fact ] *************************************************************
  42. ok: [localhost]
  43.  
  44. TASK: [Download Base Cloud image] *********************************************
  45. ok: [localhost]
  46.  
  47. TASK: [Create the cloud-init config drive path] *******************************
  48. changed: [localhost] => (item=lenaic-master-c51d8)
  49.  
  50. TASK: [Create the cloud-init config drive files] ******************************
  51. changed: [localhost] => (item=[u'lenaic-master-c51d8', 'user-data'])
  52. changed: [localhost] => (item=[u'lenaic-master-c51d8', 'meta-data'])
  53.  
  54. TASK: [Create the cloud-init config drive] ************************************
  55. changed: [localhost] => (item=lenaic-master-c51d8)
  56.  
  57. TASK: [Refresh the libvirt storage pool for openshift] ************************
  58. changed: [localhost]
  59.  
  60. TASK: [Create VMs drives] *****************************************************
  61. failed: [localhost] => (item=lenaic-master-c51d8) => {"changed": true, "cmd": ["virsh", "-c", "qemu:///system", "vol-create-as", "images", "lenaic-master-c51d8.qcow2", "10G", "--format", "qcow2", "--backing-vol", "CentOS-7-x86_64-GenericCloud.qcow2", "--backing-vol-format", "qcow2"], "delta": "0:00:00.011250", "end": "2015-04-28 10:19:52.813143", "item": "lenaic-master-c51d8", "rc": 1, "start": "2015-04-28 10:19:52.801893", "warnings": []}
  62. stderr: error: failed to get vol 'CentOS-7-x86_64-GenericCloud.qcow2'
  63. error: Storage volume not found: no storage vol with matching path CentOS-7-x86_64-GenericCloud.qcow2
  64.  
  65. FATAL: all hosts have already failed -- aborting
  66.  
  67. PLAY RECAP ********************************************************************
  68. to retry, use: --limit @/home/vagrant/launch.retry
  69.  
  70. localhost : ok=12 changed=4 unreachable=0 failed=1
  71.  
  72. ACTION [create] failed with exit status 512
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement