Tuesday, 2014-09-30

*** eghobo has joined #tripleo00:03
*** morazi has quit IRC00:11
*** saurabhs has left #tripleo00:20
*** andreaf has quit IRC00:26
*** andreaf has joined #tripleo00:27
*** yamahata has quit IRC00:28
SpamapSlifeless: virt testing box00:37
lifelessoh lala00:40
*** rwsu has quit IRC00:49
*** chuckC has quit IRC00:53
*** jang has quit IRC01:03
*** ChuckC_ has quit IRC01:04
*** andreaf has quit IRC01:05
*** andreaf has joined #tripleo01:06
*** athomas has quit IRC01:07
tchaypoRichard Branson makes hardware now?01:07
*** jang has joined #tripleo01:07
tchaypomordred: they both make lots of noise to fill silence in the countryside.. but kookaburras are much cuter01:08
tchaypocinerama: If gertty will load it for me I'll review01:08
mordredgertty ftw01:08
tchaypolifeless: Doing that now that I've managed to get online - this place was meant to have wifi so I could keep working on HP2 but it seems to be lacking *sigh*01:09
tchaypobut while I'm here...01:11
lifelesstchaypo: ouch01:11
tchaypoThe last deploy-ci-overloud on friday got 4 nodes active but then the rest failed and I couldn't see any errors beyond what we expect from the scheduler race01:11
tchayposo I upped max retries to 50, restarted things, tried again - took a lot longer but this time it seems to have hit something else01:12
tchaypoBadRequest: object of type 'NoneType' has no len() (HTTP 400)01:13
tchaypobut that happened on the weekend and I haven't had time to look at the logs01:13
*** panda has quit IRC01:14
*** rwsu has joined #tripleo01:15
*** panda has joined #tripleo01:15
*** eghobo has quit IRC01:16
*** jang has quit IRC01:18
*** cadenzajon_ has joined #tripleo01:18
*** sdake_ has joined #tripleo01:20
tchaypooh wait, I see what happened there. First CREATE_IN_PROGRESS was at 09:54:40, first CREATE_FAILED was 13:54:19.01:22
tchaypokeystone token expiration period is 14400, aka 4 hours...01:23
tchaypoSo. Mystery solved. 50 retries takes longer that token expiration... but even with 50 retries and 4 hours to play with, we still only got 4 nodes built. So I think there's something else (other than just the scheduler race) going on01:25
*** pcrews has quit IRC01:25
*** pcrews has joined #tripleo01:27
SpamapStchaypo: uggggh01:29
SpamapStchaypo: what was in CREATE_IN_PROGRESS the longest?01:29
tchaypoThey all seem to have been about the same - the last CREATE_IN_PROGRESS was 2014-09-26T09:55:09Z and it was also the last CREATE_FAILED at 2014-09-26T13:54:42Z01:31
*** yamahata has joined #tripleo01:32
tchaypothe nova logs show that nova is polling ironic and being told that ironic is still trying to create the node01:33
*** ChuckC_ has joined #tripleo01:34
*** chuckC has joined #tripleo01:35
tchaypoI can't see any errors in the ironic-conductr logs - lots of it trying to reserve instances, but nothing else that I can see01:36
*** jang has joined #tripleo01:36
*** sdake_ has quit IRC01:38
SpamapStchaypo: ah, so maybe a concurrency issue?01:40
SpamapStchaypo: like, solvable by running more conductors?01:40
lifelessor multicast01:41
* lifeless runs around like roger rabbit01:41
lifelessor isit kermit the frog01:41
lifeless[this is why I keep harping on multicast being super important]01:41
*** sdake_ has joined #tripleo01:44
tchaypopossibly. Currently I have a single node undercloud01:45
morganfainbergtchaypo, have you deployed with the index fix to keystone?01:46
morganfainbergtchaypo, and second, are you running multi-worker eventlet (iirc not deployed under apache *yet* in triple-o, right?)01:47
*** jang1 has joined #tripleo01:47
SpamapSlifeless: agreed. :)01:48
SpamapSlifeless: do we have an easily consumable candidate software to do it for us already?01:48
lifelessfireball or whatever it was called01:49
tchaypomorganfainberg: good question. I thought I had deployed the index fix, let me check01:49
lifelesswe need to write some api glue to manage it and glue it into glance and ironic01:49
lifelessits all on the etherpad01:49
morganfainbergtchaypo, and the multi-eventlet workers makes a *BIG* difference01:49
SpamapSmorganfainberg: there's an index fix to keystone?01:50
morganfainbergtchaypo, to give you an idea, we moved to that in devstack and the eventlet tempest (postgres) went from 1h30m-2h runtimes down to 1h01:50
morganfainbergSpamapS, yes, we merged the user_id / trust_id fix to the token table01:50
tchaypoI don't see it listed in repo_refs.yaml; my keystone repo is at 4c5e1e701:50
tchaypoI can't see naything in the log that looks like it's the index fix01:50
morganfainbergSpamapS, turns out the root cause was heat deleting it's temp users, and doing a massive table scan for no good reason01:50
SpamapSmorganfainberg: \o/01:50
SpamapSmorganfainberg: yeah I think I saw the back and forth on that01:51
morganfainbergtchaypo, might be a safe bet to go with https://github.com/openstack/keystone/commit/1335d6684d46017343a6657e2768aa2f0dbd808b01:51
tchaypoSpamapS: exacerbated by the mysql innodb buffer pool size being 100m instaed of 4096mb01:51
SpamapSI was shocked to see how few indexes were in the token backend when I first looke01:51
SpamapSd01:51
SpamapSoh god we have to get rid of that 100M buffer pool size01:51
morganfainbergtchaypo, https://github.com/openstack/keystone/commit/4a462a47fc95635ac542aa4259e7b3c461e72408 is where it merged01:51
SpamapSalthough it does make sure we test the situation where somebody really horks up their tuning. ;)01:51
morganfainbergSpamapS, fair point, but i'd rather test that specifically than "oopse, we uh... did this... and uh... ":P01:52
tchaypostack@bastion:/home/shared/keystone$ git g | grep index01:53
tchaypo* | | | | | | | | |   15780e8 Merge "Adding an index on token.user_id and token.trust_id"01:53
tchaypo| * | | | | | | | 4a462a4 Adding an index on token.user_id and token.trust_id01:53
tchaypookay, I seem to have that now01:53
morganfainbergtchaypo, i try and keep commit messages sane for grepping01:54
SpamapSmorganfainberg: in general any query that isn't a single PK read needs its own index.01:54
tchaypolifeless: if I do a stack-update undercloud, is that going to pick up the update? or do I need to rebuild the whole cloud to pick it up?01:54
openstackgerritRichard Su proposed a change to openstack/tripleo-image-elements: SELinux: Allow swift access to ephemeral ports  https://review.openstack.org/12494001:54
morganfainbergSpamapS, usually. it also depends on the frequency especially in a high-churn DB like token01:55
morganfainbergSpamapS, writing overhead for extra indexes can be just as bad if the read is infrequent enough01:55
*** nosnos has joined #tripleo01:56
SpamapSmorganfainberg: agreed but that also is a signal that either a) your'e writing too much (which you and I both know we are with tokens... ;) or b) you actually need to spend money on this. :)01:57
morganfainbergtchaypo, getting some admin/public workers cranked up should also help with UUID token validation (i think we default to 1x per core now as of... https://github.com/openstack/keystone/commit/09b717c04bb9d0a91da91352d5903daed5c75b36 (predates the index)01:57
lifelesstchaypo: you never need to rebuild the whole cloud01:57
lifelesstchaypo: going to pick what up?01:57
morganfainbergSpamapS, ++ i *want* less data in tokens :*01:57
SpamapSmorganfainberg: are we likely to see non-persistent tokens land early in Kilo?01:57
morganfainbergSpamapS, well it's a goal to land the rest of the code, but we have some serious cleanup to do to fix ickyness with v2 token issuance01:58
morganfainbergthat was actually the blocker that caused it to slip01:58
SpamapSmorganfainberg: pesky API contracts01:58
morganfainbergSpamapS, but yes, PKI tokens + no persistence should be in Kilo. We should also be working on a lot of cleanup even for UUID tokens.01:58
morganfainbergideally we should get tokens to be much better than they are if at all possible.01:59
lifelessoh god the clever names some folk insist on01:59
lifelesssadface01:59
morganfainberglifeless, dare .. dare i ask? or is it going to make me cry?01:59
lifelessmorganfainberg: https://mail.python.org/pipermail/web-sig/2014-September/005312.html02:01
morganfainbergi was with the email until they hit the acronym02:01
tchaypolifeless: the update to the keystone repo02:01
morganfainberg*sigh*02:01
lifelessmorganfainberg: it may well make you cry if you know various bits of history02:01
lifelesstchaypo: you need a new image02:02
lifelesstchaypo: which means you'll be experimenting with upgrade on the undercloud, which is not tested yet02:02
lifelessand I'm pretty sure is broken e.g. with where tftproot is02:02
lifelesstchaypo: so I suggest you pull it down within the running image02:02
tchaypolifeless: that sounds pretty similar to a rebuild to me.. so pulling the update sounds much simpler02:02
morganfainberglifeless i think that link has buzzword soup going for it. :(02:03
tchaypo/opt/stack/keystone is a git repo that has /home/stack/.cache.... as a remote..02:03
StevenKlifeless: Re web-sig, I think "OH." is I can say02:04
tchayposo.. adding http://review.openstack.org/openstack/keystone as an alternative remote02:04
tchaypowhich might require auth, let me see02:04
StevenKhttp://git.openstack.org/openstack/keystone should be fine with no auth, FWIW02:05
tchaypofatal: unable to access 'http://review.openstack.org/openstack/keystone/': Could not resolve host: review.openstack.org02:05
tchaypowheee02:05
* tchaypo tweaks dnsmasq.conf02:05
tchaypookay, that works.02:06
tchaypookay, checked out master. Just restarting the keystone service should make it pick up the new code?02:07
morganfainbergtchaypo, sure, but you need to run db migrations to get the indexes02:07
morganfainbergtchaypo, so new code solves things like eventlet workers02:07
tchaypohow do I run the db migrations?02:07
morganfainbergtchaypo, keystone-manage db_sync02:08
tchaypo*govels*02:08
tchaypo*grovels* i mean02:08
morganfainbergtchaypo, you may need to point that at the keystone.conf as well with --config-file02:08
lifelesstchaypo: os-collect-config has the invocation you need02:08
morganfainberglifeless, to the rescue!02:08
morganfainberg:)02:08
tchayposudo -u keystone -- keystone-manage db_sync02:09
tchaypookay, now i would like to find the database and check the indexes02:11
*** Yanyanhu has joined #tripleo02:12
tchaypohrm. I'm not seeing ix_token_user_id on the tokens table02:16
morganfainbergdo i still have access?02:17
morganfainbergi can take a look02:17
morganfainberghmm02:18
morganfainberghuh02:18
tchaypoI assume the keystone I ran with sudo wasn't coming from the right path02:19
tchaypor02:19
morganfainbergok you're on version 5402:19
morganfainbergyou need to be on version 55 of the schema02:19
tchaypoalso my internt here is turning a little bit flaky02:19
morganfainbergtchaypo, | keystone      | /opt/stack/venvs/keystone/local/lib/python2.7/site-packages/keystone/common/sql/migrate_repo     |      54 |02:19
tchaypolifeless: before it dies completely is there anyone else I need to ping about being away?02:19
*** sseago has quit IRC02:20
lifelesstchaypo: I will let folk know02:20
lifelesstchaypo: you forgot to pip install master02:20
lifelesstchaypo: into the keystone venv02:20
tchaypomorganfainberg: yep, taht explains it - I updated /opt/stack/keystone, it looks like I need to install that into the venv02:20
morganfainbergtchaypo, ++02:20
* tchaypo is too fond of "setu.py develop" :)02:20
lifeless/opt/stack/venvs/keystone/bin/pip install .02:20
lifeless(from /o/s/k/02:20
StevenKHuh02:22
tchaypookay, that should do it02:22
StevenKI tend to cd into the venv, run . bin/activate and then pip install ~/foo/bar02:22
StevenKThat whole hard way thing02:22
morganfainberghehe02:23
tchaypodb syc happening... it looks like it's migrated from 54 all the way up to 6002:25
tchaypookay, that's done.02:25
*** dsneddon has quit IRC02:25
tchaypoNow for a deploy-ci-overcloud02:25
morganfainbergtchaypo, ah you've moved into "Kilo" space then02:26
morganfainbergtchaypo, for keystone02:26
*** dsneddon has joined #tripleo02:26
tchaypowheeee02:26
tchayposhould this be safe for me to use?02:26
tchaypoI'd like to kick off the deploy now and then go away for food02:27
morganfainbergtchaypo, yes it should be safe, just you're beyond the RC cutoff for keystone now - we merged that this morning.02:27
morganfainbergonly like 2 things landed and they could have landed in Juno just timing was off.02:27
morganfainbergand one was the placeholder migrations02:27
morganfainbergfor backporting02:28
tchaypookay, stack DELETE_IN_PROGRESS02:28
tchaypoSpamapS: did you have something particular in mind?02:29
tchaypodeploy in progress02:31
* tchaypo goes away for food02:31
tchaypofor someone who popped in to say "I'm on leave and have no internets and won't be doing much" i seem to have done a surprising amount of stuff02:31
*** sseago has joined #tripleo02:34
*** sdake_ has quit IRC02:47
*** pcrews has quit IRC02:56
*** pcrews has joined #tripleo02:57
SpamapStchaypo: No I didn't, was just wondering what might be stuck. Sounds like it is well understood.02:59
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925603:00
untriaged-bothttps://bugs.launchpad.net/os-refresh-config/+bug/137425903:00
uvirtbotLaunchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774203:00
uvirtbotLaunchpad bug 1374259 in os-refresh-config "Coverage report was't created" [Undecided,Fix committed]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306303:00
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616403:00
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]03:00
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137541403:00
uvirtbotLaunchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137542203:00
uvirtbotLaunchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress]03:00
*** untriaged-bot has quit IRC03:00
*** pcrews has quit IRC03:04
*** andreaf has quit IRC03:04
*** andreaf has joined #tripleo03:05
tchaypo4 active so far...03:13
*** spzala has quit IRC03:17
SpamapSmorganfainberg: silly me, I thought revocation events was the normal way to do tokens now. :-P03:20
morganfainbergSpamapS, sadly it's not 100% there, auth_token currently does not do it.03:20
morganfainbergSpamapS, and we support fallback for systems that need the enumerated (API contract again, dang it!) TRL.03:21
openstackgerritSteve Kowalik proposed a change to openstack/os-refresh-config: Remove bogus path in tox.ini's flake8 exclude  https://review.openstack.org/12467103:21
morganfainbergobviously the TRL will become optional...03:21
*** pcrews has joined #tripleo03:21
tchaypookay, I'm going away now. I'll try to pop online tonight to have a look again, but at this point I'm guessing it's not going to be getting any more of them active03:21
SpamapSmorganfainberg: Yeah I like the idea of an accelerated deprection of those features. :)03:22
tchayposo I'll dig into the logs once more and see if I can figure out why ironic is taking so long tobring things up03:22
morganfainbergSpamapS, i can't disagree03:22
*** nosnos has quit IRC03:22
morganfainberguhhh03:22
morganfainbergtchaypo, i think you need to set a max limit on keystone workers :P03:23
*** nosnos has joined #tripleo03:23
morganfainberghttp://paste.openstack.org/show/116965/03:23
morganfainbergSpamapS, ^ might want to toss some config magic into triple-o for that03:23
morganfainbergright now it's spinning up a main and admin worker *per* core03:23
morganfainbergor cores /2 or some logic like tha03:24
SpamapSWhhhoaoaaaaaaaa there boy03:24
* SpamapS reigns that stallion in03:25
SpamapSmorganfainberg: thats good03:25
SpamapSmorganfainberg: FEEL THE SPEED BABY03:25
morganfainbergSpamapS, well i *don't* think you're going to run into GIL issues / eventlet coroutine issues there03:25
morganfainbergjust a hunch03:25
SpamapSthats processes03:25
SpamapSaint no gil there03:25
morganfainbergexactly03:25
SpamapSjust good ol fashioned COW pages03:25
SpamapS:)03:25
morganfainbergeach one of those things is an eventletworker too03:26
morganfainbergwhooooboy03:26
*** nosnos has quit IRC03:27
SpamapSmorganfainberg: actually why isn't that apache2?03:27
morganfainbergSpamapS, the apache2 conversion for triple-o was squashed for Juno03:27
SpamapShonestly apache is almost always going to do a better job than we can03:27
morganfainbergSpamapS, haneef proposed them, but i think it was just too late in the cycle03:28
SpamapSmorganfainberg: oh my.. it's a reality in Helion03:28
morganfainbergSpamapS, yeah. and we test *most* everything under apache.03:28
morganfainbergdef. trust apache to do a better job than eventlet ;)03:28
*** penick has joined #tripleo03:29
SpamapSwe don't freeze tripleo to my mind...03:29
StevenKmorganfainberg: Is the plan to have Apache only, and eventlet can die in a big chemical fire?03:29
SpamapSor did we start doing that?03:29
*** penick_ has joined #tripleo03:29
StevenKSpamapS: Not to my mind03:29
morganfainbergStevenK, Only if I get to go office space on eventlet ;)03:29
* SpamapS hates that he's been behind the firewall for the last 2 months03:29
morganfainbergSpamapS, i saw some -2s on the patches something about specs or something03:29
StevenKmorganfainberg: PC LOAD LETTER03:29
morganfainbergStevenK, i want eventlet to burn.03:30
SpamapSAh03:30
SpamapSStevenK: you know, our employer invented PC LOAD LETTER03:30
SpamapSyes03:30
SpamapSlet it sink in :)03:30
StevenKBwahahaha03:30
SpamapSmorganfainberg: eventlet isn't so bad03:31
StevenKSpamapS: Compared to what? :-P03:31
SpamapShaving dealt with twisted and eventlet, I choose eventlet.03:31
morganfainbergSpamapS, sure.03:31
SpamapSand tulip is basically just built in twisted03:31
StevenKSpamapS: Hack on buildd-manager ... I dare you :-P03:31
SpamapSHAHAHAH03:31
SpamapSno03:31
SpamapSno launchpad03:31
SpamapSever03:31
SpamapSand no zope godamnit03:31
SpamapSyes I meant to be rude03:31
SpamapSzope makes me say godamnit03:32
morganfainberghaha03:32
lifelessSpamapS: the twisted code I know you've dealt with was bad twisted code03:32
morganfainbergoh perfect, i know what we need to make Keystone use then.03:32
lifelessSpamapS: whereas openstack is good eventlet code....03:32
* morganfainberg ducks from SpamapS.03:32
SpamapSlifeless: believe it or not, I wrote an entire great-firewall-bypassing proxy system using twisted in the weeks before I joined Canonical.03:32
StevenKmorganfainberg: If you add zope.component to global-requirements, we are no longer friends :-P03:32
SpamapSIt was diabolical.. it used.. xor03:32
lifelessSpamapS: I believe it. Was it good twisted code?03:32
morganfainbergStevenK, lol03:33
morganfainbergStevenK, are you one of the PDX folks?03:33
*** penick has quit IRC03:33
*** penick_ is now known as penick03:33
* morganfainberg can't keep track of who all is up there.03:33
morganfainbergi know clark is.03:33
SpamapSlifeless: I can't say.. but I hate coroutines so.. :-P03:33
*** andreaf has quit IRC03:33
StevenKmorganfainberg: I'm on the entire other side of the world03:33
lifelessmorganfainberg: StevenK is sydney :)03:33
morganfainbergaha03:33
morganfainbergsomewhere else i will need to visit someday03:34
*** andreaf has joined #tripleo03:34
morganfainbergbut that is a brutal flight03:34
StevenKOh, pft03:34
StevenKI have 37 hours to Paris03:34
StevenKSo man up :-P03:34
morganfainberganything > 12hrs is too much time to spend on a plane in one sitting03:34
morganfainbergwhich is *just* enough time for me to go LAX -> Heathrow and switch planes03:35
StevenKThen go LAX -> HNL -> SIN -> SYD03:35
StevenKIt will take longer, but each leg will be a max of 8 hours03:35
morganfainbergHKG was bad (~15hrs).03:36
morganfainbergif i could have done LAX -> HNL -> HKG i would have03:36
StevenKmorganfainberg: HAHA. I have that to get to DXB03:36
StevenKAnd then a 2 hour layover and something like 8 hours to CDG03:36
morganfainbergi gotta book my flght to CDG03:36
* morganfainberg will do that tomorrow.03:37
StevenKlifeless: Did you just say on -dev that pip outside of a venv will write to dist-packages ?03:37
StevenKlifeless: Did you mean /usr/bin/pip or will /<path to venv>/bin/pip also do that brain-damage?03:37
morganfainbergStevenK, the path/to/venv should *not* do that03:37
morganfainbergunless it;s a recent development03:38
StevenKUnpacking /home/steven/openstack/openstack/os-cloud-config03:38
StevenKThen wait for 20 seconds03:38
SpamapSI'm more and more convinced that docker/lxc should probably replace venv wherever it can.03:38
StevenKWhy, I don't know. But it's a directory, not a packed struct :-(03:38
lifelessStevenK: sudo pip03:39
SpamapSAnd we should probably sponser a kernel developer to fix iscsi to work in containers03:39
morganfainbergSpamapS, i'd love to see docker/lxc be better03:39
lifelessStevenK: pip from bin-in-venv does sane stuff03:39
* morganfainberg wishes he was a kernel hacker that could make it better.03:39
morganfainbergoh boy i need to go get food before everything closes.03:40
* morganfainberg wanders off.03:40
SpamapSmorganfainberg: I slept 7 of the 15 hrs to HK.. and watched 3 bruce lee movies. :)03:40
StevenKI managed 10 hours for SYD -> LAX for the last trip03:40
StevenKBut I cheated, and was in business03:40
lifelessSpamapS: lxc/docker are quite a different layer IMO03:41
SpamapSnever slept as well as I did on that HK flight03:42
SpamapSlifeless: totally different, but decouples the act of application separation from the language of choice.03:43
morganfainbergStevenK, i am wondering if i'll have enough points to get business class -> cdg03:43
lifelessSpamapS: application separation is one use for venvs03:43
morganfainbergone can always hope03:43
SpamapSIt's the only one I know. :-P03:44
lifelessSpamapS: if you mean 'in tripleo we should use lxc or docker' - sure, though I don't think we want a full image etc etc bundled into the base image03:44
lifelessSpamapS: and really, the corners i'm poking at in venv space are fucked upnot because of venv, but because of setuptools and pkg_resources which are well known as evil *even without venvs*03:45
*** cadenzajon_ has quit IRC03:45
SpamapSlifeless: no doubt.03:47
* SpamapS will shut his uninformed mouth03:47
lifelesshah03:47
lifelessyou are *not* uninformed03:47
SpamapSreally? I've tried hard to keep my hands over my ears whenever mordred whines about setuptools...03:48
lifelessSpamapS: but have you ever looked under the hood of .pth file handling?03:48
SpamapSonce03:48
SpamapSonly once03:48
*** nikunj2512 has joined #tripleo03:50
tchaypomorgan_remote_: thanks03:58
*** pcrews has quit IRC03:59
tchaypomorgan_remote_: I love your email btw :)03:59
*** ci-overcloud has joined #tripleo03:59
ci-overcloud************** ci-overcloud complete status=1 ************03:59
*** ci-overcloud has quit IRC03:59
*** rushiagr_away is now known as rushiagr04:01
tchaypoStevenK: That's rough, mine is just over 24 hours04:02
tchaypoOh good, ci-overcloud failed already. That's too soon to be the token expiration so maybe we'll see something new this time04:03
*** nosnos has joined #tripleo04:14
*** jrist has quit IRC04:32
*** jrist has joined #tripleo04:35
*** yamahata has quit IRC04:40
*** yamahata has joined #tripleo04:41
lifelessStevenK: https://review.openstack.org/#/c/109653/ needs +2/+A04:43
*** rushiagr is now known as rushiagr_away04:51
openstackgerritRichard Su proposed a change to openstack/diskimage-builder: Install openstack-selinux on RHEL  https://review.openstack.org/12386504:53
*** ramishra has joined #tripleo04:55
*** pensu has joined #tripleo04:56
*** loki184 has joined #tripleo05:01
*** tzumainn has quit IRC05:06
*** Yanyanhu has quit IRC05:17
*** andreaf has quit IRC05:20
*** andreaf has joined #tripleo05:21
*** rushiagr_away is now known as rushiagr05:32
*** pradeep has joined #tripleo05:34
*** jtomasek has joined #tripleo05:40
*** andreaf has quit IRC05:46
*** jtomasek has quit IRC05:50
*** penick has quit IRC05:59
*** bvivek has joined #tripleo05:59
*** rwsu has quit IRC06:09
*** mrunge has joined #tripleo06:11
openstackgerritA change was merged to openstack/tripleo-image-elements: Add hp2 region.  https://review.openstack.org/10965306:13
*** k4n0 has joined #tripleo06:27
*** nosnos has quit IRC06:39
*** nosnos has joined #tripleo06:40
*** nosnos has quit IRC06:41
*** nosnos_ has joined #tripleo06:41
GheRiveromorning all06:43
*** jcoufal has joined #tripleo06:47
*** jcoufal has quit IRC06:47
*** jkraj has joined #tripleo06:47
*** GheRivero has quit IRC06:52
*** GheRivero has joined #tripleo06:58
*** akuznetsov has quit IRC07:13
*** ifarkas has joined #tripleo07:18
StevenKERROR (CommandError): No flavor with a name or ID of07:21
StevenK'+--------------------------------------+------------------------+-----------+------+-----------+------+-------+-------------+-----------+' exists.07:21
StevenKSo, it seems for flavor in $(nova flavor-list) is a terrible idea.07:21
*** jcoufal has joined #tripleo07:22
*** jcoufal has quit IRC07:23
*** jcoufal has joined #tripleo07:23
*** rdopieralski has joined #tripleo07:26
*** gfidente has joined #tripleo07:26
*** ifarkas has quit IRC07:32
*** jcoufal has quit IRC07:32
*** ifarkas has joined #tripleo07:32
*** ifarkas has quit IRC07:33
*** ifarkas has joined #tripleo07:33
*** jcoufal has joined #tripleo07:34
*** jp_at_hp has joined #tripleo07:36
openstackgerritA change was merged to openstack/tuskar-ui: Fix problem that flavors has no attribute "utils"  https://review.openstack.org/12475407:38
*** pradeep has quit IRC07:38
*** jcoufal has quit IRC07:40
*** jcoufal has joined #tripleo07:40
*** jprovazn has joined #tripleo07:53
*** Dafna has joined #tripleo07:54
*** athomas has joined #tripleo07:55
*** jistr has joined #tripleo07:55
*** lsmola has joined #tripleo07:59
*** regebro has joined #tripleo07:59
*** akuznetsov has joined #tripleo08:01
*** loki184 has quit IRC08:02
*** derekh has joined #tripleo08:03
*** dtantsur|afk is now known as dtantsur08:04
GheRiveroanybody knows what's going on with  check-tripleo-ironic-undercloud-precise-nonha?08:06
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Nothing to see here  https://review.openstack.org/11101108:06
derekhGheRivero: it seems to be both ironic jobs , there broken since sometime last night, I'm just testing out this ^ revert, it reverts https://review.openstack.org/#/c/124225/08:07
GheRiverothanks derekh. I'll keep an eye on that.08:08
*** pensu has quit IRC08:14
*** pensu has joined #tripleo08:15
*** bvivek has quit IRC08:19
*** akrivoka has joined #tripleo08:19
*** derekh changes topic to "All ironic jobs failing https://bugs.launchpad.net/tripleo/+bug/1375641 | Using OpenStack to deploy OpenStack ; meetings Tuesday 1900/0800 UTC in #openstack-meeting-alt"08:22
*** loki184 has joined #tripleo08:23
*** mrunge has quit IRC08:23
*** lucasagomes has joined #tripleo08:23
*** bvivek has joined #tripleo08:25
*** mrunge has joined #tripleo08:25
openstackgerritA change was merged to openstack/os-cloud-config: Do not create the _member_ role  https://review.openstack.org/12450808:31
*** andreaf_ is now known as andreaf08:59
*** sdake_ has joined #tripleo09:00
*** untriaged-bot has joined #tripleo09:01
untriaged-botUntriaged bugs so far:09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925609:01
uvirtbotLaunchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New]09:01
untriaged-bothttps://bugs.launchpad.net/os-refresh-config/+bug/137425909:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774209:01
uvirtbotLaunchpad bug 1374259 in os-refresh-config "Coverage report was't created" [Undecided,Fix committed]09:01
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306309:01
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616409:01
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137541409:01
uvirtbotLaunchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New]09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137542209:01
uvirtbotLaunchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress]09:01
*** untriaged-bot has quit IRC09:01
*** ramishra has quit IRC09:04
*** pradeep has joined #tripleo09:04
*** sdake_ has quit IRC09:05
rushiagrhello tripleo folks!09:06
rushiagrI created a diskimage using 'vm ubuntu' params, but when I use it with heat, by default it creates ec2-user09:08
rushiagrI'm going to try with 'vm ubuntu cloud-init-datasource', with OpenStack as the env var. I'm hoping this is the right way to get 'ubuntu' user configured for the image to work with heat09:08
*** pradeep1 has joined #tripleo09:08
rushiagrplease correct me if I'm wrong09:08
*** pradeep2 has joined #tripleo09:10
*** pradeep has quit IRC09:11
*** pradeep1 has quit IRC09:13
*** rlandy has joined #tripleo09:15
*** pradeep2 has quit IRC09:19
derekhGheRivero: that test job failed with another error going to restart it09:21
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Nothing to see here  https://review.openstack.org/11101109:22
openstackgerritPeter Belanyi proposed a change to openstack/tripleo-heat-templates: Add converted version of block and object storage  https://review.openstack.org/12371309:25
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Disallow editing roles not associated with a plan  https://review.openstack.org/12476409:27
*** yuanying has quit IRC09:28
*** yuanying has joined #tripleo09:29
*** yuanying has quit IRC09:34
*** jtomasek has joined #tripleo09:36
*** pradeep has joined #tripleo09:42
*** pradeep1 has joined #tripleo09:45
*** pradeep has quit IRC09:47
openstackgerritA change was merged to openstack/tuskar-ui: Updated from global requirements  https://review.openstack.org/12488109:52
SpamapSoh wget09:54
SpamapStruncating instead of renaming? whats up with that?09:54
StevenKSpamapS: -c09:57
StevenKOr -O09:57
StevenKwget is special09:57
SpamapS-c is probably what I want09:58
SpamapSdunno if it would conflict with --mirror tho09:58
StevenK       --report-speed=type09:58
StevenK           Output bandwidth as type.  The only accepted value is bits.09:58
StevenK...09:58
StevenKThen why is that option, wget?09:58
StevenKSpamapS: Oh. --no-clobber09:59
SpamapSTried to get clever and use hard links to preserve previous versions of a downloaded file.. :-P09:59
SpamapSthen noticed "wait.. 7 builds, 7G per build.. only using.. 7G ..09:59
StevenKSpamapS: If I'm reading the manpage correctly, --no-clobber will rename10:00
SpamapSwhat sadist wrote thos man page?10:00
SpamapS"           (This is also the behavior with -nd, even if -r or -p are in effect.)10:00
SpamapS"10:00
SpamapSlike, you can't say the actual behavior names?10:00
SpamapS-r , -p ?!10:01
StevenKSpamapS: I set up a poor mans cdimage mirror locally, and checked on it after 15 days, and went "Hold on, I have 4 images at 100-odd MiB, why is this directory 18GiB?"10:01
StevenKSpamapS: -r is recursive10:01
SpamapSyeah I'm just having to fly around the man page figuring all those out10:02
StevenKYeah10:02
StevenKSpamapS: Here, hold these five flags and their behavior in your head so you can work out what a sixth flag will do10:02
SpamapSStevenK: using -nc w/ -N (implied by --mirror) isn't allowed10:03
SpamapSbasically wget won't let you do the right thing. :-P10:03
StevenKwget, we are so not friends any more10:03
SpamapSyeah hrm10:05
SpamapSpretty stupid given that it is a download tool10:05
SpamapSlike this file takes 20m to download10:05
SpamapSduring that 20m ... the mirror is borken10:05
* SpamapS changes 'ln' to 'cp' and sighs10:07
*** yuanying has joined #tripleo10:08
*** yuanying has quit IRC10:16
*** jcoufal has quit IRC10:23
*** jcoufal has joined #tripleo10:24
openstackgerritA change was merged to openstack/tripleo-image-elements: Install seabios-bin on rhel7  https://review.openstack.org/12197110:34
*** pelix has joined #tripleo10:34
*** yamahata has quit IRC10:35
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Deangularize number picker  https://review.openstack.org/12500310:35
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation  https://review.openstack.org/12500410:35
openstackgerritA change was merged to openstack/tripleo-image-elements: Add network-gateway element  https://review.openstack.org/12439910:36
openstackgerritA change was merged to openstack/tripleo-incubator: Bump VM minimum requirments to 3G  https://review.openstack.org/12345310:38
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation  https://review.openstack.org/12500410:40
*** ramishra has joined #tripleo10:46
*** ramishra_ has joined #tripleo10:56
openstackgerritMarios Andreou proposed a change to openstack/tripleo-heat-templates: WIP: Add configuration for discovery dhcp  https://review.openstack.org/12500510:57
*** pradeep has joined #tripleo10:58
*** ramishra has quit IRC10:59
*** pradeep1 has quit IRC11:00
*** pradeep1 has joined #tripleo11:01
*** lucasagomes is now known as lucas-hungry11:01
*** loki184 has quit IRC11:02
*** pradeep has quit IRC11:02
*** yuanying has joined #tripleo11:13
*** ramishra_ has quit IRC11:15
*** ramishra has joined #tripleo11:19
*** pradeep has joined #tripleo11:19
*** pradeep1 has quit IRC11:21
*** yuanying has quit IRC11:21
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation  https://review.openstack.org/12500411:23
*** nikunj2512 has quit IRC11:23
*** mikal has quit IRC11:23
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Deangularize number picker  https://review.openstack.org/12500311:26
openstackgerritA change was merged to openstack/tripleo-image-elements: Fix selinux permissions for non-primary MariaDB/Galera nodes  https://review.openstack.org/12359511:27
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Deangularize number picker  https://review.openstack.org/12500311:28
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation  https://review.openstack.org/12500411:28
*** Yanyanhu has joined #tripleo11:31
*** jistr is now known as jistr|english11:31
*** pradeep1 has joined #tripleo11:34
*** morazi has joined #tripleo11:34
openstackgerritA change was merged to openstack/tripleo-image-elements: RabbitMQ element requires use-ephemeral  https://review.openstack.org/12241311:35
*** pradeep has quit IRC11:35
*** mikal has joined #tripleo11:35
*** pradeep has joined #tripleo11:42
*** pradeep1 has quit IRC11:43
*** weshay has joined #tripleo11:53
openstackgerritA change was merged to openstack/tripleo-heat-templates: Remove unnecessary completion signal  https://review.openstack.org/12237611:53
*** lazy_prince2 has joined #tripleo11:55
*** Yanyan has joined #tripleo11:56
openstackgerritA change was merged to openstack/tuskar-ui: Disallow editing roles not associated with a plan  https://review.openstack.org/12476411:59
*** Yanyanhu has quit IRC11:59
*** Yanyan has quit IRC12:04
EmilienMSpamapS: hey, I wonder if https://etherpad.openstack.org/p/kilo-tripleo-summit-topics is the right place to add a topic about tripleo-puppet-elements12:09
*** Yanyanhu has joined #tripleo12:11
*** akrivoka has quit IRC12:14
*** akrivoka has joined #tripleo12:15
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Add package install support  https://review.openstack.org/12501412:15
*** jprovazn has quit IRC12:17
*** yuanying has joined #tripleo12:18
*** dprince has joined #tripleo12:18
*** pradeep1 has joined #tripleo12:19
*** jdob has joined #tripleo12:19
*** pradeep has quit IRC12:21
*** yamahata has joined #tripleo12:23
*** yuanying has quit IRC12:27
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Add counts to Flavor tabs  https://review.openstack.org/12501912:27
*** ifarkas has quit IRC12:33
*** ifarkas has joined #tripleo12:35
*** Yanyan has joined #tripleo12:36
*** lucas-hungry is now known as lucasagomes12:39
*** Yanyanhu has quit IRC12:39
openstackgerritAlexis Lee proposed a change to openstack/tripleo-heat-templates: Split allNodesConfig  https://review.openstack.org/12502512:44
*** rushiagr is now known as rushiagr_away12:51
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Fix RabbitMQ element clustering start and stop  https://review.openstack.org/11552412:51
*** jprovazn has joined #tripleo12:51
openstackgerritChristian Berendt proposed a change to openstack/diskimage-builder: Use $((EXPRESSION)) instead of $[EXPRESSION]  https://review.openstack.org/12503612:53
*** jistr|english is now known as jistr12:56
*** rook has quit IRC12:59
*** k4n0 has quit IRC13:01
*** sseago has quit IRC13:02
*** sseago has joined #tripleo13:02
*** tzumainn has joined #tripleo13:05
*** mspreitz has joined #tripleo13:05
*** lazy_prince2 has quit IRC13:09
*** julim has joined #tripleo13:09
*** dvossel has joined #tripleo13:13
*** pensu has quit IRC13:15
greghaynesEmilienM: I would add it so we can start having discussion on it13:17
greghaynesEmilienM: In the end it might get grouped in with the ansible session, but it has to start somewher e:)13:17
*** ramishra has quit IRC13:20
*** pradeep has joined #tripleo13:22
*** yuanying has joined #tripleo13:23
*** rushiagr_away is now known as rushiagr13:24
*** pradeep1 has quit IRC13:24
*** pradeep1 has joined #tripleo13:25
openstackgerritA change was merged to openstack/tuskar-ui: Add counts to Flavor tabs  https://review.openstack.org/12501913:25
*** ramishra has joined #tripleo13:26
*** pradeep has quit IRC13:26
*** pensu has joined #tripleo13:30
*** pradeep has joined #tripleo13:30
*** pradeep1 has quit IRC13:31
*** yuanying has quit IRC13:32
*** pradeep1 has joined #tripleo13:36
*** rushiagr is now known as rushiagr_away13:36
*** pradeep has quit IRC13:38
*** sdake has quit IRC13:44
*** sdake has joined #tripleo13:44
*** radez_g0n3 is now known as radez13:49
*** mrunge has quit IRC13:49
*** sdake_ has joined #tripleo13:53
*** athomas has quit IRC13:59
*** nosnos_ has quit IRC13:59
*** pradeep has joined #tripleo13:59
*** nosnos has joined #tripleo13:59
*** pradeep1 has quit IRC14:01
*** sdake_ has quit IRC14:01
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refresh progress page with AJAX  https://review.openstack.org/12506414:02
*** pradeep1 has joined #tripleo14:03
*** ramishra_ has joined #tripleo14:03
*** pradeep has quit IRC14:04
*** nosnos has quit IRC14:04
*** ramishra has quit IRC14:04
*** athomas has joined #tripleo14:05
*** jdob has quit IRC14:05
*** jdob has joined #tripleo14:06
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refresh progress page with AJAX  https://review.openstack.org/12506414:08
*** andreaf_ has joined #tripleo14:10
*** andreaf has quit IRC14:13
*** andreaf_ is now known as andreaf14:14
*** andreaf_ has joined #tripleo14:14
*** pradeep has joined #tripleo14:15
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation  https://review.openstack.org/12500414:16
*** pradeep1 has quit IRC14:16
*** derekwaynecarr has joined #tripleo14:17
*** chuckC has quit IRC14:18
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-heat-templates: Fix todos in object storage  https://review.openstack.org/12506714:18
*** jdob has quit IRC14:19
*** rushiagr_away is now known as rushiagr14:19
*** jdob has joined #tripleo14:19
shadowerpbelanyi_: https://review.openstack.org/12506714:19
shadowerpbelanyi_: that fixes the TODOs left in the swift template. Feel free to squash that into your commit14:20
pbelanyi_shadower: cool, I'll check it14:21
*** pbelanyi_ is now known as pbelanyi14:21
*** andreaf has quit IRC14:26
*** ChuckC_ has quit IRC14:27
*** yuanying has joined #tripleo14:28
*** pradeep1 has joined #tripleo14:29
*** pradeep has quit IRC14:31
*** jcoufal has quit IRC14:33
*** mspreitz has quit IRC14:33
*** yuanying has quit IRC14:36
*** jcoufal has joined #tripleo14:37
*** spzala has joined #tripleo14:41
*** andreaf has joined #tripleo14:42
*** pcrews has joined #tripleo14:42
*** openstackgerrit has quit IRC14:42
*** pradeep has joined #tripleo14:44
*** pradeep1 has quit IRC14:45
*** pradeep1 has joined #tripleo14:46
*** pradeep has quit IRC14:49
*** pradeep1 has quit IRC14:51
*** pradeep has joined #tripleo14:55
*** mspreitz has joined #tripleo14:56
*** pradeep1 has joined #tripleo14:57
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925615:00
untriaged-bothttps://bugs.launchpad.net/os-refresh-config/+bug/137425915:00
uvirtbotLaunchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774215:00
uvirtbotLaunchpad bug 1374259 in os-refresh-config "Coverage report was't created" [Undecided,Fix committed]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306315:00
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616415:00
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]15:00
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137541415:00
uvirtbotLaunchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137542215:00
uvirtbotLaunchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress]15:00
*** untriaged-bot has quit IRC15:00
*** pradeep has quit IRC15:01
radezsdake: ping15:02
*** pradeep has joined #tripleo15:02
*** pradeep1 has quit IRC15:02
radezwhat is kollaglue? I'm trying to understand the builds, when I go to rebuild it tries to push to kollaglue/fedora-rdo-base and asks for a password15:03
radezsdake:  it looks like kollaglue will be a central place to pull containers from? so should the kubernetes json files all reference those?15:05
*** andreaf has quit IRC15:07
*** andreaf has joined #tripleo15:08
*** pradeep1 has joined #tripleo15:15
regebroThe notification of new things to review seems broken...15:15
*** rwsu has joined #tripleo15:16
*** pradeep has quit IRC15:16
*** jtomasek has quit IRC15:17
*** pradeep has joined #tripleo15:18
*** pradeep1 has quit IRC15:19
sdakeradez right15:21
sdakeI would have used kolla but it is taken15:21
sdakethe json files should reference those absolutely15:21
sdakekeystone+mariadb should already15:22
sdakeradez ^15:22
*** pradeep1 has joined #tripleo15:22
sdakethe password is the password you made on your account at docker.io15:22
*** ChuckC_ has joined #tripleo15:22
sdakeif you don't have an account, make one and I'll add you to the group15:22
sdakeI am pretty sure I added you already tho15:22
*** openstackgerrit has joined #tripleo15:24
regebroAh, dammit, now I apparently triggered some sort if pep8 bug, but only for Jenkins.15:24
*** pradeep has quit IRC15:24
*** chuckC has joined #tripleo15:25
regebrohttps://review.openstack.org/#/c/125080/15:25
*** bvivek has quit IRC15:26
*** jcoufal has quit IRC15:27
*** pradeep has joined #tripleo15:29
*** jehb has joined #tripleo15:29
*** pradeep1 has quit IRC15:30
*** yuanying has joined #tripleo15:33
*** dtantsur is now known as dtantsur|afk15:34
*** noslzzp has joined #tripleo15:36
*** pradeep has quit IRC15:42
*** yuanying has quit IRC15:42
*** pradeep has joined #tripleo15:45
*** ifarkas has quit IRC16:02
*** regebro has quit IRC16:03
*** jang2 has joined #tripleo16:09
*** yamahata has quit IRC16:11
openstackgerritEd Bak proposed a change to openstack/tripleo-incubator: Provide support for different gateway and seed ips  https://review.openstack.org/10464116:19
*** pradeep1 has joined #tripleo16:23
*** pradeep has quit IRC16:23
sdakeradez did you sort it out16:24
*** noslzzp has quit IRC16:25
*** jistr has quit IRC16:28
openstackgerritEd Bak proposed a change to openstack/tripleo-incubator: Provide support for different gateway and seed ips  https://review.openstack.org/10464116:31
*** lazy_prince is now known as killer_prince16:35
*** ramishra_ has quit IRC16:37
*** yuanying has joined #tripleo16:38
*** Yanyan has quit IRC16:40
*** lucasagomes is now known as lucas-afk16:46
*** yuanying has quit IRC16:47
openstackgerritErik Colnick proposed a change to openstack/tripleo-image-elements: Add logic to insure vlan configuration is persisted  https://review.openstack.org/12511816:50
*** Yanyanhu has joined #tripleo16:50
radezsdake: I think I got my heard wraped around it... It seems there are lots of referencesto different registry ?namespaces? that could be cleaned up and poted to the kollaglue16:51
radezbut I also thing that we should separate the building and the tagging and the pushing so that we can pick and choose whice to happen.16:51
radezI feel like in dev I don't always want to push right away so it would be nice to have a --push or something that would take care of that16:52
*** athomas has quit IRC16:52
radezsdake: would you be open to me trying out a few enhancements like that in the build scripts?16:53
*** AzherKhan has joined #tripleo16:53
*** derekh has quit IRC16:58
*** marun has joined #tripleo16:59
*** pradeep1 has quit IRC17:00
*** pradeep has joined #tripleo17:00
*** rdopieralski has quit IRC17:00
*** pradeep1 has joined #tripleo17:04
*** pradeep has quit IRC17:05
*** ramishra has joined #tripleo17:05
*** pradeep has joined #tripleo17:07
*** pradeep1 has quit IRC17:08
*** pradeep1 has joined #tripleo17:10
*** pradeep has quit IRC17:11
sdakeradez sure17:12
sdakeradez I expect the cats in #infra will approve the kolla patch in the next 1-2 days - so we can use git review17:13
sdakein the meantime, just do pull requests on jleboki's repo17:13
*** pradeep has joined #tripleo17:13
*** pradeep1 has quit IRC17:14
larsksradez: also note that our end goal is that builds and pushes to the docker repos will happen automatically via the openstack infrastructure (but that support is not currently available).17:15
*** ramishra has quit IRC17:18
openstackgerritRichard Su proposed a change to openstack/tripleo-image-elements: RHEL SELinux custom policy for neutron-ns-meta  https://review.openstack.org/12512317:22
openstackgerritAlistair Coles proposed a change to openstack/tripleo-image-elements: Correct slo middleware position swift proxy-server pipeline  https://review.openstack.org/12011817:28
*** pradeep1 has joined #tripleo17:31
*** pradeep has quit IRC17:32
*** AzherKhan has quit IRC17:33
*** AzherKhan has joined #tripleo17:33
openstackgerritRichard Su proposed a change to openstack/tripleo-image-elements: Custom SELinux policy for rhsmcertd  https://review.openstack.org/12512517:33
*** clarkb has joined #tripleo17:33
clarkbis derekh around on UTCish hours?17:33
*** pradeep has joined #tripleo17:34
slagleclarkb: yes17:34
*** mspreitz has quit IRC17:34
*** pradeep1 has quit IRC17:35
jpeelersdake: do you know if a user already exists if the cloud-init provisioning will still work correctly?17:35
sdakeI can't get my vb script to work jpeeler/radez17:35
radezsdake: which script?17:36
clarkbslagle: thanks. /me will have to try and wake up early at some point then17:36
sdakehttp://paste.fedoraproject.org/137864/1412098517:36
sdakethat is to get an updated kernel image17:36
sdakeand have a faster boot time17:36
sdakeit may work now, I rebuilt last night and then hit the sack without testing17:36
*** pradeep1 has joined #tripleo17:36
sdakehave to unisntall networkmanager I guess17:36
radezI haven't been rebuilding the kube servers much, I stand them up and just let them spin17:37
sdakehow did you fix your old kernel in your image problem you ran into?17:38
*** pradeep has quit IRC17:38
sdakelarsks said you needed to upgrade your kernel to get keystone working..17:38
larskssdake: "yum upgrade"; "reboot" :)17:39
larskssdake: I fixed it locally by booting an F20 cloud image, running 'yum upgrade', then creating a snapshot with 'nova image-create'.  Works a treat.17:39
*** Yanyanhu has quit IRC17:41
*** pradeep1 has quit IRC17:41
jpeelerit would be nice to have a virt-builder one liner that just works17:41
sdakelarsks I see17:41
sdakelarsks trying to get a  updated iomae that works from scratch ;-)17:42
jpeelerspeaking of, where would the best place be to put "usermod -a -G docker fedora"?17:42
sdakeshouldn't need a user should you?17:42
*** pradeep has joined #tripleo17:43
sdakevirt-builder has special magic fgor adding uses17:43
sdakeI thought heat puts fedora in automatically or something17:43
*** yuanying has joined #tripleo17:43
sdake--firstboot-command \17:44
sdake           'useradd -m -p "" rjones17:44
sdakefrom man pages17:44
chmoueldoes anyone know if there is rpm for flanneld?17:44
jpeeleryeah heat creates the user through the cloud-init provisioning, so as I asked earlier, I was wondering if I created the user in the image before heat did if that would screw things up. (which would allow the user to also be in the group too)17:44
*** akrivoka has quit IRC17:44
larsksjpeeler: you can just add stuff to the cloud-init user-data script...17:44
sdakeheat creates the fedora user?17:44
sdakeor the cloud image ships with that?17:45
larskscloud-init creates the fedora user, probably.17:45
sdakethe problem is I am not using a cloud image as a base - I am using fedora 2017:45
sdakeI seriously doubt it :)17:45
larskssdake: I don't.17:45
jpeelerlarsks: could, but was curious if what i said earlier was valid17:45
larsksI think cloud-init will provision an existing user, but I'm not positive.17:45
sdakesince I wrote the code, I'm pretty sure it does not ;-)17:45
larskssdake: you wrote cloud-init?17:45
sdakeintegration with heat yes17:46
sdakehttp://sdake.wordpress.com/2013/03/03/how-we-use-cloudinit-in-openstack-heat/17:46
sdakeenjoy ;-)17:46
sdakebbiaf17:46
larskssdake: Right, but we're using user_data_format; RAW, which skips all that.17:46
larsksAnd even then, heat just uess ec2-user instead of fedora...and cloud-init creates the uyser.17:47
larsksI guarantee!17:47
larsksE.g., if you boot a plain f20 cloud image, you will not have an ec2-user account, but if you boot it with heat, cloud-init will create one based on the cloud-config data that heat passes in.17:47
*** sdake_ has joined #tripleo17:48
*** rushiagr is now known as rushiagr_away17:48
larsksHa, that's funny.  sdake, your blog post confirms that cloud-init is repsonsible for creating the user.  Yay!17:50
*** rushiagr_away is now known as rushiagr17:51
*** yuanying has quit IRC17:52
*** pradeep1 has joined #tripleo17:53
*** lsmola has quit IRC17:54
*** pradeep has quit IRC17:55
*** pelix has quit IRC17:55
radezsdake: I don't think I had a docker.io account. I created one, username radez17:56
sdakeradez ok adding sec18:02
sdakeradez your all set18:03
*** ccrouch has joined #tripleo18:03
radezcool thx sdake18:04
*** pradeep1 has quit IRC18:04
*** sdake_ has quit IRC18:06
radezsdake: are we doing pull reqs for superhappyfunshow? or should I fenagle james to give me access to his repo?18:09
*** ccrouch has quit IRC18:10
*** jprovazn has quit IRC18:11
*** sdake_ has joined #tripleo18:11
*** ccrouch has joined #tripleo18:12
*** jkraj has quit IRC18:13
*** ccrouch has quit IRC18:18
*** ccrouch has joined #tripleo18:18
*** cwolferh has joined #tripleo18:19
*** funzo has quit IRC18:21
*** cwolferh_ has quit IRC18:22
*** funzo has joined #tripleo18:27
*** jp_at_hp has quit IRC18:28
*** ccrouch has quit IRC18:29
*** ccrouch has joined #tripleo18:29
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Refactor Parameter into separate Tuskar class  https://review.openstack.org/12514518:29
*** bvivek has joined #tripleo18:30
*** ccrouch has quit IRC18:33
*** ccrouch has joined #tripleo18:33
*** noslzzp has joined #tripleo18:34
*** ccrouch has quit IRC18:35
larsksradez: if you do a PR, I can approve it right now.18:36
*** ccrouch has joined #tripleo18:36
larsksradez: and as soon as the kolla stuff is ready, we will switch.18:36
radezlarsks: cool I don't quite have a commit yet but I'll be in touch when I do18:37
larsksradez: I will get email when you do :)18:37
radezheh cool18:37
*** ccrouch has quit IRC18:39
*** ccrouch has joined #tripleo18:39
*** AzherKhan has quit IRC18:42
*** khaazher has joined #tripleo18:43
*** khaazher has quit IRC18:43
*** khaazher has joined #tripleo18:43
*** khaazher has quit IRC18:43
*** ccrouch has quit IRC18:44
*** ccrouch has joined #tripleo18:46
*** Duane has joined #tripleo18:47
*** openstackgerrit has quit IRC18:47
*** openstackgerrit has joined #tripleo18:48
*** yuanying has joined #tripleo18:48
*** ccrouch has quit IRC18:54
*** ccrouch has joined #tripleo18:55
*** ccrouch has quit IRC18:56
*** ccrouch has joined #tripleo18:56
*** yuanying has quit IRC18:56
*** rushiagr is now known as rushiagr_away19:02
*** chuckC has quit IRC19:03
*** ChuckC_ is now known as ChuckC19:03
*** bvivek has quit IRC19:03
*** chuckC_ has joined #tripleo19:03
*** ccrouch has quit IRC19:08
*** ccrouch has joined #tripleo19:09
*** ccrouch has quit IRC19:10
*** ccrouch has joined #tripleo19:12
openstackgerritEd Bak proposed a change to openstack/tripleo-image-elements: ensure that port is added to bridge after a reboot  https://review.openstack.org/12353419:12
*** ccrouch has quit IRC19:14
*** ccrouch has joined #tripleo19:15
*** ccrouch has quit IRC19:16
*** ccrouch has joined #tripleo19:16
*** bashok has joined #tripleo19:17
*** ccrouch has quit IRC19:17
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: Enable dracut deploy ramdisks  https://review.openstack.org/10527519:18
*** ccrouch has joined #tripleo19:19
*** ccrouch has quit IRC19:21
*** ccrouch has joined #tripleo19:21
*** ccrouch has quit IRC19:24
*** ccrouch has joined #tripleo19:25
openstackgerritMichael Tupitsyn proposed a change to openstack/tripleo-image-elements: Keystone LDAP domain configuration  https://review.openstack.org/10811719:26
*** ccrouch has quit IRC19:27
*** ccrouch has joined #tripleo19:28
*** ccrouch has quit IRC19:28
*** ccrouch has joined #tripleo19:29
*** spzala has quit IRC19:30
*** dprince has quit IRC19:34
*** ccrouch has quit IRC19:35
*** ccrouch has joined #tripleo19:35
*** sdake_ has quit IRC19:35
*** wfoster_ is now known as wfoster19:36
*** ccrouch has quit IRC19:40
*** ccrouch has joined #tripleo19:41
*** bashok has quit IRC19:41
openstackgerritA change was merged to openstack/tripleo-incubator: Switch to new setup-neutron  https://review.openstack.org/11740119:44
jrolllifeless: hope all is well19:44
lifelessjroll: my mum died19:46
sdakelifeless my condolences19:47
lifelesssdake: thanks19:47
jrolllifeless: sorry :(19:48
openstackgerritA change was merged to openstack-infra/tripleo-ci: Detect if a node is being reused  https://review.openstack.org/12201819:48
*** ccrouch has quit IRC19:50
*** ccrouch has joined #tripleo19:50
lifelessjroll: its ok, shit happens19:51
radezlarsks: pushed in a pull request.19:53
radezsdake: larsks: the glance containers launch now but the services aren't working properly yet. I'll hop on that in the morning19:53
radezheaded to take my kid to soccer practice now19:53
*** yuanying has joined #tripleo19:53
radezI also pushed the glance containers up to kollaglue19:53
larsksradez: if you're running in a subshell, you don't really need pushd/popd...19:54
larsksBut I merged it anyway :)19:54
radezlarsks: ack, noted for future thx19:54
*** radez is now known as radez_g0n319:55
openstackgerritA change was merged to openstack/os-cloud-config: Set iboot_relay_id and iboot_port  https://review.openstack.org/12204219:55
*** jml has quit IRC19:55
*** Duane has quit IRC19:58
*** Duane has joined #tripleo19:59
*** rlandy has quit IRC20:00
*** jml has joined #tripleo20:00
openstackgerritA change was merged to openstack/python-tuskarclient: Docs for CLI usage with API version 2  https://review.openstack.org/12455320:02
*** yuanying has quit IRC20:03
*** Duane has quit IRC20:03
*** jehb has quit IRC20:05
openstackgerritA change was merged to openstack/tuskar: Docs for API version 2  https://review.openstack.org/12455420:05
*** marun has quit IRC20:10
openstackgerritA change was merged to openstack/tripleo-image-elements: Add DEPLOYMENT_MODE to local_settings.py  https://review.openstack.org/12458620:14
*** ccrouch has quit IRC20:19
*** ccrouch has joined #tripleo20:19
*** mordred is now known as jeblair20:21
*** jeblair is now known as mordred20:21
*** marun has joined #tripleo20:25
*** ccrouch has quit IRC20:26
*** ccrouch has joined #tripleo20:26
*** julim has quit IRC20:27
openstackgerritA change was merged to openstack/tripleo-image-elements: Ensure tempest writes a full manifest  https://review.openstack.org/12442520:31
*** pensu has quit IRC20:33
*** jdob has quit IRC20:39
*** andreaf has quit IRC20:39
*** andreaf has joined #tripleo20:39
*** andreaf has quit IRC20:40
*** andreaf has joined #tripleo20:40
*** yamahata has joined #tripleo20:49
EmilienMlifeless: fyi, the patch in project-config for tripleo-puppet-elements is ready: https://review.openstack.org/#/c/124560/20:52
EmilienMmaybe you could +1 if it's good for you20:52
lifelessSpamapS: ^20:56
*** enterprisedc has quit IRC20:56
*** yuanying has joined #tripleo20:58
*** untriaged-bot has joined #tripleo21:01
untriaged-botUntriaged bugs so far:21:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306321:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137541421:01
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]21:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137542221:01
uvirtbotLaunchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New]21:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616421:01
uvirtbotLaunchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress]21:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774221:01
*** untriaged-bot has quit IRC21:01
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]21:01
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]21:01
*** yuanying has quit IRC21:07
*** Duane has joined #tripleo21:08
*** ccrouch has quit IRC21:21
*** ccrouch has joined #tripleo21:22
*** gfidente has quit IRC21:23
tchaypomorning21:23
tchaypo(he says, while still not being here)21:23
openstackgerritA change was merged to openstack/diskimage-builder: Updated from global requirements  https://review.openstack.org/12487521:26
*** jsidhu has joined #tripleo21:31
*** Duane has quit IRC21:32
*** Duane has joined #tripleo21:32
*** andreaf has quit IRC21:39
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: Add unit test for cache-url  https://review.openstack.org/8449321:39
*** andreaf has joined #tripleo21:40
tchaypomorganfainberg: you around, perchance?21:41
*** ccrouch has quit IRC21:45
tchaypoBadRequest: Expecting to find username or userId in passwordCredentials - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400)BadRequest: Expecting to find username or userId in passwordCredentials - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is21:45
tchaypoassumed to be in error. (HTTP 400)21:45
tchayposeems to be the outcome of yesterday's experiment21:45
*** ccrouch has joined #tripleo21:45
*** ccrouch has quit IRC21:48
*** ccrouch has joined #tripleo21:49
*** ccrouch has quit IRC21:49
*** ccrouch has joined #tripleo21:50
tchaypobut my internet is flaky this morning, I don't think I can do anything today21:51
*** jsidhu has quit IRC21:51
*** ccrouch has quit IRC21:51
*** derekwaynecarr has quit IRC21:52
*** ccrouch has joined #tripleo21:52
*** derekwaynecarr has joined #tripleo21:52
*** derekwaynecarr has quit IRC21:54
*** derekwaynecarr has joined #tripleo21:54
*** ccrouch has quit IRC21:55
*** derekwaynecarr has quit IRC21:56
*** ccrouch has joined #tripleo21:56
*** derekwaynecarr has joined #tripleo21:57
*** derekwaynecarr has quit IRC22:01
*** noslzzp has quit IRC22:03
*** weshay has quit IRC22:03
*** yuanying has joined #tripleo22:03
*** yuanying has quit IRC22:12
*** otoolee- has quit IRC22:15
tchaypothat's better22:16
*** yamahata has quit IRC22:17
*** yamahata has joined #tripleo22:17
*** dvossel has quit IRC22:19
*** Duane_ has joined #tripleo22:25
*** ccrouch has quit IRC22:25
tchaypookay, one more ci-overcloud deploy kicked off, this time with admin/public workers on keystone restricted to 4 each22:26
*** derekwaynecarr has joined #tripleo22:27
*** ccrouch has joined #tripleo22:27
*** Duane has quit IRC22:28
*** ccrouch has quit IRC22:34
*** noslzzp has joined #tripleo22:35
*** ccrouch has joined #tripleo22:36
*** ccrouch has quit IRC22:37
*** otoolee- has joined #tripleo22:44
*** jang2 has quit IRC22:44
*** yamahata has quit IRC22:46
openstackgerritRichard Su proposed a change to openstack/tripleo-image-elements: SELinux: allow openssl access to /run/keystone  https://review.openstack.org/12521922:50
*** andreaf has quit IRC22:57
*** andreaf has joined #tripleo22:58
*** yuanying has joined #tripleo22:58
morganfainbergtchaypo, probably better to have it restricted like that23:01
*** weshay has joined #tripleo23:04
*** marun has quit IRC23:05
*** weshay is now known as weshay_afk23:11
*** lucas-afk has quit IRC23:25
*** ccrouch has joined #tripleo23:26
*** yuanying has quit IRC23:46
*** yuanying has joined #tripleo23:46
*** andreaf has quit IRC23:46
*** andreaf has joined #tripleo23:47
*** yuanying has quit IRC23:51
*** noslzzp has quit IRC23:51
*** ci-overcloud has joined #tripleo23:54
ci-overcloud************** ci-overcloud complete status=1 ************23:54
*** ci-overcloud has quit IRC23:54
*** chuckC_ has quit IRC23:57
*** derekwaynecarr has quit IRC23:58

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