Monday, 2016-01-18

openstackgerritSam Yaple proposed openstack/kolla: Convert gate to file backend rather than partition  https://review.openstack.org/26656900:10
*** Jeffrey4l has quit IRC00:28
*** Allen_Gao has joined #kolla00:29
*** dims has joined #kolla00:39
*** pirate_ has joined #kolla00:56
*** dims has quit IRC01:01
*** salv-orlando has quit IRC01:06
*** salv-orlando has joined #kolla01:07
*** hparekh has joined #kolla01:11
openstackgerritMartin André proposed openstack/kolla: do not replace the systemd-container with systemd  https://review.openstack.org/26732201:45
openstackgerritMartin André proposed openstack/kolla: Skip gate FS optimization if no secondary disk  https://review.openstack.org/26883501:45
openstackgerritMartin André proposed openstack/kolla: Improve ansible deployment failure reporting  https://review.openstack.org/26883601:45
openstackgerritMartin André proposed openstack/kolla: Install yum-plugin-priorities on RHEL-derivatives  https://review.openstack.org/26883701:45
openstackgerritMartin André proposed openstack/kolla: Do not purge yum-plugin-fastestmirror package  https://review.openstack.org/26883801:45
*** kjelly has quit IRC01:58
*** yuanying has quit IRC02:04
*** Allen_Gao has quit IRC02:05
*** yuanying has joined #kolla02:05
*** Jeffrey4l has joined #kolla02:07
*** Jeffrey4l has quit IRC02:07
*** Jeffrey4l has joined #kolla02:07
*** Allen_Gao has joined #kolla02:19
*** tfukushima has joined #kolla02:36
SamYaplemandre: i would love to have your eyes on this gate patch https://review.openstack.org/#/c/266569/02:41
mandreSamYaple, reviewing now02:42
SamYaplethanks mandre! hopefully it will make our gate more stable (and more universal)02:44
mandrewow, tests take significantly longer to run02:44
SamYapleyes and no, it varies02:46
SamYapleits more affected on how disk hungry the other guest on the hypervisor are02:46
SamYapleso it will have more widly varying times02:47
SamYapleoh and this is _mostly_ going to affect centos times02:50
SamYapleubuntus times are going to remain 20-30m because its backend is btrfs rather than devicemapper on devicemapper02:50
SamYaple+/win 302:51
*** dims has joined #kolla02:52
mandreSamYaple, didn't we have a dump_info script somewhere before? or maybe it was in a PS that didn't merge? I can't find it02:56
*** mdnadeem has joined #kolla02:57
mandreah, found it, sorry for the noise02:58
*** yuanying has quit IRC03:00
*** yuanying has joined #kolla03:01
mandrenice SamYaple, will you backport it to liberty?03:05
SamYapleyea i think well have to03:06
SamYaplewe did have dump_info in the setup_gate script, but i moved it to be reusable (we call it twice now)03:07
mandreyep, figured it out right after asking03:07
*** yuanying has quit IRC03:20
*** Jeffrey4l has quit IRC03:21
mandreSamYaple, any idea about AttributeError: 'module' object has no attribute 'add_metaclass' for centos-binary? http://logs.openstack.org/22/267322/3/check/gate-kolla-dsvm-deploy-centos-binary/329e7e9/console.html#_2016-01-18_02_02_43_83703:22
*** Jeffrey4l has joined #kolla03:35
*** salv-orl_ has joined #kolla03:45
*** salv-orlando has quit IRC03:47
*** asalkeld has joined #kolla03:59
*** yuanying has joined #kolla04:06
*** tfukushima has quit IRC04:15
*** tfukushima has joined #kolla04:16
*** asalkeld has quit IRC04:17
*** tfukushima has quit IRC04:18
*** iceyao has joined #kolla04:21
Jeffrey4lSamYaple, ping04:23
Jeffrey4labout the revert https://review.openstack.org/#/c/268794/04:24
Jeffrey4lwith the unittest became more and more, the stdout will became mixed up with nonsense log.04:25
SamYapleJeffrey4l: fair enough, i commented on your other review trying to fix that without a revent04:29
SamYaplerevert*04:29
SamYaplemandre: looking04:29
*** tpot has quit IRC04:29
Jeffrey4l SamYaple, yes. But you means change the default value, right?04:30
SamYaplemandre: looks like old version of six? wasnt added til 1.4.004:31
SamYaplemandre: wierd though right.04:31
Jeffrey4lSamYaple, are u see this https://review.openstack.org/#/c/268818/ , it will show the error message when the test failed, too.04:31
SamYapleJeffrey4l: it needs to log everything all the time, not just on failure04:32
mandreSamYaple, totally... the version installed in base is python-six.noarch 0:1.9.0-2.el704:32
SamYaplehmmm but we install ansible in a container right... let me check liberty source04:32
Jeffrey4lSamYaple, but gate-kolla-python27 this is not need, right? only the build/deploy-{name}-{type} should log everything.04:33
SamYaplemandre: i wonder if it is because we do the source install of ansible in that container04:34
SamYaplemandre: but then it should break on centos-source too....04:35
SamYapleJeffrey4l: so im trying to understand what the issue is here. We want this to be as verbose as possible so we can figure out any issue. we _dont_ want to hide any errors anywhere04:35
mandreSamYaple, seems like we're hitting https://github.com/pypa/pip/issues/247304:37
*** dwalsh has joined #kolla04:37
Jeffrey4lSamYaple, no issue. But make the test output clear.  When there are errors, test will fail, then the log will be shown. that's enough.04:38
Jeffrey4lother project works like this.04:38
Jeffrey4ldetail error log only show when test failed.04:39
SamYaplemandre: not sure how to solve this then04:39
SamYaplemandre: but if i read that bug correctly its only a binary distro problem yes?04:40
SamYaple(not lessening the impact)04:40
mandreother than upgrade pip, or explictly add cryptography and six in the right order in requirements.txt I don't see04:41
SamYapleJeffrey4l: other distros also have an existing trust worthy test setup. i dont trust that just because our tests complete they did what we want, or even ran at all04:41
SamYapleI would prefer verbosity at these stages, and idealy logging them to a seperate file entirely04:42
mandreuh, the requirement trick wouldn't work actually04:42
SamYaplemandre: well since this is a kolla-ansible only container issue im sure that can be aranged04:42
SamYaplewe can add it to the binary section and explictly install six04:42
SamYaplethen the git ansible/pip install will work04:43
mandreyep, that should do it04:44
Jeffrey4lSamYaple, ok. If so, just revert it. It is the same with the a value 0.04:44
mandreSamYaple, I don't understand, we're already running latest pip: https://github.com/openstack/kolla/blob/stable/liberty/docker/kolla-ansible/Dockerfile.j2#L1604:47
SamYaplemandre: after the pip install do an explicit 'pip install "six>=1.9" cryptography'04:48
SamYaplethat should fix it04:48
SamYapleJeffrey4l: how about we get the tests solid and then reenact the patch? That would work for me04:49
Jeffrey4lSamYaple, u means revert it now, and reenact the patch in the future? Right?04:51
*** tfukushima has joined #kolla04:51
SamYapleJeffrey4l: yea04:52
Jeffrey4lSamYaple, work for me.04:53
*** dwalsh has quit IRC04:53
openstackgerritMartin André proposed openstack/kolla: Explicitly install six and cryptography  https://review.openstack.org/26886304:55
*** dims has quit IRC04:58
mandreany idea how I can fill a bug in lauchpad that only affects liberty branch?04:58
SamYaplemandre: yup target too05:00
SamYaplepop a bug and ill tell you what to click05:00
mandreI think i managed to do it: https://bugs.launchpad.net/kolla/+bug/153518205:04
openstackLaunchpad bug 1535182 in kolla liberty "six module in kolla-ansible is at the wrong version" [Undecided,New]05:04
mandrelaunchpad really has a bad ui05:05
openstackgerritMartin André proposed openstack/kolla: Explicitly install six and cryptography  https://review.openstack.org/26886305:09
*** coolsvap|away is now known as coolsvap05:11
SamYaplemandre: i removed the target to 'kolla' so now its only liberty targeted05:11
mandreSamYaple, thanks I didn't know how to do that05:14
mandredentist appointment, bbl05:15
*** salv-orl_ has quit IRC05:20
*** salv-orlando has joined #kolla05:20
*** salv-orlando has quit IRC05:41
*** salv-orlando has joined #kolla05:42
*** jasonsb has joined #kolla05:50
openstackgerritAllen Gao proposed openstack/kolla-mesos: Use dict.items() for Python 3 compatibility  https://review.openstack.org/26887606:04
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: test dd with seek  https://review.openstack.org/26887706:07
openstackgerritQiu Yu proposed openstack/kolla: Ensure /var/lib/cinder exists for cinder container  https://review.openstack.org/26887806:07
*** Allen_Gao has quit IRC06:19
*** Allen_Gao has joined #kolla06:20
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE:test build threads number  https://review.openstack.org/26888906:27
*** jasonsb has quit IRC06:45
*** tpot has joined #kolla06:46
*** tpot has quit IRC06:46
*** salv-orlando has quit IRC06:54
*** salv-orlando has joined #kolla06:55
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: test dd with seek  https://review.openstack.org/26887706:58
*** salv-orlando has quit IRC07:03
*** salv-orlando has joined #kolla07:04
mkoderermandre: ping07:09
mandrehi mkoderer07:09
mkodererhi mandre07:09
mkodererI just tried to reproduce https://bugs.launchpad.net/kolla/+bug/153454907:10
openstackLaunchpad bug 1534549 in kolla "Vagrant AiO: device-mapper installation fails" [Undecided,In progress] - Assigned to Marc Koderer (m-koderer)07:10
mkodererand I got the very same error07:10
mkoderermandre: can it be that we are on different centos box versions?07:10
mandreyou can tell what version you're using with 'vagrant box list'07:11
mkoderermandre: puppetlabs/centos-7.0-64-puppet (virtualbox, 1.0.2)07:11
mandreah... in that case I haven't tried, I'm using centos/7 image with libvirt07:12
mkoderermandre: ok that's possibly the difference07:13
mandrecan you create a pastebin with the repositories configured in puppetlabs/centos-7.0-64-puppet?07:13
mkoderermandre: ok one sec07:14
nihiliferhmmm... i'd suggest to try centos/7 image on virtualbox as well07:14
nihiliferi see that it is compatible both with libvirt and vbox07:15
nihiliferif that would work, maybe we can replace the puppetlabs image07:16
mkoderermandre: http://paste.openstack.org/show/484097/07:16
mandrenihilifer, if I remember correctly pbourke_ had issues with centos/7 and virtualbox, that's why he set the default to puppetlabs/centos-7.0-64-puppet07:16
nihilifermandre: ah, ok07:16
*** coolsvap is now known as coolsvap|away07:18
mandremkoderer, can you do a "yum info device-mapper"?07:21
mkoderermandre: http://paste.openstack.org/show/484099/07:25
mandrei don't know what the anaconda repo is, but it looks like it's messing things up07:29
mandremkoderer, do you want to give it a try with centos/7 image?07:29
mkoderermandre: sure can do07:29
*** tpot has joined #kolla07:36
*** tpot has quit IRC07:39
mkoderermandre: seems the image doesn't have the vbox tool on it07:40
mandremkoderer: ok, I guess it's fine to merge your patch then07:40
mkoderermandre: it shouldn't hurt07:41
*** tpot has joined #kolla07:41
mandremkoderer, indeed, it doesn't hurt07:43
*** salv-orlando has quit IRC07:46
*** salv-orlando has joined #kolla07:47
*** akwasnie has joined #kolla07:48
*** mdnadeem has quit IRC07:49
*** jmccarthy has quit IRC07:52
*** jmccarthy has joined #kolla07:53
*** macsz has joined #kolla07:53
*** Allen_Gao has quit IRC07:54
*** salv-orlando has quit IRC08:06
*** salv-orlando has joined #kolla08:08
*** tpot has quit IRC08:09
*** mdnadeem has joined #kolla08:10
*** Allen_Gao has joined #kolla08:10
*** iceyao has quit IRC08:13
*** salv-orlando has quit IRC08:13
*** tpot has joined #kolla08:14
*** Jeffrey4l has quit IRC08:19
*** fgimenez has joined #kolla08:20
openstackgerritJeffrey Zhang proposed openstack/kolla: Pin the min docker version to 1.9.0 in setup_docker.sh  https://review.openstack.org/26892008:20
*** tpot has quit IRC08:23
*** tpot has joined #kolla08:23
openstackgerritMarek Zawadzki proposed openstack/kolla-mesos: New tool for running simple updates of selected Mesos/Marathon applications. Allows to choose an application, new docker image for it and has an option to keep updated container on the same slave (host) - "sticky" feature.  https://review.openstack.org/26704808:24
*** Jeffrey4l has joined #kolla08:32
*** iceyao has joined #kolla08:36
*** Jeffrey4l has quit IRC08:37
*** tpot has quit IRC08:39
*** shardy has joined #kolla08:40
*** unicell1 has joined #kolla08:42
*** unicell has quit IRC08:42
*** Jeffrey4l has joined #kolla08:49
openstackgerritJeffrey Zhang proposed openstack/kolla: Remove the not used setup_docker.sh file  https://review.openstack.org/26892008:49
*** mbound has joined #kolla09:02
*** mbound has quit IRC09:02
*** mbound has joined #kolla09:02
*** iceyao has quit IRC09:04
*** iceyao has joined #kolla09:04
*** iceyao_ has joined #kolla09:07
*** iceyao has quit IRC09:07
openstackgerritMichal Rostecki proposed openstack/kolla: Add Dockerfiles for Mesos  https://review.openstack.org/26133109:08
*** iceyao has joined #kolla09:10
*** iceyao_ has quit IRC09:13
*** kexiaodong has joined #kolla09:15
openstackgerritKuo-tung Kao proposed openstack/kolla: rewrite kolla-ansible using python  https://review.openstack.org/26458409:23
*** tfukushima has quit IRC09:28
*** athomas has quit IRC09:28
*** Jeffrey4l has quit IRC09:32
*** athomas has joined #kolla09:34
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add neutron config  https://review.openstack.org/26510909:35
*** rmart04 has joined #kolla09:36
*** kproskurin has joined #kolla09:36
*** Allen_Gao has quit IRC09:46
*** Allen_Gao has joined #kolla09:47
*** Jeffrey4l has joined #kolla09:50
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Pin Ansible version to 1.9.4  https://review.openstack.org/26738709:57
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Register Marathon as "root" user in Mesos  https://review.openstack.org/26734609:57
*** akwasnie1 has joined #kolla10:01
*** akwasnie has quit IRC10:01
*** macsz1 has joined #kolla10:02
*** akwasnie has joined #kolla10:03
*** macsz has quit IRC10:04
*** akwasnie1 has quit IRC10:06
openstackgerritMerged openstack/kolla: Remove the not used setup_docker.sh file  https://review.openstack.org/26892010:18
openstackgerritMerged openstack/kolla: Fix pid leftover after converting ceph to kolla_docker  https://review.openstack.org/26879710:19
*** Jeffrey4l has quit IRC10:21
openstackgerritMerged openstack/kolla: Fix centos AiO setup  https://review.openstack.org/26807010:23
*** mdnadeem has quit IRC10:25
*** Allen_Gao has quit IRC10:26
*** Allen_Gao has joined #kolla10:28
openstackgerritAndrey Shestakov proposed openstack/kolla: Ironic ubuntu binary container  https://review.openstack.org/26768910:28
*** ashestakov has joined #kolla10:28
*** bradjones has quit IRC10:38
*** bradjones has joined #kolla10:40
*** bradjones has quit IRC10:40
*** bradjones has joined #kolla10:40
*** rmart04_ has joined #kolla10:42
*** rmart04 has quit IRC10:43
*** rmart04_ is now known as rmart0410:43
*** kproskurin has quit IRC10:43
*** Allen_Gao has quit IRC10:43
*** Allen_Gao has joined #kolla10:45
*** mdnadeem has joined #kolla10:51
*** akwasnie has quit IRC10:52
*** dims has joined #kolla10:54
openstackgerritMarc Koderer proposed openstack/kolla: Add manila container (source only)  https://review.openstack.org/26897810:55
*** macsz1 has quit IRC10:57
*** macsz has joined #kolla11:01
*** akwasnie has joined #kolla11:08
*** rmart04_ has joined #kolla11:12
*** rmart04_ has quit IRC11:12
*** rmart04_ has joined #kolla11:13
*** rmart04 has quit IRC11:13
*** rmart04_ is now known as rmart0411:13
*** akwasnie has quit IRC11:19
*** shardy_ has joined #kolla11:30
openstackgerritMarc Koderer proposed openstack/kolla: Add manila container (source only)  https://review.openstack.org/26897811:33
*** shardy has quit IRC11:33
*** dwalsh has joined #kolla11:41
openstackgerritPaul Bourke proposed openstack/kolla: Expose the docker build_arg to build.py  https://review.openstack.org/26687011:43
openstackgerritPaul Bourke proposed openstack/kolla: Pick up proxy buildargs from environment  https://review.openstack.org/26749111:43
openstackgerritPaul Bourke proposed openstack/kolla: add unittest code base  https://review.openstack.org/26728211:43
openstackgerritPaul Bourke proposed openstack/kolla: Pick up proxy buildargs from environment  https://review.openstack.org/26749111:49
openstackgerritPaul Bourke proposed openstack/kolla: Pick up proxy buildargs from environment  https://review.openstack.org/26749111:52
openstackgerritPaul Bourke proposed openstack/kolla: Pick up proxy buildargs from environment  https://review.openstack.org/26749111:54
openstackgerritPaul Bourke proposed openstack/kolla: Fix image plugin functionality for oslo.config  https://review.openstack.org/26821111:55
openstackgerritMarek Zawadzki proposed openstack/kolla-mesos: New tool for running simple updates of Mesos/Marathon applications.  https://review.openstack.org/26704811:58
openstackgerritMarek Zawadzki proposed openstack/kolla-mesos: Tool for simple updates of Marathon applications.  https://review.openstack.org/26704812:00
openstackgerritMarek Zawadzki proposed openstack/kolla-mesos: Tool for simple updates of Marathon applications.  https://review.openstack.org/26704812:01
*** rmart04_ has joined #kolla12:03
*** rmart04 has quit IRC12:03
*** rmart04_ is now known as rmart0412:03
openstackgerritMarek Zawadzki proposed openstack/kolla-mesos: Tool for simple updates of Marathon applications.  https://review.openstack.org/26704812:04
nihiliferSamYaple: please take a look on https://review.openstack.org/#/c/261331/ when available12:05
nihilifergate is fully green now12:06
nihiliferand the openjdk problem is gone12:06
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Tool for simple updates of Marathon applications.  https://review.openstack.org/26704812:08
*** rmart04 has quit IRC12:08
*** dims has quit IRC12:10
*** kproskurin has joined #kolla12:12
*** rmart04 has joined #kolla12:15
*** fthiagogv has joined #kolla12:17
*** mdnadeem has quit IRC12:20
openstackgerritMerged openstack/kolla-mesos: Use dict.items() for Python 3 compatibility  https://review.openstack.org/26887612:24
*** bradjones has quit IRC12:30
openstackgerritMerged openstack/kolla-mesos: global config should always override all.yml  https://review.openstack.org/26725912:30
*** kexiaodong has quit IRC12:30
*** chandankumar has joined #kolla12:30
*** rmart04 has quit IRC12:31
*** cfarquhar has joined #kolla12:34
*** cfarquhar has quit IRC12:34
*** cfarquhar has joined #kolla12:34
*** mlima has joined #kolla12:34
mlimaHello12:35
openstackgerritProskurin Kirill proposed openstack/kolla-mesos: Add multiple deployment support  https://review.openstack.org/26224712:36
*** dwalsh has quit IRC12:37
*** dwalsh has joined #kolla12:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Create a bashate script  https://review.openstack.org/26902812:54
openstackgerritMarc Koderer proposed openstack/kolla: Add manila container (source only)  https://review.openstack.org/26897812:57
*** dwalsh has quit IRC12:59
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: stop looking /etc/kolla and add missing config  https://review.openstack.org/26726013:02
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Add unique host constraint  https://review.openstack.org/26840113:02
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Create a bashate script  https://review.openstack.org/26902813:02
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add neutron config  https://review.openstack.org/26510913:02
openstackgerritMarc Koderer proposed openstack/kolla: Rename bootstrap.sh to centos-bootstrap.sh  https://review.openstack.org/26903313:03
openstackgerritMarc Koderer proposed openstack/kolla: Rename bootstrap.sh to centos-bootstrap.sh  https://review.openstack.org/26903313:05
openstackgerritProskurin Kirill proposed openstack/kolla-mesos: Add multiple deployment support  https://review.openstack.org/26224713:08
*** dims has joined #kolla13:11
*** shardy_ has quit IRC13:23
*** shardy has joined #kolla13:24
*** chandankumar has quit IRC13:30
openstackgerritAllen Gao proposed openstack/kolla: remove option verbose from config files  https://review.openstack.org/26904213:31
*** iceyao has quit IRC13:32
openstackgerritAllen Gao proposed openstack/kolla-mesos: Use auth_type instead of deprecated auth_plugin  https://review.openstack.org/26904513:36
openstackgerritAllen Gao proposed openstack/kolla-mesos: remove option verbose from config files  https://review.openstack.org/26904813:38
*** jtriley has joined #kolla14:13
*** akwasnie has joined #kolla14:17
*** Allen_Gao has quit IRC14:17
*** macsz has quit IRC14:20
*** jeh has joined #kolla14:22
*** akwasnie has quit IRC14:24
*** jtriley has quit IRC14:28
*** iceyao has joined #kolla14:28
*** sdake has joined #kolla14:29
sdakemorning14:29
*** Allen_Gao has joined #kolla14:32
openstackgerritPaul Bourke proposed openstack/kolla: Allow admin_url to be configured independently of internal  https://review.openstack.org/26911414:40
*** Jeffrey4l has joined #kolla14:47
sdakesamyaple yo uround?14:57
*** Jeffrey4l has quit IRC15:08
*** Jeffrey4l has joined #kolla15:11
*** chandankumar has joined #kolla15:15
*** tfukushima has joined #kolla15:17
*** tfukushima has quit IRC15:17
*** chandankumar has quit IRC15:21
*** chandankumar has joined #kolla15:21
*** Jeffrey4l has quit IRC15:21
*** jtriley has joined #kolla15:24
SamYaplesdake: hola15:26
SamYaplenihilifer: looking15:27
sdakehey sam can you delete your eventbrite for the kolla midcycle15:27
sdakefwiw - register here folks : https://www.eventbrite.com/e/kolla-midcycle-event-tickets-2086142608715:27
sdakeSamYaple do you know if we have a teleconference service in the facilities?15:28
sdakeas in a phone with a mic15:28
sdakeinc0 about?15:30
SamYapledone. next time please coordinate with the community when you get back on the scene after an abscense sdake, you duped alot of stuff around this midcycle fyi15:30
SamYaplesdake: as stated before, no15:30
sdakeduped which part?15:31
SamYapleevents, voting on times, coordination in general15:31
SamYapleits fine i dont want to get into it15:31
sdakewhere was the voting on the times - i didn't see anythign except what i posted on the mailing list15:32
sdakeok15:32
sdakethanks for info re teleconference15:32
openstackgerritSam Yaple proposed openstack/kolla: Revert "Capture the log in default"  https://review.openstack.org/26879415:35
SamYaplefyi cores ^^ can we get that reversion merged in asap. as it is right now zuul sits silent not logging anything for about an hour15:36
SamYaplejeffrey4l_|away: I updated the commit message, it should be more accurate for you now15:37
*** iceyao has quit IRC15:40
*** iceyao has joined #kolla15:41
sdakeSamYaple fyi I am scheduling breakfast now, just to clarify, that isn't being duplicated in some way?15:42
SamYaplenope i think the last of the duplicated efforts are over now (and we have talked about breakfast specifically), thanks for checking15:43
*** chandankumar has quit IRC15:43
*** sdake_ has joined #kolla15:44
*** sdake has quit IRC15:48
*** iliu has joined #kolla15:49
iliuI deploy kolla with success, but I can't launch a instance. Msg error "No valid host was found. There are not enough hosts available."15:50
pbourke_iliu: if your compute hosts are in vm, you need to use the qemu hypervisor15:53
pbourke_iliu: check the kolla docs for how to setup an augment file - shout if it's unclear15:53
iliuOK15:54
openstackgerritMerged openstack/kolla: Ensure /var/lib/cinder exists for cinder container  https://review.openstack.org/26887815:54
*** jtriley has quit IRC15:57
*** chandankumar has joined #kolla15:58
*** rhallisey has joined #kolla15:59
*** sdake_ is now known as sdake16:01
*** chandankumar has quit IRC16:03
sdakecontact at bruegers is out today, have to ring tomorrow16:08
* sdake groans16:08
*** Slower has joined #kolla16:10
*** esimone has left #kolla16:13
*** akwasnie has joined #kolla16:14
*** chandankumar has joined #kolla16:16
*** iceyao has quit IRC16:16
sdakebtw, today is a holiday at cisco16:16
sdakeso i will be in and out16:16
sdakemostly out - catching up on my remodel ;)16:17
SamYapleits apparently a holiday at lots of places16:17
SamYaplei dont know why16:17
sdakeMLK day16:17
SamYapleoh that makes sense16:17
SamYaplei dont keep up on the current events16:17
dmsimardoh, we don't have MLK in Canada16:17
dmsimardI was wondering if I should've been off today :P16:18
SamYaplesilly canada16:18
dmsimardWell, we have days for the queen instead :D16:18
sdakeheads up folks, 21st is our deadline and I am tagging come hell or highwatero n that day16:20
sdakeso if you have work you want in harrass others to get it reviewed16:20
openstackgerritPaul Bourke proposed openstack/kolla: Allow admin_url to be configured independently of internal  https://review.openstack.org/26911416:20
sdakei dont think city of phoenix takes off for mlk day16:22
sdakebut we take off for ceasar chavez day16:22
sdakeI think he is a boxer16:22
sdakebut not really sure16:23
sdakei think red hat used to work during mlk day16:23
sdakebut maybe they have turned it into a holiday dmsimard16:23
sdakedmsimard iirc canada had more holidays then the rest of NATAL16:25
sdakeor whatever the acronym is16:25
sdakenorth america and south america basically16:25
*** diogogmt has joined #kolla16:25
dmsimardDon't know, I know for a fact Quebec has a special national holiday that the rest of Canada doesn't have16:26
sdakeand my contractor isn't here today, ,wtf16:26
*** sdake has quit IRC16:27
*** sdake has joined #kolla16:31
*** asalkeld has joined #kolla16:40
asalkeldo/16:40
asalkeldhey sdake16:41
SamYaplehey asalkeld!16:42
SamYaplewhats new16:42
asalkeldhi SamYaple16:42
asalkeldnot much, just slaving away :)16:42
*** chandankumar has quit IRC16:42
sdakesup bro16:43
sdakeasalkeld - get used to it, another 20 years to go :)16:43
sdakeasalkeld note today is MLK day is the us, so I will be i and out today16:43
sdakealthough fi you ping my name my computer beeps so i shoud lbe responsive that way16:43
asalkeldwhat's that?16:43
asalkeldmlk?16:43
sdakemartin luther king jr day16:43
sdakecivil rights in the united states16:43
asalkeldok, most people here in the office that i can see16:44
sdakehe was the go to go on that16:44
sdakego to guy16:44
sdakei think he was eventually assisnated16:44
asalkeldsay how do you guys feel about a python api (library) to deployment?16:44
asalkeldthis might help the cli16:44
sdakebut his work laid the gorundwork for the lovely civil rights we have in the us now - equalizing things16:44
sdake+216:44
sdakeas long as it works for ansible16:45
asalkeldit would help us cos' we need to intergrate with fuel at some point16:45
sdakeroger16:45
asalkeldand the cli16:45
sdakei like the idea16:45
nihiliferwhat kind of api you mean?16:45
sdakeit has been discussed before16:45
asalkeldnihilifer: just a python lib16:45
sdakejust nobody to do the work and at the time it was premature16:45
sdakeasalkeld i'd like a experienced engineer to do the work though on an api16:46
sdake(yo uwould be a good candidate given your experience with api development)16:46
asalkeldsure, np16:46
asalkeldthe one thing is how to pass the config16:46
sdakeasalkeld please addd to midcycle page16:46
sdakeasalkeld will yo ube at midcycle?16:47
sdakesicnnne your already in the us16:47
asalkeldi was thinking just a tarball or path to config (globals.yml, password.yml config/*)16:47
asalkeldsdake: i am heading home on friday16:47
sdakedunno worth a discussion on the ml or at midcycle16:47
asalkeldkids start school next week16:47
sdakeasalkeld roger, so thats a no then :)16:47
sdakeoh wierd timing16:47
asalkeldyeah, sorry - not easy16:47
sdakei guess because your i nnthe southern hemisphere16:47
nihiliferit's worth talking on midcycle of course16:47
asalkeldhopefully nihilifer can make it16:48
-openstackstatus- NOTICE: Gerrit is restarting quickly as a workaround for performance degradation16:48
sdakeyes add as a topic to midcycle and i'll try to fit it in16:48
nihiliferbut are you thinking about api for kolla images, for kolla-mesos or ansible?16:48
asalkeldok, sdake i'll try to do hangouts if possible16:48
sdakewe already have an api for iamge generation16:48
sdakemore or less16:48
sdakeaaslkeld i dont know if we will hae remot eparticiaption avialbale16:48
asalkeldnihilifer: it's to the delpoyment/update/upgrade16:48
sdakei know for sure we dont have a phone avaialble in the room16:49
sdakei could put my phone on speaker and place in the middle of the room (cell phone)16:49
sdakebut thats the best we are going to get16:49
asalkelddeploy(config), upgrade(config), destroy(config), list_images() list_upgrades()16:49
asalkeldsdake: that may be fine16:49
pbourke_SamYaple: I had the same question wrt why do most services have admin_url at all16:50
pbourke_SamYaple: keystone is the only one I can think of that uses it and even that is removed in v3 i think16:50
sdakepbourke_ i have no idea why anything besides keystone has an admin url16:50
nihiliferasalkeld: well, i ask, because kolla-mesos is already a library. if you're rhinking about "librarizing" kolla-ansible, then we'll have to keep in mind that ansible python api is changing continuously16:50
pbourke_sdake: right :/16:50
pbourke_sdake: we had someone internally ask for it, let me see if I can get back to them for more info16:50
nihiliferasalkeld: honestly, i thought that kolla-mesos itself may be consumed by fuel16:50
nihiliferfuel/solar*16:51
sdakewhat is solar16:51
asalkeldnihilifer: it's more about making a sane api16:51
asalkeldsdake: kind of orchetrator as a library16:51
nihilifersdake: https://github.com/openstack/solar16:52
asalkeldnihilifer: currently we have to write to /etc/ this is not good api for a UI to talk to16:52
asalkeldwe need to be able to pass in the config - i think as a tarball16:53
sdakenihilifer  so solar is a compeittor to heat, or to murano, or to kolla, or what?16:53
asalkeldsdake: don't get me started16:54
nihilifersdake: competitor to the old parts of fuel mostly16:54
asalkeldjust ignore and keep working..16:54
sdakeasalkeld  i am not tryign to make popcorn just curious on what it is :)16:54
sdakeit looks like a competitor to kolla and heat sort of16:55
sdakenot that i mind competition ;)16:55
sdakeasalkeld i'd be in favor of an api that abstracts kolla mesos and kolla ansible into one system that is selectable at ru ntime16:56
sdakeis that kind of what your thinking?16:56
SamYapleasalkeld: just fyi, one of the big issues i raised with the api before was around wrapping the ansible output. screenscaping ansible is not practical due to its constant changes (same goes for importing the api, which is also not recommended). so thats a hurdle that needs to be overcome and i wasnt able to think of a solution before16:57
asalkeldexactly:)16:57
sdakecool go forth and make it happen imo :)16:57
asalkeldSamYaple: ok, will think on that16:57
sdakebut file a blueprint please16:57
asalkeldsure16:57
sdakeso we can get a discussion started in it16:57
SamYaplepbourke_: in the case of, say, glance you may want an "admin" api that has different policies  nad options enabled16:58
pbourke_SamYaple: can you make that listen on a different interface though?16:58
SamYapleno! but we can make, say, haproxy have two addresses16:58
SamYaplein fact this is a change i was planning on making for glance specifically16:59
SamYapletwo glance services, one for admin use (with exposed values like "show_direct_image_url=True" which is a security risk on public networks (but a required option for glance)) and the other glance service with only safe options enabled16:59
SamYaple* a required option for ceph *16:59
sdakeasalkeld please link the blueprint so i cn get it setup roperly when you get it filed17:00
asalkeldsdake: i am just hunting to see if there is an existing one before making a new one17:01
asalkeldthen i'll link17:01
SamYapleI as again for core reviews on this revert patch to make the gate log properly again https://review.openstack.org/#/c/268794/17:03
asalkeldsdake:  https://blueprints.launchpad.net/kolla/+spec/kolla-python-api17:04
asalkeldSamYaple: i added your comment17:04
SamYapleasalkeld: looking17:05
SamYapleasalkeld: thanks!17:05
*** dims_ has joined #kolla17:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: stop looking /etc/kolla and add missing config  https://review.openstack.org/26726017:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Add unique host constraint  https://review.openstack.org/26840117:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Create a bashate script  https://review.openstack.org/26902817:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add neutron config  https://review.openstack.org/26510917:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Change kolla images tag from 1.0.0 to 2.0.0  https://review.openstack.org/26918717:05
asalkeldthis gerrit UI is really crap for looking at a patch set17:07
nihiliferyes17:07
asalkeldwhat happened to dependant changes17:07
nihiliferbut gertty is ok17:07
nihiliferi'm really thankful for the infra team that they finally convinced me to use gertty17:08
*** dims has quit IRC17:08
SamYaplenihilifer: +217:09
*** jtriley has joined #kolla17:09
SamYapleasalkeld: _apparenty_ runnign the gerrit ui locally looks way better according to mordred17:09
asalkeldreally, that's odd17:10
SamYaplehe said he was looking into why review.openstack.org didnt match locally (i think he may have submitted a patch?)17:10
SamYaplespecfiically around the dependant change part17:10
asalkeldooo, that's interesting17:11
openstackgerritSteve Noyes proposed openstack/kolla-mesos: Replace ProrityQueue with fifo Queue in start.py  https://review.openstack.org/26919317:16
asalkeldre: upgrades, is there a concept of patching/updates vs. upgrades (patching == only code/config change - no schema change)17:17
*** akwasnie has quit IRC17:17
*** athomas has quit IRC17:21
*** fgimenez has quit IRC17:24
*** diogogmt has quit IRC17:26
*** diogogmt has joined #kolla17:26
sdakeasalkeld yes17:27
SamYapleasalkeld: are you talking interrelase "upgrades" == patching?17:27
asalkeldyeah17:27
sdakeasalkeld deploy = patch upgrade = schema change17:28
asalkeldpatching/update == ci/cd17:28
SamYapleyea thats a concept, no we don't have anything around that yet17:28
asalkeldupgrade == special case release to release17:28
SamYaplewe are doing major upgrades first because the major upgrade scripts _can_ be used to do the patching at first17:28
asalkeldok17:28
SamYapleso one major upgrades are handled we can optomize the patching use case17:28
asalkeldfair enough17:29
*** achanda has joined #kolla17:30
*** athomas has joined #kolla17:32
*** mbound has quit IRC17:32
asalkeldstvnoyes: re "Replace ProrityQueue with fifo Queue in start.py", i have had a patch locally that probably does something similar (with test cases *cough*), I'll see if your patch passes my test cases...17:34
asalkeldmine is a bit more complicated17:34
stvnoyesasalkeld, any idea why a priority queue was used? i didn't see any use of priorities so i just simplified it to a fifo17:36
*** kproskurin has quit IRC17:37
asalkeldi am using them to place the items most likely to be ready first, and to force the daemon cmd last17:37
asalkeldalso if you wait on one for a long time it pushes it down17:37
asalkeldseemed like a good idea at the time17:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: stop looking /etc/kolla and add missing config  https://review.openstack.org/26726017:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Add unique host constraint  https://review.openstack.org/26840117:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Change kolla images tag from 1.0.0 to 2.0.0  https://review.openstack.org/26918717:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Create a bashate script  https://review.openstack.org/26902817:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add neutron config  https://review.openstack.org/26510917:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Generate kolla config by oslo_config_generator  https://review.openstack.org/26920817:38
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Fix global.yml to globals.yml  https://review.openstack.org/26920917:38
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Make sure that daemon commands run last  https://review.openstack.org/26921017:40
asalkeldstvnoyes: that is just for comparison ^17:40
asalkeldi'll mark it wip17:40
asalkeldhappy to pick a simpler patch17:40
*** jtriley has quit IRC17:43
asalkeldstvnoyes: do you mind if i update your patch?17:50
asalkeldi have added tests and cleaned stuff up17:57
stvnoyesno please go ahead17:58
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Replace ProrityQueue with fifo Queue in start.py  https://review.openstack.org/26919317:59
asalkeldstvnoyes: could you confirm that ^ still works for you?18:00
stvnoyeskk, i'll give it a try18:00
*** macsz has joined #kolla18:03
*** diogogmt has quit IRC18:07
*** diogogmt has joined #kolla18:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: stop looking /etc/kolla and add missing config  https://review.openstack.org/26726018:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Fix global.yml to globals.yml  https://review.openstack.org/26920918:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Add unique host constraint  https://review.openstack.org/26840118:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Generate kolla config by oslo_config_generator  https://review.openstack.org/26920818:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Change kolla images tag from 1.0.0 to 2.0.0  https://review.openstack.org/26918718:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Create a bashate script  https://review.openstack.org/26902818:08
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add neutron config  https://review.openstack.org/26510918:08
openstackgerritMarc Koderer proposed openstack/kolla: Add manila container (source only)  https://review.openstack.org/26897818:08
*** mark-casey has joined #kolla18:09
mkodererSamYaple: hi18:16
mkodererSamYaple: regarding https://review.openstack.org/#/c/268978/418:17
mkodererSamYaple: should I also remove the "binary"-if in https://review.openstack.org/#/c/268978/4/docker/manila/manila-base/Dockerfile.j2?18:17
stvnoyesasalkeld: i don't see any tasks dropping with that change, so it looks ok18:18
*** macsz has quit IRC18:18
mkodererI am a bit hesitant since I would like that the container build fails for binary builds18:18
SamYaplemkoderer: no you want to keep it in base (one manila-base fails the binary ones dont continue)18:18
mkodererSamYaple: yep exaclty18:19
mkodererSamYaple: cool.. I am already on building binary support too18:19
SamYaplesounds good mkoderer18:19
SamYaplemkoderer: question, have you found it easy to implement this new service so far?18:20
mkodererSamYaple: implementation was easy.. but the way to get a running build env was a bit tricky18:20
SamYaplewas it a documentation issue?18:21
mkodererSamYaple: some vbox issues and some kernel panics :)18:22
mark-caseyhey everyone. Are there any recommendations around how to get physical nodes going? I'm on ubuntu so I was going to put Canonical's "MAAS" PXE server into a VM on the deployer node, but I wanted to make sure there isn't already some howto or best practice on this18:22
mkodererSamYaple: but I will go through the docs and see if I can add some things to make it easier for beginners18:22
SamYaplemark-casey: there are requirements that the hosts need to match, but you can do anything to get the nodes going18:23
SamYaplemark-casey: really just OS + ssh + docker>=1.9 + docker-py >= 1.618:23
SamYaplemkoderer: that would be fantastic18:23
mark-caseygreat, thanks18:24
mark-caseySamYaple: (^)18:24
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: stop looking /etc/kolla and add missing config  https://review.openstack.org/26726018:32
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Add unique host constraint  https://review.openstack.org/26840118:32
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add neutron config  https://review.openstack.org/26510918:32
*** fgimenez has joined #kolla18:36
*** pbourke-mobile has joined #kolla18:45
*** dmsimard is now known as dmsimard|afk18:47
*** bmace has quit IRC19:02
*** bmace has joined #kolla19:03
*** mark-casey has quit IRC19:04
*** mark-casey has joined #kolla19:04
*** achanda has quit IRC19:14
sdakemkoderer that would be totally fantastic!19:19
sdakepbourke-mobile yes i wrote that initial port19:19
sdakemkoderer  note we don't really tests much with vbox, although some of the devs do19:20
sdakemkoderer i run entirely on bare metal all the time - no virt19:20
sdakei think sam does the same19:20
sdakepbourke runs with vbox and mandre runs with vbox as well iirc19:20
sdakein 40 mins i am going   to be out for a couple of hours ordering tile, so if folks need somethign please ask now :)19:20
sdakealso working on the wiki page atm, and the eventbrite page is up19:20
sdakeplease register via eventbrite19:20
sdakefor the midcycle19:20
pbourke-mobilesdake: any specific strategy you used? Ive startes by copying over ironic/api ironic/cmd and then pairing it back but wow theres a lot of baggage there19:21
pbourke-mobile*started19:21
sdakei did common first19:22
pbourke-mobileIts a shame openstack dont have some form of skeleton project19:22
sdakeya it is too bad, imo ironic is skeleton enough tho to do the job19:22
sdakei'd start with either magnum or ironic for skeleton19:22
sdakethen i wrote each api one at a time19:23
pbourke-mobileYeah, for a simple rest api im surprised with the vol of code19:23
sdakethe patch set was about 40 patches for the first api implementaiton19:23
pbourke-mobileYoud be as well of writing java ;)19:23
pbourke-mobile*off19:23
sdakewhich api are you implementing, ekko?19:23
pbourke-mobileYeah19:24
sdakenice to see growth in openstack as an outcome of the developement of kolla ;-)19:24
pbourke-mobileAnyway thanks for tips, good luck with the tiles :)19:25
sdakepbourke the other thing you need to write is the database layer19:25
sdakewhich for me was mostly cut and paste with search and replace19:25
sdakewrite the database layer first (copy search and replace)19:26
pbourke-mobileIm hoping to leave that out for the first iteration...19:26
sdakeits sort of built itno how versioned objects work19:26
sdakei dont think you can leave it out tbh19:26
pbourke-mobileOh19:26
sdakeyou n eed to also write that objects directory19:26
sdakeso objects directory ,db  directory, common directory19:27
sdakethen do the api19:27
*** fgimenez has quit IRC19:27
*** fgimenez has joined #kolla19:27
*** fgimenez has joined #kolla19:27
sdakewrite the api without any arguments19:27
sdakesame with sql and objects directory19:27
sdakejust get the skeleton in place19:27
sdakeprobably best to start with ironic for htis rather then magnumbecause magnum has added a bunch of magic to have one source of truth for the database layer19:27
sdakedo em one patch at a time per object per system19:28
sdakeyo uwill end up with about 20 or 30 patches in your stream19:28
sdakebut they will be easy to review19:28
sdakeimo announce project so people can see the progress ;)19:29
sdakeanyway enough of me being armchair ptl for that project ;)19:29
sdakeenjoy19:29
pbourke-mobileThanks!19:30
sdakeif you hav eq&a ping me with em19:30
sdakehappy to help answer detailed quesstions about the implementation19:31
sdakebtw, the other hting to concern yurself with is the keystone interface19:31
sdakedo that upfront19:31
*** salv-orlando has joined #kolla19:32
sdakehighly highly recommended to do each file as a separate patch19:33
sdaketo make the reviews easy19:33
sdakeanother project you might look at is cloudpulse19:33
sdakethey followed the ironic->cut and paste model as well19:33
sdakei consulted on that project  a bit19:33
SamYaplepbourke-mobile: fyi, im am far from sold on using oslo version objects. I am doubtful we need them at all19:35
openstackgerritQiu Yu proposed openstack/kolla: site.yml update to make sure Neutron registration really happens  https://review.openstack.org/26924719:35
sdakeup to you, i liked them for magnum becaue it simplifies rpc communciation19:35
sdakedepends ify ou pla nto have an rpc server (conductor process)19:36
sdakeif you dont its probably not necessary19:36
sdakeif you do, you want em badly19:36
SamYaplewe will not as already discussed19:36
sdakei am not familiar with the discussion sam19:36
sdakeya if not, then you dont really need versioned objects19:37
sdakeasalkeld is the go to expert on versioned obejcts int his channel19:37
sdakethe problem with not using versioned objects is that there isn't a bunch of code to copy that already is proven19:38
SamYaplesdake: i mean it was discussed in a conversation with you in the ekko channel the other day, but maybe you missed that. its fine19:38
sdakeso its alot more custom code19:38
sdakeya missed it sorry19:38
SamYapleyea not a big deal19:38
SamYapleall our agents are focused on specific things which really simplifies it19:38
*** pirate_ has quit IRC19:39
sdakecool your project your architecture, I have too much on my plate to hreally hellp osrry :(19:39
SamYapleyou cant have multiple agents taking a backup of a single instance for example (or multiple backups of a single instance for that matter)19:39
*** jtriley has joined #kolla19:39
sdakemy internal to cisco deliverbles are increasing19:39
sdakeand I have to maintain same level of commitment externally as well19:39
sdakeso i am really strapped for time19:40
*** dmsimard|afk is now known as dmsimard19:40
*** achanda has joined #kolla19:40
sdake20 more misn until lunchtime is over19:40
sdakeand off to tile land19:40
sdakeSamYaple re midcycle and lunch, do you need any help coordinating that, or are you all sset there?19:41
sdakeneed to make sure the engineers re fed ;)19:42
*** gfidente is now known as gfidente|afk19:43
sdakegfidente|afk hello and welcome ;)19:43
sdakei've got dinner and breakfast set, minus a list of 3 places to vote on for dinner19:43
gfidente|afksdake, hi I know I haven't very active in the channel19:44
gfidente|afkI used to join more to lurk19:44
sdakegfidente|afk roger19:44
sdakewell welcome aboard :)19:44
sdakerhallisey ping19:50
*** salv-orlando has quit IRC19:51
sdakerhallisey can you give me operator permissions please19:51
SamYaplesdake: you should have it already19:52
SamYapledo you know how to op yourself?19:52
SamYapleif you dont i can give you ops19:52
sdakeyes but i dont know my password for ident19:52
sdakeplease do19:52
SamYaplewell you need to fix that first19:52
SamYaplei cant give you permops without ident19:53
sdakei have the password in backups somewhere19:53
sdakejust temporary is fine19:53
sdakei want to put the eventbrint in the topic19:53
*** achanda has quit IRC19:53
sdakeor you can do it if you like19:53
sdakei'll sort out hunting down my password - but would like hte topic changed asap19:54
sdakewould you mind changing it?19:54
sdake"Please register for the Kolla Midcycle February 9th and 10th at: eventbrite link - Agenda @ ..."19:55
SamYapleits not letting me op on #kolla anymore, something must have changed when we did the big-tent thing and got the irc channel up to speed19:55
*** pbourke__ has joined #kolla19:55
SamYaplerhallisey should still have op priv becuase he is original founder19:55
SamYapleotherwise infra19:55
sdakeya slower rhallisey and i have operator permissions19:57
sdakeslower ping19:57
SamYapleI also had them at one point, are you sure you still do?19:57
sdakenot sure19:58
SamYaplerhallisey is the only one i can be sure has it if he is the original founder19:58
sdakei had them as of a month or two ago19:58
sdakeanyoone can be added tothe list19:58
sdakemaybe infra pruned the list19:58
sdakewell when rhallisey appears he can change it :)19:58
*** pbourke-mobile has quit IRC19:58
sdakerhallisey see irc archive if you see this message later please19:59
sdakeSamYaple i dont recall giving you permanent access for operator permissions19:59
sdakenot that i wouldnt, jsut dont recall doing os19:59
sdakeos/so19:59
sdakewell if he hans't done it by the time i get back, I'll find my password20:00
sdakeits on one of my other laptops i am certain20:00
sdakeok guys gotta run for  a couple hours i'll bbiaf20:01
SamYaplerhallisey did20:01
sdakeroger20:01
sdakemaybe infra pruned the list20:01
*** jpeeler has joined #kolla20:03
*** dave-mccowan has joined #kolla20:03
*** dave-mcc_ has joined #kolla20:05
sdakehere is hte eventbrite link folks20:05
sdakehttp://www.eventbrite.com/e/kolla-midcycle-event-tickets-20861426087?aff=utm_source%3Deb_email%26utm_medium%3Demail%26utm_campaign%3Dnew_event_email&utm_term=eventurl_text20:05
sdakehere is a shorter version20:07
sdakehttps://www.eventbrite.com/e/kolla-midcycle-event-tickets-2086142608720:07
*** dave-mccowan has quit IRC20:07
Slowersdake: sup?20:11
Slowersdake: you lose ops?20:11
sdakeslower op me please20:11
SlowerI gotta remember how :)20:11
sdake /msg chanserv #kolla op sdake20:11
sdakei think is how its done20:11
sdakeafteryo u register with nickserv20:11
sdakeor login with nickserv that is20:12
Slower-ChanServ(ChanServ@services.)- You are not authorized to (de)op sdake on #kolla.20:12
Sloweroh20:12
Slowerright I'm not yet :)20:12
sdakeyou need to login first20:12
*** ChanServ sets mode: +o sdake20:12
Slowerthere we go20:12
sdakecool thanks bro20:12
Slowerno worries20:13
*** jtriley has quit IRC20:13
sdake#topic Please RSVP for the Kolla midcycle February 9th and 10th as soon as possible @ https://www.eventbrite.com/e/kolla-midcycle-event-tickets-20861426087 - Kolla IRC meetings on Wednesday 16:30 UTC (Day light savings doesn't apply) - Agenda @ https://wiki.openstack.org/wiki/Meetings/Kolla - IRC channel is *LOGGED* @ http://eavesdrop.openstack.org/irclogs/%23kolla/20:14
*** sdake changes topic to "Please RSVP for the Kolla midcycle February 9th and 10th as soon as possible @ https://www.eventbrite.com/e/kolla-midcycle-event-tickets-20861426087 - Kolla IRC meetings on Wednesday 16:30 UTC (Day light savings doesn't apply) - Agenda @ https://wiki.openstack.org/wiki/Meetings/Kolla - IRC channel is *LOGGED* @ http://eavesdrop.openstack.org/irclogs/%23kolla/"20:14
*** pbourke__ has quit IRC20:16
*** sdake sets mode: -o sdake20:16
sdakeslower areo u coming to the midcycle20:18
sdakejpeeler was just able to get the cisco rate at the westin20:18
sdakewhich was 70$ cheaper20:18
*** pbourke__ has joined #kolla20:18
Slowersdake: yup20:23
Slowersdake: I need to get on that..20:23
sdakeslower dont use your red hat email if you book at the westin20:24
sdakeuse your personal email20:24
sdakeand ask for the cisco rate20:24
sdake175 a night20:24
sdakeplus taxes smakes it 200 a night20:24
Slowerok20:24
*** jasonsb has joined #kolla20:29
sdakenote for folks using the cissco rate, make sur eits "CISCO" not "sysco"20:30
sdakethe rate is 40$ more for sysco20:30
sdakeif they ask for a code ping me offline20:31
sdakeor privately20:31
sdakeand i'll see what i can find20:31
sdakedont mention the code up front20:31
*** jasonsb has quit IRC20:31
*** jasonsb has joined #kolla20:31
openstackgerritMarc Koderer proposed openstack/kolla: Add manila container (source only)  https://review.openstack.org/26897820:33
sdakenice new contributor !!20:35
*** dave-mcc_ has quit IRC20:37
asalkeldstvnoyes: thanks for testing, I have abandoned the other patch infavour of yours20:38
*** dave-mccowan has joined #kolla20:38
openstackgerritQiu Yu proposed openstack/kolla: site.yml update to make sure Neutron registration really happens  https://review.openstack.org/26924720:39
*** kproskurin has joined #kolla20:39
kproskurinHello guys20:39
kproskurinJust want to ask if someone could review https://review.openstack.org/#/c/262247/20:40
SamYaplekproskurin: looking20:40
kproskurinasalkeld: I made some changes based on comments, so could you pls look too20:40
kproskurinSamYaple: tx!20:41
SamYapleah yes kproskurin i will review later tonight. ill need a bit more time to chomp thorugh that one again20:41
kproskurinNo problem!20:41
SamYaple(i do mesos reviews in my off hours)20:41
kproskurin:-)20:41
*** dave-mccowan has quit IRC20:43
asalkeldkproskurin: looking20:44
asalkeldnihilifer: you still about?20:53
openstackgerritMerged openstack/kolla: Rename bootstrap.sh to centos-bootstrap.sh  https://review.openstack.org/26903321:12
*** achanda has joined #kolla21:12
*** pbourke__ has quit IRC21:13
openstackgerritMerged openstack/kolla: remove option verbose from config files  https://review.openstack.org/26904221:16
*** achanda has quit IRC21:17
openstackgerritMerged openstack/kolla: Replace the deprecated rsyslog config style  https://review.openstack.org/26865621:23
*** mbound has joined #kolla21:26
*** mdnadeem has joined #kolla21:29
openstackgerritMerged openstack/kolla: Skip gate FS optimization if no secondary disk  https://review.openstack.org/26883521:37
sdakegot a 30% discount on my tile ;)21:39
sdakeyay for negotiation skills21:39
*** kproskurin has quit IRC21:47
*** shardy has quit IRC21:51
dmsimardsdake: I got one and it doesn't work very well :(21:51
sdakegot one wht?21:51
dmsimardsdake: tile21:52
dmsimardsdake: I meant to get a keylink (http://www.motorola.com/us/consumers/header-accessories-more/Motorola-Keylink/keylink.html) but it's not available in Canada - got a tile instead21:52
sdakeno i men tile flooring :)21:52
sdakebbiaf need to charge laptop21:52
dmsimardLOL21:52
dmsimardwell, that was awkward.21:53
nihiliferasalkeld: hey, i'm here for a while21:53
openstackgerritMerged openstack/kolla-mesos: Add multiple deployment support  https://review.openstack.org/26224721:58
*** pirate has joined #kolla21:59
*** mdnadeem has quit IRC22:04
*** jtriley has joined #kolla22:09
*** dims has joined #kolla22:17
*** dims_ has quit IRC22:18
*** tpot has joined #kolla22:21
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-mesos: Updated from global requirements  https://review.openstack.org/26932222:41
*** jtriley has quit IRC22:43
openstackgerritQiu Yu proposed openstack/kolla: Drop `run_once` and use `delegate_to` to ensure registration  https://review.openstack.org/26924722:44
*** dims has quit IRC22:44
*** dims has joined #kolla22:47
*** achanda has joined #kolla22:48
*** stvnoyes has quit IRC22:49
*** achanda has quit IRC22:50
*** stvnoyes has joined #kolla22:50
*** achanda has joined #kolla22:52
*** jtriley has joined #kolla22:52
*** pbourke_ has quit IRC22:56
*** pbourke_ has joined #kolla22:57
*** mbound has quit IRC22:57
*** jasonsb has quit IRC23:00
*** jasonsb has joined #kolla23:01
*** dims has quit IRC23:05
SamYaplehey nihilifer you approved a patch which you also coauthored https://review.openstack.org/#/c/262247/23:05
SamYaplei wasnt aware we removed that rule for kolla-mesos23:05
*** dims has joined #kolla23:07
*** tummy has joined #kolla23:12
*** achanda has quit IRC23:14
sdakenihilifer please dont approve patches which you coauthor23:21
sdakeshit happens but this is a rule we have in general for kolla23:21
sdakeand we dont make exceptions23:21
*** achanda has joined #kolla23:23
*** salv-orlando has joined #kolla23:33
*** dims has quit IRC23:35
*** dims has joined #kolla23:39
*** achanda has quit IRC23:50
*** yuanying has quit IRC23:54
*** yuanying has joined #kolla23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!