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: David Lutterkort
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