Re: [openstack-dev] [containers][magnum] Make certs insecure in magnum drivers

2017-02-10 Thread Adrian Otto
I have opened the following bug ticket for this issue: https://bugs.launchpad.net/magnum/+bug/1663757 Regards, Adrian On Feb 10, 2017, at 1:46 PM, Adrian Otto mailto:adrian.o...@rackspace.com>> wrote: What I’d like to see in this case is to use secure connections by default, and to make work

Re: [openstack-dev] [containers][magnum] Make certs insecure in magnum drivers

2017-02-10 Thread Adrian Otto
What I’d like to see in this case is to use secure connections by default, and to make workarounds for self signed certificates or other optional workarounds for those who need them. I would have voted against patch set 383493. It’s also not linked to a bug ticket, which we normally require prio

Re: [openstack-dev] [containers][magnum] Swarm Mode template

2017-02-01 Thread Kevin Lefevre
On Tue, 2017-01-31 at 21:15 +0100, Spyros Trigazis wrote: > Hi, > > The hack-ish way is to check if the current master has a different ip > than the > swarm_api_api and based on that decide whether to swarm init or join. > The > proper way is to have two resource groups (as you said) one for the >

Re: [openstack-dev] [containers][magnum] Swarm Mode template

2017-01-31 Thread Spyros Trigazis
Hi, The hack-ish way is to check if the current master has a different ip than the swarm_api_api and based on that decide whether to swarm init or join. The proper way is to have two resource groups (as you said) one for the primary master and one for the secondary masters. This requires some plum

Re: [openstack-dev] [containers][magnum] Swarm Mode template

2017-01-31 Thread Kevin Lefevre
On Tue, 2017-01-31 at 17:01 +0100, Spyros Trigazis wrote: > Hi. > > I have done it by checking the ip address of the master. The current > state of > the heat drivers doesn't allow the distinction between master > 1 or > master=1. > Please, could you elaborate on this ? Also what is your opinio

Re: [openstack-dev] [containers][magnum] Swarm Mode template

2017-01-31 Thread Spyros Trigazis
Hi. I have done it by checking the ip address of the master. The current state of the heat drivers doesn't allow the distinction between master > 1 or master=1. Spyros On 31 January 2017 at 16:33, Kevin Lefevre wrote: > Hi, Docker 1.13 has been released with several improvements that brings

Re: [openstack-dev] [containers][magnum] Magnum team at Summit?

2017-01-23 Thread Mark Baker
Hi Adrian, I'm unlikely to attend the PTG myself but James Page and other members of our team will be there who can help cover. Certainly we'd like to better understand what the cluster drivers need from the underlying operating system and what we need to do to make sure Ubuntu does all those thin

Re: [openstack-dev] [containers][magnum] Magnum team at Summit?

2017-01-19 Thread Thierry Carrez
Adrian Otto wrote: >> On Jan 18, 2017, at 10:18 AM, Josh Berkus wrote: >> [...] >> Is there going to be a magnum team meeting around OpenStack Summit in >> Boston? >> >> I'm the community manager for Atomic Host, so if you're going to have >> Magnum meetings, I'd like to send you some Atomic engin

Re: [openstack-dev] [containers][magnum] Magnum team at Summit?

2017-01-19 Thread Ricardo Rocha
Hi. It would be great to meet in any case. We've been exploring Atomic system containers (as in 'atomic install --system ...') for our internal plugins at CERN, and having some issues with runc and selinux definitions plus some atomic command bugs. It's mostly due to the config.json being a hard

Re: [openstack-dev] [containers][magnum] Magnum team at Summit?

2017-01-18 Thread Adrian Otto
On Jan 18, 2017, at 10:48 AM, Mark Baker mailto:mark.ba...@canonical.com>> wrote: Hi Adrian, Let me know if you have similar questions or concerns about Ubuntu Core with Magnum. Mark Thanks Mark! Is there any chance you, or an Ubuntu Core representative could join us for a discussion at the

Re: [openstack-dev] [containers][magnum] Magnum team at Summit?

2017-01-18 Thread Mark Baker
Hi Adrian, Let me know if you have similar questions or concerns about Ubuntu Core with Magnum. Mark On 18 Jan 2017 8:36 p.m., "Adrian Otto" wrote: > Josh, > > > On Jan 18, 2017, at 10:18 AM, Josh Berkus wrote: > > > > Magnum Devs: > > > > Is there going to be a magnum team meeting around Ope

Re: [openstack-dev] [containers][magnum] Magnum team at Summit?

2017-01-18 Thread Adrian Otto
Josh, > On Jan 18, 2017, at 10:18 AM, Josh Berkus wrote: > > Magnum Devs: > > Is there going to be a magnum team meeting around OpenStack Summit in > Boston? > > I'm the community manager for Atomic Host, so if you're going to have > Magnum meetings, I'd like to send you some Atomic engineers

Re: [openstack-dev] [containers][magnum]

2017-01-13 Thread BİLGEM BTE
Okey, I did these, it worked. I am waiting for 50 minutes but master node is still create in progress, and /var/log/magnum folder is emtpy, i can't any any log. Yasemin - Orijinal Mesaj - Kimden: "Yatin Karel" Kime: "OpenStack Development Mailing List (not for usage questions)"

Re: [openstack-dev] [Containers] Magnum bay-create is getting stuck at CREATE_IN_PROGRESS

2015-08-25 Thread Ganesh Narayanan (ganeshna)
ment Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [Containers] Magnum bay-create is getting stuck at CREATE_IN_PROGRESS Vikas Choudhary, Try heat event-show to get more information about what's happening in the creati

Re: [openstack-dev] [Containers] Magnum bay-create is getting stuck at CREATE_IN_PROGRESS

2015-08-25 Thread Adrian Otto
Vikas Choudhary, Try heat event-show to get more information about what's happening in the creation of the resource group for the k8s master. You might not have enough storage free to create the nova VM to run the bay master. Regards, Adrian On Aug 25, 2015, at 9:52 PM, Vikas Choudhary mailt

Re: [openstack-dev] [Containers][Magnum] Questions on dbapi

2014-12-31 Thread Adrian Otto
/31/2014 11:46 AM (GMT-08:00) To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] [Containers][Magnum] Questions on dbapi On 12/31/2014 10:54 AM, Hongbin Lu wrote: Hi all, I am writing tests for the Magnum dbapi. I have several questions

Re: [openstack-dev] [Containers][Magnum] Questions on dbapi

2014-12-31 Thread Steven Dake
On 12/31/2014 10:54 AM, Hongbin Lu wrote: Hi all, I am writing tests for the Magnum dbapi. I have several questions about its implementation and appreciate if someone could comment on them. * Exceptions: The exceptions below were ported from Ironic but don't seem to make sense in Magnum. I t