Re: Docker Support?

2015-02-13 Thread Osay Osman Yuuni
Never mind @sebgoa.  Works like snake oil[?]

On 13 February 2015 at 10:21, Osay Osman Yuuni oyu...@gmail.com wrote:

 Hi @sebgoa,
 Thanks for putting up the ansible-kubernetes.  I'm trying it out and have
 hit an issue.  I've edited k8s.yml and replaced the template with the name
 of my own template.  When I try to run the playbook I get this error

 failed: [localhost] = {failed: true, parsed: false}
 /bin/sh: 1:
 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python: not
 found

 I'm running this off an Ubuntu 14.04 VM.  The template I specified is a
 coreOS (stable) template for cloudstack.  Are there any prerequisites I
 might have missed?

 Cheers
 Osay

 On 12 February 2015 at 17:00, Sebastien Goasguen run...@gmail.com wrote:


 On Feb 5, 2015, at 6:07 PM, Phillip Kent phillip.k...@xmlsoup.com
 wrote:

  Thanks all for this useful thread.
 
  I can confirm that a CoreOS template runs fine on an ESXi hypervisor
  in CloudStack 4.3.1. The type is set to Other (64-bit). I didn't set
  up the template so I don't know about relative performance with other
  type settings.
 
  Regarding CoreOS, does anyone know what port(s) are required for
  CoreOS to do auto-updating?

 good question. CoreOS uses the Omaha protocol for updates.
 But I am not sure what ports are being used. Might be worth asking in the
 coreOS irc channel

 
  Obviously I can set an egress rule to allow all ports but I might want
  to be more restrictive.
 
  -Phillip





Re: Docker Support?

2015-02-13 Thread Sebastien Goasguen
for questions like these, submit a github issue on the project itself, since 
it's not cloudstack code.


On Feb 13, 2015, at 4:23 AM, Osay Osman Yuuni oyu...@gmail.com wrote:

 Never mind @sebgoa.  Works like snake oil
 
 On 13 February 2015 at 10:21, Osay Osman Yuuni oyu...@gmail.com wrote:
 Hi @sebgoa,
 Thanks for putting up the ansible-kubernetes.  I'm trying it out and have hit 
 an issue.  I've edited k8s.yml and replaced the template with the name of my 
 own template.  When I try to run the playbook I get this error
 
 failed: [localhost] = {failed: true, parsed: false}
 /bin/sh: 1: 
 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python: not 
 found
 
 I'm running this off an Ubuntu 14.04 VM.  The template I specified is a 
 coreOS (stable) template for cloudstack.  Are there any prerequisites I might 
 have missed?
 
 Cheers
 Osay
 
 On 12 February 2015 at 17:00, Sebastien Goasguen run...@gmail.com wrote:
 
 On Feb 5, 2015, at 6:07 PM, Phillip Kent phillip.k...@xmlsoup.com wrote:
 
  Thanks all for this useful thread.
 
  I can confirm that a CoreOS template runs fine on an ESXi hypervisor
  in CloudStack 4.3.1. The type is set to Other (64-bit). I didn't set
  up the template so I don't know about relative performance with other
  type settings.
 
  Regarding CoreOS, does anyone know what port(s) are required for
  CoreOS to do auto-updating?
 
 good question. CoreOS uses the Omaha protocol for updates.
 But I am not sure what ports are being used. Might be worth asking in the 
 coreOS irc channel
 
 
  Obviously I can set an egress rule to allow all ports but I might want
  to be more restrictive.
 
  -Phillip
 
 
 



Re: Docker Support?

2015-02-12 Thread Sebastien Goasguen

On Feb 5, 2015, at 6:07 PM, Phillip Kent phillip.k...@xmlsoup.com wrote:

 Thanks all for this useful thread.
 
 I can confirm that a CoreOS template runs fine on an ESXi hypervisor
 in CloudStack 4.3.1. The type is set to Other (64-bit). I didn't set
 up the template so I don't know about relative performance with other
 type settings.
 
 Regarding CoreOS, does anyone know what port(s) are required for
 CoreOS to do auto-updating?

good question. CoreOS uses the Omaha protocol for updates.
But I am not sure what ports are being used. Might be worth asking in the 
coreOS irc channel

 
 Obviously I can set an egress rule to allow all ports but I might want
 to be more restrictive.
 
 -Phillip



Re: Docker Support?

2015-02-12 Thread Sebastien Goasguen

On Feb 9, 2015, at 8:22 AM, Andrei Mikhailovsky and...@arhont.com wrote:

 Guys, 
 
 Not sure if anyone has done some more testing with CoreOS. I am currently 
 doing a PoC and having some issues with building the cluster. 
 
 The template itself is working okay and the user supplied ssh keys are 
 properly registered with the instance. However, the etcd cluster is not 
 forming properly. The instances can see each other and there is no fw to 
 block the requests. 
 
 I am using addr and peer-addr settings in the config-cloud.xml in the 
 following manner: the first instance will have addr and peer-addr to the same 
 IP - 10.0.1.x:4001 and 10.0.1.x:7001. The remaining instances will have the 
 same addr value, but the peer-addr reflects the instance's internal ip 
 address. 
 
 Upon starting the instances, i can see that all hosts join the cluster - 
 journalctl -u etcd -f tell me that the instances join the cluster. However, I 
 am unable to do anything with the cluster. For instance, when I try to query 
 the machines, it times out: 
 
 etcdctl --debug=true ls /_etcd/machines --recursive 
 Cluster-Peers: http://10.0.1.45:4001 http://10.0.1.45:4001 
 http://10.0.1.45:4001 http://10.0.1.45:4001 
 Curl-Example: curl -X GET 
 http://10.0.1.45:4001/v2/keys/_etcd/machines?consistent=truerecursive=truesorted=false
  
 
 Perhaps someone can tell me what I am missing? 
 

on a break right now, so short answer. I wrote some ansible recipes to create 
etcd cluster on cloudstack:
https://github.com/runseb/ansible-kubernetes

suggestion, you might first want to check if you can bootstrap it with coreOS 
discovery system.

that might help.


 Andrei 
 
 - Original Message -
 
 From: Phillip Kent phillip.k...@xmlsoup.com
 To: users@cloudstack.apache.org users@cloudstack.apache.org
 Sent: Thursday, 5 February, 2015 11:07:14 PM
 Subject: Re: Docker Support?
 
 Thanks all for this useful thread.
 
 I can confirm that a CoreOS template runs fine on an ESXi hypervisor
 in CloudStack 4.3.1. The type is set to Other (64-bit). I didn't
 set
 up the template so I don't know about relative performance with other
 type settings.
 
 Regarding CoreOS, does anyone know what port(s) are required for
 CoreOS to do auto-updating?
 
 Obviously I can set an egress rule to allow all ports but I might
 want
 to be more restrictive.
 
 -Phillip



Re: Docker Support?

2015-02-10 Thread Osay Osman Yuuni
Feedback from @svanharmelen https://github.com/svanharmelen just rebased
the PR so it should be good now  I've tried it and it works.  Will let
you know how it works out.

On 10 February 2015 at 16:03, Osay Osman Yuuni oyu...@gmail.com wrote:

 Hi Seb and Nux!,
 I've tried to patch the docker machine using pull request 425 but this
 fails with the following errors:

 Applying: cloudstack driver
 error: patch failed: README.md:266
 error: README.md: patch does not apply
 error: patch failed: commands.go:16
 error: commands.go: patch does not apply
 Patch failed at 0001 cloudstack driver
 The copy of the patch that failed is found in:
/home/core/machine/.git/rebase-apply/patch
 When you have resolved this problem, run git am --continue.
 If you prefer to skip this patch, run git am --skip instead.
 To restore the original branch and stop patching, run git am --abort.

 Has anyone successfully applied the patch?  I'm actually running this on
 one of the coreos instances I created.  I remember successfully running
 this on a CentOS 6.6 VM on which I installed Docker.  Seems very wierd
 though.

 TIA

 On 5 February 2015 at 11:53, sebgoa run...@gmail.com wrote:


 On Feb 5, 2015, at 10:37 AM, Nux! n...@li.nux.ro wrote:

  Where might these patches be? (links)

 https://github.com/docker/machine/pull/20

 https://github.com/docker/machine/pull/425



 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: sebgoa run...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Thursday, 5 February, 2015 09:07:02
  Subject: Re: Docker Support?
 
  On Feb 5, 2015, at 9:07 AM, cs user acldstk...@gmail.com wrote:
 
  Hi Osay,
 
  I'd be really interested to hear about how you get on with the
 Cloudstack
  Driver for Docker Machine, using the CoreOS template.
 
 
  FYI, there are two pull requests in Docker machine that support
 cloudstack.
  One for exoscale which can be used with basic zones, it works just
 fine.
  One for advanced zone from Sander @schuberg philis, also works
 
  Unfortunately the docker team has not merged them yet…hopefully soon.
 
  if you git clone docker machine and applied the patches by hand , you
 will be
  good to go.
 
  Cheers! :-)
 
  On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com
 wrote:
 
  Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll
 try with
  Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
  Cheers,
 
  Osay
 
  On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
  On KVM Other PV 64bit will give you VirtIO (paravirt) disk and
 network
  which give you the best performance. You should always aim to use
 VirtIO,
  even with FreeBSD or Windows (though drivers will be needed for this
  one).
 
  CentOS/Debian/Ubuntu profiles might work, too, but I think at this
 stage
  they don't give you anything extra.
 
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Andrei Mikhailovsky and...@arhont.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 21:26:28
  Subject: Re: Docker Support?
 
  Osay,
 
  You might want to try other OS types that support PV, like Other PV
  (64bit) or
  even one of the Linux distros like Ubuntu 12.04 (64bit). I think
 disk
  performance might improve.
 
  Andrei
 
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 6:57:51 PM
  Subject: Re: Docker Support?
 
  Andrei,
  I specified Other (64 bit).
 
  Osay
 
  On 4 February 2015 at 18:00, Andrei Mikhailovsky 
 and...@arhont.com
  wrote:
 
  Osay, what OS Type did you specify when you've uploaded the
  template to
  your acs?
 
  Thanks
 
  Andrei
 
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 3:24:16 PM
  Subject: Re: Docker Support?
 
  Hi Lucian and others. Thanks very much to this. By following
 your
  suggestions I now have this working like snake oil. Like you
  mentioned
  this works great out of the box. I'm now heading off to github
 to
  download
  the cloudstack enabled machine program to start some serious
  work.
  Great
  work and thanks for sharing the template and suggestions.
 
  Cheers,
 
  Osay
 
  PS: I never gave cloudmonkey a thought but after this I think
 I'm
  going to
  consign the web gui to very mundane tasks.
 
  On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
  I use cloudmonkey for that, much better than the UI in many
  respects.
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Tuesday, 3 February, 2015 18:10:20
  Subject: Re: Docker Support?
 
  Thanks. I thought about it later

Re: Docker Support?

2015-02-10 Thread Osay Osman Yuuni
Hi Seb and Nux!,
I've tried to patch the docker machine using pull request 425 but this
fails with the following errors:

Applying: cloudstack driver
error: patch failed: README.md:266
error: README.md: patch does not apply
error: patch failed: commands.go:16
error: commands.go: patch does not apply
Patch failed at 0001 cloudstack driver
The copy of the patch that failed is found in:
   /home/core/machine/.git/rebase-apply/patch
When you have resolved this problem, run git am --continue.
If you prefer to skip this patch, run git am --skip instead.
To restore the original branch and stop patching, run git am --abort.

Has anyone successfully applied the patch?  I'm actually running this on
one of the coreos instances I created.  I remember successfully running
this on a CentOS 6.6 VM on which I installed Docker.  Seems very wierd
though.

TIA

On 5 February 2015 at 11:53, sebgoa run...@gmail.com wrote:


 On Feb 5, 2015, at 10:37 AM, Nux! n...@li.nux.ro wrote:

  Where might these patches be? (links)

 https://github.com/docker/machine/pull/20

 https://github.com/docker/machine/pull/425



 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: sebgoa run...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Thursday, 5 February, 2015 09:07:02
  Subject: Re: Docker Support?
 
  On Feb 5, 2015, at 9:07 AM, cs user acldstk...@gmail.com wrote:
 
  Hi Osay,
 
  I'd be really interested to hear about how you get on with the
 Cloudstack
  Driver for Docker Machine, using the CoreOS template.
 
 
  FYI, there are two pull requests in Docker machine that support
 cloudstack.
  One for exoscale which can be used with basic zones, it works just fine.
  One for advanced zone from Sander @schuberg philis, also works
 
  Unfortunately the docker team has not merged them yet…hopefully soon.
 
  if you git clone docker machine and applied the patches by hand , you
 will be
  good to go.
 
  Cheers! :-)
 
  On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com
 wrote:
 
  Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try
 with
  Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
  Cheers,
 
  Osay
 
  On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
  On KVM Other PV 64bit will give you VirtIO (paravirt) disk and
 network
  which give you the best performance. You should always aim to use
 VirtIO,
  even with FreeBSD or Windows (though drivers will be needed for this
  one).
 
  CentOS/Debian/Ubuntu profiles might work, too, but I think at this
 stage
  they don't give you anything extra.
 
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Andrei Mikhailovsky and...@arhont.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 21:26:28
  Subject: Re: Docker Support?
 
  Osay,
 
  You might want to try other OS types that support PV, like Other PV
  (64bit) or
  even one of the Linux distros like Ubuntu 12.04 (64bit). I think
 disk
  performance might improve.
 
  Andrei
 
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 6:57:51 PM
  Subject: Re: Docker Support?
 
  Andrei,
  I specified Other (64 bit).
 
  Osay
 
  On 4 February 2015 at 18:00, Andrei Mikhailovsky 
 and...@arhont.com
  wrote:
 
  Osay, what OS Type did you specify when you've uploaded the
  template to
  your acs?
 
  Thanks
 
  Andrei
 
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 3:24:16 PM
  Subject: Re: Docker Support?
 
  Hi Lucian and others. Thanks very much to this. By following your
  suggestions I now have this working like snake oil. Like you
  mentioned
  this works great out of the box. I'm now heading off to github to
  download
  the cloudstack enabled machine program to start some serious
  work.
  Great
  work and thanks for sharing the template and suggestions.
 
  Cheers,
 
  Osay
 
  PS: I never gave cloudmonkey a thought but after this I think I'm
  going to
  consign the web gui to very mundane tasks.
 
  On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
  I use cloudmonkey for that, much better than the UI in many
  respects.
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Tuesday, 3 February, 2015 18:10:20
  Subject: Re: Docker Support?
 
  Thanks. I thought about it later and realised that
  functionality
  existed
  through the API.
 
  Great work.
 
  On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
  and...@arhont.com
  wrote:
 
  I think there is an API call for that (cloudmonkey should
  also
  do that).
  the ACS GUI currently doesn't have

Re: Docker Support?

2015-02-09 Thread Andrei Mikhailovsky
Guys, 

Not sure if anyone has done some more testing with CoreOS. I am currently doing 
a PoC and having some issues with building the cluster. 

The template itself is working okay and the user supplied ssh keys are properly 
registered with the instance. However, the etcd cluster is not forming 
properly. The instances can see each other and there is no fw to block the 
requests. 

I am using addr and peer-addr settings in the config-cloud.xml in the following 
manner: the first instance will have addr and peer-addr to the same IP - 
10.0.1.x:4001 and 10.0.1.x:7001. The remaining instances will have the same 
addr value, but the peer-addr reflects the instance's internal ip address. 

Upon starting the instances, i can see that all hosts join the cluster - 
journalctl -u etcd -f tell me that the instances join the cluster. However, I 
am unable to do anything with the cluster. For instance, when I try to query 
the machines, it times out: 

etcdctl --debug=true ls /_etcd/machines --recursive 
Cluster-Peers: http://10.0.1.45:4001 http://10.0.1.45:4001 
http://10.0.1.45:4001 http://10.0.1.45:4001 
Curl-Example: curl -X GET 
http://10.0.1.45:4001/v2/keys/_etcd/machines?consistent=truerecursive=truesorted=false
 

Perhaps someone can tell me what I am missing? 

Andrei 

- Original Message -

 From: Phillip Kent phillip.k...@xmlsoup.com
 To: users@cloudstack.apache.org users@cloudstack.apache.org
 Sent: Thursday, 5 February, 2015 11:07:14 PM
 Subject: Re: Docker Support?

 Thanks all for this useful thread.

 I can confirm that a CoreOS template runs fine on an ESXi hypervisor
 in CloudStack 4.3.1. The type is set to Other (64-bit). I didn't
 set
 up the template so I don't know about relative performance with other
 type settings.

 Regarding CoreOS, does anyone know what port(s) are required for
 CoreOS to do auto-updating?

 Obviously I can set an egress rule to allow all ports but I might
 want
 to be more restrictive.

 -Phillip


Re: Docker Support?

2015-02-05 Thread cs user
Hi Osay,

I'd be really interested to hear about how you get on with the Cloudstack
Driver for Docker Machine, using the CoreOS template.

Cheers! :-)

On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com wrote:

 Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try with
 Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
 Cheers,

 Osay

 On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:

  On KVM Other PV 64bit will give you VirtIO (paravirt) disk and network
  which give you the best performance. You should always aim to use VirtIO,
  even with FreeBSD or Windows (though drivers will be needed for this
 one).
 
  CentOS/Debian/Ubuntu profiles might work, too, but I think at this stage
  they don't give you anything extra.
 
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
   From: Andrei Mikhailovsky and...@arhont.com
   To: users@cloudstack.apache.org
   Sent: Wednesday, 4 February, 2015 21:26:28
   Subject: Re: Docker Support?
 
   Osay,
  
   You might want to try other OS types that support PV, like Other PV
  (64bit) or
   even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk
   performance might improve.
  
   Andrei
  
   - Original Message -
  
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Wednesday, 4 February, 2015 6:57:51 PM
   Subject: Re: Docker Support?
  
   Andrei,
   I specified Other (64 bit).
  
   Osay
  
   On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
   wrote:
  
Osay, what OS Type did you specify when you've uploaded the
template to
your acs?
   
Thanks
   
Andrei
   
- Original Message -
   
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 3:24:16 PM
 Subject: Re: Docker Support?
   
 Hi Lucian and others. Thanks very much to this. By following your
 suggestions I now have this working like snake oil. Like you
 mentioned
 this works great out of the box. I'm now heading off to github to
 download
 the cloudstack enabled machine program to start some serious
 work.
 Great
 work and thanks for sharing the template and suggestions.
   
 Cheers,
   
 Osay
   
 PS: I never gave cloudmonkey a thought but after this I think I'm
 going to
 consign the web gui to very mundane tasks.
   
 On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
   
  I use cloudmonkey for that, much better than the UI in many
  respects.
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Tuesday, 3 February, 2015 18:10:20
   Subject: Re: Docker Support?
 
   Thanks. I thought about it later and realised that
   functionality
   existed
   through the API.
  
   Great work.
  
   On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
   and...@arhont.com
   wrote:
  
   I think there is an API call for that (cloudmonkey should
   also
   do that).
   the ACS GUI currently doesn't have that ability.
  
   Andrei
   - Original Message -
  
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Tuesday, 3 February, 2015 4:11:57 PM
Subject: Re: Docker Support?
  
Thanks Seb. Sorry forbabdb question but how do I specify
the
key
during
instance creation based on the template?
Osay
On Feb 3, 2015 6:05 PM, Sebastien Goasguen
run...@gmail.com
wrote:
  

 On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
 oyu...@gmail.com
 wrote:

  Hi,
  What do you mean works totally out of the box?.
  Without
  injecting ssh
  keys how does it work or are you referring to running
  docker and
  related
  stuff straight out of the box?

 I am saying that you don't need to tweak the template.

 if you register ssh keys in cloudstack and deploy a VM
 based
 on
 that
 template specifying your ssh keys, you will be logged in
 ….out of
 the box…

 no need to install additional scripts in the templates,
 etc...

 
  Osay
 
  On 2 February 2015 at 15:31, Sebastien Goasguen
  run...@gmail.com
 wrote:
 
 
  On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
  and...@arhont.com
  wrote:
 
  I guess there has been a lot of changes

Re: Docker Support?

2015-02-05 Thread Nux!
In this case I'd recommend not to use a PV profile with XenServer. It's a 
relic from times CPU could not do virt.

Go for Other 64bit, this will give you HVM which is faster and if CoreOS has 
xen drivers (probably does) it will use them to access the disk and network.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Thursday, 5 February, 2015 06:20:57
 Subject: Re: Docker Support?

 Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try with
 Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
 Cheers,
 
 Osay
 
 On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
 On KVM Other PV 64bit will give you VirtIO (paravirt) disk and network
 which give you the best performance. You should always aim to use VirtIO,
 even with FreeBSD or Windows (though drivers will be needed for this one).

 CentOS/Debian/Ubuntu profiles might work, too, but I think at this stage
 they don't give you anything extra.


 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
  From: Andrei Mikhailovsky and...@arhont.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 21:26:28
  Subject: Re: Docker Support?

  Osay,
 
  You might want to try other OS types that support PV, like Other PV
 (64bit) or
  even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk
  performance might improve.
 
  Andrei
 
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 6:57:51 PM
  Subject: Re: Docker Support?
 
  Andrei,
  I specified Other (64 bit).
 
  Osay
 
  On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
  wrote:
 
   Osay, what OS Type did you specify when you've uploaded the
   template to
   your acs?
  
   Thanks
  
   Andrei
  
   - Original Message -
  
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Wednesday, 4 February, 2015 3:24:16 PM
Subject: Re: Docker Support?
  
Hi Lucian and others. Thanks very much to this. By following your
suggestions I now have this working like snake oil. Like you
mentioned
this works great out of the box. I'm now heading off to github to
download
the cloudstack enabled machine program to start some serious
work.
Great
work and thanks for sharing the template and suggestions.
  
Cheers,
  
Osay
  
PS: I never gave cloudmonkey a thought but after this I think I'm
going to
consign the web gui to very mundane tasks.
  
On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
  
 I use cloudmonkey for that, much better than the UI in many
 respects.

 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Tuesday, 3 February, 2015 18:10:20
  Subject: Re: Docker Support?

  Thanks. I thought about it later and realised that
  functionality
  existed
  through the API.
 
  Great work.
 
  On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
  and...@arhont.com
  wrote:
 
  I think there is an API call for that (cloudmonkey should
  also
  do that).
  the ACS GUI currently doesn't have that ability.
 
  Andrei
  - Original Message -
 
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Tuesday, 3 February, 2015 4:11:57 PM
   Subject: Re: Docker Support?
 
   Thanks Seb. Sorry forbabdb question but how do I specify
   the
   key
   during
   instance creation based on the template?
   Osay
   On Feb 3, 2015 6:05 PM, Sebastien Goasguen
   run...@gmail.com
   wrote:
 
   
On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
oyu...@gmail.com
wrote:
   
 Hi,
 What do you mean works totally out of the box?.
 Without
 injecting ssh
 keys how does it work or are you referring to running
 docker and
 related
 stuff straight out of the box?
   
I am saying that you don't need to tweak the template.
   
if you register ssh keys in cloudstack and deploy a VM
based
on
that
template specifying your ssh keys, you will be logged in
….out of
the box…
   
no need to install additional scripts in the templates,
etc...
   

 Osay

 On 2 February 2015 at 15:31, Sebastien Goasguen
 run...@gmail.com
wrote:


 On Jan 31, 2015

Re: Docker Support?

2015-02-05 Thread sebgoa

On Feb 5, 2015, at 9:07 AM, cs user acldstk...@gmail.com wrote:

 Hi Osay,
 
 I'd be really interested to hear about how you get on with the Cloudstack
 Driver for Docker Machine, using the CoreOS template.
 

FYI, there are two pull requests in Docker machine that support cloudstack.
One for exoscale which can be used with basic zones, it works just fine.
One for advanced zone from Sander @schuberg philis, also works

Unfortunately the docker team has not merged them yet…hopefully soon.

if you git clone docker machine and applied the patches by hand , you will be 
good to go.

 Cheers! :-)
 
 On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com wrote:
 
 Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try with
 Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
 Cheers,
 
 Osay
 
 On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
 On KVM Other PV 64bit will give you VirtIO (paravirt) disk and network
 which give you the best performance. You should always aim to use VirtIO,
 even with FreeBSD or Windows (though drivers will be needed for this
 one).
 
 CentOS/Debian/Ubuntu profiles might work, too, but I think at this stage
 they don't give you anything extra.
 
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 21:26:28
 Subject: Re: Docker Support?
 
 Osay,
 
 You might want to try other OS types that support PV, like Other PV
 (64bit) or
 even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk
 performance might improve.
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 6:57:51 PM
 Subject: Re: Docker Support?
 
 Andrei,
 I specified Other (64 bit).
 
 Osay
 
 On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
 wrote:
 
 Osay, what OS Type did you specify when you've uploaded the
 template to
 your acs?
 
 Thanks
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 3:24:16 PM
 Subject: Re: Docker Support?
 
 Hi Lucian and others. Thanks very much to this. By following your
 suggestions I now have this working like snake oil. Like you
 mentioned
 this works great out of the box. I'm now heading off to github to
 download
 the cloudstack enabled machine program to start some serious
 work.
 Great
 work and thanks for sharing the template and suggestions.
 
 Cheers,
 
 Osay
 
 PS: I never gave cloudmonkey a thought but after this I think I'm
 going to
 consign the web gui to very mundane tasks.
 
 On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
 I use cloudmonkey for that, much better than the UI in many
 respects.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 18:10:20
 Subject: Re: Docker Support?
 
 Thanks. I thought about it later and realised that
 functionality
 existed
 through the API.
 
 Great work.
 
 On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:
 
 I think there is an API call for that (cloudmonkey should
 also
 do that).
 the ACS GUI currently doesn't have that ability.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 4:11:57 PM
 Subject: Re: Docker Support?
 
 Thanks Seb. Sorry forbabdb question but how do I specify
 the
 key
 during
 instance creation based on the template?
 Osay
 On Feb 3, 2015 6:05 PM, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
 oyu...@gmail.com
 wrote:
 
 Hi,
 What do you mean works totally out of the box?.
 Without
 injecting ssh
 keys how does it work or are you referring to running
 docker and
 related
 stuff straight out of the box?
 
 I am saying that you don't need to tweak the template.
 
 if you register ssh keys in cloudstack and deploy a VM
 based
 on
 that
 template specifying your ssh keys, you will be logged in
 ….out of
 the box…
 
 no need to install additional scripts in the templates,
 etc...
 
 
 Osay
 
 On 2 February 2015 at 15:31, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:
 
 I guess there has been a lot of changes since i've
 last
 checked. When I
 was testing it about half a year ago, the ssh keys
 did
 not work
 out of
 the
 box and had to be scipted into the image itself
 before
 uploading
 to acs.
 
 
 it works totally out of the box. As Lucian mentioned
 if
 you
 start an
 instance specifying an SSH key, the instance will get
 it
 from

Re: Docker Support?

2015-02-05 Thread Nux!
Where might these patches be? (links)

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: sebgoa run...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Thursday, 5 February, 2015 09:07:02
 Subject: Re: Docker Support?

 On Feb 5, 2015, at 9:07 AM, cs user acldstk...@gmail.com wrote:
 
 Hi Osay,
 
 I'd be really interested to hear about how you get on with the Cloudstack
 Driver for Docker Machine, using the CoreOS template.
 
 
 FYI, there are two pull requests in Docker machine that support cloudstack.
 One for exoscale which can be used with basic zones, it works just fine.
 One for advanced zone from Sander @schuberg philis, also works
 
 Unfortunately the docker team has not merged them yet…hopefully soon.
 
 if you git clone docker machine and applied the patches by hand , you will be
 good to go.
 
 Cheers! :-)
 
 On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com wrote:
 
 Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try with
 Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
 Cheers,
 
 Osay
 
 On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
 On KVM Other PV 64bit will give you VirtIO (paravirt) disk and network
 which give you the best performance. You should always aim to use VirtIO,
 even with FreeBSD or Windows (though drivers will be needed for this
 one).
 
 CentOS/Debian/Ubuntu profiles might work, too, but I think at this stage
 they don't give you anything extra.
 
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 21:26:28
 Subject: Re: Docker Support?
 
 Osay,
 
 You might want to try other OS types that support PV, like Other PV
 (64bit) or
 even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk
 performance might improve.
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 6:57:51 PM
 Subject: Re: Docker Support?
 
 Andrei,
 I specified Other (64 bit).
 
 Osay
 
 On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
 wrote:
 
 Osay, what OS Type did you specify when you've uploaded the
 template to
 your acs?
 
 Thanks
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 3:24:16 PM
 Subject: Re: Docker Support?
 
 Hi Lucian and others. Thanks very much to this. By following your
 suggestions I now have this working like snake oil. Like you
 mentioned
 this works great out of the box. I'm now heading off to github to
 download
 the cloudstack enabled machine program to start some serious
 work.
 Great
 work and thanks for sharing the template and suggestions.
 
 Cheers,
 
 Osay
 
 PS: I never gave cloudmonkey a thought but after this I think I'm
 going to
 consign the web gui to very mundane tasks.
 
 On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
 I use cloudmonkey for that, much better than the UI in many
 respects.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 18:10:20
 Subject: Re: Docker Support?
 
 Thanks. I thought about it later and realised that
 functionality
 existed
 through the API.
 
 Great work.
 
 On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:
 
 I think there is an API call for that (cloudmonkey should
 also
 do that).
 the ACS GUI currently doesn't have that ability.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 4:11:57 PM
 Subject: Re: Docker Support?
 
 Thanks Seb. Sorry forbabdb question but how do I specify
 the
 key
 during
 instance creation based on the template?
 Osay
 On Feb 3, 2015 6:05 PM, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
 oyu...@gmail.com
 wrote:
 
 Hi,
 What do you mean works totally out of the box?.
 Without
 injecting ssh
 keys how does it work or are you referring to running
 docker and
 related
 stuff straight out of the box?
 
 I am saying that you don't need to tweak the template.
 
 if you register ssh keys in cloudstack and deploy a VM
 based
 on
 that
 template specifying your ssh keys, you will be logged in
 ….out of
 the box…
 
 no need to install additional scripts in the templates,
 etc...
 
 
 Osay
 
 On 2 February 2015 at 15:31, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:
 
 I guess there has been a lot of changes since i've
 last
 checked. When I
 was testing

Re: Docker Support?

2015-02-05 Thread sebgoa

On Feb 5, 2015, at 10:37 AM, Nux! n...@li.nux.ro wrote:

 Where might these patches be? (links)

https://github.com/docker/machine/pull/20

https://github.com/docker/machine/pull/425



 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: sebgoa run...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Thursday, 5 February, 2015 09:07:02
 Subject: Re: Docker Support?
 
 On Feb 5, 2015, at 9:07 AM, cs user acldstk...@gmail.com wrote:
 
 Hi Osay,
 
 I'd be really interested to hear about how you get on with the Cloudstack
 Driver for Docker Machine, using the CoreOS template.
 
 
 FYI, there are two pull requests in Docker machine that support cloudstack.
 One for exoscale which can be used with basic zones, it works just fine.
 One for advanced zone from Sander @schuberg philis, also works
 
 Unfortunately the docker team has not merged them yet…hopefully soon.
 
 if you git clone docker machine and applied the patches by hand , you will be
 good to go.
 
 Cheers! :-)
 
 On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni oyu...@gmail.com wrote:
 
 Thanks Lucian.  Actually I'm running this off of Xenserver.  I'll try with
 Other PV 64bit and perhaps Ubuntu 12.04 to see the differences.
 Cheers,
 
 Osay
 
 On 5 February 2015 at 00:26, Nux! n...@li.nux.ro wrote:
 
 On KVM Other PV 64bit will give you VirtIO (paravirt) disk and network
 which give you the best performance. You should always aim to use VirtIO,
 even with FreeBSD or Windows (though drivers will be needed for this
 one).
 
 CentOS/Debian/Ubuntu profiles might work, too, but I think at this stage
 they don't give you anything extra.
 
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 21:26:28
 Subject: Re: Docker Support?
 
 Osay,
 
 You might want to try other OS types that support PV, like Other PV
 (64bit) or
 even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk
 performance might improve.
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 6:57:51 PM
 Subject: Re: Docker Support?
 
 Andrei,
 I specified Other (64 bit).
 
 Osay
 
 On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
 wrote:
 
 Osay, what OS Type did you specify when you've uploaded the
 template to
 your acs?
 
 Thanks
 
 Andrei
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 3:24:16 PM
 Subject: Re: Docker Support?
 
 Hi Lucian and others. Thanks very much to this. By following your
 suggestions I now have this working like snake oil. Like you
 mentioned
 this works great out of the box. I'm now heading off to github to
 download
 the cloudstack enabled machine program to start some serious
 work.
 Great
 work and thanks for sharing the template and suggestions.
 
 Cheers,
 
 Osay
 
 PS: I never gave cloudmonkey a thought but after this I think I'm
 going to
 consign the web gui to very mundane tasks.
 
 On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
 I use cloudmonkey for that, much better than the UI in many
 respects.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 18:10:20
 Subject: Re: Docker Support?
 
 Thanks. I thought about it later and realised that
 functionality
 existed
 through the API.
 
 Great work.
 
 On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:
 
 I think there is an API call for that (cloudmonkey should
 also
 do that).
 the ACS GUI currently doesn't have that ability.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 4:11:57 PM
 Subject: Re: Docker Support?
 
 Thanks Seb. Sorry forbabdb question but how do I specify
 the
 key
 during
 instance creation based on the template?
 Osay
 On Feb 3, 2015 6:05 PM, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
 oyu...@gmail.com
 wrote:
 
 Hi,
 What do you mean works totally out of the box?.
 Without
 injecting ssh
 keys how does it work or are you referring to running
 docker and
 related
 stuff straight out of the box?
 
 I am saying that you don't need to tweak the template.
 
 if you register ssh keys in cloudstack and deploy a VM
 based
 on
 that
 template specifying your ssh keys, you will be logged in
 ….out of
 the box…
 
 no need to install additional scripts in the templates,
 etc...
 
 
 Osay
 
 On 2 February 2015 at 15:31, Sebastien Goasguen
 run...@gmail.com
 wrote:
 
 
 On Jan 31

Re: Docker Support?

2015-02-04 Thread Osay Osman Yuuni
Andrei,
I specified Other (64 bit).

Osay

On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com wrote:

 Osay, what OS Type did you specify when you've uploaded the template to
 your acs?

 Thanks

 Andrei

 - Original Message -

  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Wednesday, 4 February, 2015 3:24:16 PM
  Subject: Re: Docker Support?

  Hi Lucian and others. Thanks very much to this. By following your
  suggestions I now have this working like snake oil. Like you
  mentioned
  this works great out of the box. I'm now heading off to github to
  download
  the cloudstack enabled machine program to start some serious work.
  Great
  work and thanks for sharing the template and suggestions.

  Cheers,

  Osay

  PS: I never gave cloudmonkey a thought but after this I think I'm
  going to
  consign the web gui to very mundane tasks.

  On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:

   I use cloudmonkey for that, much better than the UI in many
   respects.
  
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Tuesday, 3 February, 2015 18:10:20
Subject: Re: Docker Support?
  
Thanks. I thought about it later and realised that functionality
existed
through the API.
   
Great work.
   
On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky and...@arhont.com
wrote:
   
I think there is an API call for that (cloudmonkey should also
do that).
the ACS GUI currently doesn't have that ability.
   
Andrei
- Original Message -
   
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 4:11:57 PM
 Subject: Re: Docker Support?
   
 Thanks Seb. Sorry forbabdb question but how do I specify the
 key
 during
 instance creation based on the template?
 Osay
 On Feb 3, 2015 6:05 PM, Sebastien Goasguen
 run...@gmail.com
 wrote:
   
 
  On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
  oyu...@gmail.com
  wrote:
 
   Hi,
   What do you mean works totally out of the box?. Without
   injecting ssh
   keys how does it work or are you referring to running
   docker and
   related
   stuff straight out of the box?
 
  I am saying that you don't need to tweak the template.
 
  if you register ssh keys in cloudstack and deploy a VM based
  on
  that
  template specifying your ssh keys, you will be logged in
  ….out of
  the box…
 
  no need to install additional scripts in the templates,
  etc...
 
  
   Osay
  
   On 2 February 2015 at 15:31, Sebastien Goasguen
   run...@gmail.com
  wrote:
  
  
   On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
   and...@arhont.com
   wrote:
  
   I guess there has been a lot of changes since i've last
   checked. When I
   was testing it about half a year ago, the ssh keys did
   not work
   out of
  the
   box and had to be scipted into the image itself before
   uploading
   to acs.
  
  
   it works totally out of the box. As Lucian mentioned if
   you
   start an
   instance specifying an SSH key, the instance will get it
   from
   the VR
   userdata….
  
   as easy as pie and exactly like on AWS or EC2
  
   I pointed to the automated builds from coreOS directly
   and the
   scripts
   used to setup the keys automatically.
  
  
   Andrei
   From: Nux! n...@li.nux.ro
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Saturday, 31 January, 2015 1:16:12 AM
   Subject: Re: Docker Support?
  
   Oh, forgot to add that userdata scripts have also worked
   upon
   VM
   deployment out of the box, so if you'd like your CoreOS
   instance
   to do
  some
   action you can script it here.
  
   Not sure how exactly it would work better on Openstack
   as
   Andrei
   intimated. Pretty much everything seemed to work to the
   best of
   my
  (limited
   Coreos) knowledge.
  
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Nux! n...@li.nux.ro
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Saturday, 31 January, 2015 01:08:08
   Subject: Re: Docker Support?
  
   What I needed to do in order to get it working is
   convert the
   image to
   QCOW2 (I
   use KVM).
  
   After that I have registered the template with SSH key
   enabled
   (You

Re: Docker Support?

2015-02-04 Thread Andrei Mikhailovsky
Osay, 

You might want to try other OS types that support PV, like Other PV (64bit) or 
even one of the Linux distros like Ubuntu 12.04 (64bit). I think disk 
performance might improve. 

Andrei 

- Original Message -

 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 4 February, 2015 6:57:51 PM
 Subject: Re: Docker Support?

 Andrei,
 I specified Other (64 bit).

 Osay

 On 4 February 2015 at 18:00, Andrei Mikhailovsky and...@arhont.com
 wrote:

  Osay, what OS Type did you specify when you've uploaded the
  template to
  your acs?
 
  Thanks
 
  Andrei
 
  - Original Message -
 
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Wednesday, 4 February, 2015 3:24:16 PM
   Subject: Re: Docker Support?
 
   Hi Lucian and others. Thanks very much to this. By following your
   suggestions I now have this working like snake oil. Like you
   mentioned
   this works great out of the box. I'm now heading off to github to
   download
   the cloudstack enabled machine program to start some serious
   work.
   Great
   work and thanks for sharing the template and suggestions.
 
   Cheers,
 
   Osay
 
   PS: I never gave cloudmonkey a thought but after this I think I'm
   going to
   consign the web gui to very mundane tasks.
 
   On 3 February 2015 at 21:32, Nux! n...@li.nux.ro wrote:
 
I use cloudmonkey for that, much better than the UI in many
respects.
   
Lucian
   
--
Sent from the Delta quadrant using Borg technology!
   
Nux!
www.nux.ro
   
- Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 18:10:20
 Subject: Re: Docker Support?
   
 Thanks. I thought about it later and realised that
 functionality
 existed
 through the API.

 Great work.

 On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky
 and...@arhont.com
 wrote:

 I think there is an API call for that (cloudmonkey should
 also
 do that).
 the ACS GUI currently doesn't have that ability.

 Andrei
 - Original Message -

  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Tuesday, 3 February, 2015 4:11:57 PM
  Subject: Re: Docker Support?

  Thanks Seb. Sorry forbabdb question but how do I specify
  the
  key
  during
  instance creation based on the template?
  Osay
  On Feb 3, 2015 6:05 PM, Sebastien Goasguen
  run...@gmail.com
  wrote:

  
   On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni
   oyu...@gmail.com
   wrote:
  
Hi,
What do you mean works totally out of the box?.
Without
injecting ssh
keys how does it work or are you referring to running
docker and
related
stuff straight out of the box?
  
   I am saying that you don't need to tweak the template.
  
   if you register ssh keys in cloudstack and deploy a VM
   based
   on
   that
   template specifying your ssh keys, you will be logged in
   ….out of
   the box…
  
   no need to install additional scripts in the templates,
   etc...
  
   
Osay
   
On 2 February 2015 at 15:31, Sebastien Goasguen
run...@gmail.com
   wrote:
   
   
On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
and...@arhont.com
wrote:
   
I guess there has been a lot of changes since i've
last
checked. When I
was testing it about half a year ago, the ssh keys
did
not work
out of
   the
box and had to be scipted into the image itself
before
uploading
to acs.
   
   
it works totally out of the box. As Lucian mentioned
if
you
start an
instance specifying an SSH key, the instance will get
it
from
the VR
userdata….
   
as easy as pie and exactly like on AWS or EC2
   
I pointed to the automated builds from coreOS
directly
and the
scripts
used to setup the keys automatically.
   
   
Andrei
From: Nux! n...@li.nux.ro
To: users@cloudstack.apache.org
Cc: run...@gmail.com
Sent: Saturday, 31 January, 2015 1:16:12 AM
Subject: Re: Docker Support?
   
Oh, forgot to add that userdata scripts have also
worked
upon
VM
deployment out of the box, so if you'd like your
CoreOS
instance
to do
   some
action you can script it here.
   
Not sure how exactly it would work better on
Openstack
as
Andrei
intimated. Pretty much everything seemed to work

Re: Docker Support?

2015-02-03 Thread Osay Osman Yuuni
Hi Lucian,
How are your friends doing down at the Delta Quadrant?  How all is well.
Thanks for the heads up.  I've downloaded the templates and am in the
process of injecting ssh keys.  Will let you know how far I get with this.
Cheers,

Osay

On 31 January 2015 at 03:16, Nux! n...@li.nux.ro wrote:

 Oh, forgot to add that userdata scripts have also worked upon VM
 deployment out of the box, so if you'd like your CoreOS instance to do some
 action you can script it here.

 Not sure how exactly it would work better on Openstack as Andrei
 intimated. Pretty much everything seemed to work to the best of my (limited
 Coreos) knowledge.

 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
  From: Nux! n...@li.nux.ro
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Saturday, 31 January, 2015 01:08:08
  Subject: Re: Docker Support?

  What I needed to do in order to get it working is convert the image to
 QCOW2 (I
  use KVM).
 
  After that I have registered the template with SSH key enabled (You can
 also
  enable this feature in the DB if you would like to avoid re-downloading
 the
  template).
 
  Once an instance was created with one of my ssh keys, I could login via
 ssh as
  core@IP with the said keypair.
  The template has also nicely expanded to fit my custom root disk size.
 
  For future convenience I've added a daily jenkins job to build Cloudstack
  CoreOS, they should be available shortly at:
  http://dl.openvm.eu/cloudstack/coreos/x86_64/
 
  HTH
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Andrei Mikhailovsky and...@arhont.com
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Friday, 30 January, 2015 14:39:32
  Subject: Re: Docker Support?
 
  Osay,
 
  You need to check the documentation on how to install your ssh keys
 into the
  template. Once you've done this, you should be able to login with ssh
 keys.
  I've done this once about 6 months back and it worked perfectly well.
 
  I think the coreos is works much better with openstack as it integrates
 well
  with the environment and automatically get's the user keys from
 openstack. So,
  you don't have to mess about the recreating the template. I think
 similar is
  done for major cloud providers like amazon and rackspace, etc.
 
  Andrei
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org, run...@gmail.com
  Sent: Friday, 30 January, 2015 8:22:28 AM
  Subject: Re: Docker Support?
 
  Hi Seb,
 
  I've converted the .bin file into a .vhd file and successfully
  registered
  this in Cloudstack. However when I create an instance I'm unable to
  login.
  I've tried core but it asks for a password (which I don't have). Do
  you by
  any chance know how this template is used?
 
  Cheers,
 
  Osay
 
  On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
 
  
   On Jan 28, 2015, at 1:12 AM, Phillip Kent
   phillip.k...@xmlsoup.com
   wrote:
  
Sorry for naive question... I did not catch if there is a simple
way
to convert from the .bin file offered by CoreOS to an OVA file
that
would upload to ESX hypervisor in CloudStack ?
   
   
  
   The .bin file is just a raw image (last time I checked). You can
   use
   things like qemu-convert to get it in the format you want.
  
-- Forwarded message --
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Cc:
Date: Tue, 27 Jan 2015 09:09:15 +0200
Subject: Re: Docker Support?
Hi Nux!,
   
I got it at last.
   
Thx.
   
On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
   
Osay,
   
You might want to get in touch with its creator, I do not know
any
   details.
https://github.com/svanharmelen
   
HTH
   
--
Sent from the Delta quadrant using Borg technology!
   
Nux!
www.nux.ro
   
- Original Message -
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Monday, 26 January, 2015 14:25:48
Subject: Re: Docker Support?
   
Hi Lucian,
   
Thanks for the pointer. I seem to be blind to the updated
README
referred
to in the pull request. I don't see any entry for cloudstack.
Still
searching. Also I just found that there is an image for
cloudstact at
CoreOS (
   
   
  
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
).
I'm now wondering how this gets into a template.
   
Cheers
   
Osay
   
On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
   
I've just stumbled upon this recently
https://github.com/docker/machine/pull/129
   
HTH
Lucian
   
--
Sent from the Delta quadrant using Borg technology!
   
Nux!
www.nux.ro
   



Re: Docker Support?

2015-02-03 Thread Osay Osman Yuuni
Hi,
What do you mean works totally out of the box?.  Without injecting ssh
keys how does it work or are you referring to running docker and related
stuff straight out of the box?

Osay

On 2 February 2015 at 15:31, Sebastien Goasguen run...@gmail.com wrote:


 On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky and...@arhont.com
 wrote:

  I guess there has been a lot of changes since i've last checked. When I
 was testing it about half a year ago,  the ssh keys did not work out of the
 box and had to be scipted into the image itself before uploading to acs.
 

 it works totally out of the box. As Lucian mentioned if you start an
 instance specifying an SSH key, the instance will get it from the VR
 userdata….

 as easy as pie and exactly like on AWS or EC2

 I pointed to the automated builds from coreOS directly and the scripts
 used to setup the keys automatically.


  Andrei
  From: Nux! n...@li.nux.ro
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Saturday, 31 January, 2015 1:16:12 AM
  Subject: Re: Docker Support?
 
  Oh, forgot to add that userdata scripts have also worked upon VM
 deployment out of the box, so if you'd like your CoreOS instance to do some
 action you can script it here.
 
  Not sure how exactly it would work better on Openstack as Andrei
 intimated. Pretty much everything seemed to work to the best of my (limited
 Coreos) knowledge.
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
   From: Nux! n...@li.nux.ro
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Saturday, 31 January, 2015 01:08:08
   Subject: Re: Docker Support?
 
   What I needed to do in order to get it working is convert the image to
 QCOW2 (I
   use KVM).
  
   After that I have registered the template with SSH key enabled (You
 can also
   enable this feature in the DB if you would like to avoid
 re-downloading the
   template).
  
   Once an instance was created with one of my ssh keys, I could login
 via ssh as
   core@IP with the said keypair.
   The template has also nicely expanded to fit my custom root disk size.
  
   For future convenience I've added a daily jenkins job to build
 Cloudstack
   CoreOS, they should be available shortly at:
   http://dl.openvm.eu/cloudstack/coreos/x86_64/
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Andrei Mikhailovsky and...@arhont.com
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Friday, 30 January, 2015 14:39:32
   Subject: Re: Docker Support?
  
   Osay,
  
   You need to check the documentation on how to install your ssh keys
 into the
   template. Once you've done this, you should be able to login with ssh
 keys.
   I've done this once about 6 months back and it worked perfectly well.
  
   I think the coreos is works much better with openstack as it
 integrates well
   with the environment and automatically get's the user keys from
 openstack. So,
   you don't have to mess about the recreating the template. I think
 similar is
   done for major cloud providers like amazon and rackspace, etc.
  
   Andrei
   - Original Message -
  
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org, run...@gmail.com
   Sent: Friday, 30 January, 2015 8:22:28 AM
   Subject: Re: Docker Support?
  
   Hi Seb,
  
   I've converted the .bin file into a .vhd file and successfully
   registered
   this in Cloudstack. However when I create an instance I'm unable to
   login.
   I've tried core but it asks for a password (which I don't have). Do
   you by
   any chance know how this template is used?
  
   Cheers,
  
   Osay
  
   On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
  
   
On Jan 28, 2015, at 1:12 AM, Phillip Kent
phillip.k...@xmlsoup.com
wrote:
   
 Sorry for naive question... I did not catch if there is a simple
 way
 to convert from the .bin file offered by CoreOS to an OVA file
 that
 would upload to ESX hypervisor in CloudStack ?


   
The .bin file is just a raw image (last time I checked). You can
use
things like qemu-convert to get it in the format you want.
   
 -- Forwarded message --
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Cc:
 Date: Tue, 27 Jan 2015 09:09:15 +0200
 Subject: Re: Docker Support?
 Hi Nux!,

 I got it at last.

 Thx.

 On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:

 Osay,

 You might want to get in touch with its creator, I do not know
 any
details.
 https://github.com/svanharmelen

 HTH

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com

Re: Docker Support?

2015-02-03 Thread Osay Osman Yuuni
Thanks Seb. Sorry forbabdb question but how do I specify the key during
instance creation based on the template?
Osay
On Feb 3, 2015 6:05 PM, Sebastien Goasguen run...@gmail.com wrote:


 On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni oyu...@gmail.com wrote:

  Hi,
  What do you mean works totally out of the box?.  Without injecting ssh
  keys how does it work or are you referring to running docker and related
  stuff straight out of the box?

 I am saying that you don't need to tweak the template.

 if you register ssh keys in cloudstack and deploy a VM based on that
 template specifying your ssh keys, you will be logged in ….out of the box…

 no need to install additional scripts in the templates, etc...

 
  Osay
 
  On 2 February 2015 at 15:31, Sebastien Goasguen run...@gmail.com
 wrote:
 
 
  On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky and...@arhont.com
  wrote:
 
  I guess there has been a lot of changes since i've last checked. When I
  was testing it about half a year ago,  the ssh keys did not work out of
 the
  box and had to be scipted into the image itself before uploading to acs.
 
 
  it works totally out of the box. As Lucian mentioned if you start an
  instance specifying an SSH key, the instance will get it from the VR
  userdata….
 
  as easy as pie and exactly like on AWS or EC2
 
  I pointed to the automated builds from coreOS directly and the scripts
  used to setup the keys automatically.
 
 
  Andrei
  From: Nux! n...@li.nux.ro
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Saturday, 31 January, 2015 1:16:12 AM
  Subject: Re: Docker Support?
 
  Oh, forgot to add that userdata scripts have also worked upon VM
  deployment out of the box, so if you'd like your CoreOS instance to do
 some
  action you can script it here.
 
  Not sure how exactly it would work better on Openstack as Andrei
  intimated. Pretty much everything seemed to work to the best of my
 (limited
  Coreos) knowledge.
 
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Nux! n...@li.nux.ro
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Saturday, 31 January, 2015 01:08:08
  Subject: Re: Docker Support?
 
  What I needed to do in order to get it working is convert the image to
  QCOW2 (I
  use KVM).
 
  After that I have registered the template with SSH key enabled (You
  can also
  enable this feature in the DB if you would like to avoid
  re-downloading the
  template).
 
  Once an instance was created with one of my ssh keys, I could login
  via ssh as
  core@IP with the said keypair.
  The template has also nicely expanded to fit my custom root disk size.
 
  For future convenience I've added a daily jenkins job to build
  Cloudstack
  CoreOS, they should be available shortly at:
  http://dl.openvm.eu/cloudstack/coreos/x86_64/
 
  HTH
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Andrei Mikhailovsky and...@arhont.com
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Friday, 30 January, 2015 14:39:32
  Subject: Re: Docker Support?
 
  Osay,
 
  You need to check the documentation on how to install your ssh keys
  into the
  template. Once you've done this, you should be able to login with ssh
  keys.
  I've done this once about 6 months back and it worked perfectly well.
 
  I think the coreos is works much better with openstack as it
  integrates well
  with the environment and automatically get's the user keys from
  openstack. So,
  you don't have to mess about the recreating the template. I think
  similar is
  done for major cloud providers like amazon and rackspace, etc.
 
  Andrei
  - Original Message -
 
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org, run...@gmail.com
  Sent: Friday, 30 January, 2015 8:22:28 AM
  Subject: Re: Docker Support?
 
  Hi Seb,
 
  I've converted the .bin file into a .vhd file and successfully
  registered
  this in Cloudstack. However when I create an instance I'm unable to
  login.
  I've tried core but it asks for a password (which I don't have). Do
  you by
  any chance know how this template is used?
 
  Cheers,
 
  Osay
 
  On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
 
 
  On Jan 28, 2015, at 1:12 AM, Phillip Kent
  phillip.k...@xmlsoup.com
  wrote:
 
  Sorry for naive question... I did not catch if there is a simple
  way
  to convert from the .bin file offered by CoreOS to an OVA file
  that
  would upload to ESX hypervisor in CloudStack ?
 
 
 
  The .bin file is just a raw image (last time I checked). You can
  use
  things like qemu-convert to get it in the format you want.
 
  -- Forwarded message --
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Cc:
  Date: Tue, 27 Jan 2015 09:09:15 +0200
  Subject: Re: Docker Support?
  Hi Nux!,
 
  I got it at last

Re: Docker Support?

2015-02-03 Thread Andrei Mikhailovsky
I think there is an API call for that (cloudmonkey should also do that). the 
ACS GUI currently doesn't have that ability. 

Andrei 
- Original Message -

 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Tuesday, 3 February, 2015 4:11:57 PM
 Subject: Re: Docker Support?

 Thanks Seb. Sorry forbabdb question but how do I specify the key
 during
 instance creation based on the template?
 Osay
 On Feb 3, 2015 6:05 PM, Sebastien Goasguen run...@gmail.com
 wrote:

 
  On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni oyu...@gmail.com
  wrote:
 
   Hi,
   What do you mean works totally out of the box?. Without
   injecting ssh
   keys how does it work or are you referring to running docker and
   related
   stuff straight out of the box?
 
  I am saying that you don't need to tweak the template.
 
  if you register ssh keys in cloudstack and deploy a VM based on
  that
  template specifying your ssh keys, you will be logged in ….out of
  the box…
 
  no need to install additional scripts in the templates, etc...
 
  
   Osay
  
   On 2 February 2015 at 15:31, Sebastien Goasguen
   run...@gmail.com
  wrote:
  
  
   On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
   and...@arhont.com
   wrote:
  
   I guess there has been a lot of changes since i've last
   checked. When I
   was testing it about half a year ago, the ssh keys did not work
   out of
  the
   box and had to be scipted into the image itself before uploading
   to acs.
  
  
   it works totally out of the box. As Lucian mentioned if you
   start an
   instance specifying an SSH key, the instance will get it from
   the VR
   userdata….
  
   as easy as pie and exactly like on AWS or EC2
  
   I pointed to the automated builds from coreOS directly and the
   scripts
   used to setup the keys automatically.
  
  
   Andrei
   From: Nux! n...@li.nux.ro
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Saturday, 31 January, 2015 1:16:12 AM
   Subject: Re: Docker Support?
  
   Oh, forgot to add that userdata scripts have also worked upon
   VM
   deployment out of the box, so if you'd like your CoreOS instance
   to do
  some
   action you can script it here.
  
   Not sure how exactly it would work better on Openstack as
   Andrei
   intimated. Pretty much everything seemed to work to the best of
   my
  (limited
   Coreos) knowledge.
  
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Nux! n...@li.nux.ro
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Saturday, 31 January, 2015 01:08:08
   Subject: Re: Docker Support?
  
   What I needed to do in order to get it working is convert the
   image to
   QCOW2 (I
   use KVM).
  
   After that I have registered the template with SSH key enabled
   (You
   can also
   enable this feature in the DB if you would like to avoid
   re-downloading the
   template).
  
   Once an instance was created with one of my ssh keys, I could
   login
   via ssh as
   core@IP with the said keypair.
   The template has also nicely expanded to fit my custom root
   disk size.
  
   For future convenience I've added a daily jenkins job to build
   Cloudstack
   CoreOS, they should be available shortly at:
   http://dl.openvm.eu/cloudstack/coreos/x86_64/
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Andrei Mikhailovsky and...@arhont.com
   To: users@cloudstack.apache.org
   Cc: run...@gmail.com
   Sent: Friday, 30 January, 2015 14:39:32
   Subject: Re: Docker Support?
  
   Osay,
  
   You need to check the documentation on how to install your
   ssh keys
   into the
   template. Once you've done this, you should be able to login
   with ssh
   keys.
   I've done this once about 6 months back and it worked
   perfectly well.
  
   I think the coreos is works much better with openstack as it
   integrates well
   with the environment and automatically get's the user keys
   from
   openstack. So,
   you don't have to mess about the recreating the template. I
   think
   similar is
   done for major cloud providers like amazon and rackspace,
   etc.
  
   Andrei
   - Original Message -
  
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org, run...@gmail.com
   Sent: Friday, 30 January, 2015 8:22:28 AM
   Subject: Re: Docker Support?
  
   Hi Seb,
  
   I've converted the .bin file into a .vhd file and
   successfully
   registered
   this in Cloudstack. However when I create an instance I'm
   unable to
   login.
   I've tried core but it asks for a password (which I don't
   have). Do
   you by
   any chance know how this template is used?
  
   Cheers,
  
   Osay
  
   On 28 January 2015 at 09:50, sebgoa run...@gmail.com
   wrote:
  
  
   On Jan 28, 2015, at 1:12 AM, Phillip Kent
   phillip.k...@xmlsoup.com
   wrote

Re: Docker Support?

2015-02-03 Thread Sebastien Goasguen

On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni oyu...@gmail.com wrote:

 Hi,
 What do you mean works totally out of the box?.  Without injecting ssh
 keys how does it work or are you referring to running docker and related
 stuff straight out of the box?

I am saying that you don't need to tweak the template.

if you register ssh keys in cloudstack and deploy a VM based on that template 
specifying your ssh keys, you will be logged in ….out of the box…

no need to install additional scripts in the templates, etc...

 
 Osay
 
 On 2 February 2015 at 15:31, Sebastien Goasguen run...@gmail.com wrote:
 
 
 On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky and...@arhont.com
 wrote:
 
 I guess there has been a lot of changes since i've last checked. When I
 was testing it about half a year ago,  the ssh keys did not work out of the
 box and had to be scipted into the image itself before uploading to acs.
 
 
 it works totally out of the box. As Lucian mentioned if you start an
 instance specifying an SSH key, the instance will get it from the VR
 userdata….
 
 as easy as pie and exactly like on AWS or EC2
 
 I pointed to the automated builds from coreOS directly and the scripts
 used to setup the keys automatically.
 
 
 Andrei
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Saturday, 31 January, 2015 1:16:12 AM
 Subject: Re: Docker Support?
 
 Oh, forgot to add that userdata scripts have also worked upon VM
 deployment out of the box, so if you'd like your CoreOS instance to do some
 action you can script it here.
 
 Not sure how exactly it would work better on Openstack as Andrei
 intimated. Pretty much everything seemed to work to the best of my (limited
 Coreos) knowledge.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Saturday, 31 January, 2015 01:08:08
 Subject: Re: Docker Support?
 
 What I needed to do in order to get it working is convert the image to
 QCOW2 (I
 use KVM).
 
 After that I have registered the template with SSH key enabled (You
 can also
 enable this feature in the DB if you would like to avoid
 re-downloading the
 template).
 
 Once an instance was created with one of my ssh keys, I could login
 via ssh as
 core@IP with the said keypair.
 The template has also nicely expanded to fit my custom root disk size.
 
 For future convenience I've added a daily jenkins job to build
 Cloudstack
 CoreOS, they should be available shortly at:
 http://dl.openvm.eu/cloudstack/coreos/x86_64/
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Friday, 30 January, 2015 14:39:32
 Subject: Re: Docker Support?
 
 Osay,
 
 You need to check the documentation on how to install your ssh keys
 into the
 template. Once you've done this, you should be able to login with ssh
 keys.
 I've done this once about 6 months back and it worked perfectly well.
 
 I think the coreos is works much better with openstack as it
 integrates well
 with the environment and automatically get's the user keys from
 openstack. So,
 you don't have to mess about the recreating the template. I think
 similar is
 done for major cloud providers like amazon and rackspace, etc.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org, run...@gmail.com
 Sent: Friday, 30 January, 2015 8:22:28 AM
 Subject: Re: Docker Support?
 
 Hi Seb,
 
 I've converted the .bin file into a .vhd file and successfully
 registered
 this in Cloudstack. However when I create an instance I'm unable to
 login.
 I've tried core but it asks for a password (which I don't have). Do
 you by
 any chance know how this template is used?
 
 Cheers,
 
 Osay
 
 On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
 
 
 On Jan 28, 2015, at 1:12 AM, Phillip Kent
 phillip.k...@xmlsoup.com
 wrote:
 
 Sorry for naive question... I did not catch if there is a simple
 way
 to convert from the .bin file offered by CoreOS to an OVA file
 that
 would upload to ESX hypervisor in CloudStack ?
 
 
 
 The .bin file is just a raw image (last time I checked). You can
 use
 things like qemu-convert to get it in the format you want.
 
 -- Forwarded message --
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Cc:
 Date: Tue, 27 Jan 2015 09:09:15 +0200
 Subject: Re: Docker Support?
 Hi Nux!,
 
 I got it at last.
 
 Thx.
 
 On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
 
 Osay,
 
 You might want to get in touch with its creator, I do not know
 any
 details.
 https://github.com/svanharmelen
 
 HTH
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message

Re: Docker Support?

2015-02-03 Thread Osay Osman Yuuni
Thanks. I thought about it later and realised that functionality existed
through the API.

Great work.

On Feb 3, 2015 6:29 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 I think there is an API call for that (cloudmonkey should also do that).
the ACS GUI currently doesn't have that ability.

 Andrei
 - Original Message -

  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Tuesday, 3 February, 2015 4:11:57 PM
  Subject: Re: Docker Support?

  Thanks Seb. Sorry forbabdb question but how do I specify the key
  during
  instance creation based on the template?
  Osay
  On Feb 3, 2015 6:05 PM, Sebastien Goasguen run...@gmail.com
  wrote:

  
   On Feb 3, 2015, at 9:39 AM, Osay Osman Yuuni oyu...@gmail.com
   wrote:
  
Hi,
What do you mean works totally out of the box?. Without
injecting ssh
keys how does it work or are you referring to running docker and
related
stuff straight out of the box?
  
   I am saying that you don't need to tweak the template.
  
   if you register ssh keys in cloudstack and deploy a VM based on
   that
   template specifying your ssh keys, you will be logged in ….out of
   the box…
  
   no need to install additional scripts in the templates, etc...
  
   
Osay
   
On 2 February 2015 at 15:31, Sebastien Goasguen
run...@gmail.com
   wrote:
   
   
On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky
and...@arhont.com
wrote:
   
I guess there has been a lot of changes since i've last
checked. When I
was testing it about half a year ago, the ssh keys did not work
out of
   the
box and had to be scipted into the image itself before uploading
to acs.
   
   
it works totally out of the box. As Lucian mentioned if you
start an
instance specifying an SSH key, the instance will get it from
the VR
userdata….
   
as easy as pie and exactly like on AWS or EC2
   
I pointed to the automated builds from coreOS directly and the
scripts
used to setup the keys automatically.
   
   
Andrei
From: Nux! n...@li.nux.ro
To: users@cloudstack.apache.org
Cc: run...@gmail.com
Sent: Saturday, 31 January, 2015 1:16:12 AM
Subject: Re: Docker Support?
   
Oh, forgot to add that userdata scripts have also worked upon
VM
deployment out of the box, so if you'd like your CoreOS instance
to do
   some
action you can script it here.
   
Not sure how exactly it would work better on Openstack as
Andrei
intimated. Pretty much everything seemed to work to the best of
my
   (limited
Coreos) knowledge.
   
Lucian
   
--
Sent from the Delta quadrant using Borg technology!
   
Nux!
www.nux.ro
   
- Original Message -
From: Nux! n...@li.nux.ro
To: users@cloudstack.apache.org
Cc: run...@gmail.com
Sent: Saturday, 31 January, 2015 01:08:08
Subject: Re: Docker Support?
   
What I needed to do in order to get it working is convert the
image to
QCOW2 (I
use KVM).
   
After that I have registered the template with SSH key enabled
(You
can also
enable this feature in the DB if you would like to avoid
re-downloading the
template).
   
Once an instance was created with one of my ssh keys, I could
login
via ssh as
core@IP with the said keypair.
The template has also nicely expanded to fit my custom root
disk size.
   
For future convenience I've added a daily jenkins job to build
Cloudstack
CoreOS, they should be available shortly at:
http://dl.openvm.eu/cloudstack/coreos/x86_64/
   
HTH
Lucian
   
--
Sent from the Delta quadrant using Borg technology!
   
Nux!
www.nux.ro
   
- Original Message -
From: Andrei Mikhailovsky and...@arhont.com
To: users@cloudstack.apache.org
Cc: run...@gmail.com
Sent: Friday, 30 January, 2015 14:39:32
Subject: Re: Docker Support?
   
Osay,
   
You need to check the documentation on how to install your
ssh keys
into the
template. Once you've done this, you should be able to login
with ssh
keys.
I've done this once about 6 months back and it worked
perfectly well.
   
I think the coreos is works much better with openstack as it
integrates well
with the environment and automatically get's the user keys
from
openstack. So,
you don't have to mess about the recreating the template. I
think
similar is
done for major cloud providers like amazon and rackspace,
etc.
   
Andrei
- Original Message -
   
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org, run...@gmail.com
Sent: Friday, 30 January, 2015 8:22:28 AM
Subject: Re: Docker Support?
   
Hi Seb,
   
I've converted the .bin file into a .vhd file and
successfully
registered
this in Cloudstack. However when I create

Re: Docker Support?

2015-02-02 Thread Sebastien Goasguen

On Jan 31, 2015, at 7:27 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 I guess there has been a lot of changes since i've last checked. When I was 
 testing it about half a year ago,  the ssh keys did not work out of the box 
 and had to be scipted into the image itself before uploading to acs.
 

it works totally out of the box. As Lucian mentioned if you start an instance 
specifying an SSH key, the instance will get it from the VR userdata….

as easy as pie and exactly like on AWS or EC2

I pointed to the automated builds from coreOS directly and the scripts used to 
setup the keys automatically.


 Andrei
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Saturday, 31 January, 2015 1:16:12 AM
 Subject: Re: Docker Support?
 
 Oh, forgot to add that userdata scripts have also worked upon VM deployment 
 out of the box, so if you'd like your CoreOS instance to do some action you 
 can script it here.
 
 Not sure how exactly it would work better on Openstack as Andrei intimated. 
 Pretty much everything seemed to work to the best of my (limited Coreos) 
 knowledge.
 
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
  From: Nux! n...@li.nux.ro
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Saturday, 31 January, 2015 01:08:08
  Subject: Re: Docker Support?
 
  What I needed to do in order to get it working is convert the image to 
  QCOW2 (I
  use KVM).
  
  After that I have registered the template with SSH key enabled (You can also
  enable this feature in the DB if you would like to avoid re-downloading the
  template).
  
  Once an instance was created with one of my ssh keys, I could login via ssh 
  as
  core@IP with the said keypair.
  The template has also nicely expanded to fit my custom root disk size.
  
  For future convenience I've added a daily jenkins job to build Cloudstack
  CoreOS, they should be available shortly at:
  http://dl.openvm.eu/cloudstack/coreos/x86_64/
  
  HTH
  Lucian
  
  --
  Sent from the Delta quadrant using Borg technology!
  
  Nux!
  www.nux.ro
  
  - Original Message -
  From: Andrei Mikhailovsky and...@arhont.com
  To: users@cloudstack.apache.org
  Cc: run...@gmail.com
  Sent: Friday, 30 January, 2015 14:39:32
  Subject: Re: Docker Support?
  
  Osay,
  
  You need to check the documentation on how to install your ssh keys into 
  the
  template. Once you've done this, you should be able to login with ssh keys.
  I've done this once about 6 months back and it worked perfectly well.
  
  I think the coreos is works much better with openstack as it integrates 
  well
  with the environment and automatically get's the user keys from openstack. 
  So,
  you don't have to mess about the recreating the template. I think similar 
  is
  done for major cloud providers like amazon and rackspace, etc.
  
  Andrei
  - Original Message -
  
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org, run...@gmail.com
  Sent: Friday, 30 January, 2015 8:22:28 AM
  Subject: Re: Docker Support?
  
  Hi Seb,
  
  I've converted the .bin file into a .vhd file and successfully
  registered
  this in Cloudstack. However when I create an instance I'm unable to
  login.
  I've tried core but it asks for a password (which I don't have). Do
  you by
  any chance know how this template is used?
  
  Cheers,
  
  Osay
  
  On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
  
  
   On Jan 28, 2015, at 1:12 AM, Phillip Kent
   phillip.k...@xmlsoup.com
   wrote:
  
Sorry for naive question... I did not catch if there is a simple
way
to convert from the .bin file offered by CoreOS to an OVA file
that
would upload to ESX hypervisor in CloudStack ?
   
   
  
   The .bin file is just a raw image (last time I checked). You can
   use
   things like qemu-convert to get it in the format you want.
  
-- Forwarded message --
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Cc:
Date: Tue, 27 Jan 2015 09:09:15 +0200
Subject: Re: Docker Support?
Hi Nux!,
   
I got it at last.
   
Thx.
   
On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
   
Osay,
   
You might want to get in touch with its creator, I do not know
any
   details.
https://github.com/svanharmelen
   
HTH
   
--
Sent from the Delta quadrant using Borg technology!
   
Nux!
www.nux.ro
   
- Original Message -
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Monday, 26 January, 2015 14:25:48
Subject: Re: Docker Support?
   
Hi Lucian,
   
Thanks for the pointer. I seem to be blind to the updated
README
referred
to in the pull request. I don't see any entry for cloudstack.
Still
searching. Also I just found that there is an image for
cloudstact

Re: Docker Support?

2015-01-30 Thread Nux!
Oh, forgot to add that userdata scripts have also worked upon VM deployment out 
of the box, so if you'd like your CoreOS instance to do some action you can 
script it here.

Not sure how exactly it would work better on Openstack as Andrei intimated. 
Pretty much everything seemed to work to the best of my (limited Coreos) 
knowledge.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: Nux! n...@li.nux.ro
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Saturday, 31 January, 2015 01:08:08
 Subject: Re: Docker Support?

 What I needed to do in order to get it working is convert the image to QCOW2 
 (I
 use KVM).
 
 After that I have registered the template with SSH key enabled (You can also
 enable this feature in the DB if you would like to avoid re-downloading the
 template).
 
 Once an instance was created with one of my ssh keys, I could login via ssh as
 core@IP with the said keypair.
 The template has also nicely expanded to fit my custom root disk size.
 
 For future convenience I've added a daily jenkins job to build Cloudstack
 CoreOS, they should be available shortly at:
 http://dl.openvm.eu/cloudstack/coreos/x86_64/
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Friday, 30 January, 2015 14:39:32
 Subject: Re: Docker Support?
 
 Osay,
 
 You need to check the documentation on how to install your ssh keys into the
 template. Once you've done this, you should be able to login with ssh keys.
 I've done this once about 6 months back and it worked perfectly well.
 
 I think the coreos is works much better with openstack as it integrates well
 with the environment and automatically get's the user keys from openstack. 
 So,
 you don't have to mess about the recreating the template. I think similar is
 done for major cloud providers like amazon and rackspace, etc.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org, run...@gmail.com
 Sent: Friday, 30 January, 2015 8:22:28 AM
 Subject: Re: Docker Support?
 
 Hi Seb,
 
 I've converted the .bin file into a .vhd file and successfully
 registered
 this in Cloudstack. However when I create an instance I'm unable to
 login.
 I've tried core but it asks for a password (which I don't have). Do
 you by
 any chance know how this template is used?
 
 Cheers,
 
 Osay
 
 On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
 
 
  On Jan 28, 2015, at 1:12 AM, Phillip Kent
  phillip.k...@xmlsoup.com
  wrote:
 
   Sorry for naive question... I did not catch if there is a simple
   way
   to convert from the .bin file offered by CoreOS to an OVA file
   that
   would upload to ESX hypervisor in CloudStack ?
  
  
 
  The .bin file is just a raw image (last time I checked). You can
  use
  things like qemu-convert to get it in the format you want.
 
   -- Forwarded message --
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Cc:
   Date: Tue, 27 Jan 2015 09:09:15 +0200
   Subject: Re: Docker Support?
   Hi Nux!,
  
   I got it at last.
  
   Thx.
  
   On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
  
   Osay,
  
   You might want to get in touch with its creator, I do not know
   any
  details.
   https://github.com/svanharmelen
  
   HTH
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Monday, 26 January, 2015 14:25:48
   Subject: Re: Docker Support?
  
   Hi Lucian,
  
   Thanks for the pointer. I seem to be blind to the updated
   README
   referred
   to in the pull request. I don't see any entry for cloudstack.
   Still
   searching. Also I just found that there is an image for
   cloudstact at
   CoreOS (
  
  
  http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
   ).
   I'm now wondering how this gets into a template.
  
   Cheers
  
   Osay
  
   On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
  
   I've just stumbled upon this recently
   https://github.com/docker/machine/pull/129
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  


Re: Docker Support?

2015-01-30 Thread Nux!
What I needed to do in order to get it working is convert the image to QCOW2 (I 
use KVM).

After that I have registered the template with SSH key enabled (You can also 
enable this feature in the DB if you would like to avoid re-downloading the 
template).

Once an instance was created with one of my ssh keys, I could login via ssh as 
core@IP with the said keypair.
The template has also nicely expanded to fit my custom root disk size.

For future convenience I've added a daily jenkins job to build Cloudstack 
CoreOS, they should be available shortly at:
http://dl.openvm.eu/cloudstack/coreos/x86_64/

HTH
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: Andrei Mikhailovsky and...@arhont.com
 To: users@cloudstack.apache.org
 Cc: run...@gmail.com
 Sent: Friday, 30 January, 2015 14:39:32
 Subject: Re: Docker Support?

 Osay,
 
 You need to check the documentation on how to install your ssh keys into the
 template. Once you've done this, you should be able to login with ssh keys.
 I've done this once about 6 months back and it worked perfectly well.
 
 I think the coreos is works much better with openstack as it integrates well
 with the environment and automatically get's the user keys from openstack. So,
 you don't have to mess about the recreating the template. I think similar is
 done for major cloud providers like amazon and rackspace, etc.
 
 Andrei
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org, run...@gmail.com
 Sent: Friday, 30 January, 2015 8:22:28 AM
 Subject: Re: Docker Support?
 
 Hi Seb,
 
 I've converted the .bin file into a .vhd file and successfully
 registered
 this in Cloudstack. However when I create an instance I'm unable to
 login.
 I've tried core but it asks for a password (which I don't have). Do
 you by
 any chance know how this template is used?
 
 Cheers,
 
 Osay
 
 On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:
 
 
  On Jan 28, 2015, at 1:12 AM, Phillip Kent
  phillip.k...@xmlsoup.com
  wrote:
 
   Sorry for naive question... I did not catch if there is a simple
   way
   to convert from the .bin file offered by CoreOS to an OVA file
   that
   would upload to ESX hypervisor in CloudStack ?
  
  
 
  The .bin file is just a raw image (last time I checked). You can
  use
  things like qemu-convert to get it in the format you want.
 
   -- Forwarded message --
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Cc:
   Date: Tue, 27 Jan 2015 09:09:15 +0200
   Subject: Re: Docker Support?
   Hi Nux!,
  
   I got it at last.
  
   Thx.
  
   On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
  
   Osay,
  
   You might want to get in touch with its creator, I do not know
   any
  details.
   https://github.com/svanharmelen
  
   HTH
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Monday, 26 January, 2015 14:25:48
   Subject: Re: Docker Support?
  
   Hi Lucian,
  
   Thanks for the pointer. I seem to be blind to the updated
   README
   referred
   to in the pull request. I don't see any entry for cloudstack.
   Still
   searching. Also I just found that there is an image for
   cloudstact at
   CoreOS (
  
  
  http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
   ).
   I'm now wondering how this gets into a template.
  
   Cheers
  
   Osay
  
   On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
  
   I've just stumbled upon this recently
   https://github.com/docker/machine/pull/129
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
 


Re: Docker Support?

2015-01-30 Thread Andrei Mikhailovsky
Osay, 

You need to check the documentation on how to install your ssh keys into the 
template. Once you've done this, you should be able to login with ssh keys. 
I've done this once about 6 months back and it worked perfectly well. 

I think the coreos is works much better with openstack as it integrates well 
with the environment and automatically get's the user keys from openstack. So, 
you don't have to mess about the recreating the template. I think similar is 
done for major cloud providers like amazon and rackspace, etc. 

Andrei 
- Original Message -

 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org, run...@gmail.com
 Sent: Friday, 30 January, 2015 8:22:28 AM
 Subject: Re: Docker Support?

 Hi Seb,

 I've converted the .bin file into a .vhd file and successfully
 registered
 this in Cloudstack. However when I create an instance I'm unable to
 login.
 I've tried core but it asks for a password (which I don't have). Do
 you by
 any chance know how this template is used?

 Cheers,

 Osay

 On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:

 
  On Jan 28, 2015, at 1:12 AM, Phillip Kent
  phillip.k...@xmlsoup.com
  wrote:
 
   Sorry for naive question... I did not catch if there is a simple
   way
   to convert from the .bin file offered by CoreOS to an OVA file
   that
   would upload to ESX hypervisor in CloudStack ?
  
  
 
  The .bin file is just a raw image (last time I checked). You can
  use
  things like qemu-convert to get it in the format you want.
 
   -- Forwarded message --
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Cc:
   Date: Tue, 27 Jan 2015 09:09:15 +0200
   Subject: Re: Docker Support?
   Hi Nux!,
  
   I got it at last.
  
   Thx.
  
   On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
  
   Osay,
  
   You might want to get in touch with its creator, I do not know
   any
  details.
   https://github.com/svanharmelen
  
   HTH
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Monday, 26 January, 2015 14:25:48
   Subject: Re: Docker Support?
  
   Hi Lucian,
  
   Thanks for the pointer. I seem to be blind to the updated
   README
   referred
   to in the pull request. I don't see any entry for cloudstack.
   Still
   searching. Also I just found that there is an image for
   cloudstact at
   CoreOS (
  
  
  http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
   ).
   I'm now wondering how this gets into a template.
  
   Cheers
  
   Osay
  
   On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
  
   I've just stumbled upon this recently
   https://github.com/docker/machine/pull/129
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
 
 


Re: Docker Support?

2015-01-30 Thread Osay Osman Yuuni
Hi Seb,

I've converted the .bin file into a .vhd file and successfully registered
this in Cloudstack.  However when I create an instance I'm unable to login.
I've tried core but it asks for a password (which I don't have). Do you by
any chance know how this template is used?

Cheers,

Osay

On 28 January 2015 at 09:50, sebgoa run...@gmail.com wrote:


 On Jan 28, 2015, at 1:12 AM, Phillip Kent phillip.k...@xmlsoup.com
 wrote:

  Sorry for naive question... I did not catch if there is a simple way
  to convert from the .bin file offered by CoreOS to an OVA file that
  would upload to ESX hypervisor in CloudStack ?
 
 

 The .bin file is just a raw image (last time I checked). You can use
 things like qemu-convert to get it in the format you want.

  -- Forwarded message --
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Cc:
  Date: Tue, 27 Jan 2015 09:09:15 +0200
  Subject: Re: Docker Support?
  Hi Nux!,
 
  I got it at last.
 
  Thx.
 
  On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
 
  Osay,
 
  You might want to get in touch with its creator, I do not know any
 details.
  https://github.com/svanharmelen
 
  HTH
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Monday, 26 January, 2015 14:25:48
  Subject: Re: Docker Support?
 
  Hi Lucian,
 
  Thanks for the pointer.  I seem to be blind to the updated README
  referred
  to in the pull request.  I don't see any entry for cloudstack.  Still
  searching.  Also I just found that there is an image for cloudstact at
  CoreOS (
 
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
  ).
  I'm now wondering how this gets into a template.
 
  Cheers
 
  Osay
 
  On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
  I've just stumbled upon this recently
  https://github.com/docker/machine/pull/129
 
  HTH
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 




Re: Docker Support?

2015-01-27 Thread sebgoa

On Jan 26, 2015, at 3:54 PM, Andrei Mikhailovsky and...@arhont.com wrote:

 What I would like to see from CloudStack + CoreOS is an integrated automatic 
 authentication, which would take the end user ssh keys from acs or 
 automatically sets a password upon creation of CoreOS instance. As far as I 
 recall, when I was testing CoreOS about 6 months ago, this was missing and it 
 took a bit of hackery to create a usable instance where you can actually 
 login and do stuff. 
 

if you look at the scripts used to build the coreOS template for cloudstack:

https://github.com/coreos/coreos-overlay/tree/master/coreos-base/oem-cloudstack/files

They do fetch the ssh key served by the virtual router .

coreOS uses its own version of cloudinit to be able to do this on boot.

so if you setup sshkeys in cloudstack and use it to deploy a coreOS VM, that 
coreOS template will fetch the keys and you will be in business…

not to say that it cannot be improved, but the mechanics are there and could be 
enhanced if needed.

-seb

 Andrei 
 
 - Original Message -
 
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 2:25:48 PM
 Subject: Re: Docker Support?
 
 Hi Lucian,
 
 Thanks for the pointer. I seem to be blind to the updated README
 referred
 to in the pull request. I don't see any entry for cloudstack. Still
 searching. Also I just found that there is an image for cloudstact at
 CoreOS (
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2).
 I'm now wondering how this gets into a template.
 
 Cheers
 
 Osay
 
 On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
 I've just stumbled upon this recently
 https://github.com/docker/machine/pull/129
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 12:51:37
 Subject: Docker Support?
 
 Hi all,
 
 Any news on progress with the docker container support for ACS?
 I've
 seen
 a few articles on how to install CoreOS on ACS and thence docker
 as well
 as
 the wish list for docker containers to be supported in ACS like
 LXC but I
 was wondering when this'll become a reality. Also seen mentioned
 elsewhere
 that Exoscale has docker templates? Would be nice if this can go
 to
 market
 sooner.
 
 Cheers
 
 Osay
 



Re: Docker Support?

2015-01-27 Thread sebgoa

On Jan 28, 2015, at 1:12 AM, Phillip Kent phillip.k...@xmlsoup.com wrote:

 Sorry for naive question... I did not catch if there is a simple way
 to convert from the .bin file offered by CoreOS to an OVA file that
 would upload to ESX hypervisor in CloudStack ?
 
 

The .bin file is just a raw image (last time I checked). You can use things 
like qemu-convert to get it in the format you want.

 -- Forwarded message --
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Cc:
 Date: Tue, 27 Jan 2015 09:09:15 +0200
 Subject: Re: Docker Support?
 Hi Nux!,
 
 I got it at last.
 
 Thx.
 
 On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:
 
 Osay,
 
 You might want to get in touch with its creator, I do not know any details.
 https://github.com/svanharmelen
 
 HTH
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 
 - Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 14:25:48
 Subject: Re: Docker Support?
 
 Hi Lucian,
 
 Thanks for the pointer.  I seem to be blind to the updated README
 referred
 to in the pull request.  I don't see any entry for cloudstack.  Still
 searching.  Also I just found that there is an image for cloudstact at
 CoreOS (
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
 ).
 I'm now wondering how this gets into a template.
 
 Cheers
 
 Osay
 
 On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
 I've just stumbled upon this recently
 https://github.com/docker/machine/pull/129
 
 HTH
 Lucian
 
 --
 Sent from the Delta quadrant using Borg technology!
 
 Nux!
 www.nux.ro
 



Re: Docker Support?

2015-01-26 Thread Sebastien Goasguen

On Jan 26, 2015, at 7:51 AM, Osay Osman Yuuni oyu...@gmail.com wrote:

 Hi all,
 
 Any news on progress with the docker container support for ACS?  I've seen
 a few articles on how to install CoreOS on ACS and thence docker as well as
 the wish list for docker containers to be supported in ACS like LXC but I
 was wondering when this'll become a reality.  Also seen mentioned elsewhere
 that Exoscale has docker templates?  Would be nice if this can go to market
 sooner.

The docker templates in exoscale are CoreOS templates which anyone can 
install on their cloudstack setup from:

http://stable.release.core-os.net/amd64-usr/current/

Note that Docker can be installed on ubuntu or centOS with close to a one line 
bash script passed as userdata…

I am of the opinion that supporting docker as a hypervisor type in ACS (like 
LXC) is not the right way to do it.

Docker is more like a workload. You start a cluster of docker hosts on 
CloudStack and then use all the Docker ecosystem to manage your containers.

And as Nux mentioned there are two pull requests in the Docker machine feature 
to add cloudstack driver. That means that from Docker you will be able to start 
an instance on an ACS cloud and use the docker cli form your local machine. It 
also means that we will see Docker swarm support CloudStack as well really 
soon. We are better off making sure that a cloudstack driver works well in 
machine and swarm that spend time adding a docker hypervisor in cloudstack.

my 2 cts.

 
 Cheers
 
 Osay



Re: Docker Support?

2015-01-26 Thread Nux!
I've just stumbled upon this recently
https://github.com/docker/machine/pull/129

HTH
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 12:51:37
 Subject: Docker Support?

 Hi all,
 
 Any news on progress with the docker container support for ACS?  I've seen
 a few articles on how to install CoreOS on ACS and thence docker as well as
 the wish list for docker containers to be supported in ACS like LXC but I
 was wondering when this'll become a reality.  Also seen mentioned elsewhere
 that Exoscale has docker templates?  Would be nice if this can go to market
 sooner.
 
 Cheers
 
 Osay


Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Seb,

When you say can install on their cloudstack setup what do you exactly
mean?  I have downloaded the template which is in a .bin format.  Do I
have to run this on a VM as you suggest or how do I for example get it in a
.vhd format for a Xenserver hypervisor in ACS?

Osay

On 26 January 2015 at 16:54, Andrei Mikhailovsky and...@arhont.com wrote:

 What I would like to see from CloudStack + CoreOS is an integrated
 automatic authentication, which would take the end user ssh keys from acs
 or automatically sets a password upon creation of CoreOS instance. As far
 as I recall, when I was testing CoreOS about 6 months ago, this was missing
 and it took a bit of hackery to create a usable instance where you can
 actually login and do stuff.

 Andrei

 - Original Message -

  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Monday, 26 January, 2015 2:25:48 PM
  Subject: Re: Docker Support?

  Hi Lucian,

  Thanks for the pointer. I seem to be blind to the updated README
  referred
  to in the pull request. I don't see any entry for cloudstack. Still
  searching. Also I just found that there is an image for cloudstact at
  CoreOS (
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
 ).
  I'm now wondering how this gets into a template.

  Cheers

  Osay

  On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:

   I've just stumbled upon this recently
   https://github.com/docker/machine/pull/129
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Monday, 26 January, 2015 12:51:37
Subject: Docker Support?
  
Hi all,
   
Any news on progress with the docker container support for ACS?
I've
   seen
a few articles on how to install CoreOS on ACS and thence docker
as well
   as
the wish list for docker containers to be supported in ACS like
LXC but I
was wondering when this'll become a reality. Also seen mentioned
   elsewhere
that Exoscale has docker templates? Would be nice if this can go
to
   market
sooner.
   
Cheers
   
Osay
  



Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Andrei,
I also tried and successfully created a CoreOs template on ACS but had a
hard time authenticating.  I agree that automatich authentication will be a
big boost as creating CoreOS templates for ACS have pretty much been
mastered.

Osay

On 26 January 2015 at 16:54, Andrei Mikhailovsky and...@arhont.com wrote:

 What I would like to see from CloudStack + CoreOS is an integrated
 automatic authentication, which would take the end user ssh keys from acs
 or automatically sets a password upon creation of CoreOS instance. As far
 as I recall, when I was testing CoreOS about 6 months ago, this was missing
 and it took a bit of hackery to create a usable instance where you can
 actually login and do stuff.

 Andrei

 - Original Message -

  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Monday, 26 January, 2015 2:25:48 PM
  Subject: Re: Docker Support?

  Hi Lucian,

  Thanks for the pointer. I seem to be blind to the updated README
  referred
  to in the pull request. I don't see any entry for cloudstack. Still
  searching. Also I just found that there is an image for cloudstact at
  CoreOS (
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
 ).
  I'm now wondering how this gets into a template.

  Cheers

  Osay

  On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:

   I've just stumbled upon this recently
   https://github.com/docker/machine/pull/129
  
   HTH
   Lucian
  
   --
   Sent from the Delta quadrant using Borg technology!
  
   Nux!
   www.nux.ro
  
   - Original Message -
From: Osay Osman Yuuni oyu...@gmail.com
To: users@cloudstack.apache.org
Sent: Monday, 26 January, 2015 12:51:37
Subject: Docker Support?
  
Hi all,
   
Any news on progress with the docker container support for ACS?
I've
   seen
a few articles on how to install CoreOS on ACS and thence docker
as well
   as
the wish list for docker containers to be supported in ACS like
LXC but I
was wondering when this'll become a reality. Also seen mentioned
   elsewhere
that Exoscale has docker templates? Would be nice if this can go
to
   market
sooner.
   
Cheers
   
Osay
  



Re: Docker Support?

2015-01-26 Thread Andrei Mikhailovsky
What I would like to see from CloudStack + CoreOS is an integrated automatic 
authentication, which would take the end user ssh keys from acs or 
automatically sets a password upon creation of CoreOS instance. As far as I 
recall, when I was testing CoreOS about 6 months ago, this was missing and it 
took a bit of hackery to create a usable instance where you can actually login 
and do stuff. 

Andrei 

- Original Message -

 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 2:25:48 PM
 Subject: Re: Docker Support?

 Hi Lucian,

 Thanks for the pointer. I seem to be blind to the updated README
 referred
 to in the pull request. I don't see any entry for cloudstack. Still
 searching. Also I just found that there is an image for cloudstact at
 CoreOS (
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2).
 I'm now wondering how this gets into a template.

 Cheers

 Osay

 On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:

  I've just stumbled upon this recently
  https://github.com/docker/machine/pull/129
 
  HTH
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Monday, 26 January, 2015 12:51:37
   Subject: Docker Support?
 
   Hi all,
  
   Any news on progress with the docker container support for ACS?
   I've
  seen
   a few articles on how to install CoreOS on ACS and thence docker
   as well
  as
   the wish list for docker containers to be supported in ACS like
   LXC but I
   was wondering when this'll become a reality. Also seen mentioned
  elsewhere
   that Exoscale has docker templates? Would be nice if this can go
   to
  market
   sooner.
  
   Cheers
  
   Osay
 


Re: Docker Support?

2015-01-26 Thread Nux!
Osay,

You might want to get in touch with its creator, I do not know any details.
https://github.com/svanharmelen

HTH

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: Osay Osman Yuuni oyu...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 14:25:48
 Subject: Re: Docker Support?

 Hi Lucian,
 
 Thanks for the pointer.  I seem to be blind to the updated README referred
 to in the pull request.  I don't see any entry for cloudstack.  Still
 searching.  Also I just found that there is an image for cloudstact at
 CoreOS (
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2).
 I'm now wondering how this gets into a template.
 
 Cheers
 
 Osay
 
 On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
 I've just stumbled upon this recently
 https://github.com/docker/machine/pull/129

 HTH
 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Monday, 26 January, 2015 12:51:37
  Subject: Docker Support?

  Hi all,
 
  Any news on progress with the docker container support for ACS?  I've
 seen
  a few articles on how to install CoreOS on ACS and thence docker as well
 as
  the wish list for docker containers to be supported in ACS like LXC but I
  was wondering when this'll become a reality.  Also seen mentioned
 elsewhere
  that Exoscale has docker templates?  Would be nice if this can go to
 market
  sooner.
 
  Cheers
 
  Osay


Re: Docker Support?

2015-01-26 Thread Nux!
Going LXC might be missing the point. I don't think people go Docker because 
they want containers foremost;
they do because  hey want an easy way to ship applications and configurations.
Going LXC will do nothing for these people.

/imho
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: ilya musayev ilya.mailing.li...@gmail.com
 To: users@cloudstack.apache.org
 Sent: Monday, 26 January, 2015 18:45:10
 Subject: Re: Docker Support?

 Dockers networking model is rather complex (to say the least).
 
 LXC would be the way to go, though it does not have as much marketing as
 docker does.
 
 Regards
 ilya
 On 1/26/15 4:51 AM, Osay Osman Yuuni wrote:
 Hi all,

 Any news on progress with the docker container support for ACS?  I've seen
 a few articles on how to install CoreOS on ACS and thence docker as well as
 the wish list for docker containers to be supported in ACS like LXC but I
 was wondering when this'll become a reality.  Also seen mentioned elsewhere
 that Exoscale has docker templates?  Would be nice if this can go to market
 sooner.

 Cheers

 Osay


Re: Docker Support?

2015-01-26 Thread ilya musayev

Dockers networking model is rather complex (to say the least).

LXC would be the way to go, though it does not have as much marketing as 
docker does.


Regards
ilya
On 1/26/15 4:51 AM, Osay Osman Yuuni wrote:

Hi all,

Any news on progress with the docker container support for ACS?  I've seen
a few articles on how to install CoreOS on ACS and thence docker as well as
the wish list for docker containers to be supported in ACS like LXC but I
was wondering when this'll become a reality.  Also seen mentioned elsewhere
that Exoscale has docker templates?  Would be nice if this can go to market
sooner.

Cheers

Osay





Re: Docker Support?

2015-01-26 Thread ilya musayev
Nope, i'm not missing the point, just speaking to folks who run large 
docker implementations for quite sometime and moving away from it into 
LXC world.


Btw, shipping container - implies shipping a tar file with metadata.

On 1/26/15 11:44 AM, Nux! wrote:

Going LXC might be missing the point. I don't think people go Docker because 
they want containers foremost;
they do because  hey want an easy way to ship applications and configurations.
Going LXC will do nothing for these people.

/imho
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -

From: ilya musayev ilya.mailing.li...@gmail.com
To: users@cloudstack.apache.org
Sent: Monday, 26 January, 2015 18:45:10
Subject: Re: Docker Support?
Dockers networking model is rather complex (to say the least).

LXC would be the way to go, though it does not have as much marketing as
docker does.

Regards
ilya
On 1/26/15 4:51 AM, Osay Osman Yuuni wrote:

Hi all,

Any news on progress with the docker container support for ACS?  I've seen
a few articles on how to install CoreOS on ACS and thence docker as well as
the wish list for docker containers to be supported in ACS like LXC but I
was wondering when this'll become a reality.  Also seen mentioned elsewhere
that Exoscale has docker templates?  Would be nice if this can go to market
sooner.

Cheers

Osay




Re: Docker Support?

2015-01-26 Thread Osay Osman Yuuni
Hi Nux!,

I got it at last.

Thx.

On 26 January 2015 at 17:46, Nux! n...@li.nux.ro wrote:

 Osay,

 You might want to get in touch with its creator, I do not know any details.
 https://github.com/svanharmelen

 HTH

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
  From: Osay Osman Yuuni oyu...@gmail.com
  To: users@cloudstack.apache.org
  Sent: Monday, 26 January, 2015 14:25:48
  Subject: Re: Docker Support?

  Hi Lucian,
 
  Thanks for the pointer.  I seem to be blind to the updated README
 referred
  to in the pull request.  I don't see any entry for cloudstack.  Still
  searching.  Also I just found that there is an image for cloudstact at
  CoreOS (
 
 http://stable.release.core-os.net/amd64-usr/current/coreos_production_cloudstack_image.bin.bz2
 ).
  I'm now wondering how this gets into a template.
 
  Cheers
 
  Osay
 
  On 26 January 2015 at 15:22, Nux! n...@li.nux.ro wrote:
 
  I've just stumbled upon this recently
  https://github.com/docker/machine/pull/129
 
  HTH
  Lucian
 
  --
  Sent from the Delta quadrant using Borg technology!
 
  Nux!
  www.nux.ro
 
  - Original Message -
   From: Osay Osman Yuuni oyu...@gmail.com
   To: users@cloudstack.apache.org
   Sent: Monday, 26 January, 2015 12:51:37
   Subject: Docker Support?
 
   Hi all,
  
   Any news on progress with the docker container support for ACS?  I've
  seen
   a few articles on how to install CoreOS on ACS and thence docker as
 well
  as
   the wish list for docker containers to be supported in ACS like LXC
 but I
   was wondering when this'll become a reality.  Also seen mentioned
  elsewhere
   that Exoscale has docker templates?  Would be nice if this can go to
  market
   sooner.
  
   Cheers
  
   Osay