[
https://issues.apache.org/jira/browse/DTACLOUD-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239529#comment-13239529
]
Michal Fojtik commented on DTACLOUD-178:
----------------------------------------
Hi,
Does the CD-ROM drive exists? Mean there was a problem meanwhile where the
image you're using for creating a new instance was defined *without* CD-ROM
driver. No drive no fun with user data :-)
> Vsphere instance created with user_data - no deltacloud_user_data.txt file in
> /media
> -------------------------------------------------------------------------------------
>
> Key: DTACLOUD-178
> URL: https://issues.apache.org/jira/browse/DTACLOUD-178
> Project: DeltaCloud
> Issue Type: Bug
> Components: Server
> Environment: Vsphere 5.x
> Fedora 16
> Deltacloud git commit: 7e372dfca79c02a799046287e5936129216b781b root :
> clone: from https://git-wip-us.apache.org/repos/asf/deltacloud.git
> Reporter: Ronelle Landy
> Assignee: Michal Fojtik
> Priority: Blocker
>
> Taken from user_data test:
> Create instance with Base64-encode user_data:
> HttpResponseDecorator respInstance = restClient.post( path: '/api/instances',
> contentType: ContentType.XML,
> headers: [Accept: 'application/xml'],
> requestContentType : ContentType.URLENC,
> body: ['image_id=' + getVsphereProviderImage()
> + '&hwp_id=' + 'default'
> + '&name=rlandyUD'
> + '&realm_id=' + realmMap.find{it.value ==
> 'AVAILABLE'}?.key
> + '&user_data=<base64-encoded user data>'])
> Executing: >> /bin/mount /dev/cdrom /media; cat
> /media/deltacloud-user-data.txt
> returns empty.
> /media is empty.
> The user_data has not been saved in /media.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira