Re: [Openstack] Is there some Openstack version that supports Docker as a hypervisor driver?

2017-04-01 Thread Clint Byrum
Excerpts from Jorge Luiz Corrêa's message of 2017-04-01 17:17:29 -0300: > There are some researchers that already have some docker images with > workflows. So I would like to run docker images. > > :) > > I'm thinking that that wiki is not up to date. Docker is not suitable for the hypervisor

Re: [Openstack] Is there some Openstack version that supports Docker as a hypervisor driver?

2017-04-01 Thread Erik McCormick
On Apr 1, 2017 4:31 PM, "Jorge Luiz Corrêa" wrote: There are some researchers that already have some docker images with workflows. So I would like to run docker images. :) I'm thinking that that wiki is not up to date. The nova-dockers driver is a relic from long ago, and indeed is no longer

Re: [Openstack] Is there some Openstack version that supports Docker as a hypervisor driver?

2017-04-01 Thread Jorge Luiz Corrêa
There are some researchers that already have some docker images with workflows. So I would like to run docker images. :) I'm thinking that that wiki is not up to date. Tks Sent from my iPhone > On 31 Mar 2017, at 19:27, Martinx - ジェームズ wrote: > > Why not LXD instead of Docker? ;-) > >>

Re: [Openstack] Static IP for VM

2017-04-01 Thread 공용준
you can use fixed-ip option for specific vm Regards, > 2017. 4. 2. 오전 12:11, Georgios Dimitrakakis 작성: > > Hi! > > I understand that OpenStack allocates selfservice IP addresses to VMs from a > DHCP server. > Is there a way to instruct this DHCP server to always allocate the same > internal

Re: [Openstack] [cinder][nova] Issue with live-migration on new Mitaka cloud using FC XIO storage

2017-04-01 Thread Remo Mattei
Good to hear Mike, we did a project where we did tried to use XIO but it was not working well.. About time the start to put some time to push some updates. Remo > On Apr 1, 2017, at 07:50, Mike Smith wrote: > > Just circling back on this for posterity, in case it helps someone else with >

Re: [Openstack] Static IP for VM

2017-04-01 Thread Gauvain Pocentek
Hi, Le 2017-04-01 17:11, Georgios Dimitrakakis a écrit : Hi! I understand that OpenStack allocates selfservice IP addresses to VMs from a DHCP server. Is there a way to instruct this DHCP server to always allocate the same internal (selfservice network) IP address to a specific VM based on its

[Openstack] Static IP for VM

2017-04-01 Thread Georgios Dimitrakakis
Hi! I understand that OpenStack allocates selfservice IP addresses to VMs from a DHCP server. Is there a way to instruct this DHCP server to always allocate the same internal (selfservice network) IP address to a specific VM based on its MAC address for example? Regards, G.

Re: [Openstack] [cinder][nova] Issue with live-migration on new Mitaka cloud using FC XIO storage

2017-04-01 Thread Mike Smith
Just circling back on this for posterity, in case it helps someone else with a similar issue: We found that this issue is a bug in the XIO cinder driver and XIO management server code related to their Glance image caching implementation. Cinder volumes that were created as snapshots behind the

Re: [Openstack] [heat] Fwd: newton heat stack glance error

2017-04-01 Thread Brian Rosmaita
Adding "heat" to the subject line. Heat people, I've responded to Ignazio on the operators' list [0], but you may have some helpful info. [0] (would link here, but can't find the April 2017 page in pipermail) Thread starts here: http://lists.openstack.org/pipermail/openstack-operators/2017-March

Re: [Openstack] EC2-API in Ocata - Help wanted

2017-04-01 Thread Georgios Dimitrakakis
For people dealing with the same problem I was able to overcome the problem by installing the "openstack-ec2-api" package from the centos-openstack-ocata repository. Although the binaries were exactly the same as mine (did a checksum) installing the package revealed a much more detailed config

Re: [Openstack] DHCP Request Failed on Ocata

2017-04-01 Thread Georgios Dimitrakakis
For anyone out there facing similar issues my problem was due to the following line in /etc/sysconfig/iptables -A FORWARD -j REJECT --reject-with icmp-host-prohibited As soon all forward rules were permitted my problem has been solved. Best regards, G. I have installed on Ubuntu, so I d