RE: User data is not base64 encoded

2016-02-29 Thread Yacubovich, David
I tried both ways. This is what I try to put in the user-data box in the gui: env: poc service: tomcat or in base64: ZW52OiBwb2MKc2VydmljZTogdG9tY2F0Cg== Both time I get: "User data is not base64 encoded" Thanks, David -Original Message- From: Nux! [mailto:[email protected]

Re: User data is not base64 encoded

2016-02-29 Thread Rafael Weingärtner
David" > > To: [email protected] > > 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: [email protected] > 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:[email protected]] Sent: Sunday, February 28, 2016 8:43 AM To: [email protected] 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: [email protected] > 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: [email protected] >> 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!
_ > From: Yacubovich, David > Sent: Thursday, February 25, 2016 12:30 PM > To: [email protected] > Subject: User data is not base64 encoded > > Hello All, > I am trying to test the use of userdata on CS 4.6. I am creating new instance > from

RE: User data is not base64 encoded

2016-02-28 Thread Suresh Sadhu
@cloudstack.apache.org Subject: User data is not base64 encoded Hello All, I am trying to test the use of userdata on CS 4.6. I am creating new instance from the UI and I paste the base64 encoded string into the userdata box. But I get this error every time. I can't find any examples of how t

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: [email protected] > 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: [email protected] > 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: [email protected] 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
meta-data - Si From: Yacubovich, David Sent: Thursday, February 25, 2016 12:30 PM To: [email protected] Subject: User data is not base64 encoded Hello All, I am trying to test the use of userdata on CS 4.6. I am creating new instance from the UI and I p

User data is not base64 encoded

2016-02-25 Thread Yacubovich, David
Hello All, I am trying to test the use of userdata on CS 4.6. I am creating new instance from the UI and I paste the base64 encoded string into the userdata box. But I get this error every time. I can't find any examples of how to use userdata online. Can someone please give me an example of how