*** achanda has joined #kolla | 00:11 | |
*** achanda has quit IRC | 00:13 | |
*** exploreshaifali has quit IRC | 00:16 | |
*** cloudnautique has quit IRC | 00:17 | |
*** sdake_ has quit IRC | 00:18 | |
*** juggler_ has quit IRC | 00:19 | |
*** sdake has joined #kolla | 00:33 | |
*** tobe has joined #kolla | 00:49 | |
*** tpot has quit IRC | 01:03 | |
*** tpot has joined #kolla | 01:09 | |
openstackgerrit | Merged openstack/kolla: Update Vagrant directories in .gitignore https://review.openstack.org/233567 | 01:10 |
---|---|---|
*** erkules_ has joined #kolla | 01:11 | |
*** erkules has quit IRC | 01:14 | |
*** achanda has joined #kolla | 01:31 | |
*** jasonsb_ has quit IRC | 01:47 | |
bigjools | Is Kolla suitable for deploying a heavily custom Openstack with many custom dependencies? It seems like the image layering is too inflexible for that but maybe I am missing something? | 01:51 |
openstackgerrit | Merged openstack/kolla: Ignore the 'Disk Flags:' line in parted https://review.openstack.org/233592 | 01:58 |
*** alisonh has quit IRC | 02:01 | |
*** unicell1 has quit IRC | 02:02 | |
rhallisey | bigjools, if you layer properly I think it should be fine | 02:05 |
rhallisey | actually even if you don't it shouldn't really matter | 02:05 |
*** vinkman has quit IRC | 02:07 | |
*** rhallisey has quit IRC | 02:09 | |
*** vinkman has joined #kolla | 02:14 | |
*** alisonh has joined #kolla | 02:19 | |
asalkeld | anyone else's kolla-build failing with: | 02:19 |
asalkeld | if (image['parent'] is not None and | 02:19 |
asalkeld | KeyError: 'parent' | 02:19 |
asalkeld | the image has "parent_name" but not parent | 02:20 |
asalkeld | hacked around it, but odd that i am getting that ... | 02:23 |
*** zhiwei has joined #kolla | 02:28 | |
*** dims_ has quit IRC | 02:28 | |
*** sdake has quit IRC | 02:29 | |
*** zhiwei has left #kolla | 02:29 | |
*** klint has joined #kolla | 02:40 | |
*** dims__ has joined #kolla | 02:41 | |
*** CBR09 has joined #kolla | 02:53 | |
mandre | asalkeld, that's odd | 02:55 |
asalkeld | yeah, clean vagrant setup | 02:55 |
mandre | image['parent'] is normally set in find_parents() | 02:55 |
mandre | what's the value of image['parent_name']? | 02:56 |
asalkeld | example: 'parent_name': 'operator.local:4000/lokolla/centos-binary-ceilometer-base:latest', | 02:58 |
*** dims__ has quit IRC | 02:59 | |
asalkeld | no worries, let me re-create the vagrant operator vm and try again | 02:59 |
*** dayou has joined #kolla | 02:59 | |
*** rajalokan has joined #kolla | 02:59 | |
*** tpot_ has joined #kolla | 03:00 | |
*** tpot has quit IRC | 03:01 | |
mandre | well, that bugs me, I'd like to understand why it's failing | 03:01 |
mandre | you should normally have an image with 'fullname' being the same, that's what how we find a matching parent | 03:04 |
asalkeld | mandre: it's ok. emacs make a weird file in my kolla git tree (unsaved change) and that cause an install error | 03:15 |
asalkeld | (i was just adding some notes to the vagrant rst file) | 03:15 |
bigjools | I am trying to make Kolla build on a 12.04.5 Ubuntu base and when it gets to openstack-base I see this in the log: "INFO:__main__:openstack-base:Step 0 : FROM kollaglue/ubuntu-source-base:latest" | 03:20 |
bigjools | I used --base-tag 12.04.5 | 03:20 |
bigjools | is this a bug or did I screw up? | 03:20 |
*** rajalokan has left #kolla | 03:26 | |
*** cloudnautique has joined #kolla | 03:27 | |
*** tfukushima has joined #kolla | 03:27 | |
kjelly | bigjools: Based on the information you provided, it's not bug. But ubuntu 12.04 is a little old. Maybe try it without base-tag | 03:30 |
bigjools | kjelly: no, I need 12.04 | 03:30 |
bigjools | for $reasons | 03:31 |
bigjools | what dictates the tag it uses for that image? | 03:31 |
*** jasonsb_ has joined #kolla | 03:31 | |
kjelly | kjelly: well, it seems that most developer develop in latest tag. | 03:32 |
kjelly | bigjools:well, it seems that most developer develop in latest tag. | 03:32 |
bigjools | kjelly: ok - there's no way to override? | 03:32 |
*** sdake has joined #kolla | 03:33 | |
kjelly | bigjools: you can use "--base-tag 12.04.5". But it maybe doesn't work. | 03:33 |
bigjools | kjelly: yes, that's what I am using already. that's why I thought it was a bug :) | 03:33 |
*** sdake has quit IRC | 03:37 | |
SamYaple | morning | 03:38 |
*** sdake has joined #kolla | 03:38 | |
sdake | evening folks | 03:39 |
sdake | asalkeld i do not run into that problem | 03:39 |
sdake | bigjools could you go into more detail | 03:39 |
SamYaple | sdake: got a successful gate deploy | 03:39 |
sdake | SamYaple nice | 03:40 |
bigjools | sdake: sure. I am trying to get a custom git repo building on 12.04. When it starts to build the base images it ignores the --base-tag I put on the command line and just uses latest. | 03:41 |
bigjools | "docker images" shows ubuntu at 12.04 but the others are 'latest' | 03:41 |
sdake | custom git repo contains what? | 03:41 |
SamYaple | bigjools: you aren't going to be able to build these images on 12.04 | 03:41 |
SamYaple | bigjools: but also --base-tag speciffcaly only refers to base | 03:42 |
bigjools | sdake: well I am starting with keystone | 03:42 |
SamYaple | so that wounds like its working | 03:42 |
bigjools | oh ok - can I override the others? | 03:42 |
SamYaple | --tag | 03:42 |
SamYaple | basically --base-tag is just used to pick the base image (the only image kolla doesnt build) | 03:42 |
SamYaple | --tag is used to tag images kolla does build | 03:43 |
bigjools | aha ok let me try that, thanks | 03:43 |
sdake | SamYaple got my 1.2 tb intel 750 today | 03:44 |
SamYaple | i read | 03:44 |
SamYaple | i also have 1.2tb of intel 750 | 03:44 |
SamYaple | but with 3x the iops! | 03:44 |
sdake | i havae 3 400gb 750s as well ;-) | 03:44 |
SamYaple | i would be very intersted in the performance numbers of your 800$ switch | 03:45 |
SamYaple | my guess is the backplane can only do 1-2GB a second | 03:45 |
sdake | it claims 10gb | 03:46 |
sdake | i'll let you knw owhen i get it | 03:46 |
sdake | people in the q&a claim 6-8gb | 03:46 |
sdake | which is GEFN compared to 5k for a cisco switch | 03:46 |
SamYaple | no thats not what im saying | 03:46 |
SamYaple | a switch with 24 10gb ports may only be able to switch 160gb a second | 03:47 |
sdake | i'll let you know what my ceph numbers are as soon as i get my gear installed | 03:49 |
sdake | my 2 400gb are in transit atm | 03:49 |
sdake | as wel las tehe switch - arrives tomorrow ithink | 03:50 |
bigjools | So this isn't doing what I expected, it's downloading 14.04 packages. Is that hard-coded somewhere? | 03:50 |
SamYaple | bigjools: yes all over the place | 03:51 |
*** zhiwei has joined #kolla | 03:51 | |
SamYaple | this wont work with 12.04 like i said above | 03:51 |
bigjools | damn :( | 03:51 |
bigjools | ok | 03:51 |
SamYaple | im fairly certain they dont even make liberty packages for 12.04 | 03:51 |
SamYaple | ill check | 03:51 |
bigjools | well like I said above, I'm using custom repos | 03:52 |
SamYaple | nope | 03:52 |
SamYaple | only icehouse | 03:52 |
*** zhiwei has left #kolla | 03:52 | |
SamYaple | sure but there are expectations about the versions of packages | 03:52 |
sdake | SamYaple i think what bigjools is getting at his his dependencies need to be older then theya re | 03:53 |
sdake | we do not have a dependency pinning solutiion on koll atm | 03:53 |
SamYaple | what im saying is that wont happen | 03:53 |
sdake | that said, I think we need one | 03:53 |
SamYaple | we _need_ newever versions | 03:53 |
SamYaple | ubuntu is pinned | 03:53 |
sdake | i.e. specify a requirements.txt and pin eah install to a custom requirements.txt | 03:54 |
openstackgerrit | Kuo-tung Kao proposed openstack/kolla: update doc for root is needed when deploying https://review.openstack.org/232381 | 03:54 |
SamYaple | what are you talking about sdake | 03:54 |
bigjools | I was using include_header to set up pins and repos etc, but the stuff I can't change is using 14.04, obviously | 03:54 |
*** tpot_ has quit IRC | 03:54 | |
sdake | if oslo.log is 1.1.0 and 1.2.0 is broken, yo uwill want to use 1.1.0 = in other words custom pin to oslo.log 1.1.0 | 03:54 |
SamYaple | i dont htink bigjools is talking about that at all | 03:54 |
sdake | possible i dont he enough information | 03:55 |
bigjools | That part works OK I think | 03:55 |
bigjools | it's the fact that when it installs the other -base images it uses 14.04 | 03:55 |
bigjools | well, all of them in fact | 03:55 |
sdake | and the problem wit htht is what/ | 03:55 |
bigjools | I have to use 12.04, I don't get a choice here because of other reasons | 03:56 |
SamYaple | yea i dont think this will work for you bigjools | 03:56 |
bigjools | if it's not possibe then fair enough | 03:56 |
SamYaple | there are lots of small changes throughout | 03:57 |
bigjools | how are you going to deal with this when newer Ubuntu releases are made? | 03:57 |
SamYaple | additionally its expected you have certain version of packages (qemu, rabbitmq, etc) | 03:57 |
SamYaple | just upgrade it? | 03:57 |
SamYaple | its in a container so itll be fine | 03:57 |
bigjools | I mean installing from scratch | 03:57 |
SamYaple | like baremetal? | 03:57 |
SamYaple | im confused | 03:58 |
SamYaple | all of this is in the container so that doesnt really affect anything | 03:58 |
sdake | bigjools probably ahs ssome requirements driven by his business not to upgrade | 03:58 |
bigjools | I mean when the next LTS comes out and I want to install from scratch with Kolla, will it still use 14.04 or does it just grab the latest LTS? Or something else? | 03:58 |
SamYaple | kolla will always target the latest LTS | 03:58 |
sdake | kolla atm doesnst dod bare metal provisioning | 03:59 |
bigjools | righto | 03:59 |
bigjools | ok that's cleared things up very well, thanks both | 03:59 |
SamYaple | the packages may overlap in the case of 14.04->16.04 but probably not for 3 years | 03:59 |
*** dims__ has joined #kolla | 03:59 | |
SamYaple | bigjools: just to be clear, some of these reqs are imposed by openstack, mainly the libvirt and qemu versions | 04:00 |
SamYaple | canonical provides the updated repos and kolla consumes them | 04:00 |
bigjools | yeah I know, we have workarounds for that :) | 04:00 |
SamYaple | ok just making sure | 04:00 |
SamYaple | truthfully you _could_ make this work if you wanted to | 04:00 |
sdake | soudns ike metapod ;-) | 04:00 |
bigjools | *cough* :) | 04:00 |
SamYaple | it would be a simple fork of kolla with a few tweaks | 04:00 |
bigjools | right | 04:01 |
bigjools | I'll have to see if we want to go that route, I dislike forking but ... | 04:01 |
sdake | its not a fork if you rebase against master periodically | 04:02 |
sdake | this is how the upstream openstack orkernel.org work | 04:02 |
sdake | or most open source software | 04:02 |
sdake | redhat takes kernel.org, forks tmeporarily (temporary being 7 years) | 04:03 |
sdake | but eventuall yrebases against master when new version of rhel comes out | 04:03 |
sdake | centos operates same way | 04:03 |
*** dims__ has quit IRC | 04:06 | |
bigjools | yeah, tech-debt is my bugbear | 04:10 |
*** bmace__ has quit IRC | 04:11 | |
*** bmace__ has joined #kolla | 04:12 | |
nihilifer | o/ | 04:12 |
sdake | samyaple is it possible to use ceph with 1 disk? | 04:13 |
sdake | with 3 control nodes | 04:13 |
SamYaple | yea | 04:13 |
SamYaple | just bootstrap one disk. dont change anything else | 04:14 |
SamYaple | youll have to change number of copies or modify crush map | 04:14 |
*** tpot has joined #kolla | 04:14 | |
sdake | cool can you hand hold me throug hthat, in about 20 mins afteri finish eating? | 04:15 |
SamYaple | its in the docs | 04:15 |
*** jasonsb_ has quit IRC | 04:19 | |
*** tpot has quit IRC | 04:23 | |
*** tpot has joined #kolla | 04:25 | |
*** sdake has quit IRC | 04:30 | |
*** sdake has joined #kolla | 04:31 | |
SamYaple | sdake: hey | 04:44 |
SamYaple | gnocchi builds just fine for ubuntu | 04:44 |
SamYaple | i dont want to remove that | 04:44 |
sdake | oh wasnt aware | 04:45 |
sdake | i thought it was broken all around | 04:45 |
SamYaple | yea i put the work into fixing that like 2 months ago | 04:45 |
SamYaple | its been building fine since then | 04:45 |
sdake | can you abandon the change then please | 04:45 |
sdake | since you havve it open | 04:45 |
sdake | dont abandon others changes unless asked btw :) | 04:46 |
SamYaple | the remove gnocchi change? | 04:46 |
sdake | ya | 04:46 |
SamYaple | alright. and i dont abandon peoples changes :) | 04:46 |
sdake | i expire peoples changes after a couple a months | 04:46 |
sdake | but i usually give warning :) | 04:46 |
SamYaple | wel lthat i do | 04:46 |
*** tfukushima has quit IRC | 04:48 | |
*** inc0 has joined #kolla | 04:49 | |
tpot | yay - my first successful tools/kolla-ansible deploy | 04:49 |
SamYaple | awesome tpot | 04:50 |
inc0 | good early morning | 04:50 |
SamYaple | morning inc0 | 04:50 |
sdake | nice job tpot | 04:50 |
sdake | what are your first impressions | 04:50 |
SamYaple | sdake: https://review.openstack.org/#/c/233879/ | 04:52 |
SamYaple | this is breaking builds now | 04:52 |
sdake | sounds like it needs a revert | 04:52 |
SamYaple | thats what that patch is | 04:53 |
inc0 | sam I've hit +a | 04:53 |
SamYaple | thanks inc0 | 04:54 |
SamYaple | ill kick the backport immediately | 04:54 |
openstackgerrit | Merged openstack/kolla: Remove obsolete backport for oslo.log https://review.openstack.org/233879 | 04:55 |
tpot | first impressions are it's a bit fiddly and lots of linux admin knowledge required to troubleshoot | 04:56 |
*** tpot has quit IRC | 04:56 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Remove obsolete backport for oslo.log https://review.openstack.org/233938 | 04:56 |
openstackgerrit | Michal Rostecki proposed openstack/kolla: [WIP] Separate exclusion list for source and binary types https://review.openstack.org/233939 | 04:59 |
SamYaple | tpot thats probably a fair assessment | 04:59 |
SamYaple | Michal Rostecki are you in IRC? | 04:59 |
nihilifer | yes, I am | 04:59 |
SamYaple | ah hi nihilifer! didnt realize that was you | 04:59 |
inc0 | so much MichaĆs | 05:00 |
inc0 | so many of them | 05:00 |
inc0 | ;) | 05:00 |
SamYaple | so sdake wiegh in here, but didnt we say we were going to do a 'main, infra, aux' list? | 05:00 |
nihilifer | inc0: where is second Michal from Intel? ;) | 05:00 |
SamYaple | if so i dont think we need a seperate exlusion list | 05:00 |
inc0 | he's doing docker now...docker itself | 05:00 |
*** tpot has joined #kolla | 05:01 | |
inc0 | SamYaple, elaborate please? what's main, infra, aux? | 05:01 |
SamYaple | https://blueprints.launchpad.net/kolla/+spec/restructure-template | 05:01 |
nihilifer | SamYaple: didn't realize that. well, I just picked up this bug | 05:01 |
SamYaple | no its cool | 05:01 |
SamYaple | and that may be what we do | 05:01 |
SamYaple | trying to make sure we arent duplicating efforts | 05:02 |
SamYaple | dont want to waste your time | 05:02 |
tpot | first impressions - a bit fiddly but that's probably my unfamiliarity with ansible and the project itself | 05:02 |
inc0 | ah, so "contrib" topic? | 05:02 |
SamYaple | yea inc0 | 05:02 |
SamYaple | tpot: i would agree with your assesment | 05:02 |
inc0 | I think we have session about that | 05:02 |
inc0 | something I want to move in this topic is also 3rd party | 05:03 |
tpot | Hey I'm going to be at the summit in Tokyo and would love to say hi to you all if you are there also | 05:03 |
inc0 | so ease of adding new stuff by consuming parties | 05:03 |
inc0 | not to core code, but as plugins | 05:04 |
SamYaple | tpot: I will be there, so will alot of us | 05:04 |
sdake | tpot we have 8 design sessions so we will be there :) | 05:04 |
inc0 | tpot, feel free to join us at any of kolla sessions | 05:04 |
tpot | I'll definitely be there | 05:04 |
SamYaple | just not the non-kolla sessions | 05:04 |
SamYaple | stay away from us in those | 05:04 |
inc0 | no, why? there are few ops summit sessions that sounds fun | 05:04 |
tpot | very impressive to run pstree and see everything running under docker | 05:05 |
inc0 | I don't want to be seen too close to devs | 05:05 |
SamYaple | tpot: not.. everything | 05:05 |
SamYaple | tpot: libvirt qemu instances will not | 05:05 |
SamYaple | same with ceph-osd | 05:05 |
SamYaple | for various reasons | 05:05 |
tpot | bah - details (-: | 05:05 |
SamYaple | :) | 05:05 |
inc0 | SamYaple, what do you mean? docker is wrapping this stuff | 05:05 |
sdake | docker-engine 1.8.3 and kolla don't work together | 05:05 |
tpot | it's interesting to see how much the docker abstraction needs to be broken, and where, for it all to work | 05:05 |
inc0 | ofc it meddles with base host | 05:06 |
inc0 | same as ovs | 05:06 |
SamYaple | inc0: qemu and ceph-osd are not under the docker parents | 05:06 |
SamYaple | they are under pid 1 as parent | 05:06 |
inc0 | ah that's what you mean | 05:06 |
inc0 | yeah, pstree | 05:06 |
SamYaple | htop for me! | 05:06 |
inc0 | I need to drink caffeine. | 05:06 |
inc0 | 7am here, brain is slow, send help | 05:07 |
SamYaple | vbel you around? | 05:08 |
openstackgerrit | Merged openstack/kolla: Fix up loc with change to devenv https://review.openstack.org/233404 | 05:11 |
SamYaple | pbourke: you around? | 05:14 |
sdake | ya docker-engine 1.8.3 is busted | 05:15 |
SamYaple | ive been using 1.8.3 for a while | 05:15 |
SamYaple | no issues | 05:15 |
sdake | wierd | 05:15 |
sdake | it prints out something about m yregistry is old | 05:15 |
sdake | and this causes ansible to implode | 05:15 |
SamYaple | ansible only interacts with docker-py | 05:16 |
SamYaple | i would start by looking there | 05:16 |
sdake | which interacts with docker | 05:16 |
sdake | i am running same version of docker-py | 05:16 |
*** vinkman has quit IRC | 05:16 | |
SamYaple | is that version of docker-py new enough to interact with 1.8.3 | 05:16 |
sdake | unknown | 05:16 |
SamYaple | i would start by looking at docker-py | 05:17 |
sdake | y series is supposed to be api lockdown | 05:17 |
SamYaple | and yet 1.4.0 to 1.4.1 had an api bump if i remember correctly | 05:17 |
SamYaple | for pid host support | 05:17 |
sdake | anyway docker .1.81 works well enough | 05:17 |
*** tfukushima has joined #kolla | 05:20 | |
*** tfukushima has quit IRC | 05:20 | |
sdake | tpot how many nodes did you deploy - and did you deploy with a registry? | 05:22 |
tpot | just a single node spare PC | 05:22 |
*** tfukushima has joined #kolla | 05:22 | |
tpot | all images built locally | 05:23 |
sdake | what did yo uthink of speed of deployment | 05:25 |
tpot | i think i've got the wrong config for the (required) devicemapper backend | 05:26 |
tpot | so creating a container is pretty slow | 05:26 |
sdake | to build, best performance happens with btrfs | 05:27 |
tpot | it may work faster if I use a dedicated partition for containers | 05:27 |
sdake | to deploy best perfomrnace uses overlayfs | 05:27 |
tpot | yeah i think the default dm backend uses multiple layers of loopback and is really slow | 05:27 |
tpot | doesn't overlayfs not work with systemd? | 05:27 |
tpot | there was a launchpad bug report about the systemd RPM not installing onto a container with overlayfs and I ran into that early o n | 05:28 |
tpot | anyway, i thought things were reasonably fast given my old hardware and slow network in .au | 05:29 |
SamYaple | tpot: it doesnt work for builds at all | 05:29 |
SamYaple | overlayfs is great for _running_ containers | 05:29 |
tpot | gotcha - good tip | 05:29 |
*** tfukushima has quit IRC | 05:32 | |
openstackgerrit | Merged openstack/kolla: Remove obsolete backport for oslo.log https://review.openstack.org/233938 | 05:36 |
sdake | yes you can't build on overaly | 05:37 |
sdake | but you can deploy to overlayfs | 05:37 |
*** unicell has joined #kolla | 05:38 | |
*** tobe has quit IRC | 05:39 | |
*** daneyon has joined #kolla | 05:40 | |
openstackgerrit | Michal Rostecki proposed openstack/kolla: Push images to registry by default in Vagrant https://review.openstack.org/233946 | 05:40 |
*** daneyon has quit IRC | 05:41 | |
sdake | samyaple what are the cinder pool names? | 05:42 |
*** tfukushima has joined #kolla | 05:43 | |
sdake | volumes and backups? | 05:44 |
openstackgerrit | Michal Rostecki proposed openstack/kolla: Update Vagrant docs https://review.openstack.org/233371 | 05:47 |
openstackgerrit | Michal Rostecki proposed openstack/kolla: Update Vagrant docs https://review.openstack.org/233371 | 05:50 |
*** tpot has quit IRC | 05:52 | |
SamYaple | sdake: cinder is volumes | 05:58 |
SamYaple | cinder-backup is backups | 05:59 |
sdake | ValueError: No JSON object could be decoded | 06:01 |
sdake | from TASK: [ceph | Fetching Ceph keyrings] ***************************************** | 06:02 |
sdake | any ideas how to rectify? | 06:02 |
SamYaple | clean your environment | 06:02 |
sdake | i killed all containers rebooted, parted labels rebooted | 06:02 |
sdake | and removed the entry from etc/fstab | 06:02 |
SamYaple | umount /var/lib/ceph/osd/*; rm -rf /var/lib/ceph/osd/*; ceph_wipe; sed -ir '/ceph/d' /etc/fstab; rm -rf /etc/kolla/!(config|globals.yml|passwords.yml) /usr/share/kolla; | 06:03 |
SamYaple | do something like that then | 06:03 |
*** dims__ has joined #kolla | 06:03 | |
SamYaple | you didnt remove /etc/kolla/ceph-* | 06:03 |
sdake | is it not possible to label a parition, only a disk? | 06:04 |
SamYaple | well you are labeling a partition not the disk | 06:05 |
SamYaple | but the general notion yes, it uses the whole dis | 06:05 |
SamYaple | disk* | 06:05 |
sdake | so you can hve a bootstrap with 3 partitions on one disk? | 06:05 |
SamYaple | its going to use the whole disk and youll end up with one OSD, but sure i guess | 06:06 |
SamYaple | you can label 3 partitions as bootstrap. | 06:06 |
SamYaple | it wont do anything sepcial | 06:06 |
openstackgerrit | Michal Rostecki proposed openstack/kolla: Install tox in Vagrant https://review.openstack.org/233960 | 06:06 |
sdake | i want to add poor mans cache auto-setup via labeling in the future | 06:06 |
sdake | just seing if its posislbe | 06:07 |
SamYaple | yea we can probably do that | 06:07 |
SamYaple | but scope creep on ceph end is a bad thing | 06:07 |
SamYaple | itll grow larger than kolla in a hurry | 06:07 |
sdake | could you expand on that point | 06:08 |
SamYaple | ceph is big and complex. to do automated tihngs with ceph requires lots of code | 06:08 |
SamYaple | cache we could probably pull off reasonably | 06:08 |
SamYaple | but ceph can to a million and one things and i dont want that stuff in kolla | 06:09 |
sdake | ya i thnk th elabel thing is a solid solution to avoid witch doctor skills with ceph | 06:09 |
sdake | i have to eval is caching is even worthwhile | 06:09 |
*** dims__ has quit IRC | 06:09 | |
SamYaple | yea i agreed to the cache thing last week | 06:10 |
SamYaple | i just want to set expectations | 06:10 |
sdake | right i recall | 06:10 |
sdake | i dont even know if it will be worthwhile | 06:11 |
SamYaple | the cache thing will | 06:11 |
sdake | it looked from your prelim tests it was | 06:11 |
sdake | but i didn't see the baseline with no cache | 06:11 |
SamYaple | no cache _and_ no ssd journal was ~100MB/s, 1000 iops total cluster | 06:11 |
SamYaple | 8 disks i think | 06:12 |
sdake | is a cache ssd required per compute node? | 06:14 |
sdake | or only a limited amount required? | 06:14 |
SamYaple | you dont have to have the cache on any particular nodes | 06:15 |
SamYaple | its all over the network | 06:15 |
sdake | where do you think it tops out? | 06:15 |
sdake | just depends on size? | 06:15 |
SamYaple | what do you ean? | 06:15 |
SamYaple | mean* | 06:15 |
sdake | how much disk space of cache to regular disk space is necessary for improved throughput | 06:16 |
SamYaple | lust like any cache it depends on how you use it | 06:16 |
SamYaple | if you are really write heavy, alot | 06:16 |
SamYaple | if not just a little cache is fine | 06:16 |
sdake | does ceph run over a storage network separate from the rest of the control network? | 06:19 |
sdake | or can it be made to do so? | 06:19 |
sdake | control/managemnet network | 06:20 |
SamYaple | there is no control/management network | 06:20 |
SamYaple | just api_interface | 06:20 |
SamYaple | we also have a storage_interface | 06:20 |
SamYaple | it defaults to api_interface | 06:20 |
*** openstack has joined #kolla | 06:29 | |
sdake | which disk benchmark tool didyo uuse to mesaure iops? | 06:31 |
SamYaple | fio | 06:31 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Bump ansible to 1.9.2 https://review.openstack.org/233983 | 06:33 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix issue with su and bad kernels https://review.openstack.org/233984 | 06:33 |
SamYaple | sdake: those patches are requirements for the gate | 06:33 |
SamYaple | please review if you want them in liberty | 06:33 |
*** daneyon has joined #kolla | 06:34 | |
sdake | [sdake@minime-01 ~]$ docker exec ceph_mon ceph -s | 06:36 |
sdake | cluster 5fba2fbc-551d-11e5-a8ce-01ef4c5cf93c | 06:36 |
sdake | health HEALTH_WARN 128 pgs incomplete; 128 pgs stuck inactive; 128 pgs stuck unclean | 06:36 |
sdake | monmap e1: 3 mons at {minime-01=192.168.1.101:6789/0,minime-02=192.168.1.102:6789/0,minime-03=192.168.1.103:6789/0}, election epoch 4, quorum 0,1,2 minime-01,minime-02,minime-03 | 06:36 |
SamYaple | pastebin! | 06:36 |
sdake | nova hypervisor-list shows no hypervisors | 06:37 |
* sdake sighs | 06:37 | |
sdake | agent-list works | 06:37 |
SamYaple | did anyone ever implement ceph for centos? | 06:37 |
SamYaple | if not thats probably why its broken | 06:37 |
* sdake groans | 06:37 | |
sdake | what is involved, just installing packages? | 06:38 |
SamYaple | i believe so | 06:38 |
SamYaple | but i cant test it so i dont know | 06:38 |
sdake | 2015-10-13 06:37:59.417 1 ERROR nova.compute.manager [req-433d9427-bf27-441b-9973-e0089e0b8906 - - - - -] Error updating resources for node minime-03: rbd python libraries not found | 06:39 |
SamYaple | yea youll need ceph-common package for nova and cinder | 06:39 |
*** daneyon has quit IRC | 06:39 | |
sdake | does rbd python librar ycome from ceph-common? | 06:39 |
SamYaple | ceph-common includes a dep for that library yea | 06:39 |
sdake | what about glance? | 06:40 |
sdake | also needs ceph-common? | 06:40 |
SamYaple | glance needs python-rbd and python-rados packages only | 06:40 |
SamYaple | (packages not pip installed) | 06:40 |
sdake | just nova-compute needs ceph-common? | 06:40 |
SamYaple | youll need ceph-common package for nova and cinder | 06:40 |
SamYaple | you also probably need to a a ceph repo for ceph-hammer in the base | 06:41 |
sdake | in nova-base and cinder-base or some other container? | 06:41 |
SamYaple | i dont know what centos runs, but hammer is what we are targetting | 06:41 |
sdake | i'll sort that out | 06:41 |
sdake | where did yo uput em for ubuntu | 06:41 |
sdake | the bsae packages or somethign else? | 06:41 |
SamYaple | i dont recall. im sure yo ucan grep for it | 06:42 |
SamYaple | i dont know what the centos package names are, but ubuntu package names are ceph-common and python-rbd | 06:42 |
sdake | what about qemu-utisl? | 06:42 |
sdake | utils | 06:42 |
SamYaple | yea youll probably need to do something with that. depending on the package version | 06:42 |
SamYaple | idk though | 06:43 |
SamYaple | i had to file upstream bugs to sort it out with ubuntu | 06:43 |
sdake | any other distro specific things? | 06:45 |
SamYaple | unknown | 06:45 |
*** achanda has quit IRC | 06:46 | |
*** achanda has joined #kolla | 06:48 | |
sdake | is 0.80 hammer? | 06:49 |
SamYaple | no | 06:50 |
SamYaple | thats like firefly i think | 06:50 |
SamYaple | 0.94 is hammer i believe | 06:50 |
openstackgerrit | Sam Yaple proposed openstack/kolla: In gate functional testing https://review.openstack.org/233993 | 07:02 |
SamYaple | tada | 07:02 |
*** dims__ has joined #kolla | 07:05 | |
*** jmccarthy has quit IRC | 07:07 | |
*** akwasnie has joined #kolla | 07:07 | |
*** jmccarthy has joined #kolla | 07:07 | |
*** dims__ has quit IRC | 07:10 | |
*** exploreshaifali has joined #kolla | 07:11 | |
*** achanda has quit IRC | 07:20 | |
*** exploreshaifali has quit IRC | 07:20 | |
SamYaple | question about delorean | 07:23 |
SamYaple | is that still enabled in the liberty branch sdake ? | 07:23 |
SamYaple | if so how is that considered liberty? | 07:24 |
sdake | i am workign on getting an answer on that | 07:24 |
sdake | i thought i got one a couple days ago but it was incorrect repo location | 07:24 |
sdake | and the cat who told me the answer hs been ooo | 07:25 |
*** Travis__ has joined #kolla | 07:26 | |
*** daneyon has joined #kolla | 07:29 | |
*** daneyon has quit IRC | 07:34 | |
*** Travis__ has left #kolla | 07:34 | |
openstackgerrit | Steven Dake proposed openstack/kolla: Make Ceph work for RPM based distributions https://review.openstack.org/234020 | 07:58 |
*** dims__ has joined #kolla | 08:06 | |
*** jmccarthy has quit IRC | 08:07 | |
sdake | well SamYaple fantastic job on ceph | 08:07 |
*** jmccarthy has joined #kolla | 08:07 | |
sdake | it works liek a cham with my centos port | 08:07 |
SamYaple | huzzah | 08:08 |
*** dims__ has quit IRC | 08:11 | |
sdake | good thing smoene tested rpm prior to our final releae ;) | 08:11 |
SamYaple | i test ubuntu lal the time! | 08:12 |
SamYaple | get with the program! | 08:12 |
sdake | just got hardware today | 08:12 |
SamYaple | always somthing with you isnt it... | 08:13 |
*** athomas has quit IRC | 08:14 | |
sdake | can't test with invible electrons :) | 08:15 |
SamYaple | not with that attitude | 08:15 |
SamYaple | https://github.com/docker/docker/commit/668a1758bd7bb1007fe5a44194dc3ae3cba3934c | 08:15 |
SamYaple | sdake: ^^ thats probably what you hit | 08:15 |
SamYaple | its got a daemon flag | 08:15 |
*** athomas has joined #kolla | 08:15 | |
jmccarthy | SamYaple: not with that attitude - LOL ! | 08:16 |
SamYaple | I am very clever. Praise me | 08:16 |
*** gfidente has joined #kolla | 08:17 | |
sdake | possible | 08:17 |
sdake | but the default is to work with v1 registries from wht i can tell | 08:17 |
SamYaple | no | 08:18 |
SamYaple | read the commit message | 08:18 |
sdake | 1am going to bed | 08:18 |
sdake | night all | 08:18 |
jmccarthy | Nite ! | 08:19 |
SamYaple | night | 08:21 |
*** daneyon has joined #kolla | 08:23 | |
*** zhiwei has joined #kolla | 08:24 | |
*** mbound has joined #kolla | 08:26 | |
*** sdake has quit IRC | 08:27 | |
*** daneyon has quit IRC | 08:28 | |
*** openstack has joined #kolla | 08:48 | |
jmccarthy | SamYaple: Hmm is what is done for swift currently risky by default ? i.e. should there be iptables/firewalld/etc rules documented about it ? I saw your earlier comments about pulling tokens | 08:48 |
*** cemason has joined #kolla | 08:49 | |
*** pbourke has quit IRC | 08:56 | |
*** pbourke has joined #kolla | 08:57 | |
SamYaple | jmccarthy: yea documentation is best here | 09:01 |
SamYaple | basically if you can talk to memcache you have full access to al lcontents | 09:01 |
SamYaple | so iptables/netowrk segregation either one | 09:01 |
SamYaple | you need that stuff | 09:01 |
*** exploreshaifali has joined #kolla | 09:03 | |
SamYaple | welp sdake i was mistaken. i was running docker 1.8.2 | 09:04 |
SamYaple | docker 1.8.3 is b0rked | 09:05 |
*** dims__ has joined #kolla | 09:08 | |
*** dayou has quit IRC | 09:09 | |
CBR09 | SamYaple: hi, you around? | 09:12 |
*** dims__ has quit IRC | 09:13 | |
*** daneyon has joined #kolla | 09:17 | |
SamYaple | maybe... | 09:20 |
SamYaple | problem CBR09? | 09:21 |
*** daneyon has quit IRC | 09:22 | |
CBR09 | ah, some problem, but I found it | 09:25 |
CBR09 | same as https://bugs.launchpad.net/mos/+bug/1390168 | 09:25 |
openstack | Launchpad bug 1390168 in Mirantis OpenStack 6.1.x "nova-conductor failed to start while galera cluster is building after reboot" [High,Invalid] - Assigned to MOS Nova (mos-nova) | 09:25 |
CBR09 | nova-conductor can not connect galera | 09:27 |
SamYaple | CBR09: sounds like mariadb isnt running | 09:28 |
CBR09 | problem when mariadb isn't running, nova-conductor trying establish connection | 09:31 |
SamYaple | sure but thats to be expected | 09:31 |
SamYaple | things break when they cant reach the database | 09:31 |
CBR09 | and when mariadb is running, nova-conductor stop reconnecting mariadb | 09:31 |
CBR09 | just restart nova-conductor | 09:32 |
CBR09 | it's fix | 09:32 |
CBR09 | or change database.max_retries=-1 | 09:34 |
CBR09 | always reconnect | 09:35 |
*** openstackstatus has joined #kolla | 09:37 | |
*** ChanServ sets mode: +v openstackstatus | 09:37 | |
-openstackstatus- NOTICE: gerrit is undergoing an emergency restart to investigate load issues | 09:40 | |
*** ChanServ changes topic to "gerrit is undergoing an emergency restart to investigate load issues" | 09:40 | |
kjelly | SamYaple: Should I document "/etc/" in next patch ? this is ansible problem, not kolla. https://review.openstack.org/#/c/232381/4/doc/ansible-deployment.rst | 09:41 |
CBR09 | should we put max_retries=-1 in nova.confg ? | 09:42 |
CBR09 | default it's 10 | 09:42 |
*** zhiwei has quit IRC | 09:44 | |
SamYaple | CBR09: sounds like a great canidate for us to put in there for sure | 09:47 |
*** dims__ has joined #kolla | 09:49 | |
CBR09 | Ok, I'm file a bug and fix it | 09:49 |
*** zhiwei has joined #kolla | 09:55 | |
*** zhiwei has quit IRC | 10:00 | |
*** openstackgerrit has quit IRC | 10:01 | |
*** openstackgerrit has joined #kolla | 10:01 | |
*** tfukushima has quit IRC | 10:04 | |
*** diga has quit IRC | 10:11 | |
*** daneyon has joined #kolla | 10:11 | |
*** daneyon has quit IRC | 10:16 | |
openstackgerrit | Merged openstack/kolla: Push images to registry by default in Vagrant https://review.openstack.org/233946 | 10:16 |
*** dims__ is now known as dims | 10:18 | |
*** cemason has quit IRC | 10:20 | |
*** shardy_ has joined #kolla | 10:20 | |
*** shardy has quit IRC | 10:22 | |
*** cemason has joined #kolla | 10:22 | |
*** shardy_ has quit IRC | 10:25 | |
*** shardy has joined #kolla | 10:26 | |
openstackgerrit | Paul Bourke proposed openstack/kolla: Also copy over Swift builder files for rings https://review.openstack.org/234117 | 10:37 |
SamYaple | pbourke: you around | 10:37 |
pbourke | SamYaple: yup | 10:37 |
SamYaple | cool | 10:37 |
SamYaple | couple of this | 10:37 |
SamYaple | docker 1.8.3 is b0rked with ansible | 10:37 |
SamYaple | specifically the ansible docker.py module | 10:38 |
SamYaple | they changed api returns without updating the versions | 10:38 |
SamYaple | huzzah | 10:38 |
SamYaple | got a patch up at ansible to fix it | 10:38 |
SamYaple | https://github.com/ansible/ansible-modules-core/pull/2258 | 10:38 |
SamYaple | so put some heat on it if you can and stay away from 1.8.3 if yo ucant | 10:39 |
SamYaple | second thing is the uppercontainers patch | 10:39 |
SamYaple | lets talk about that | 10:39 |
pbourke | are you familiar with the requirements repo? | 10:41 |
SamYaple | very | 10:41 |
SamYaple | but the problem i have is with upper contstraints | 10:41 |
pbourke | is my patch using it in an incorrect way? | 10:41 |
SamYaple | if we used it right now all logging would be b0rked | 10:41 |
SamYaple | nope upper constraints is | 10:41 |
pbourke | any idea what other projects do in this situation | 10:42 |
SamYaple | ignore it? | 10:42 |
pbourke | actually I think there's an exclusion mechanism? | 10:42 |
SamYaple | there is, but im not sure we want to use the upper constraints is my point | 10:43 |
SamYaple | because we are building images in a point-in-time we should be alright not using them | 10:43 |
SamYaple | just tlaking here of course | 10:43 |
pbourke | for me its a step to make builds more repeatable and reliable | 10:44 |
SamYaple | yea im not opposed to it (i left a comment to this affect) ive just got some reservations | 10:45 |
pbourke | yeah im just trying to explain my goal | 10:45 |
SamYaple | we have no expectation that liberty will build a year down the road | 10:45 |
SamYaple | distro packages will break that | 10:45 |
SamYaple | the goal is repeatable reliable _deploys_ in my opinion | 10:45 |
SamYaple | and we do that with images | 10:45 |
SamYaple | so will this help or hinder that is what im getting out | 10:46 |
SamYaple | s/out/at/ | 10:46 |
pbourke | this will help, let me say why | 10:46 |
SamYaple | cool | 10:46 |
pbourke | you're correct in that deploys should be the goal rather than builds. its quite likely the image will build with a newer version of dependency x | 10:46 |
pbourke | but it's also likely a runtime error can result from the newer dep | 10:46 |
pbourke | which is exactly what I ran into yesterday | 10:47 |
pbourke | (not on master but no reason it doesn't happen on master from time to time) | 10:47 |
pbourke | there's also a corporate tinge to this requirement in that legal/security types like to have a full list of versions that goes into a release | 10:48 |
SamYaple | well thats the thing | 10:48 |
SamYaple | upper-constraints can change | 10:49 |
SamYaple | in a release i mean | 10:49 |
SamYaple | its not a hard cap for that release | 10:49 |
pbourke | right, but not if you check out a ref of it | 10:49 |
SamYaple | which we should because it only changes to fix a bug | 10:49 |
pbourke | I didnt add that in this patch though as kolla always goes from master | 10:49 |
SamYaple | chouldnt* | 10:49 |
SamYaple | the requirements project doesnt do tags | 10:49 |
SamYaple | its master (or head of a branch) always | 10:50 |
SamYaple | thats _always_ the right thing to pull and it does change from time to time | 10:50 |
pbourke | again you can just specify a ref, or mirror the repo and only sync it when you need (which is what we do in oracle) | 10:50 |
pbourke | its up to the deployer, the thing is the option is there | 10:51 |
SamYaple | actually its up to the builder in that case | 10:51 |
SamYaple | deployer this problem doesnt affect them | 10:51 |
pbourke | right sorry that's what I meant | 10:51 |
pbourke | anyway, I do share the concern that this may break stuff, you called out syslog but there may be others. In which case maybe we should do it image by image | 10:52 |
SamYaple | yea again I think this is the right move, but if we merge it right now it will break logging again (a patch we just reverted because its fixed upstream) | 10:52 |
SamYaple | i just want to consider the implications of doing this | 10:52 |
*** inc0 has quit IRC | 10:53 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: In gate functional testing https://review.openstack.org/233993 | 10:53 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Pin docker to 1.8.2 in gate https://review.openstack.org/234125 | 10:53 |
SamYaple | fyi pbourke i updated https://review.openstack.org/#/c/233983/ | 10:54 |
SamYaple | its the issue with docker 1.8.2 and not the patch | 10:54 |
pbourke | SamYaple: got it, the fact that a deploy is a test in itself somehow escaped me! | 10:56 |
SamYaple | how do you pin packages in centos? | 10:56 |
SamYaple | i need to pin docker in the gate | 10:56 |
openstackgerrit | Paul Bourke proposed openstack/kolla: Remove some outdated info from swift-guide https://review.openstack.org/234127 | 10:59 |
*** inc0 has joined #kolla | 11:01 | |
*** daneyon has joined #kolla | 11:05 | |
openstackgerrit | Paul Bourke proposed openstack/kolla: Add small reminder to use latest vagrant https://review.openstack.org/234147 | 11:07 |
*** daneyon has quit IRC | 11:10 | |
*** cemason has quit IRC | 11:10 | |
*** cemason has joined #kolla | 11:11 | |
*** ChanServ changes topic to "Kolla IRC meetings on Wednesday - Agenda @ https://wiki.openstack.org/wiki/Meetings/Kolla - IRC channel is *LOGGED* @ http://eavesdrop.openstack.org/irclogs/%23kolla/" | 11:15 | |
-openstackstatus- NOTICE: Gerrit has been restarted and is responding to normal load again. | 11:15 | |
*** diogogmt has quit IRC | 11:16 | |
*** cemason has quit IRC | 11:29 | |
*** exploreshaifali has quit IRC | 11:32 | |
*** rhallisey has joined #kolla | 11:35 | |
openstackgerrit | Vu Nguyen Duy (CBR09) proposed openstack/kolla: Add max_retries to nova.conf https://review.openstack.org/234160 | 11:36 |
openstackgerrit | Vu Nguyen Duy (CBR09) proposed openstack/kolla: Add max_retries to nova.conf https://review.openstack.org/234160 | 11:36 |
*** dims has quit IRC | 11:47 | |
*** dims has joined #kolla | 11:48 | |
*** daneyon has joined #kolla | 11:59 | |
*** daneyon has quit IRC | 12:04 | |
*** CBR09 has quit IRC | 12:04 | |
*** inc0 has quit IRC | 12:06 | |
*** inc0 has joined #kolla | 12:07 | |
*** achanda has joined #kolla | 12:32 | |
*** achanda has quit IRC | 12:37 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: In gate functional testing https://review.openstack.org/233993 | 12:45 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Bump ansible to 1.9.2 https://review.openstack.org/233983 | 12:45 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Pin docker to 1.8.2 in gate https://review.openstack.org/234125 | 12:45 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix issue with su and bad kernels https://review.openstack.org/233984 | 12:45 |
openstackgerrit | Michal Rostecki proposed openstack/kolla: Update Vagrant docs https://review.openstack.org/233371 | 12:45 |
*** nihilifer has quit IRC | 12:53 | |
*** daneyon has joined #kolla | 12:53 | |
*** nihilifer has joined #kolla | 12:54 | |
*** nihilifer has quit IRC | 12:55 | |
*** inc0 has quit IRC | 12:57 | |
*** nihilifer has joined #kolla | 12:57 | |
*** daneyon has quit IRC | 12:58 | |
*** jruano has joined #kolla | 13:01 | |
*** mbound has quit IRC | 13:06 | |
*** mbound has joined #kolla | 13:10 | |
*** mbound has quit IRC | 13:11 | |
*** achanda has joined #kolla | 13:11 | |
*** mbound has joined #kolla | 13:11 | |
*** klint has quit IRC | 13:17 | |
*** achanda has quit IRC | 13:20 | |
*** cemason has joined #kolla | 13:40 | |
*** dwalsh has joined #kolla | 13:43 | |
*** cemason has quit IRC | 13:45 | |
*** jtriley has joined #kolla | 13:47 | |
*** daneyon has joined #kolla | 13:48 | |
*** cemason has joined #kolla | 13:48 | |
SamYaple | pbourke: do you know how to pin packages in centos? | 13:52 |
pbourke | SamYaple: not without googling unfortunately | 13:53 |
*** daneyon has quit IRC | 13:53 | |
SamYaple | ok | 13:53 |
SamYaple | good news | 13:53 |
SamYaple | gate worked! | 13:53 |
SamYaple | https://jenkins03.openstack.org/job/gate-kolla-build-images-ubuntu-source/108/console | 13:53 |
SamYaple | ^^ successful in gate deploy with proper patches | 13:53 |
openstackgerrit | Sam Yaple proposed openstack/kolla: In gate functional testing https://review.openstack.org/233993 | 13:58 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Pin docker to 1.8.2 in gate https://review.openstack.org/234125 | 13:58 |
SamYaple | pbourke: figured it out | 13:58 |
SamYaple | were good for the gate at lesat | 13:58 |
*** jruano has quit IRC | 14:01 | |
pbourke | nice job | 14:04 |
*** jmccarthy has quit IRC | 14:08 | |
*** jmccarthy has joined #kolla | 14:08 | |
openstackgerrit | Paul Bourke proposed openstack/kolla: Add build profiles to build.py https://review.openstack.org/234229 | 14:09 |
*** dwalsh has quit IRC | 14:20 | |
*** cemason has quit IRC | 14:20 | |
openstackgerrit | Jeff Peeler proposed openstack/kolla: Bump ansible to 1.9.2 https://review.openstack.org/233983 | 14:29 |
*** achanda has joined #kolla | 14:30 | |
*** diogogmt has joined #kolla | 14:34 | |
*** dwalsh has joined #kolla | 14:37 | |
*** achanda has quit IRC | 14:40 | |
*** daneyon has joined #kolla | 14:42 | |
*** daneyon has quit IRC | 14:47 | |
*** vinkman has joined #kolla | 14:50 | |
*** achanda has joined #kolla | 14:59 | |
*** achanda has quit IRC | 15:04 | |
*** dwalsh has quit IRC | 15:07 | |
SamYaple | jpeeler: you messed with my patch and all my otherones are outdated now :/ | 15:10 |
jpeeler | yeah i shouldn't have done it | 15:10 |
SamYaple | not a problem | 15:10 |
SamYaple | ill repush them all | 15:10 |
openstackgerrit | Merged openstack/kolla: Add small reminder to use latest vagrant https://review.openstack.org/234147 | 15:13 |
openstackgerrit | Sam Yaple proposed openstack/kolla: In gate functional testing https://review.openstack.org/233993 | 15:14 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Bump ansible to 1.9.2 https://review.openstack.org/233983 | 15:14 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Pin docker to 1.8.2 in gate https://review.openstack.org/234125 | 15:14 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix issue with su and bad kernels https://review.openstack.org/233984 | 15:14 |
*** akwasnie has quit IRC | 15:19 | |
*** dwalsh has joined #kolla | 15:20 | |
*** blahRus has joined #kolla | 15:21 | |
*** CBR09 has joined #kolla | 15:26 | |
CBR09 | hi pbourke, about max_retries, problem same as https://bugs.launchpad.net/mos/+bug/1390168 | 15:30 |
openstack | Launchpad bug 1390168 in Mirantis OpenStack 6.1.x "nova-conductor failed to start while galera cluster is building after reboot" [High,Invalid] - Assigned to MOS Nova (mos-nova) | 15:30 |
CBR09 | hi SamYaple, what does you mean?, sorry for my not really understand | 15:31 |
CBR09 | I can implement it for project-wide | 15:31 |
*** cloudnautique has quit IRC | 15:35 | |
*** daneyon has joined #kolla | 15:36 | |
*** juggler_ has joined #kolla | 15:36 | |
*** bkosick has joined #kolla | 15:36 | |
*** jruano has joined #kolla | 15:38 | |
*** juggler_ has quit IRC | 15:40 | |
*** juggler_ has joined #kolla | 15:40 | |
*** daneyon has quit IRC | 15:41 | |
*** juggler_ has quit IRC | 15:43 | |
*** juggler_ has joined #kolla | 15:44 | |
*** mbound has quit IRC | 15:44 | |
*** juggler_ has quit IRC | 15:45 | |
*** daneyon has joined #kolla | 15:47 | |
*** daneyon_ has joined #kolla | 15:49 | |
*** daneyon has quit IRC | 15:53 | |
*** shardy_ has joined #kolla | 15:55 | |
*** shardy has quit IRC | 15:56 | |
*** jasonsb has joined #kolla | 15:58 | |
*** bkosick has quit IRC | 15:59 | |
*** shardy_ has quit IRC | 16:00 | |
*** shardy has joined #kolla | 16:01 | |
*** juggler_ has joined #kolla | 16:03 | |
*** mbound has joined #kolla | 16:05 | |
*** juggler_ has quit IRC | 16:07 | |
*** cloudnautique has joined #kolla | 16:08 | |
*** diga has joined #kolla | 16:09 | |
*** juggler has joined #kolla | 16:11 | |
*** jpeeler has quit IRC | 16:13 | |
*** jpeeler has joined #kolla | 16:14 | |
*** jpeeler has quit IRC | 16:16 | |
*** jpeeler has joined #kolla | 16:16 | |
*** unicell has joined #kolla | 16:21 | |
*** mbound has quit IRC | 16:22 | |
*** unicell1 has quit IRC | 16:23 | |
*** juggler has left #kolla | 16:28 | |
*** unicell has quit IRC | 16:28 | |
*** diga has quit IRC | 16:34 | |
*** dwalsh has quit IRC | 16:39 | |
*** CBR09 has quit IRC | 16:55 | |
*** unicell has joined #kolla | 17:02 | |
*** achanda has joined #kolla | 17:14 | |
*** sdake has joined #kolla | 17:25 | |
*** sdake has quit IRC | 17:31 | |
*** achanda has quit IRC | 17:31 | |
*** sdake has joined #kolla | 17:36 | |
*** achanda has joined #kolla | 17:48 | |
*** sdake_ has joined #kolla | 17:52 | |
*** sdake has quit IRC | 17:52 | |
*** athomas has quit IRC | 18:06 | |
*** jmccarthy has quit IRC | 18:07 | |
*** shardy_ has joined #kolla | 18:12 | |
*** shardy has quit IRC | 18:13 | |
*** shardy_ has quit IRC | 18:18 | |
*** shardy has joined #kolla | 18:18 | |
*** dwalsh has joined #kolla | 18:20 | |
sdake_ | samyaple ping me when yu get in plz | 18:22 |
*** achanda has quit IRC | 18:25 | |
*** cloudnau_ has joined #kolla | 18:26 | |
*** achanda has joined #kolla | 18:27 | |
*** cloudnautique has quit IRC | 18:27 | |
*** smeisner has quit IRC | 18:55 | |
*** daneyon has joined #kolla | 18:56 | |
*** daneyon_ has quit IRC | 19:00 | |
*** daneyon has quit IRC | 19:00 | |
*** smeisner has joined #kolla | 19:23 | |
*** cloudnau_ has quit IRC | 19:23 | |
*** cemason has joined #kolla | 19:29 | |
*** cloudnautique has joined #kolla | 19:32 | |
*** cloudnautique has quit IRC | 19:41 | |
*** smeisner has quit IRC | 19:47 | |
*** cloudnautique has joined #kolla | 19:48 | |
*** sdake has joined #kolla | 19:52 | |
*** sdake_ has quit IRC | 19:52 | |
*** bkosick has joined #kolla | 20:03 | |
*** bmace__ has quit IRC | 20:27 | |
*** shardy_ has joined #kolla | 20:28 | |
*** jtriley has quit IRC | 20:29 | |
*** shardy has quit IRC | 20:29 | |
*** shardy_ has quit IRC | 20:33 | |
*** shardy has joined #kolla | 20:34 | |
*** bkosick has quit IRC | 20:34 | |
*** jmccarthy has joined #kolla | 20:37 | |
*** jmccarthy has quit IRC | 20:39 | |
*** exploreshaifali has joined #kolla | 20:55 | |
*** tpot has joined #kolla | 21:05 | |
*** cemason has quit IRC | 21:08 | |
*** rhallisey has quit IRC | 21:09 | |
*** cemason has joined #kolla | 21:12 | |
*** gfidente has quit IRC | 21:15 | |
*** bmace__ has joined #kolla | 21:44 | |
*** daneyon has joined #kolla | 21:58 | |
*** exploreshaifali has quit IRC | 21:59 | |
*** jasonsb has quit IRC | 22:08 | |
*** jasonsb has joined #kolla | 22:09 | |
*** shardy_ has joined #kolla | 22:15 | |
*** shardy has quit IRC | 22:17 | |
*** cemason has quit IRC | 22:17 | |
*** cemason has joined #kolla | 22:18 | |
*** shardy_ has quit IRC | 22:21 | |
*** shardy has joined #kolla | 22:22 | |
*** tpot has quit IRC | 22:30 | |
*** tpot has joined #kolla | 22:32 | |
*** sdake has quit IRC | 22:41 | |
*** daneyon has quit IRC | 22:41 | |
*** tpot has quit IRC | 22:44 | |
*** tpot has joined #kolla | 22:52 | |
*** rhallisey has joined #kolla | 23:03 | |
*** jruano has quit IRC | 23:07 | |
*** dims has quit IRC | 23:41 | |
*** dims has joined #kolla | 23:42 | |
*** dwalsh has quit IRC | 23:42 | |
*** tpot has quit IRC | 23:44 | |
openstackgerrit | Merged openstack/kolla: Remove some outdated info from swift-guide https://review.openstack.org/234127 | 23:52 |
*** achanda has quit IRC | 23:53 | |
openstackgerrit | Merged openstack/kolla: Install tox in Vagrant https://review.openstack.org/233960 | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!