Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-06-21 Thread Spyros Trigazis
Hi Yuanying. On 21 June 2016 at 08:02, Yuanying OTSUKA wrote: > Hi, Spyros > > Thanks for testing it. > Maybe you see that there are some problems to support baremetal. > We should add functional test to our jenkins job > because this template will be broken easily if

Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-06-21 Thread Yuanying OTSUKA
Hi, Spyros Thanks for testing it. Maybe you see that there are some problems to support baremetal. We should add functional test to our jenkins job because this template will be broken easily if anyone adds some logic to our templates/codes. But following problems will block us. 1. How to get

Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-06-20 Thread Spyros Trigazis
Hi Yuanying, I tested your patch [2] with the image that Ton created [1] and it worked. For me devicemapper as docker-storage-driver didn't work but this is unrelated to this patch, I'll update devicemapper. I used overlay and it was ok. I'll sum up what I did here, for others to test. On a

Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-06-13 Thread Yuanying OTSUKA
Hi, Spyros I updated ironic heat template, and succeeded booting k8s bay with Ironic. Could you test it? Unfortunately there are some problem and requirement to test. I describe below. * subnet which belongs to private network should be set up with dns_nameservers like following. $ neutron

Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-05-25 Thread Yuanying OTSUKA
Hi, Spyros I fixed a conflicts and upload following patch. * https://review.openstack.org/#/c/320968/ But it isn’t tested yet, maybe it doesn’t work.. If you have a question, please feel free to ask. Thanks -yuanying 2016年5月25日(水) 17:56 Spyros Trigazis : > Hi Yuanying,

Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-05-25 Thread Spyros Trigazis
Hi Yuanying, please upload your workaround. I can test it and try to fix the conflicts. Even if it conflicts we can have some iterations on it. I'll upload later what worked for me on devstack. Thanks, Spyros On 25 May 2016 at 05:13, Yuanying OTSUKA wrote: > Hi,

Re: [openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-05-24 Thread Yuanying OTSUKA
Hi, Hongbin, Spyros. I’m also interesting this work. I have workaround patch to support ironic. (but currently conflict with master. Is it helpful to upload it for initial step of the implementation? Thanks -yuanying 2016年5月25日(水) 6:52 Hongbin Lu : > Hi all, > > > > One

[openstack-dev] [magnum] Need helps to implement the full baremetals support

2016-05-24 Thread Hongbin Lu
Hi all, One of the most important feature that Magnum team wants to deliver in Newton is the full baremetal support. There is a blueprint [1] created for that and the blueprint was marked as "essential" (that is the highest priority). Spyros is the owner of the blueprint and he is looking for