RE: User data is not base64 encoded

2016-02-29 Thread Yacubovich, David
.ro] Sent: Monday, February 29, 2016 12:20 PM To: users@cloudstack.apache.org Subject: Re: User data is not base64 encoded David, Are you sure you need to pass the base64 encoded version in the GUI? For some reason I thought the GUI accept just plain text scripts. Also, what error are you getting?

Re: User data is not base64 encoded

2016-02-29 Thread Rafael Weingärtner
David" > > To: users@cloudstack.apache.org > > Sent: Monday, 29 February, 2016 15:38:55 > > Subject: RE: User data is not base64 encoded > > > I did try to add the '==' to the end of the base64 string and still get > the same > > error. I am go

Re: User data is not base64 encoded

2016-02-29 Thread Nux!
! Nux! www.nux.ro - Original Message - > From: "Yacubovich, David" > To: users@cloudstack.apache.org > Sent: Monday, 29 February, 2016 15:38:55 > Subject: RE: User data is not base64 encoded > I did try to add the '==' to the end of the base64 string and

RE: User data is not base64 encoded

2016-02-29 Thread Yacubovich, David
al Message- From: Rafael Weingärtner [mailto:rafaelweingart...@gmail.com] Sent: Sunday, February 28, 2016 8:43 AM To: users@cloudstack.apache.org Subject: Re: User data is not base64 encoded I had the same problem last week. It turns out that the code is considering anything that ends with "

Re: User data is not base64 encoded

2016-02-28 Thread Nux!
Ah, roger. Thanks for the explanation! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Remi Bergsma" > To: users@cloudstack.apache.org > Sent: Sunday, 28 February, 2016 15:48:12 > Subject: Re: User data is no

Re: User data is not base64 encoded

2016-02-28 Thread Remi Bergsma
quadrant using Borg technology! > >Nux! >www.nux.ro > >- Original Message - >> From: "Suresh Sadhu" >> To: users@cloudstack.apache.org >> Sent: Sunday, 28 February, 2016 14:49:08 >> Subject: RE: User data is not base64 encoded > >

Re: User data is not base64 encoded

2016-02-28 Thread Nux!
Suresh, Can you please rephrase that? What's "urlencoded"? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Suresh Sadhu" > To: users@cloudstack.apache.org > Sent: Sunday, 28 February, 2016 14:49:

RE: User data is not base64 encoded

2016-02-28 Thread Suresh Sadhu
Hi, After converting userdata to base64 format and make it urlencoded then pass the userdata string as api parameter. Regards Sadhu From: Yacubovich, David Sent: Thursday, February 25, 2016 12:30 PM To: users@cloudstac

Re: User data is not base64 encoded

2016-02-28 Thread Rafael Weingärtner
; look like straight forward think. Could I ask you to give an example of how > you using user-data, and how do you prepare it for the CloudMonkey? > > Thanks David > > From: Simon Weller > Sent: Feb 27, 2016 6:18 PM > To: users@cloudstack.apache.org > Subject: Re: User

Re: User data is not base64 encoded

2016-02-28 Thread Nux!
Nux! www.nux.ro - Original Message - > From: "Yacubovich, David" > To: users@cloudstack.apache.org > Sent: Sunday, 28 February, 2016 03:13:05 > Subject: Re: User data is not base64 encoded > HI Simon, > No, I didn't try to use CloudMonkey yet, just

Re: User data is not base64 encoded

2016-02-27 Thread Yacubovich, David
r the CloudMonkey? Thanks David From: Simon Weller Sent: Feb 27, 2016 6:18 PM To: users@cloudstack.apache.org Subject: Re: User data is not base64 encoded David, I can't speak to the GUI userdata, as I've never used it from the GUI. Have you tried using CloudMonkey? Here's some info

Re: User data is not base64 encoded

2016-02-27 Thread Simon Weller
David, I can't speak to the GUI userdata, as I've never used it from the GUI. Have you tried using CloudMonkey? Here's some info related to userdata: http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/virtual_machines.html#user-data-and-meta-data - Si