*** eghobo has joined #tripleo | 00:03 | |
*** morazi has quit IRC | 00:11 | |
*** saurabhs has left #tripleo | 00:20 | |
*** andreaf has quit IRC | 00:26 | |
*** andreaf has joined #tripleo | 00:27 | |
*** yamahata has quit IRC | 00:28 | |
SpamapS | lifeless: virt testing box | 00:37 |
---|---|---|
lifeless | oh lala | 00:40 |
*** rwsu has quit IRC | 00:49 | |
*** chuckC has quit IRC | 00:53 | |
*** jang has quit IRC | 01:03 | |
*** ChuckC_ has quit IRC | 01:04 | |
*** andreaf has quit IRC | 01:05 | |
*** andreaf has joined #tripleo | 01:06 | |
*** athomas has quit IRC | 01:07 | |
tchaypo | Richard Branson makes hardware now? | 01:07 |
*** jang has joined #tripleo | 01:07 | |
tchaypo | mordred: they both make lots of noise to fill silence in the countryside.. but kookaburras are much cuter | 01:08 |
tchaypo | cinerama: If gertty will load it for me I'll review | 01:08 |
mordred | gertty ftw | 01:08 |
tchaypo | lifeless: 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 |
tchaypo | but while I'm here... | 01:11 |
lifeless | tchaypo: ouch | 01:11 |
tchaypo | The 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 race | 01:11 |
tchaypo | so I upped max retries to 50, restarted things, tried again - took a lot longer but this time it seems to have hit something else | 01:12 |
tchaypo | BadRequest: object of type 'NoneType' has no len() (HTTP 400) | 01:13 |
tchaypo | but that happened on the weekend and I haven't had time to look at the logs | 01:13 |
*** panda has quit IRC | 01:14 | |
*** rwsu has joined #tripleo | 01:15 | |
*** panda has joined #tripleo | 01:15 | |
*** eghobo has quit IRC | 01:16 | |
*** jang has quit IRC | 01:18 | |
*** cadenzajon_ has joined #tripleo | 01:18 | |
*** sdake_ has joined #tripleo | 01:20 | |
tchaypo | oh wait, I see what happened there. First CREATE_IN_PROGRESS was at 09:54:40, first CREATE_FAILED was 13:54:19. | 01:22 |
tchaypo | keystone token expiration period is 14400, aka 4 hours... | 01:23 |
tchaypo | So. 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 on | 01:25 |
*** pcrews has quit IRC | 01:25 | |
*** pcrews has joined #tripleo | 01:27 | |
SpamapS | tchaypo: uggggh | 01:29 |
SpamapS | tchaypo: what was in CREATE_IN_PROGRESS the longest? | 01:29 |
tchaypo | They 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:42Z | 01:31 |
*** yamahata has joined #tripleo | 01:32 | |
tchaypo | the nova logs show that nova is polling ironic and being told that ironic is still trying to create the node | 01:33 |
*** ChuckC_ has joined #tripleo | 01:34 | |
*** chuckC has joined #tripleo | 01:35 | |
tchaypo | I can't see any errors in the ironic-conductr logs - lots of it trying to reserve instances, but nothing else that I can see | 01:36 |
*** jang has joined #tripleo | 01:36 | |
*** sdake_ has quit IRC | 01:38 | |
SpamapS | tchaypo: ah, so maybe a concurrency issue? | 01:40 |
SpamapS | tchaypo: like, solvable by running more conductors? | 01:40 |
lifeless | or multicast | 01:41 |
* lifeless runs around like roger rabbit | 01:41 | |
lifeless | or isit kermit the frog | 01:41 |
lifeless | [this is why I keep harping on multicast being super important] | 01:41 |
*** sdake_ has joined #tripleo | 01:44 | |
tchaypo | possibly. Currently I have a single node undercloud | 01:45 |
morganfainberg | tchaypo, have you deployed with the index fix to keystone? | 01:46 |
morganfainberg | tchaypo, and second, are you running multi-worker eventlet (iirc not deployed under apache *yet* in triple-o, right?) | 01:47 |
*** jang1 has joined #tripleo | 01:47 | |
SpamapS | lifeless: agreed. :) | 01:48 |
SpamapS | lifeless: do we have an easily consumable candidate software to do it for us already? | 01:48 |
lifeless | fireball or whatever it was called | 01:49 |
tchaypo | morganfainberg: good question. I thought I had deployed the index fix, let me check | 01:49 |
lifeless | we need to write some api glue to manage it and glue it into glance and ironic | 01:49 |
lifeless | its all on the etherpad | 01:49 |
morganfainberg | tchaypo, and the multi-eventlet workers makes a *BIG* difference | 01:49 |
SpamapS | morganfainberg: there's an index fix to keystone? | 01:50 |
morganfainberg | tchaypo, to give you an idea, we moved to that in devstack and the eventlet tempest (postgres) went from 1h30m-2h runtimes down to 1h | 01:50 |
morganfainberg | SpamapS, yes, we merged the user_id / trust_id fix to the token table | 01:50 |
tchaypo | I don't see it listed in repo_refs.yaml; my keystone repo is at 4c5e1e7 | 01:50 |
tchaypo | I can't see naything in the log that looks like it's the index fix | 01:50 |
morganfainberg | SpamapS, turns out the root cause was heat deleting it's temp users, and doing a massive table scan for no good reason | 01:50 |
SpamapS | morganfainberg: \o/ | 01:50 |
SpamapS | morganfainberg: yeah I think I saw the back and forth on that | 01:51 |
morganfainberg | tchaypo, might be a safe bet to go with https://github.com/openstack/keystone/commit/1335d6684d46017343a6657e2768aa2f0dbd808b | 01:51 |
tchaypo | SpamapS: exacerbated by the mysql innodb buffer pool size being 100m instaed of 4096mb | 01:51 |
SpamapS | I was shocked to see how few indexes were in the token backend when I first looke | 01:51 |
SpamapS | d | 01:51 |
SpamapS | oh god we have to get rid of that 100M buffer pool size | 01:51 |
morganfainberg | tchaypo, https://github.com/openstack/keystone/commit/4a462a47fc95635ac542aa4259e7b3c461e72408 is where it merged | 01:51 |
SpamapS | although it does make sure we test the situation where somebody really horks up their tuning. ;) | 01:51 |
morganfainberg | SpamapS, fair point, but i'd rather test that specifically than "oopse, we uh... did this... and uh... ":P | 01:52 |
tchaypo | stack@bastion:/home/shared/keystone$ git g | grep index | 01: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_id | 01:53 |
tchaypo | okay, I seem to have that now | 01:53 |
morganfainberg | tchaypo, i try and keep commit messages sane for grepping | 01:54 |
SpamapS | morganfainberg: in general any query that isn't a single PK read needs its own index. | 01:54 |
tchaypo | lifeless: 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 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: SELinux: Allow swift access to ephemeral ports https://review.openstack.org/124940 | 01:54 |
morganfainberg | SpamapS, usually. it also depends on the frequency especially in a high-churn DB like token | 01:55 |
morganfainberg | SpamapS, writing overhead for extra indexes can be just as bad if the read is infrequent enough | 01:55 |
*** nosnos has joined #tripleo | 01:56 | |
SpamapS | morganfainberg: 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 |
morganfainberg | tchaypo, 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 |
lifeless | tchaypo: you never need to rebuild the whole cloud | 01:57 |
lifeless | tchaypo: going to pick what up? | 01:57 |
morganfainberg | SpamapS, ++ i *want* less data in tokens :* | 01:57 |
SpamapS | morganfainberg: are we likely to see non-persistent tokens land early in Kilo? | 01:57 |
morganfainberg | SpamapS, 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 issuance | 01:58 |
morganfainberg | that was actually the blocker that caused it to slip | 01:58 |
SpamapS | morganfainberg: pesky API contracts | 01:58 |
morganfainberg | SpamapS, 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 |
morganfainberg | ideally we should get tokens to be much better than they are if at all possible. | 01:59 |
lifeless | oh god the clever names some folk insist on | 01:59 |
lifeless | sadface | 01:59 |
morganfainberg | lifeless, dare .. dare i ask? or is it going to make me cry? | 01:59 |
lifeless | morganfainberg: https://mail.python.org/pipermail/web-sig/2014-September/005312.html | 02:01 |
morganfainberg | i was with the email until they hit the acronym | 02:01 |
tchaypo | lifeless: the update to the keystone repo | 02:01 |
morganfainberg | *sigh* | 02:01 |
lifeless | morganfainberg: it may well make you cry if you know various bits of history | 02:01 |
lifeless | tchaypo: you need a new image | 02:02 |
lifeless | tchaypo: which means you'll be experimenting with upgrade on the undercloud, which is not tested yet | 02:02 |
lifeless | and I'm pretty sure is broken e.g. with where tftproot is | 02:02 |
lifeless | tchaypo: so I suggest you pull it down within the running image | 02:02 |
tchaypo | lifeless: that sounds pretty similar to a rebuild to me.. so pulling the update sounds much simpler | 02:02 |
morganfainberg | lifeless 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 |
StevenK | lifeless: Re web-sig, I think "OH." is I can say | 02:04 |
tchaypo | so.. adding http://review.openstack.org/openstack/keystone as an alternative remote | 02:04 |
tchaypo | which might require auth, let me see | 02:04 |
StevenK | http://git.openstack.org/openstack/keystone should be fine with no auth, FWIW | 02:05 |
tchaypo | fatal: unable to access 'http://review.openstack.org/openstack/keystone/': Could not resolve host: review.openstack.org | 02:05 |
tchaypo | wheee | 02:05 |
* tchaypo tweaks dnsmasq.conf | 02:05 | |
tchaypo | okay, that works. | 02:06 |
tchaypo | okay, checked out master. Just restarting the keystone service should make it pick up the new code? | 02:07 |
morganfainberg | tchaypo, sure, but you need to run db migrations to get the indexes | 02:07 |
morganfainberg | tchaypo, so new code solves things like eventlet workers | 02:07 |
tchaypo | how do I run the db migrations? | 02:07 |
morganfainberg | tchaypo, keystone-manage db_sync | 02:08 |
tchaypo | *govels* | 02:08 |
tchaypo | *grovels* i mean | 02:08 |
morganfainberg | tchaypo, you may need to point that at the keystone.conf as well with --config-file | 02:08 |
lifeless | tchaypo: os-collect-config has the invocation you need | 02:08 |
morganfainberg | lifeless, to the rescue! | 02:08 |
morganfainberg | :) | 02:08 |
tchaypo | sudo -u keystone -- keystone-manage db_sync | 02:09 |
tchaypo | okay, now i would like to find the database and check the indexes | 02:11 |
*** Yanyanhu has joined #tripleo | 02:12 | |
tchaypo | hrm. I'm not seeing ix_token_user_id on the tokens table | 02:16 |
morganfainberg | do i still have access? | 02:17 |
morganfainberg | i can take a look | 02:17 |
morganfainberg | hmm | 02:18 |
morganfainberg | huh | 02:18 |
tchaypo | I assume the keystone I ran with sudo wasn't coming from the right path | 02:19 |
tchaypo | r | 02:19 |
morganfainberg | ok you're on version 54 | 02:19 |
morganfainberg | you need to be on version 55 of the schema | 02:19 |
tchaypo | also my internt here is turning a little bit flaky | 02:19 |
morganfainberg | tchaypo, | keystone | /opt/stack/venvs/keystone/local/lib/python2.7/site-packages/keystone/common/sql/migrate_repo | 54 | | 02:19 |
tchaypo | lifeless: before it dies completely is there anyone else I need to ping about being away? | 02:19 |
*** sseago has quit IRC | 02:20 | |
lifeless | tchaypo: I will let folk know | 02:20 |
lifeless | tchaypo: you forgot to pip install master | 02:20 |
lifeless | tchaypo: into the keystone venv | 02:20 |
tchaypo | morganfainberg: yep, taht explains it - I updated /opt/stack/keystone, it looks like I need to install that into the venv | 02:20 |
morganfainberg | tchaypo, ++ | 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 |
StevenK | Huh | 02:22 |
tchaypo | okay, that should do it | 02:22 |
StevenK | I tend to cd into the venv, run . bin/activate and then pip install ~/foo/bar | 02:22 |
StevenK | That whole hard way thing | 02:22 |
morganfainberg | hehe | 02:23 |
tchaypo | db syc happening... it looks like it's migrated from 54 all the way up to 60 | 02:25 |
tchaypo | okay, that's done. | 02:25 |
*** dsneddon has quit IRC | 02:25 | |
tchaypo | Now for a deploy-ci-overcloud | 02:25 |
morganfainberg | tchaypo, ah you've moved into "Kilo" space then | 02:26 |
morganfainberg | tchaypo, for keystone | 02:26 |
*** dsneddon has joined #tripleo | 02:26 | |
tchaypo | wheeee | 02:26 |
tchaypo | should this be safe for me to use? | 02:26 |
tchaypo | I'd like to kick off the deploy now and then go away for food | 02:27 |
morganfainberg | tchaypo, yes it should be safe, just you're beyond the RC cutoff for keystone now - we merged that this morning. | 02:27 |
morganfainberg | only like 2 things landed and they could have landed in Juno just timing was off. | 02:27 |
morganfainberg | and one was the placeholder migrations | 02:27 |
morganfainberg | for backporting | 02:28 |
tchaypo | okay, stack DELETE_IN_PROGRESS | 02:28 |
tchaypo | SpamapS: did you have something particular in mind? | 02:29 |
tchaypo | deploy in progress | 02:31 |
* tchaypo goes away for food | 02:31 | |
tchaypo | for 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 stuff | 02:31 |
*** sseago has joined #tripleo | 02:34 | |
*** sdake_ has quit IRC | 02:47 | |
*** pcrews has quit IRC | 02:56 | |
*** pcrews has joined #tripleo | 02:57 | |
SpamapS | tchaypo: No I didn't, was just wondering what might be stuck. Sounds like it is well understood. | 02:59 |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1369256 | 03:00 |
untriaged-bot | https://bugs.launchpad.net/os-refresh-config/+bug/1374259 | 03:00 |
uvirtbot | Launchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1367742 | 03:00 |
uvirtbot | Launchpad bug 1374259 in os-refresh-config "Coverage report was't created" [Undecided,Fix committed] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1373063 | 03:00 |
uvirtbot | Launchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1366164 | 03:00 |
uvirtbot | Launchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress] | 03:00 |
uvirtbot | Launchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375414 | 03:00 |
uvirtbot | Launchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375422 | 03:00 |
uvirtbot | Launchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress] | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
*** pcrews has quit IRC | 03:04 | |
*** andreaf has quit IRC | 03:04 | |
*** andreaf has joined #tripleo | 03:05 | |
tchaypo | 4 active so far... | 03:13 |
*** spzala has quit IRC | 03:17 | |
SpamapS | morganfainberg: silly me, I thought revocation events was the normal way to do tokens now. :-P | 03:20 |
morganfainberg | SpamapS, sadly it's not 100% there, auth_token currently does not do it. | 03:20 |
morganfainberg | SpamapS, and we support fallback for systems that need the enumerated (API contract again, dang it!) TRL. | 03:21 |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-refresh-config: Remove bogus path in tox.ini's flake8 exclude https://review.openstack.org/124671 | 03:21 |
morganfainberg | obviously the TRL will become optional... | 03:21 |
*** pcrews has joined #tripleo | 03:21 | |
tchaypo | okay, 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 active | 03:21 |
SpamapS | morganfainberg: Yeah I like the idea of an accelerated deprection of those features. :) | 03:22 |
tchaypo | so I'll dig into the logs once more and see if I can figure out why ironic is taking so long tobring things up | 03:22 |
morganfainberg | SpamapS, i can't disagree | 03:22 |
*** nosnos has quit IRC | 03:22 | |
morganfainberg | uhhh | 03:22 |
morganfainberg | tchaypo, i think you need to set a max limit on keystone workers :P | 03:23 |
*** nosnos has joined #tripleo | 03:23 | |
morganfainberg | http://paste.openstack.org/show/116965/ | 03:23 |
morganfainberg | SpamapS, ^ might want to toss some config magic into triple-o for that | 03:23 |
morganfainberg | right now it's spinning up a main and admin worker *per* core | 03:23 |
morganfainberg | or cores /2 or some logic like tha | 03:24 |
SpamapS | Whhhoaoaaaaaaaa there boy | 03:24 |
* SpamapS reigns that stallion in | 03:25 | |
SpamapS | morganfainberg: thats good | 03:25 |
SpamapS | morganfainberg: FEEL THE SPEED BABY | 03:25 |
morganfainberg | SpamapS, well i *don't* think you're going to run into GIL issues / eventlet coroutine issues there | 03:25 |
morganfainberg | just a hunch | 03:25 |
SpamapS | thats processes | 03:25 |
SpamapS | aint no gil there | 03:25 |
morganfainberg | exactly | 03:25 |
SpamapS | just good ol fashioned COW pages | 03:25 |
SpamapS | :) | 03:25 |
morganfainberg | each one of those things is an eventletworker too | 03:26 |
morganfainberg | whooooboy | 03:26 |
*** nosnos has quit IRC | 03:27 | |
SpamapS | morganfainberg: actually why isn't that apache2? | 03:27 |
morganfainberg | SpamapS, the apache2 conversion for triple-o was squashed for Juno | 03:27 |
SpamapS | honestly apache is almost always going to do a better job than we can | 03:27 |
morganfainberg | SpamapS, haneef proposed them, but i think it was just too late in the cycle | 03:28 |
SpamapS | morganfainberg: oh my.. it's a reality in Helion | 03:28 |
morganfainberg | SpamapS, yeah. and we test *most* everything under apache. | 03:28 |
morganfainberg | def. trust apache to do a better job than eventlet ;) | 03:28 |
*** penick has joined #tripleo | 03:29 | |
SpamapS | we don't freeze tripleo to my mind... | 03:29 |
StevenK | morganfainberg: Is the plan to have Apache only, and eventlet can die in a big chemical fire? | 03:29 |
SpamapS | or did we start doing that? | 03:29 |
*** penick_ has joined #tripleo | 03:29 | |
StevenK | SpamapS: Not to my mind | 03:29 |
morganfainberg | StevenK, 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 months | 03:29 | |
morganfainberg | SpamapS, i saw some -2s on the patches something about specs or something | 03:29 |
StevenK | morganfainberg: PC LOAD LETTER | 03:29 |
morganfainberg | StevenK, i want eventlet to burn. | 03:30 |
SpamapS | Ah | 03:30 |
SpamapS | StevenK: you know, our employer invented PC LOAD LETTER | 03:30 |
SpamapS | yes | 03:30 |
SpamapS | let it sink in :) | 03:30 |
StevenK | Bwahahaha | 03:30 |
SpamapS | morganfainberg: eventlet isn't so bad | 03:31 |
StevenK | SpamapS: Compared to what? :-P | 03:31 |
SpamapS | having dealt with twisted and eventlet, I choose eventlet. | 03:31 |
morganfainberg | SpamapS, sure. | 03:31 |
SpamapS | and tulip is basically just built in twisted | 03:31 |
StevenK | SpamapS: Hack on buildd-manager ... I dare you :-P | 03:31 |
SpamapS | HAHAHAH | 03:31 |
SpamapS | no | 03:31 |
SpamapS | no launchpad | 03:31 |
SpamapS | ever | 03:31 |
SpamapS | and no zope godamnit | 03:31 |
SpamapS | yes I meant to be rude | 03:31 |
SpamapS | zope makes me say godamnit | 03:32 |
morganfainberg | haha | 03:32 |
lifeless | SpamapS: the twisted code I know you've dealt with was bad twisted code | 03:32 |
morganfainberg | oh perfect, i know what we need to make Keystone use then. | 03:32 |
lifeless | SpamapS: whereas openstack is good eventlet code.... | 03:32 |
* morganfainberg ducks from SpamapS. | 03:32 | |
SpamapS | lifeless: believe it or not, I wrote an entire great-firewall-bypassing proxy system using twisted in the weeks before I joined Canonical. | 03:32 |
StevenK | morganfainberg: If you add zope.component to global-requirements, we are no longer friends :-P | 03:32 |
SpamapS | It was diabolical.. it used.. xor | 03:32 |
lifeless | SpamapS: I believe it. Was it good twisted code? | 03:32 |
morganfainberg | StevenK, lol | 03:33 |
morganfainberg | StevenK, are you one of the PDX folks? | 03:33 |
*** penick has quit IRC | 03:33 | |
*** penick_ is now known as penick | 03:33 | |
* morganfainberg can't keep track of who all is up there. | 03:33 | |
morganfainberg | i know clark is. | 03:33 |
SpamapS | lifeless: I can't say.. but I hate coroutines so.. :-P | 03:33 |
*** andreaf has quit IRC | 03:33 | |
StevenK | morganfainberg: I'm on the entire other side of the world | 03:33 |
lifeless | morganfainberg: StevenK is sydney :) | 03:33 |
morganfainberg | aha | 03:33 |
morganfainberg | somewhere else i will need to visit someday | 03:34 |
*** andreaf has joined #tripleo | 03:34 | |
morganfainberg | but that is a brutal flight | 03:34 |
StevenK | Oh, pft | 03:34 |
StevenK | I have 37 hours to Paris | 03:34 |
StevenK | So man up :-P | 03:34 |
morganfainberg | anything > 12hrs is too much time to spend on a plane in one sitting | 03:34 |
morganfainberg | which is *just* enough time for me to go LAX -> Heathrow and switch planes | 03:35 |
StevenK | Then go LAX -> HNL -> SIN -> SYD | 03:35 |
StevenK | It will take longer, but each leg will be a max of 8 hours | 03:35 |
morganfainberg | HKG was bad (~15hrs). | 03:36 |
morganfainberg | if i could have done LAX -> HNL -> HKG i would have | 03:36 |
StevenK | morganfainberg: HAHA. I have that to get to DXB | 03:36 |
StevenK | And then a 2 hour layover and something like 8 hours to CDG | 03:36 |
morganfainberg | i gotta book my flght to CDG | 03:36 |
* morganfainberg will do that tomorrow. | 03:37 | |
StevenK | lifeless: Did you just say on -dev that pip outside of a venv will write to dist-packages ? | 03:37 |
StevenK | lifeless: Did you mean /usr/bin/pip or will /<path to venv>/bin/pip also do that brain-damage? | 03:37 |
morganfainberg | StevenK, the path/to/venv should *not* do that | 03:37 |
morganfainberg | unless it;s a recent development | 03:38 |
StevenK | Unpacking /home/steven/openstack/openstack/os-cloud-config | 03:38 |
StevenK | Then wait for 20 seconds | 03:38 |
SpamapS | I'm more and more convinced that docker/lxc should probably replace venv wherever it can. | 03:38 |
StevenK | Why, I don't know. But it's a directory, not a packed struct :-( | 03:38 |
lifeless | StevenK: sudo pip | 03:39 |
SpamapS | And we should probably sponser a kernel developer to fix iscsi to work in containers | 03:39 |
morganfainberg | SpamapS, i'd love to see docker/lxc be better | 03:39 |
lifeless | StevenK: pip from bin-in-venv does sane stuff | 03:39 |
* morganfainberg wishes he was a kernel hacker that could make it better. | 03:39 | |
morganfainberg | oh boy i need to go get food before everything closes. | 03:40 |
* morganfainberg wanders off. | 03:40 | |
SpamapS | morganfainberg: I slept 7 of the 15 hrs to HK.. and watched 3 bruce lee movies. :) | 03:40 |
StevenK | I managed 10 hours for SYD -> LAX for the last trip | 03:40 |
StevenK | But I cheated, and was in business | 03:40 |
lifeless | SpamapS: lxc/docker are quite a different layer IMO | 03:41 |
SpamapS | never slept as well as I did on that HK flight | 03:42 |
SpamapS | lifeless: totally different, but decouples the act of application separation from the language of choice. | 03:43 |
morganfainberg | StevenK, i am wondering if i'll have enough points to get business class -> cdg | 03:43 |
lifeless | SpamapS: application separation is one use for venvs | 03:43 |
morganfainberg | one can always hope | 03:43 |
SpamapS | It's the only one I know. :-P | 03:44 |
lifeless | SpamapS: 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 image | 03:44 |
lifeless | SpamapS: 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 IRC | 03:45 | |
SpamapS | lifeless: no doubt. | 03:47 |
* SpamapS will shut his uninformed mouth | 03:47 | |
lifeless | hah | 03:47 |
lifeless | you are *not* uninformed | 03:47 |
SpamapS | really? I've tried hard to keep my hands over my ears whenever mordred whines about setuptools... | 03:48 |
lifeless | SpamapS: but have you ever looked under the hood of .pth file handling? | 03:48 |
SpamapS | once | 03:48 |
SpamapS | only once | 03:48 |
*** nikunj2512 has joined #tripleo | 03:50 | |
tchaypo | morgan_remote_: thanks | 03:58 |
*** pcrews has quit IRC | 03:59 | |
tchaypo | morgan_remote_: I love your email btw :) | 03:59 |
*** ci-overcloud has joined #tripleo | 03:59 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 03:59 |
*** ci-overcloud has quit IRC | 03:59 | |
*** rushiagr_away is now known as rushiagr | 04:01 | |
tchaypo | StevenK: That's rough, mine is just over 24 hours | 04:02 |
tchaypo | Oh good, ci-overcloud failed already. That's too soon to be the token expiration so maybe we'll see something new this time | 04:03 |
*** nosnos has joined #tripleo | 04:14 | |
*** jrist has quit IRC | 04:32 | |
*** jrist has joined #tripleo | 04:35 | |
*** yamahata has quit IRC | 04:40 | |
*** yamahata has joined #tripleo | 04:41 | |
lifeless | StevenK: https://review.openstack.org/#/c/109653/ needs +2/+A | 04:43 |
*** rushiagr is now known as rushiagr_away | 04:51 | |
openstackgerrit | Richard Su proposed a change to openstack/diskimage-builder: Install openstack-selinux on RHEL https://review.openstack.org/123865 | 04:53 |
*** ramishra has joined #tripleo | 04:55 | |
*** pensu has joined #tripleo | 04:56 | |
*** loki184 has joined #tripleo | 05:01 | |
*** tzumainn has quit IRC | 05:06 | |
*** Yanyanhu has quit IRC | 05:17 | |
*** andreaf has quit IRC | 05:20 | |
*** andreaf has joined #tripleo | 05:21 | |
*** rushiagr_away is now known as rushiagr | 05:32 | |
*** pradeep has joined #tripleo | 05:34 | |
*** jtomasek has joined #tripleo | 05:40 | |
*** andreaf has quit IRC | 05:46 | |
*** jtomasek has quit IRC | 05:50 | |
*** penick has quit IRC | 05:59 | |
*** bvivek has joined #tripleo | 05:59 | |
*** rwsu has quit IRC | 06:09 | |
*** mrunge has joined #tripleo | 06:11 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add hp2 region. https://review.openstack.org/109653 | 06:13 |
*** k4n0 has joined #tripleo | 06:27 | |
*** nosnos has quit IRC | 06:39 | |
*** nosnos has joined #tripleo | 06:40 | |
*** nosnos has quit IRC | 06:41 | |
*** nosnos_ has joined #tripleo | 06:41 | |
GheRivero | morning all | 06:43 |
*** jcoufal has joined #tripleo | 06:47 | |
*** jcoufal has quit IRC | 06:47 | |
*** jkraj has joined #tripleo | 06:47 | |
*** GheRivero has quit IRC | 06:52 | |
*** GheRivero has joined #tripleo | 06:58 | |
*** akuznetsov has quit IRC | 07:13 | |
*** ifarkas has joined #tripleo | 07:18 | |
StevenK | ERROR (CommandError): No flavor with a name or ID of | 07:21 |
StevenK | '+--------------------------------------+------------------------+-----------+------+-----------+------+-------+-------------+-----------+' exists. | 07:21 |
StevenK | So, it seems for flavor in $(nova flavor-list) is a terrible idea. | 07:21 |
*** jcoufal has joined #tripleo | 07:22 | |
*** jcoufal has quit IRC | 07:23 | |
*** jcoufal has joined #tripleo | 07:23 | |
*** rdopieralski has joined #tripleo | 07:26 | |
*** gfidente has joined #tripleo | 07:26 | |
*** ifarkas has quit IRC | 07:32 | |
*** jcoufal has quit IRC | 07:32 | |
*** ifarkas has joined #tripleo | 07:32 | |
*** ifarkas has quit IRC | 07:33 | |
*** ifarkas has joined #tripleo | 07:33 | |
*** jcoufal has joined #tripleo | 07:34 | |
*** jp_at_hp has joined #tripleo | 07:36 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Fix problem that flavors has no attribute "utils" https://review.openstack.org/124754 | 07:38 |
*** pradeep has quit IRC | 07:38 | |
*** jcoufal has quit IRC | 07:40 | |
*** jcoufal has joined #tripleo | 07:40 | |
*** jprovazn has joined #tripleo | 07:53 | |
*** Dafna has joined #tripleo | 07:54 | |
*** athomas has joined #tripleo | 07:55 | |
*** jistr has joined #tripleo | 07:55 | |
*** lsmola has joined #tripleo | 07:59 | |
*** regebro has joined #tripleo | 07:59 | |
*** akuznetsov has joined #tripleo | 08:01 | |
*** loki184 has quit IRC | 08:02 | |
*** derekh has joined #tripleo | 08:03 | |
*** dtantsur|afk is now known as dtantsur | 08:04 | |
GheRivero | anybody knows what's going on with check-tripleo-ironic-undercloud-precise-nonha? | 08:06 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Nothing to see here https://review.openstack.org/111011 | 08:06 |
derekh | GheRivero: 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 |
GheRivero | thanks derekh. I'll keep an eye on that. | 08:08 |
*** pensu has quit IRC | 08:14 | |
*** pensu has joined #tripleo | 08:15 | |
*** bvivek has quit IRC | 08:19 | |
*** akrivoka has joined #tripleo | 08: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 #tripleo | 08:23 | |
*** mrunge has quit IRC | 08:23 | |
*** lucasagomes has joined #tripleo | 08:23 | |
*** bvivek has joined #tripleo | 08:25 | |
*** mrunge has joined #tripleo | 08:25 | |
openstackgerrit | A change was merged to openstack/os-cloud-config: Do not create the _member_ role https://review.openstack.org/124508 | 08:31 |
*** andreaf_ is now known as andreaf | 08:59 | |
*** sdake_ has joined #tripleo | 09:00 | |
*** untriaged-bot has joined #tripleo | 09:01 | |
untriaged-bot | Untriaged bugs so far: | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1369256 | 09:01 |
uvirtbot | Launchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/os-refresh-config/+bug/1374259 | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1367742 | 09:01 |
uvirtbot | Launchpad bug 1374259 in os-refresh-config "Coverage report was't created" [Undecided,Fix committed] | 09:01 |
uvirtbot | Launchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1373063 | 09:01 |
uvirtbot | Launchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1366164 | 09:01 |
uvirtbot | Launchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375414 | 09:01 |
uvirtbot | Launchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375422 | 09:01 |
uvirtbot | Launchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress] | 09:01 |
*** untriaged-bot has quit IRC | 09:01 | |
*** ramishra has quit IRC | 09:04 | |
*** pradeep has joined #tripleo | 09:04 | |
*** sdake_ has quit IRC | 09:05 | |
rushiagr | hello tripleo folks! | 09:06 |
rushiagr | I created a diskimage using 'vm ubuntu' params, but when I use it with heat, by default it creates ec2-user | 09:08 |
rushiagr | I'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 heat | 09:08 |
*** pradeep1 has joined #tripleo | 09:08 | |
rushiagr | please correct me if I'm wrong | 09:08 |
*** pradeep2 has joined #tripleo | 09:10 | |
*** pradeep has quit IRC | 09:11 | |
*** pradeep1 has quit IRC | 09:13 | |
*** rlandy has joined #tripleo | 09:15 | |
*** pradeep2 has quit IRC | 09:19 | |
derekh | GheRivero: that test job failed with another error going to restart it | 09:21 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Nothing to see here https://review.openstack.org/111011 | 09:22 |
openstackgerrit | Peter Belanyi proposed a change to openstack/tripleo-heat-templates: Add converted version of block and object storage https://review.openstack.org/123713 | 09:25 |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Disallow editing roles not associated with a plan https://review.openstack.org/124764 | 09:27 |
*** yuanying has quit IRC | 09:28 | |
*** yuanying has joined #tripleo | 09:29 | |
*** yuanying has quit IRC | 09:34 | |
*** jtomasek has joined #tripleo | 09:36 | |
*** pradeep has joined #tripleo | 09:42 | |
*** pradeep1 has joined #tripleo | 09:45 | |
*** pradeep has quit IRC | 09:47 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Updated from global requirements https://review.openstack.org/124881 | 09:52 |
SpamapS | oh wget | 09:54 |
SpamapS | truncating instead of renaming? whats up with that? | 09:54 |
StevenK | SpamapS: -c | 09:57 |
StevenK | Or -O | 09:57 |
StevenK | wget is special | 09:57 |
SpamapS | -c is probably what I want | 09:58 |
SpamapS | dunno if it would conflict with --mirror tho | 09:58 |
StevenK | --report-speed=type | 09:58 |
StevenK | Output bandwidth as type. The only accepted value is bits. | 09:58 |
StevenK | ... | 09:58 |
StevenK | Then why is that option, wget? | 09:58 |
StevenK | SpamapS: Oh. --no-clobber | 09:59 |
SpamapS | Tried to get clever and use hard links to preserve previous versions of a downloaded file.. :-P | 09:59 |
SpamapS | then noticed "wait.. 7 builds, 7G per build.. only using.. 7G .. | 09:59 |
StevenK | SpamapS: If I'm reading the manpage correctly, --no-clobber will rename | 10:00 |
SpamapS | what 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 |
SpamapS | like, you can't say the actual behavior names? | 10:00 |
SpamapS | -r , -p ?! | 10:01 |
StevenK | SpamapS: 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 |
StevenK | SpamapS: -r is recursive | 10:01 |
SpamapS | yeah I'm just having to fly around the man page figuring all those out | 10:02 |
StevenK | Yeah | 10:02 |
StevenK | SpamapS: Here, hold these five flags and their behavior in your head so you can work out what a sixth flag will do | 10:02 |
SpamapS | StevenK: using -nc w/ -N (implied by --mirror) isn't allowed | 10:03 |
SpamapS | basically wget won't let you do the right thing. :-P | 10:03 |
StevenK | wget, we are so not friends any more | 10:03 |
SpamapS | yeah hrm | 10:05 |
SpamapS | pretty stupid given that it is a download tool | 10:05 |
SpamapS | like this file takes 20m to download | 10:05 |
SpamapS | during that 20m ... the mirror is borken | 10:05 |
* SpamapS changes 'ln' to 'cp' and sighs | 10:07 | |
*** yuanying has joined #tripleo | 10:08 | |
*** yuanying has quit IRC | 10:16 | |
*** jcoufal has quit IRC | 10:23 | |
*** jcoufal has joined #tripleo | 10:24 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Install seabios-bin on rhel7 https://review.openstack.org/121971 | 10:34 |
*** pelix has joined #tripleo | 10:34 | |
*** yamahata has quit IRC | 10:35 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Deangularize number picker https://review.openstack.org/125003 | 10:35 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation https://review.openstack.org/125004 | 10:35 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add network-gateway element https://review.openstack.org/124399 | 10:36 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Bump VM minimum requirments to 3G https://review.openstack.org/123453 | 10:38 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation https://review.openstack.org/125004 | 10:40 |
*** ramishra has joined #tripleo | 10:46 | |
*** ramishra_ has joined #tripleo | 10:56 | |
openstackgerrit | Marios Andreou proposed a change to openstack/tripleo-heat-templates: WIP: Add configuration for discovery dhcp https://review.openstack.org/125005 | 10:57 |
*** pradeep has joined #tripleo | 10:58 | |
*** ramishra has quit IRC | 10:59 | |
*** pradeep1 has quit IRC | 11:00 | |
*** pradeep1 has joined #tripleo | 11:01 | |
*** lucasagomes is now known as lucas-hungry | 11:01 | |
*** loki184 has quit IRC | 11:02 | |
*** pradeep has quit IRC | 11:02 | |
*** yuanying has joined #tripleo | 11:13 | |
*** ramishra_ has quit IRC | 11:15 | |
*** ramishra has joined #tripleo | 11:19 | |
*** pradeep has joined #tripleo | 11:19 | |
*** pradeep1 has quit IRC | 11:21 | |
*** yuanying has quit IRC | 11:21 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation https://review.openstack.org/125004 | 11:23 |
*** nikunj2512 has quit IRC | 11:23 | |
*** mikal has quit IRC | 11:23 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Deangularize number picker https://review.openstack.org/125003 | 11:26 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Fix selinux permissions for non-primary MariaDB/Galera nodes https://review.openstack.org/123595 | 11:27 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Deangularize number picker https://review.openstack.org/125003 | 11:28 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation https://review.openstack.org/125004 | 11:28 |
*** Yanyanhu has joined #tripleo | 11:31 | |
*** jistr is now known as jistr|english | 11:31 | |
*** pradeep1 has joined #tripleo | 11:34 | |
*** morazi has joined #tripleo | 11:34 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: RabbitMQ element requires use-ephemeral https://review.openstack.org/122413 | 11:35 |
*** pradeep has quit IRC | 11:35 | |
*** mikal has joined #tripleo | 11:35 | |
*** pradeep has joined #tripleo | 11:42 | |
*** pradeep1 has quit IRC | 11:43 | |
*** weshay has joined #tripleo | 11:53 | |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Remove unnecessary completion signal https://review.openstack.org/122376 | 11:53 |
*** lazy_prince2 has joined #tripleo | 11:55 | |
*** Yanyan has joined #tripleo | 11:56 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Disallow editing roles not associated with a plan https://review.openstack.org/124764 | 11:59 |
*** Yanyanhu has quit IRC | 11:59 | |
*** Yanyan has quit IRC | 12:04 | |
EmilienM | SpamapS: hey, I wonder if https://etherpad.openstack.org/p/kilo-tripleo-summit-topics is the right place to add a topic about tripleo-puppet-elements | 12:09 |
*** Yanyanhu has joined #tripleo | 12:11 | |
*** akrivoka has quit IRC | 12:14 | |
*** akrivoka has joined #tripleo | 12:15 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-image-elements: Add package install support https://review.openstack.org/125014 | 12:15 |
*** jprovazn has quit IRC | 12:17 | |
*** yuanying has joined #tripleo | 12:18 | |
*** dprince has joined #tripleo | 12:18 | |
*** pradeep1 has joined #tripleo | 12:19 | |
*** jdob has joined #tripleo | 12:19 | |
*** pradeep has quit IRC | 12:21 | |
*** yamahata has joined #tripleo | 12:23 | |
*** yuanying has quit IRC | 12:27 | |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Add counts to Flavor tabs https://review.openstack.org/125019 | 12:27 |
*** ifarkas has quit IRC | 12:33 | |
*** ifarkas has joined #tripleo | 12:35 | |
*** Yanyan has joined #tripleo | 12:36 | |
*** lucas-hungry is now known as lucasagomes | 12:39 | |
*** Yanyanhu has quit IRC | 12:39 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-heat-templates: Split allNodesConfig https://review.openstack.org/125025 | 12:44 |
*** rushiagr is now known as rushiagr_away | 12:51 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-image-elements: Fix RabbitMQ element clustering start and stop https://review.openstack.org/115524 | 12:51 |
*** jprovazn has joined #tripleo | 12:51 | |
openstackgerrit | Christian Berendt proposed a change to openstack/diskimage-builder: Use $((EXPRESSION)) instead of $[EXPRESSION] https://review.openstack.org/125036 | 12:53 |
*** jistr|english is now known as jistr | 12:56 | |
*** rook has quit IRC | 12:59 | |
*** k4n0 has quit IRC | 13:01 | |
*** sseago has quit IRC | 13:02 | |
*** sseago has joined #tripleo | 13:02 | |
*** tzumainn has joined #tripleo | 13:05 | |
*** mspreitz has joined #tripleo | 13:05 | |
*** lazy_prince2 has quit IRC | 13:09 | |
*** julim has joined #tripleo | 13:09 | |
*** dvossel has joined #tripleo | 13:13 | |
*** pensu has quit IRC | 13:15 | |
greghaynes | EmilienM: I would add it so we can start having discussion on it | 13:17 |
greghaynes | EmilienM: In the end it might get grouped in with the ansible session, but it has to start somewher e:) | 13:17 |
*** ramishra has quit IRC | 13:20 | |
*** pradeep has joined #tripleo | 13:22 | |
*** yuanying has joined #tripleo | 13:23 | |
*** rushiagr_away is now known as rushiagr | 13:24 | |
*** pradeep1 has quit IRC | 13:24 | |
*** pradeep1 has joined #tripleo | 13:25 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Add counts to Flavor tabs https://review.openstack.org/125019 | 13:25 |
*** ramishra has joined #tripleo | 13:26 | |
*** pradeep has quit IRC | 13:26 | |
*** pensu has joined #tripleo | 13:30 | |
*** pradeep has joined #tripleo | 13:30 | |
*** pradeep1 has quit IRC | 13:31 | |
*** yuanying has quit IRC | 13:32 | |
*** pradeep1 has joined #tripleo | 13:36 | |
*** rushiagr is now known as rushiagr_away | 13:36 | |
*** pradeep has quit IRC | 13:38 | |
*** sdake has quit IRC | 13:44 | |
*** sdake has joined #tripleo | 13:44 | |
*** radez_g0n3 is now known as radez | 13:49 | |
*** mrunge has quit IRC | 13:49 | |
*** sdake_ has joined #tripleo | 13:53 | |
*** athomas has quit IRC | 13:59 | |
*** nosnos_ has quit IRC | 13:59 | |
*** pradeep has joined #tripleo | 13:59 | |
*** nosnos has joined #tripleo | 13:59 | |
*** pradeep1 has quit IRC | 14:01 | |
*** sdake_ has quit IRC | 14:01 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refresh progress page with AJAX https://review.openstack.org/125064 | 14:02 |
*** pradeep1 has joined #tripleo | 14:03 | |
*** ramishra_ has joined #tripleo | 14:03 | |
*** pradeep has quit IRC | 14:04 | |
*** nosnos has quit IRC | 14:04 | |
*** ramishra has quit IRC | 14:04 | |
*** athomas has joined #tripleo | 14:05 | |
*** jdob has quit IRC | 14:05 | |
*** jdob has joined #tripleo | 14:06 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refresh progress page with AJAX https://review.openstack.org/125064 | 14:08 |
*** andreaf_ has joined #tripleo | 14:10 | |
*** andreaf has quit IRC | 14:13 | |
*** andreaf_ is now known as andreaf | 14:14 | |
*** andreaf_ has joined #tripleo | 14:14 | |
*** pradeep has joined #tripleo | 14:15 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Automatic plan saving and validation https://review.openstack.org/125004 | 14:16 |
*** pradeep1 has quit IRC | 14:16 | |
*** derekwaynecarr has joined #tripleo | 14:17 | |
*** chuckC has quit IRC | 14:18 | |
openstackgerrit | Tomas Sedovic proposed a change to openstack/tripleo-heat-templates: Fix todos in object storage https://review.openstack.org/125067 | 14:18 |
*** jdob has quit IRC | 14:19 | |
*** rushiagr_away is now known as rushiagr | 14:19 | |
*** jdob has joined #tripleo | 14:19 | |
shadower | pbelanyi_: https://review.openstack.org/125067 | 14:19 |
shadower | pbelanyi_: that fixes the TODOs left in the swift template. Feel free to squash that into your commit | 14:20 |
pbelanyi_ | shadower: cool, I'll check it | 14:21 |
*** pbelanyi_ is now known as pbelanyi | 14:21 | |
*** andreaf has quit IRC | 14:26 | |
*** ChuckC_ has quit IRC | 14:27 | |
*** yuanying has joined #tripleo | 14:28 | |
*** pradeep1 has joined #tripleo | 14:29 | |
*** pradeep has quit IRC | 14:31 | |
*** jcoufal has quit IRC | 14:33 | |
*** mspreitz has quit IRC | 14:33 | |
*** yuanying has quit IRC | 14:36 | |
*** jcoufal has joined #tripleo | 14:37 | |
*** spzala has joined #tripleo | 14:41 | |
*** andreaf has joined #tripleo | 14:42 | |
*** pcrews has joined #tripleo | 14:42 | |
*** openstackgerrit has quit IRC | 14:42 | |
*** pradeep has joined #tripleo | 14:44 | |
*** pradeep1 has quit IRC | 14:45 | |
*** pradeep1 has joined #tripleo | 14:46 | |
*** pradeep has quit IRC | 14:49 | |
*** pradeep1 has quit IRC | 14:51 | |
*** pradeep has joined #tripleo | 14:55 | |
*** mspreitz has joined #tripleo | 14:56 | |
*** pradeep1 has joined #tripleo | 14:57 | |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | Untriaged bugs so far: | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1369256 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/os-refresh-config/+bug/1374259 | 15:00 |
uvirtbot | Launchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1367742 | 15:00 |
uvirtbot | Launchpad bug 1374259 in os-refresh-config "Coverage report was't created" [Undecided,Fix committed] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1373063 | 15:00 |
uvirtbot | Launchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1366164 | 15:00 |
uvirtbot | Launchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress] | 15:00 |
uvirtbot | Launchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375414 | 15:00 |
uvirtbot | Launchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375422 | 15:00 |
uvirtbot | Launchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress] | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
*** pradeep has quit IRC | 15:01 | |
radez | sdake: ping | 15:02 |
*** pradeep has joined #tripleo | 15:02 | |
*** pradeep1 has quit IRC | 15:02 | |
radez | what 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 password | 15:03 |
radez | sdake: 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 IRC | 15:07 | |
*** andreaf has joined #tripleo | 15:08 | |
*** pradeep1 has joined #tripleo | 15:15 | |
regebro | The notification of new things to review seems broken... | 15:15 |
*** rwsu has joined #tripleo | 15:16 | |
*** pradeep has quit IRC | 15:16 | |
*** jtomasek has quit IRC | 15:17 | |
*** pradeep has joined #tripleo | 15:18 | |
*** pradeep1 has quit IRC | 15:19 | |
sdake | radez right | 15:21 |
sdake | I would have used kolla but it is taken | 15:21 |
sdake | the json files should reference those absolutely | 15:21 |
sdake | keystone+mariadb should already | 15:22 |
sdake | radez ^ | 15:22 |
*** pradeep1 has joined #tripleo | 15:22 | |
sdake | the password is the password you made on your account at docker.io | 15:22 |
*** ChuckC_ has joined #tripleo | 15:22 | |
sdake | if you don't have an account, make one and I'll add you to the group | 15:22 |
sdake | I am pretty sure I added you already tho | 15:22 |
*** openstackgerrit has joined #tripleo | 15:24 | |
regebro | Ah, dammit, now I apparently triggered some sort if pep8 bug, but only for Jenkins. | 15:24 |
*** pradeep has quit IRC | 15:24 | |
*** chuckC has joined #tripleo | 15:25 | |
regebro | https://review.openstack.org/#/c/125080/ | 15:25 |
*** bvivek has quit IRC | 15:26 | |
*** jcoufal has quit IRC | 15:27 | |
*** pradeep has joined #tripleo | 15:29 | |
*** jehb has joined #tripleo | 15:29 | |
*** pradeep1 has quit IRC | 15:30 | |
*** yuanying has joined #tripleo | 15:33 | |
*** dtantsur is now known as dtantsur|afk | 15:34 | |
*** noslzzp has joined #tripleo | 15:36 | |
*** pradeep has quit IRC | 15:42 | |
*** yuanying has quit IRC | 15:42 | |
*** pradeep has joined #tripleo | 15:45 | |
*** ifarkas has quit IRC | 16:02 | |
*** regebro has quit IRC | 16:03 | |
*** jang2 has joined #tripleo | 16:09 | |
*** yamahata has quit IRC | 16:11 | |
openstackgerrit | Ed Bak proposed a change to openstack/tripleo-incubator: Provide support for different gateway and seed ips https://review.openstack.org/104641 | 16:19 |
*** pradeep1 has joined #tripleo | 16:23 | |
*** pradeep has quit IRC | 16:23 | |
sdake | radez did you sort it out | 16:24 |
*** noslzzp has quit IRC | 16:25 | |
*** jistr has quit IRC | 16:28 | |
openstackgerrit | Ed Bak proposed a change to openstack/tripleo-incubator: Provide support for different gateway and seed ips https://review.openstack.org/104641 | 16:31 |
*** lazy_prince is now known as killer_prince | 16:35 | |
*** ramishra_ has quit IRC | 16:37 | |
*** yuanying has joined #tripleo | 16:38 | |
*** Yanyan has quit IRC | 16:40 | |
*** lucasagomes is now known as lucas-afk | 16:46 | |
*** yuanying has quit IRC | 16:47 | |
openstackgerrit | Erik Colnick proposed a change to openstack/tripleo-image-elements: Add logic to insure vlan configuration is persisted https://review.openstack.org/125118 | 16:50 |
*** Yanyanhu has joined #tripleo | 16:50 | |
radez | sdake: 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 kollaglue | 16:51 |
radez | but 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 |
radez | I 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 that | 16:52 |
*** athomas has quit IRC | 16:52 | |
radez | sdake: would you be open to me trying out a few enhancements like that in the build scripts? | 16:53 |
*** AzherKhan has joined #tripleo | 16:53 | |
*** derekh has quit IRC | 16:58 | |
*** marun has joined #tripleo | 16:59 | |
*** pradeep1 has quit IRC | 17:00 | |
*** pradeep has joined #tripleo | 17:00 | |
*** rdopieralski has quit IRC | 17:00 | |
*** pradeep1 has joined #tripleo | 17:04 | |
*** pradeep has quit IRC | 17:05 | |
*** ramishra has joined #tripleo | 17:05 | |
*** pradeep has joined #tripleo | 17:07 | |
*** pradeep1 has quit IRC | 17:08 | |
*** pradeep1 has joined #tripleo | 17:10 | |
*** pradeep has quit IRC | 17:11 | |
sdake | radez sure | 17:12 |
sdake | radez I expect the cats in #infra will approve the kolla patch in the next 1-2 days - so we can use git review | 17:13 |
sdake | in the meantime, just do pull requests on jleboki's repo | 17:13 |
*** pradeep has joined #tripleo | 17:13 | |
*** pradeep1 has quit IRC | 17:14 | |
larsks | radez: 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 IRC | 17:18 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: RHEL SELinux custom policy for neutron-ns-meta https://review.openstack.org/125123 | 17:22 |
openstackgerrit | Alistair Coles proposed a change to openstack/tripleo-image-elements: Correct slo middleware position swift proxy-server pipeline https://review.openstack.org/120118 | 17:28 |
*** pradeep1 has joined #tripleo | 17:31 | |
*** pradeep has quit IRC | 17:32 | |
*** AzherKhan has quit IRC | 17:33 | |
*** AzherKhan has joined #tripleo | 17:33 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Custom SELinux policy for rhsmcertd https://review.openstack.org/125125 | 17:33 |
*** clarkb has joined #tripleo | 17:33 | |
clarkb | is derekh around on UTCish hours? | 17:33 |
*** pradeep has joined #tripleo | 17:34 | |
slagle | clarkb: yes | 17:34 |
*** mspreitz has quit IRC | 17:34 | |
*** pradeep1 has quit IRC | 17:35 | |
jpeeler | sdake: do you know if a user already exists if the cloud-init provisioning will still work correctly? | 17:35 |
sdake | I can't get my vb script to work jpeeler/radez | 17:35 |
radez | sdake: which script? | 17:36 |
clarkb | slagle: thanks. /me will have to try and wake up early at some point then | 17:36 |
sdake | http://paste.fedoraproject.org/137864/14120985 | 17:36 |
sdake | that is to get an updated kernel image | 17:36 |
sdake | and have a faster boot time | 17:36 |
sdake | it may work now, I rebuilt last night and then hit the sack without testing | 17:36 |
*** pradeep1 has joined #tripleo | 17:36 | |
sdake | have to unisntall networkmanager I guess | 17:36 |
radez | I haven't been rebuilding the kube servers much, I stand them up and just let them spin | 17:37 |
sdake | how did you fix your old kernel in your image problem you ran into? | 17:38 |
*** pradeep has quit IRC | 17:38 | |
sdake | larsks said you needed to upgrade your kernel to get keystone working.. | 17:38 |
larsks | sdake: "yum upgrade"; "reboot" :) | 17:39 |
larsks | sdake: 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 IRC | 17:41 | |
*** pradeep1 has quit IRC | 17:41 | |
jpeeler | it would be nice to have a virt-builder one liner that just works | 17:41 |
sdake | larsks I see | 17:41 |
sdake | larsks trying to get a updated iomae that works from scratch ;-) | 17:42 |
jpeeler | speaking of, where would the best place be to put "usermod -a -G docker fedora"? | 17:42 |
sdake | shouldn't need a user should you? | 17:42 |
*** pradeep has joined #tripleo | 17:43 | |
sdake | virt-builder has special magic fgor adding uses | 17:43 |
sdake | I thought heat puts fedora in automatically or something | 17:43 |
*** yuanying has joined #tripleo | 17:43 | |
sdake | --firstboot-command \ | 17:44 |
sdake | 'useradd -m -p "" rjones | 17:44 |
sdake | from man pages | 17:44 |
chmouel | does anyone know if there is rpm for flanneld? | 17:44 |
jpeeler | yeah 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 IRC | 17:44 | |
larsks | jpeeler: you can just add stuff to the cloud-init user-data script... | 17:44 |
sdake | heat creates the fedora user? | 17:44 |
sdake | or the cloud image ships with that? | 17:45 |
larsks | cloud-init creates the fedora user, probably. | 17:45 |
sdake | the problem is I am not using a cloud image as a base - I am using fedora 20 | 17:45 |
sdake | I seriously doubt it :) | 17:45 |
larsks | sdake: I don't. | 17:45 |
jpeeler | larsks: could, but was curious if what i said earlier was valid | 17:45 |
larsks | I think cloud-init will provision an existing user, but I'm not positive. | 17:45 |
sdake | since I wrote the code, I'm pretty sure it does not ;-) | 17:45 |
larsks | sdake: you wrote cloud-init? | 17:45 |
sdake | integration with heat yes | 17:46 |
sdake | http://sdake.wordpress.com/2013/03/03/how-we-use-cloudinit-in-openstack-heat/ | 17:46 |
sdake | enjoy ;-) | 17:46 |
sdake | bbiaf | 17:46 |
larsks | sdake: Right, but we're using user_data_format; RAW, which skips all that. | 17:46 |
larsks | And even then, heat just uess ec2-user instead of fedora...and cloud-init creates the uyser. | 17:47 |
larsks | I guarantee! | 17:47 |
larsks | E.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 #tripleo | 17:48 | |
*** rushiagr is now known as rushiagr_away | 17:48 | |
larsks | Ha, 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 rushiagr | 17:51 | |
*** yuanying has quit IRC | 17:52 | |
*** pradeep1 has joined #tripleo | 17:53 | |
*** lsmola has quit IRC | 17:54 | |
*** pradeep has quit IRC | 17:55 | |
*** pelix has quit IRC | 17:55 | |
radez | sdake: I don't think I had a docker.io account. I created one, username radez | 17:56 |
sdake | radez ok adding sec | 18:02 |
sdake | radez your all set | 18:03 |
*** ccrouch has joined #tripleo | 18:03 | |
radez | cool thx sdake | 18:04 |
*** pradeep1 has quit IRC | 18:04 | |
*** sdake_ has quit IRC | 18:06 | |
radez | sdake: are we doing pull reqs for superhappyfunshow? or should I fenagle james to give me access to his repo? | 18:09 |
*** ccrouch has quit IRC | 18:10 | |
*** jprovazn has quit IRC | 18:11 | |
*** sdake_ has joined #tripleo | 18:11 | |
*** ccrouch has joined #tripleo | 18:12 | |
*** jkraj has quit IRC | 18:13 | |
*** ccrouch has quit IRC | 18:18 | |
*** ccrouch has joined #tripleo | 18:18 | |
*** cwolferh has joined #tripleo | 18:19 | |
*** funzo has quit IRC | 18:21 | |
*** cwolferh_ has quit IRC | 18:22 | |
*** funzo has joined #tripleo | 18:27 | |
*** jp_at_hp has quit IRC | 18:28 | |
*** ccrouch has quit IRC | 18:29 | |
*** ccrouch has joined #tripleo | 18:29 | |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Refactor Parameter into separate Tuskar class https://review.openstack.org/125145 | 18:29 |
*** bvivek has joined #tripleo | 18:30 | |
*** ccrouch has quit IRC | 18:33 | |
*** ccrouch has joined #tripleo | 18:33 | |
*** noslzzp has joined #tripleo | 18:34 | |
*** ccrouch has quit IRC | 18:35 | |
larsks | radez: if you do a PR, I can approve it right now. | 18:36 |
*** ccrouch has joined #tripleo | 18:36 | |
larsks | radez: and as soon as the kolla stuff is ready, we will switch. | 18:36 |
radez | larsks: cool I don't quite have a commit yet but I'll be in touch when I do | 18:37 |
larsks | radez: I will get email when you do :) | 18:37 |
radez | heh cool | 18:37 |
*** ccrouch has quit IRC | 18:39 | |
*** ccrouch has joined #tripleo | 18:39 | |
*** AzherKhan has quit IRC | 18:42 | |
*** khaazher has joined #tripleo | 18:43 | |
*** khaazher has quit IRC | 18:43 | |
*** khaazher has joined #tripleo | 18:43 | |
*** khaazher has quit IRC | 18:43 | |
*** ccrouch has quit IRC | 18:44 | |
*** ccrouch has joined #tripleo | 18:46 | |
*** Duane has joined #tripleo | 18:47 | |
*** openstackgerrit has quit IRC | 18:47 | |
*** openstackgerrit has joined #tripleo | 18:48 | |
*** yuanying has joined #tripleo | 18:48 | |
*** ccrouch has quit IRC | 18:54 | |
*** ccrouch has joined #tripleo | 18:55 | |
*** ccrouch has quit IRC | 18:56 | |
*** ccrouch has joined #tripleo | 18:56 | |
*** yuanying has quit IRC | 18:56 | |
*** rushiagr is now known as rushiagr_away | 19:02 | |
*** chuckC has quit IRC | 19:03 | |
*** ChuckC_ is now known as ChuckC | 19:03 | |
*** bvivek has quit IRC | 19:03 | |
*** chuckC_ has joined #tripleo | 19:03 | |
*** ccrouch has quit IRC | 19:08 | |
*** ccrouch has joined #tripleo | 19:09 | |
*** ccrouch has quit IRC | 19:10 | |
*** ccrouch has joined #tripleo | 19:12 | |
openstackgerrit | Ed Bak proposed a change to openstack/tripleo-image-elements: ensure that port is added to bridge after a reboot https://review.openstack.org/123534 | 19:12 |
*** ccrouch has quit IRC | 19:14 | |
*** ccrouch has joined #tripleo | 19:15 | |
*** ccrouch has quit IRC | 19:16 | |
*** ccrouch has joined #tripleo | 19:16 | |
*** bashok has joined #tripleo | 19:17 | |
*** ccrouch has quit IRC | 19:17 | |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Enable dracut deploy ramdisks https://review.openstack.org/105275 | 19:18 |
*** ccrouch has joined #tripleo | 19:19 | |
*** ccrouch has quit IRC | 19:21 | |
*** ccrouch has joined #tripleo | 19:21 | |
*** ccrouch has quit IRC | 19:24 | |
*** ccrouch has joined #tripleo | 19:25 | |
openstackgerrit | Michael Tupitsyn proposed a change to openstack/tripleo-image-elements: Keystone LDAP domain configuration https://review.openstack.org/108117 | 19:26 |
*** ccrouch has quit IRC | 19:27 | |
*** ccrouch has joined #tripleo | 19:28 | |
*** ccrouch has quit IRC | 19:28 | |
*** ccrouch has joined #tripleo | 19:29 | |
*** spzala has quit IRC | 19:30 | |
*** dprince has quit IRC | 19:34 | |
*** ccrouch has quit IRC | 19:35 | |
*** ccrouch has joined #tripleo | 19:35 | |
*** sdake_ has quit IRC | 19:35 | |
*** wfoster_ is now known as wfoster | 19:36 | |
*** ccrouch has quit IRC | 19:40 | |
*** ccrouch has joined #tripleo | 19:41 | |
*** bashok has quit IRC | 19:41 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Switch to new setup-neutron https://review.openstack.org/117401 | 19:44 |
jroll | lifeless: hope all is well | 19:44 |
lifeless | jroll: my mum died | 19:46 |
sdake | lifeless my condolences | 19:47 |
lifeless | sdake: thanks | 19:47 |
jroll | lifeless: sorry :( | 19:48 |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Detect if a node is being reused https://review.openstack.org/122018 | 19:48 |
*** ccrouch has quit IRC | 19:50 | |
*** ccrouch has joined #tripleo | 19:50 | |
lifeless | jroll: its ok, shit happens | 19:51 |
radez | larsks: pushed in a pull request. | 19:53 |
radez | sdake: larsks: the glance containers launch now but the services aren't working properly yet. I'll hop on that in the morning | 19:53 |
radez | headed to take my kid to soccer practice now | 19:53 |
*** yuanying has joined #tripleo | 19:53 | |
radez | I also pushed the glance containers up to kollaglue | 19:53 |
larsks | radez: if you're running in a subshell, you don't really need pushd/popd... | 19:54 |
larsks | But I merged it anyway :) | 19:54 |
radez | larsks: ack, noted for future thx | 19:54 |
*** radez is now known as radez_g0n3 | 19:55 | |
openstackgerrit | A change was merged to openstack/os-cloud-config: Set iboot_relay_id and iboot_port https://review.openstack.org/122042 | 19:55 |
*** jml has quit IRC | 19:55 | |
*** Duane has quit IRC | 19:58 | |
*** Duane has joined #tripleo | 19:59 | |
*** rlandy has quit IRC | 20:00 | |
*** jml has joined #tripleo | 20:00 | |
openstackgerrit | A change was merged to openstack/python-tuskarclient: Docs for CLI usage with API version 2 https://review.openstack.org/124553 | 20:02 |
*** yuanying has quit IRC | 20:03 | |
*** Duane has quit IRC | 20:03 | |
*** jehb has quit IRC | 20:05 | |
openstackgerrit | A change was merged to openstack/tuskar: Docs for API version 2 https://review.openstack.org/124554 | 20:05 |
*** marun has quit IRC | 20:10 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add DEPLOYMENT_MODE to local_settings.py https://review.openstack.org/124586 | 20:14 |
*** ccrouch has quit IRC | 20:19 | |
*** ccrouch has joined #tripleo | 20:19 | |
*** mordred is now known as jeblair | 20:21 | |
*** jeblair is now known as mordred | 20:21 | |
*** marun has joined #tripleo | 20:25 | |
*** ccrouch has quit IRC | 20:26 | |
*** ccrouch has joined #tripleo | 20:26 | |
*** julim has quit IRC | 20:27 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Ensure tempest writes a full manifest https://review.openstack.org/124425 | 20:31 |
*** pensu has quit IRC | 20:33 | |
*** jdob has quit IRC | 20:39 | |
*** andreaf has quit IRC | 20:39 | |
*** andreaf has joined #tripleo | 20:39 | |
*** andreaf has quit IRC | 20:40 | |
*** andreaf has joined #tripleo | 20:40 | |
*** yamahata has joined #tripleo | 20:49 | |
EmilienM | lifeless: fyi, the patch in project-config for tripleo-puppet-elements is ready: https://review.openstack.org/#/c/124560/ | 20:52 |
EmilienM | maybe you could +1 if it's good for you | 20:52 |
lifeless | SpamapS: ^ | 20:56 |
*** enterprisedc has quit IRC | 20:56 | |
*** yuanying has joined #tripleo | 20:58 | |
*** untriaged-bot has joined #tripleo | 21:01 | |
untriaged-bot | Untriaged bugs so far: | 21:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1373063 | 21:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375414 | 21:01 |
uvirtbot | Launchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress] | 21:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1375422 | 21:01 |
uvirtbot | Launchpad bug 1375414 in tripleo "mysql/rabbit overcloud issues when the bootstrap node is removed" [Undecided,New] | 21:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1366164 | 21:01 |
uvirtbot | Launchpad bug 1375422 in tripleo "Vlan not recreated on overcloud controller reboot" [Undecided,In progress] | 21:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1367742 | 21:01 |
*** untriaged-bot has quit IRC | 21:01 | |
uvirtbot | Launchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New] | 21:01 |
uvirtbot | Launchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New] | 21:01 |
*** yuanying has quit IRC | 21:07 | |
*** Duane has joined #tripleo | 21:08 | |
*** ccrouch has quit IRC | 21:21 | |
*** ccrouch has joined #tripleo | 21:22 | |
*** gfidente has quit IRC | 21:23 | |
tchaypo | morning | 21:23 |
tchaypo | (he says, while still not being here) | 21:23 |
openstackgerrit | A change was merged to openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/124875 | 21:26 |
*** jsidhu has joined #tripleo | 21:31 | |
*** Duane has quit IRC | 21:32 | |
*** Duane has joined #tripleo | 21:32 | |
*** andreaf has quit IRC | 21:39 | |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Add unit test for cache-url https://review.openstack.org/84493 | 21:39 |
*** andreaf has joined #tripleo | 21:40 | |
tchaypo | morganfainberg: you around, perchance? | 21:41 |
*** ccrouch has quit IRC | 21:45 | |
tchaypo | 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 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 is | 21:45 |
tchaypo | assumed to be in error. (HTTP 400) | 21:45 |
tchaypo | seems to be the outcome of yesterday's experiment | 21:45 |
*** ccrouch has joined #tripleo | 21:45 | |
*** ccrouch has quit IRC | 21:48 | |
*** ccrouch has joined #tripleo | 21:49 | |
*** ccrouch has quit IRC | 21:49 | |
*** ccrouch has joined #tripleo | 21:50 | |
tchaypo | but my internet is flaky this morning, I don't think I can do anything today | 21:51 |
*** jsidhu has quit IRC | 21:51 | |
*** ccrouch has quit IRC | 21:51 | |
*** derekwaynecarr has quit IRC | 21:52 | |
*** ccrouch has joined #tripleo | 21:52 | |
*** derekwaynecarr has joined #tripleo | 21:52 | |
*** derekwaynecarr has quit IRC | 21:54 | |
*** derekwaynecarr has joined #tripleo | 21:54 | |
*** ccrouch has quit IRC | 21:55 | |
*** derekwaynecarr has quit IRC | 21:56 | |
*** ccrouch has joined #tripleo | 21:56 | |
*** derekwaynecarr has joined #tripleo | 21:57 | |
*** derekwaynecarr has quit IRC | 22:01 | |
*** noslzzp has quit IRC | 22:03 | |
*** weshay has quit IRC | 22:03 | |
*** yuanying has joined #tripleo | 22:03 | |
*** yuanying has quit IRC | 22:12 | |
*** otoolee- has quit IRC | 22:15 | |
tchaypo | that's better | 22:16 |
*** yamahata has quit IRC | 22:17 | |
*** yamahata has joined #tripleo | 22:17 | |
*** dvossel has quit IRC | 22:19 | |
*** Duane_ has joined #tripleo | 22:25 | |
*** ccrouch has quit IRC | 22:25 | |
tchaypo | okay, one more ci-overcloud deploy kicked off, this time with admin/public workers on keystone restricted to 4 each | 22:26 |
*** derekwaynecarr has joined #tripleo | 22:27 | |
*** ccrouch has joined #tripleo | 22:27 | |
*** Duane has quit IRC | 22:28 | |
*** ccrouch has quit IRC | 22:34 | |
*** noslzzp has joined #tripleo | 22:35 | |
*** ccrouch has joined #tripleo | 22:36 | |
*** ccrouch has quit IRC | 22:37 | |
*** otoolee- has joined #tripleo | 22:44 | |
*** jang2 has quit IRC | 22:44 | |
*** yamahata has quit IRC | 22:46 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: SELinux: allow openssl access to /run/keystone https://review.openstack.org/125219 | 22:50 |
*** andreaf has quit IRC | 22:57 | |
*** andreaf has joined #tripleo | 22:58 | |
*** yuanying has joined #tripleo | 22:58 | |
morganfainberg | tchaypo, probably better to have it restricted like that | 23:01 |
*** weshay has joined #tripleo | 23:04 | |
*** marun has quit IRC | 23:05 | |
*** weshay is now known as weshay_afk | 23:11 | |
*** lucas-afk has quit IRC | 23:25 | |
*** ccrouch has joined #tripleo | 23:26 | |
*** yuanying has quit IRC | 23:46 | |
*** yuanying has joined #tripleo | 23:46 | |
*** andreaf has quit IRC | 23:46 | |
*** andreaf has joined #tripleo | 23:47 | |
*** yuanying has quit IRC | 23:51 | |
*** noslzzp has quit IRC | 23:51 | |
*** ci-overcloud has joined #tripleo | 23:54 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 23:54 |
*** ci-overcloud has quit IRC | 23:54 | |
*** chuckC_ has quit IRC | 23:57 | |
*** derekwaynecarr has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!