Wednesday, 2014-09-24

tchaypotimestamp on the message from heat event-list is 2014-09-22T08:35:08Z00:01
tchaypowhich is before the log shows the new value being read.... because I forgot to delete it.00:01
tchaypowell done james.00:01
*** dsneddon has joined #tripleo00:13
*** lucas-dinner has quit IRC00:17
*** cwolferh_ has quit IRC00:19
*** nosnos has joined #tripleo00:24
*** ChuckC_ has joined #tripleo00:29
*** noslzzp has quit IRC00:29
*** dvossel has quit IRC00:30
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Updated tuskar-ui install to setup roles and various parameters  https://review.openstack.org/12350300:32
*** ChuckC has joined #tripleo00:33
*** ramishra has joined #tripleo00:33
*** ChuckC_ has quit IRC00:33
*** sseago has quit IRC00:36
*** Abner_Zulauf83 has quit IRC00:42
lifelesstchaypo: where did you end up booking accom for paris?00:43
tchaypole meridien00:43
tchaypoI didn't check too deeply, but stevenk told me it was cheaper than the options CWT were offering00:44
*** Ada32 has joined #tripleo00:44
*** penick has joined #tripleo00:46
*** saurabhs has left #tripleo00:46
*** pradeep has joined #tripleo00:48
*** jang has quit IRC01:10
*** jang has joined #tripleo01:11
tchaypowith the higher retry count I'm still not getting anything built.01:15
tchaypoI'm seeing lots of things in BUILD | spwaning01:16
tchaypobut then when I check back they're just in BUILD | -01:16
tchaypoand have no IP assigned any more.. and the IPs assigned are creeping up through the scope.01:16
*** spzala has quit IRC01:19
stevebakertchaypo: that "attempts 3" is from heat, not nova01:21
stevebakertchaypo: no, ignore me. heat.conf action_retry_limit defaults to 5, and that message is from nova01:23
lifelesstchaypo: thats expected01:25
lifelesstchaypo: its retrying01:25
*** Ada32 has quit IRC01:25
lifelesstchaypo: it allocates the ip before handing the instance to the compute process01:25
lifelesstchaypo: then that raises ane rror, deallocates the ip and hands it back to the conductor01:26
lifelesstchaypo: which reschedules,now onto a node hopefully free, and we rinse and repeat01:26
*** panda has quit IRC01:26
lifelessluncthime01:27
*** panda has joined #tripleo01:27
tchaypothat's a late lunch01:28
tchaypoit's nearly lunchtime for me too01:28
tchaypostill seeing this01:28
tchaypoSep 24 01:27:53 undercloud-undercloud-meprf37xkzvy nova-compute: 2014-09-24 01:27:53.480 34864 TRACE nova.openstack.common.loopingcall InstanceDeployFailure: Failed to provision instance 9043289c-6463-4df4-af55-68854150328d: Failed to deploy. Error: Failed to set DHCP BOOT options for any port on node 1b8b7dec-d93b-483a-958f-354dbb4f7c94.01:28
*** pradeep has quit IRC01:29
lifelessok so thats going to fail tings out01:29
lifelesswe need to fix tht :)01:30
lifelesshave you checked for time skew01:30
lifelessbetween your uc nodes01:30
tchaypowhich seems to be because of http://paste.openstack.org/show/114775/01:31
tchaypotime as far as I can tell both machines are within 1 second01:34
tchaypothe bastion host reports time in BST rather than UTC which puts it an hour out, but I can't see how that would matter01:35
*** cwolferh_ has joined #tripleo01:35
tchayponot when it's explicitly reporting the timezone. Not unless keystoneclient ignores the timezone01:35
tchaypohttps://bugs.launchpad.net/python-keystoneclient/+bug/1195924 shows that it did used to do silly things01:36
uvirtbotLaunchpad bug 1195924 in python-keystoneclient "expiration check is using different timezone other than UTC" [Medium,Fix released]01:36
*** sseago has joined #tripleo01:40
*** Antonetta37 has joined #tripleo01:42
tchaypookay, so I've just realised this is similar to what I've seen before - first build after restarting things gets 5 up, later builds get none. This one should have had its 5 successes by now01:50
*** morazi has quit IRC01:50
lifelesstchaypo: both machines?01:50
lifelesstchaypo: there aren't three?01:50
tchayposo I restarted ironic-conductor to see if that would do whatever happens to make the first 5 work... but it seems that nova gets very sad if the ironic-conductor it's talking to goes away01:51
tchaypothis is still a non-ha undercloud01:51
lifelesswhen you restart the conductor all in-progress requests get discarded01:51
lifelesstchaypo: ah, ok. so one machine is all that matters01:51
lifelessI think01:51
lifelessso we're back to looking at the token verification fail01:52
tchaypodiscarding in-progress requests makes sense, but now nova gives me a 500 when I try to get a nova-list01:52
lifelesswhat doth keystone say?01:52
lifeless500 .. thats new, file bug01:52
*** rhallisey has quit IRC01:57
*** Yanyanhu has joined #tripleo01:58
tchaypoThis as far as I can see the keystone logs only show "RBAC: Authorization granted"01:59
tchayponot seeing anything being rejected01:59
morganfainbergtchaypo, that typically indicates unless *keystone* is throwing a 500 (it should have an exception) something is happening in nova.02:00
morganfainbergtchaypo, you can enable debug in keystone to dig in futher.02:00
tchaypodebug is enabled in keystone :)02:00
tchaypothe error in neutron is http://paste.openstack.org/show/114775/02:01
morganfainbergtchaypo, hm. ok.02:01
tchaypoI notice that the error is coming from _cache_get which makes me wonder if neutron is having problems reading its cached token02:01
morganfainbergit could be.02:01
tchaypojust in case I mised something, let me grep for 500 in keystone's log02:02
morganfainbergthats an error in keystonemiddleware02:02
morganfainbergthe .cache_get02:02
tchaypoyeah, not the keystone backend02:02
tchaypowhich it doesn't seem to be talking to02:02
morganfainbergno .cache_get is called in all cases02:02
morganfainbergtchaypo, is this uuid or PKI tokens?02:03
tchaypoconfirmed, no 500 or 4xx in the logs - except a few 400s two days ago02:05
morganfainbergtchaypo, legitimately this is cached as an invalid token: https://github.com/openstack/keystonemiddleware/blob/1.1.1/keystonemiddleware/auth_token.py#L149302:05
morganfainbergthe exception is coming from line 149502:05
tchaypoI'm not sure, but I think it's uuid. keystone.conf doesn't have any pki setup that I can see, and my memory says that pki is still something we're working on02:06
morganfainbergtchaypo, ok, thats fine. just 2x checking caus ePKI is much more complex :P02:06
*** pcrews has quit IRC02:06
tchaypoI assume that if we were seeing pki, there should be something very visible in keystone.conf, right?02:07
morganfainbergtchaypoh, so at some point the token from Keystone is invalid, either it's a timeout (token has been around for longer than the token TTL) or the token has been invalidated02:07
morganfainbergtchaypo, if you look at the keystone config you'd see [token]/provider=keystone.token.provider.backends.[pki|pkiz].Token02:07
tchaypowhat I'm actually seeing is keystone.token.backends.sql.Token02:08
tchayposo that confirms it02:08
morganfainbergtchaypo, that is the driver02:08
morganfainbergnot the provider02:08
tchaypotrue.02:08
*** ramishra has quit IRC02:08
tchaypobut there is no provider listed that I can see02:08
morganfainbergtchaypo, hm. this i assume is a very new master keystone?02:09
*** ramishra has joined #tripleo02:09
tchaypoI would have built it a few days ago02:10
morganfainbergok so that is def. UUID then02:10
morganfainberghttps://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L1534-L153802:10
morganfainbergto show the default02:11
tchaypoYep. In this case the expiration period is set to 14400 for $reasons02:11
tchayposorry, something just twigged02:12
tchaypoif the _get_cache call can return a cached "this is an invalid token" answer, I should be able to search up the log and find the result that it cached, right?02:12
morganfainbergso that is telling maybe one of 4 things could be happening: 1) Token has been removed explicitly (DELETE called for the token itself), 2) auth_token middleware is doing something dumb (possible) and mis-marking the token as valid, 3) MySQL is mismatched on time from keystone server, 4) keystone is silently failing (unlikely)02:12
tchaypoThe behaviour I see is that after restarting things (haven't narrowed down precisely what, but last time I only restarted heat-api and ironic-conductor so it should be one of those two) I'm able to create 5 nodes02:13
tchaypoafter that, auth failures02:13
morganfainbergwe don't have the logging debug level for auth_token on. or you'd see something like https://github.com/openstack/keystonemiddleware/blob/1.1.1/keystonemiddleware/auth_token.py#L1494 right above that error in the neutron log02:13
tchaypoalways precisely 5 nodes, which suggests to me the token is expiring after 5 uses02:14
morganfainbergtchaypo, that really sounds like a clock mismatch... or if you're getting a new token each time, limited use trust with only 5 uses?02:14
morganfainbergtchaypo, OR something is explicitly revoking the token.02:14
morganfainbergtchaypo, in keystone are you seeing a DELETE call to /v3/auth/tokens or /v2.0/tokens ?02:15
morganfainbergcan you take a look at the mysql instance and see how the time in mysql compares to the time on the server keystone is running on [in UTC]?02:17
tchaypowell here's something I haven't seen before02:17
tchaypohttp://paste.openstack.org/show/114787/02:17
tchaypokeystone returning 404s02:18
morganfainbergok that means the token is invalid in a few ways02:18
morganfainbergpossibly02:19
morganfainbergit expired, was revoked, user is no longer valid (suspect because you've probably created a new token and it works again with same creds)02:19
morganfainbergproject was "deleted" (again same reason i'd say suspect)02:19
tchayponot seeing any time skew02:20
tchaypohttp://paste.openstack.org/show/114788/02:20
tchaypoI seperately checked SELECT TIME_FORMAT( NOW() - UTC_TIMESTAMP(), '%H%i' ) AS tz_offset;02:20
tchaypoand it reports an offset of 0000 so it doesnt seem to be a TZ difference either02:21
tchaypoThere's a lot of the 404s int he logs; it looks like neutron usually handles this by getting a new token (or got one already)02:21
morganfainbergit sounds like something is explicitly revoking the token.02:21
morganfainbergor.. the token id is getting mangled somehow ...02:22
morganfainbergin the keystone log if it's set to debug you should see all the route calls (e.g. GET, POST, DELETE)02:22
*** yamahata has joined #tripleo02:23
morganfainbergdo you see any deletes to <uri path>/tokens ?02:23
morganfainbergor in the case of v2 token/<id>02:23
tchaypoAh - http://paste.openstack.org/show/114775/ was specifically greeping for WARNING or TRACE02:24
tchaypohttp://paste.openstack.org/show/114789/ has fuller context02:24
* morganfainberg looks02:24
morganfainbergsorry sometimes hard to debug looking just at logs like this, doin my best to help ya out02:25
tchaypono problem :)02:25
tchaypoyou certainly have a lot more domain-specific knowledge than I do02:25
lifelessone hopes02:25
lifelessmorganfainberg: thanks :)02:25
morganfainbergtchaypo, is this just the neutron log or is this also keystone's log?02:26
morganfainbergthis does look all pretty "normal" [i mean except failing unexpectedly]02:26
*** ci-overcloud has joined #tripleo02:27
ci-overcloud************** ci-overcloud complete status=1 ************02:27
*** ci-overcloud has quit IRC02:27
tchaypojust neutron's logs02:28
tchaypohttp://paste.openstack.org/show/114790/ is from "grep -i delete keystone.log", cut down ot just around that time02:28
morganfainbergwell then huh02:28
tchaypoThere's nothing until Sep 24 01:38:13 which is a bit later02:28
morganfainbergtchaypo, ooh wait a sec here. let me check something02:30
* tchaypo waits02:30
morganfainbergno looks sane, looks like you've deleted the user 6bf69434353740ea8b4ff161a5d0bff0 which we then do delete_user_tokens_callback for event identity user deleted for{'resource_info': u'6bf69434353740ea8b4ff161a5d0bff0'}02:31
morganfainbergso that user's tokens should be deleted02:31
morganfainbergbut not user u'c3b15dfb0eaf4221b9826cb475d6875d which is the one who's tokens are failing for02:32
morganfainbergtchaypo, can you set routes.middleware=WARN to routes.middleware=DEBUG in keystone? [this is the default_log_levels option]02:34
morganfainbergtchaypo, i assume this is under Eventlet?02:35
morganfainbergtchaypo (keystone)02:35
*** sdake_ has joined #tripleo02:35
morganfainbergtchaypo, hopefully that can show us if something is saying HEY revoke my token02:36
morganfainbergobviously we'd need to try it again and wait for it to fail.02:38
*** Antonetta37 has quit IRC02:38
tchaypoI'm guessing I'll need to restart keystone to pick that up?02:39
morganfainbergyeah unfortunately02:40
tchaypothis just goes in the DEFAULT section?02:40
morganfainbergtchaypo, yeah let me get you the full option set02:40
morganfainbergsec02:40
tchaypoif I'm reading it correctly, u'c3b15dfb0eaf4221b9826cb475d6875d' deleted user '4ff652c8663b4ba1ad754d228fbd65f4' at 01:3802:42
tchaypothat02:42
tchaypos 8 minutes after the failure in http://paste.openstack.org/show/114789/02:42
*** Alena66 has joined #tripleo02:42
tchaypoand *let me check*02:43
morganfainbergyeah.02:43
morganfainbergand actually you should see logs from like wsgi.server02:43
morganfainbergwith things like POST <uri> etc in the keystone log02:43
morganfainbergyou shouldn't need to set routes.middleware to debug02:43
morganfainbergtchaypo, something like 34514 INFO eventlet.wsgi.server [-] 127.0.0.1 - - [24/Sep/2014 02:43:52] "POST /v3/auth/tokens HTTP/1.1" 201 6835 0.2365502:45
tchaypoIf I'm reading http://paste.openstack.org/show/114789/ correctly, the "Received request from user: c3b15dfb0eaf4221b9826cb475d6875d" line at the bottom shows the user that initiated the request that failed, right?02:45
morganfainbergtchaypo, reading now02:45
tchaypobut that's the same user id that 8 minutes later was able to delete 4ff652c8663b4ba1ad754d228fbd65f4 - which suggests that the user was still valid at 01:3002:46
morganfainbergtchaypo, correct02:46
morganfainbergtchaypo, it means either new token was accquired or for some reason the old token "worked"02:46
openstackgerritMotohiro Otsuka (yuanying) proposed a change to openstack/os-cloud-config: Set iboot_relay_id and iboot_port  https://review.openstack.org/12204202:47
morganfainbergugh, /me wishes we had audit ids for these tokens in all cases02:47
StevenKyuanying: Is that change just a rebase?02:48
tchaypouwsgi logs02:49
tchaypohttp://paste.openstack.org/show/114796/02:49
morganfainbergah ok02:49
morganfainbergyeah that looks clean, no DELETE calls02:50
tchaypolots of GET and POST, no DELETEs that second.02:50
morganfainbergtchaypo, also uwsgi, awesome i'm going to need to steal that and get it documented in keystone (and tested) as a valid deployment method02:50
morganfainbergyou know.. "hey guys you can do this"02:51
tchaypobut http://paste.openstack.org/show/114790/ shows there was nothing for quite a while before that or for 8 minutes afterwards02:51
lifelesswe're using uwsgi? huh02:51
tchaypodid i say uwsgi?02:51
morganfainberglifeless, aparently, and it's on my list of "We need to make sure we support it for keystone"02:51
tchaypoi meant wsgi02:51
tchaypoas in eventlet.wsgi02:51
morganfainbergtchaypo, oh darn it02:51
lifelesshahaha02:51
morganfainbergi was all excited!02:51
tchaypoapparently I can't type wsgi without prepending u02:51
lifelessuwsgi is not wsgi02:51
morganfainbergok so the only thing that i could see this being is if the user being deleted is somehow involved with the whole stack in a trust?02:52
morganfainbergi don't *think* that is the case.02:52
morganfainbergi saw trust_id = None in the keystone debugs earlier02:52
lifelessmorganfainberg: would you like to get handson?02:53
morganfainberglifeless, might be easier. though ... i try *very* hard to not get my hands into servers i don't want access to :P02:53
morganfainberglifeless, yeah probably best to take a gander directly02:53
lifelessmorganfainberg: so if you do, I'm ok with it;02:53
tchayposorry, phonecall02:54
lifelesstchaypo: can you add morgans key to the account you log in on hp2 with, and then do a shared screen session (knowledge transfer)02:54
lifelessafter your call :P02:54
morganfainbergcool.02:55
morganfainbergdo i need to be on VPN for that?02:55
morganfainberglifeless, ?02:55
lifelessmorganfainberg: npoe02:55
morganfainberglifeless, phew, easier if i don't need to get that wired up too02:55
morganfainbergand once done i'm totally asking for my key to be removed, i work hard to not have access to things :)02:56
lifelesssure sure02:58
lifelessremoving it is in cron in fact02:58
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306303:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925603:00
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616403: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 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]03:00
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]03:00
*** untriaged-bot has quit IRC03:00
morganfainberglifeless, ah cool03:02
morganfainberglifeless, i assume ssh-key is what you'll need (cc tchaypo) ?03:04
*** sdake_ has quit IRC03:05
*** wendar has quit IRC03:07
*** wendar has joined #tripleo03:08
lifelessyay03:11
lifelessyah03:11
tchaypoback03:12
tchaypomorganfainberg: indeed.03:12
tchaypoThe thing I was wanting to try is to kick off the stack build again now that I've restarted ironic-conductor and see if I start getting a few successes03:14
tchaypoand hopefully catch the logs as it transitions from those 5 successes to consistent failure03:14
morganfainbergah.03:16
morganfainbergok03:16
morganfainberghttp://paste.openstack.org/show/114797/03:16
*** cwolferh_ has quit IRC03:19
*** penick has quit IRC03:19
tchaypotry stack@bastion.hp2.tripleo.org03:21
tchaypoare you more familiar with tmux or screen?03:23
morganfainbergscreen03:25
morganfainbergyeah logged in03:25
tchaypolet me switch form tmux to screen03:26
morganfainbergk03:26
morganfainbergyeah haven't used tmux at this point just never used it.03:26
clarkbmorganfainberg: just ^b instead of ^a03:27
tchaypoI map mine to M-e but that's a different story03:28
tchaypoon the bastion it's ^b03:28
tchaypobut I've switched to screen anyway - standard screen -x should get you in03:28
morganfainbergyeah there now03:28
clarkbI use screen simply because it is everywhere and peopel know how to use it and it is everywhere03:28
morganfainbergclarkb, ++ same reason i use vi instead of emacs...03:28
tchaypoi use tmux because vertical-split and mouse-resize and stored layouts and much win03:29
clarkbtmux does vertical splits03:29
tchaypobut only after using screen for years, so I'm comfortable in it03:29
clarkbwow much lag03:29
clarkbya everyone says the vertical split is the reason to tmux03:29
tchaypohuh. I was about to say that screen died at 4.003:30
tchaypobut http://git.savannah.gnu.org/cgit/screen.git/log/ shows lots of recent activity including prep for 4.2.103:31
tchaypoanyway03:31
morganfainbergtchaypo, before i do anything you want to do stuff ?03:31
clarkbscreen is still alive and I thin kit vertical splits properly now :)03:31
morganfainbergtchaypo, i do't want to interrupt anything you're working on03:31
tchaypomorganfainberg: I was going to suggest restarting heat and ironic, then I'll kick off a deploy and we can wait for failures to happen03:31
morganfainbergtchaypo ok sounds good go for it (since it's shared screen)03:31
morganfainbergsorry phone call just came in. so i'm looking can't type as much (family)03:32
*** jrist has quit IRC03:33
tchaypowhile we're waiting03:34
morganfainberghehe03:34
tchaypoI'll mentioned that I recently started using emacs, but only after almost 20 years of learning vim, so I'm now fairly comfortable in either03:34
morganfainberg... waiting ... waiting ....03:35
morganfainbergahh03:35
tchaypoand vim is more useful for the same rasons - it's everywhere, it's lightweight, everyone knows it03:35
morganfainbergyep03:35
morganfainbergemacs, great operating system if only it had a text editor03:35
morganfainberg>.>03:35
tchaypoyeah03:35
morganfainberg:P03:35
tchaypothe one thing i haven't figured out yet is how to replicate my setup on another machine03:36
tchaypovim is easy, i have a git repo with submodules for all my plugins03:36
tchaypoemacs is not so simple03:36
*** Alena66 has quit IRC03:39
*** jrist has joined #tripleo03:40
*** Chao_Yan has quit IRC03:42
*** Adriana46 has joined #tripleo03:48
*** ramishra has quit IRC03:51
*** pradeep has joined #tripleo03:55
morganfainbergtchaypo, kinda slow sometimes.03:56
morganfainbergtchaypo, i'm going to go grab foo, its like 9pm and haven't had dinner03:56
morganfainbergtchaypo, i'll be back in ~15-20min if that works?03:57
*** lazy_prince is now known as killer_prince04:00
tchaypoYeah, I need to grab food too04:00
tchaypojust took a look at the nova-conductor log, it seems like it's very busy sleeping for 60 seconds and not much else04:01
tchaypowhich probably explains why the stack-delete is taking so long04:01
morganfainberghehe, ok back in 20-30mins we'll pick it up again (worst case we can continue tomorrow)04:01
*** Chao_Yan has joined #tripleo04:03
yuanyingStevenK: Sorry, I just AFK to lunch. That's different was simply rebase and commit message04:10
*** ramishra has joined #tripleo04:11
*** Adriana46 has quit IRC04:18
lifelessso thats about a week of backlog caught up on04:23
*** rushiagr_away is now known as rushiagr04:23
tchaypowb04:23
clarkband its only tuesday04:24
clarkboh wait you are on the other side of that date line thing04:24
tchaypoI was convinced it was thursday until about 1pm04:25
tchaypodespite the 5am wakeup, which should have been a hint04:25
*** nikunj2512 has joined #tripleo04:27
lifelessI'm now a contributor to importlib2. yay04:30
*** Chao_Yan has quit IRC04:34
*** killer_prince has quit IRC04:36
*** Chao_Yan has joined #tripleo04:37
xuhaiweilifeless, tchaypo: hi, I noticed that when deploying tripleo to baremetal machine, user can't decide which machine to be undercloud, and which one to be controller node, compute node. I think we should make users decide as they like, what do you think?04:38
*** ramishra has quit IRC04:39
*** ramishra has joined #tripleo04:39
morganfainbergtchaypo ok i'm back04:42
morganfainbergoh look delete failed04:42
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Fix for ironic node creation  https://review.openstack.org/12363104:58
*** pensu has joined #tripleo05:00
*** tzumainn has quit IRC05:09
*** tzumainn has joined #tripleo05:10
*** ramishra has quit IRC05:13
*** ramishra has joined #tripleo05:14
*** bvivek has joined #tripleo05:15
tchaypoI'm back too05:15
morganfainbergtchaypo, wb!05:16
tchaypowell this is messy.05:17
morganfainbergtchaypo, wow that isn't pretty is it05:17
tchaypoMy usual approach at this point is to rebuild the undercloud05:17
morganfainberglol05:17
lifelesstchaypo: uhm, wat05:17
tchaypoBFI FTW ;)05:17
lifelessso upgrade and take a cattle mentality +105:18
lifelessbut you aren't in ha mode at this layer yet05:18
lifelessso wat05:18
*** pensu has quit IRC05:19
tchaypoif this cloud was ha, restarting ironic-conductor (one hopes) wouldn't have brought the stack-create to its knees05:19
tchaypoI wonder if i can delete a failed-to-delete stack05:19
morganfainberghehe05:20
*** pensu has joined #tripleo05:23
morganfainbergdoesn't exactly look promising05:23
tchayponope.05:24
tchaypoI'm wondering if some of the debug logging is slowing things down to the point that it's a problem05:24
morganfainbergit might be :(05:24
tchaypoah, there we go, delete_failed rather than delete_in_progress05:25
*** ramishra has quit IRC05:31
*** ramishra has joined #tripleo05:35
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Fix for ironic node creation  https://review.openstack.org/12363105:50
*** Yanyanhu has quit IRC05:51
morganfainbergtchaypo, mind if I circle back up with you tomorrow on this front?05:52
morganfainbergtchaypo, i'll get some sleep and see where we are tomorrow see if we can hammer out *what* is actually going on05:52
tchaypomorganfainberg: no problem05:59
tchaypolifeless: I'm suddenly tempted to go get those things that stop seats reclining06:00
*** pensu has quit IRC06:00
morganfainbergtchaypo, hopefully we can get this all sorted :)06:00
morganfainbergsee you tomorrow.06:00
*** tzumainn has quit IRC06:01
*** Yanyanhu has joined #tripleo06:01
*** jcoufal has joined #tripleo06:01
lifelesstchaypo: heh06:03
lifelesstchaypo: I'm tempted to diet so that I can sleep on the plane and not care06:04
StevenKtchaypo: Knee Defender06:04
*** ramishra has quit IRC06:04
StevenKI'm tempted to upgrade to business so I can sleep most of the way to DXB. But I don't think I have the points.06:04
*** ramishra has joined #tripleo06:07
*** killer_prince has joined #tripleo06:07
*** killer_prince is now known as lazy_prince06:07
*** k4n0 has joined #tripleo06:09
lifelesssadly I'm not flying with airnz06:14
lifelesssingapore are star alliance, but not the native carrier06:14
StevenKlifeless: So you get status, but can't upgrade?06:16
*** ramishra has quit IRC06:18
*** sdake_ has joined #tripleo06:20
*** sdake_ has quit IRC06:21
*** sdake_ has joined #tripleo06:21
*** pensu has joined #tripleo06:21
tchaypoiirc lifeless will get to use the Silverkris lounge and I'll be stuck in Krisflyer Gold06:21
tchaypowhich, despite the name, is far less superior06:21
tchaypoit's the "here's where we can stick the bulk of our nasty partner people so they don't pollute our lovely lounge" lounge06:22
* tchaypo re-discovers that "nova force-delete" doesn't mean anything remotely similar to "forcibly delete"06:22
lifelessStevenK: more or less06:23
lifelesstchaypo: novva reset-status06:23
openstackgerritNikunj Aggarwal proposed a change to openstack/diskimage-builder: Fixes element-info -d ubuntu errors  https://review.openstack.org/11198006:24
StevenKERROR (CommandError): 'reset-status' is not a valid subcommand06:24
tchayponor is novva06:24
StevenKOh, reset-state06:24
tchaypoyeah, that's great06:25
tchaypothen I go to delete and it goes back into ERROR | deleting06:25
StevenKIs there a traceback in the logs?06:26
tchaypoI spoke to soon.06:26
tchaypoof course it goes into | deleting06:26
tchaypothat's becaues i told it to delete. shortly thereafter it's gone.06:26
StevenKHahaha06:26
*** yamahata has quit IRC06:27
*** yamahata has joined #tripleo06:27
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-incubator: Use basename when setting PS4  https://review.openstack.org/12333406:28
*** mrunge has joined #tripleo06:32
StevenKtchaypo: However, that's better than what I get which is no lounge at all06:32
openstackgerritRamakrishnan G proposed a change to openstack/diskimage-builder: Add support to build iso image  https://review.openstack.org/12364206:33
*** jprovazn has joined #tripleo06:41
*** ramishra has joined #tripleo06:41
*** regebro has joined #tripleo06:42
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-incubator: Switch to new setup-neutron  https://review.openstack.org/11740106:43
*** athomas has joined #tripleo06:43
*** jistr has joined #tripleo06:46
pensuHi all, please share your views: https://ask.openstack.org/en/question/48293/tripleo-error-in-baremetal-installation/06:47
*** chmouel has joined #tripleo06:51
openstackgerrityolanda.robla proposed a change to openstack/diskimage-builder: Install debootstrap in debian element  https://review.openstack.org/12354206:51
*** Yanyanhu has quit IRC06:51
*** jtomasek has joined #tripleo06:56
tchaypo"So, as I understand there is no IMAGE_NAME set in the system." - I don't think that's right06:57
tchaypoI would interpret that as meaning that the script running dib-run-parts had set that environment variable06:57
tchaypobut since you haven't set it in your shell the script isn't working06:58
*** ramishra has quit IRC06:58
tchaypoor, possibly, the script doesn't set it and that's why running DIB-RUN-PARTS failed06:58
tchaypobut I think you figured that out already and that's why you tried to give it a value06:59
*** sdake_ has quit IRC06:59
*** ramishra_ has joined #tripleo07:00
*** Yanyanhu has joined #tripleo07:02
*** ifarkas has joined #tripleo07:02
openstackgerritChristian Berendt proposed a change to openstack/tuskar: Stop using intersphinx  https://review.openstack.org/12364507:05
openstackgerritChristian Berendt proposed a change to openstack/tuskar-ui: Stop using intersphinx  https://review.openstack.org/12364707:06
openstackgerritChristian Berendt proposed a change to openstack/python-tuskarclient: Stop using intersphinx  https://review.openstack.org/12364807:07
*** GheRivero_ has joined #tripleo07:11
*** GheRivero has quit IRC07:14
*** GheRivero_ is now known as GheRivero07:15
*** ChanServ sets mode: +v GheRivero07:15
nikunj2512Please review this patch - https://review.openstack.org/#/c/111980/607:18
openstackgerritDougal Matthews proposed a change to openstack/tripleo-image-elements: Update Tuskar element  https://review.openstack.org/12218307:20
d0ugalStevenK: removed the blank line :)07:20
*** ramishra_ has quit IRC07:26
*** tuvenen has joined #tripleo07:28
*** gfidente has joined #tripleo07:31
*** ramishra has joined #tripleo07:32
*** jp_at_hp has joined #tripleo07:35
*** ramishra_ has joined #tripleo07:41
*** ramishra has quit IRC07:44
*** athomas has quit IRC07:51
*** xuhaiwei has quit IRC07:53
*** athomas has joined #tripleo07:54
*** ramishra_ has quit IRC08:05
*** pblaho has joined #tripleo08:07
*** mrunge_ has joined #tripleo08:16
*** lucasagomes has joined #tripleo08:17
*** mrunge has quit IRC08:18
*** jang1 has joined #tripleo08:19
*** bvivek has quit IRC08:21
*** ramishra has joined #tripleo08:23
*** dtantsur|afk is now known as dtantsur08:25
regebroSigh. If two runs of devtest would at least end in the same error message...08:25
shadowerregebro: what's the latest?08:25
*** bvivek has joined #tripleo08:26
regebroshadower: "ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500)"08:27
*** mrunge_ is now known as mrunge08:28
shadowerregebro: would you add a few preceding lines for context, pls?08:29
regebroshadower: http://pastebin.com/LQJ7Yguk08:30
regebroBut it seems pointless in trying to figure out what an error is unless I get it twice in a row...08:31
shadoweryea08:31
shadowerregebro: are you rebuilding the images at every run?08:31
regebroshadower: yes.08:32
regebroshadower: It rarely fails during image building. Unless I run out of diskspace, which has happened. :)08:32
shadowerregebro: but it pulls in the latest checkouts of everything which makes the run much less deterministic08:33
shadowernot to mention taking forever08:33
shadowerregebro: I'd recommend doing a `devtest.sh --build-only` run once (this will just build the images) and then follow it up with `devtest.sh -c`08:34
shadowerthe latter will use the existing images08:34
regebroshadower: OK, I'll try that.08:34
shadowerwhich means you should at least arrive to the same error every time08:34
regebroshadower: I haven't tried that for a while, since then --build-only wouldn't work.08:34
regebroI also don't know how to run it "step by step" this way....08:35
jprovaznregebro: you might find more details when ssh-ing to the undercloud machine - it seems that user-config script failed (which calls "nova keypair-add" on the server)08:35
regebrojprovazn: Yeah, but that's for when I actually get the same error twice. ;-)08:35
jprovaznregebro: there should be the reason of the 500-error in logs08:35
regebroWhich were weeks ago, I think. :-P08:35
shadowerregebro: build-only has been working for me fine recently. I'd go away from manual step-by-step. It's more error prone08:36
shadowerat least I tend to make a lot of mistakes that way08:37
regebroshadower: I usually cut an paste from this: http://docs.openstack.org/developer/tripleo-incubator/devtest.html08:37
shadoweryea I used to do that too. Maybe you're better but I've always forgotten a step or made a mistake08:38
* shadower has been very happy with the devtest.sh scripts08:38
shadowerwell as happy as someone can be with such a complex thing08:39
*** ramishra has quit IRC08:39
openstackgerritRamakrishnan G proposed a change to openstack/diskimage-builder: Add support to build iso image  https://review.openstack.org/12364208:42
*** ramishra has joined #tripleo08:44
*** jistr has quit IRC08:45
openstackgerritA change was merged to openstack/tripleo-incubator: Mandate double-quoting of vars and command substitutions  https://review.openstack.org/11865208:47
*** andreaf_ is now known as andreaf08:47
*** ianblenke has quit IRC08:58
openstackgerritA change was merged to openstack/os-cloud-config: Add a new blocking argument to register_all_nodes  https://review.openstack.org/11055508:59
*** untriaged-bot has joined #tripleo09:00
untriaged-botUntriaged bugs so far:09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306309:00
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925609:00
uvirtbotLaunchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616409:00
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774209:00
*** untriaged-bot has quit IRC09:00
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]09:00
openstackgerritOpenStack Proposal Bot proposed a change to openstack/os-cloud-config: Updated from global requirements  https://review.openstack.org/12265109:01
*** ramishra has quit IRC09:02
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tuskar-ui: Updated from global requirements  https://review.openstack.org/12355909:03
*** ramishra has joined #tripleo09:05
*** jistr has joined #tripleo09:08
*** derekh has joined #tripleo09:09
openstackgerritEamonn O'Toole proposed a change to openstack/tripleo-image-elements: Add swift.proxy-memcache metadata to proxy-server.conf  https://review.openstack.org/8631209:11
*** Yanyanhu has quit IRC09:13
*** jml has quit IRC09:17
*** mrunge has quit IRC09:18
*** jml has joined #tripleo09:19
*** loki184 has joined #tripleo09:20
*** mrunge has joined #tripleo09:22
*** openstack has joined #tripleo09:24
*** ramishra has quit IRC09:34
*** ramishra_ has joined #tripleo09:36
*** pradeep has quit IRC09:44
*** pradeep1 has joined #tripleo09:44
*** rlandy has joined #tripleo09:51
*** kbyrne has joined #tripleo09:52
openstackgerritA change was merged to openstack/tripleo-image-elements: Reduce resource requirements set aside for testenvs  https://review.openstack.org/10635209:56
openstackgerritA change was merged to openstack/tripleo-image-elements: Create the h1.ci flavor on ci-overclouds  https://review.openstack.org/10963009:56
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Fix RabbitMQ element clustering start and stop  https://review.openstack.org/11552410:01
d0ugallsmola: if you get time could you re-review https://review.openstack.org/#/c/122183/?10:06
lsmolad0ugal: just a minute10:06
d0ugallsmola: thanks - no huge rush :)10:06
lsmolad0ugal: debuging non working javascript in tuskar-ui10:06
*** jml has quit IRC10:23
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Handle double path registration  https://review.openstack.org/11354610:23
*** jml has joined #tripleo10:26
*** nikunj2512 has quit IRC10:30
openstackgerritAlexis Lee proposed a change to openstack/tripleo-image-elements: Symlink to backup dir until ephemeral storage available  https://review.openstack.org/11395710:34
*** rushiagr is now known as rushiagr_away10:40
*** rushiagr_away is now known as rushiagr10:43
*** pensu has quit IRC10:45
*** akrivoka has joined #tripleo10:46
openstackgerritA change was merged to openstack/tuskar-ui: Updated from global requirements  https://review.openstack.org/12355910:48
regebroseriously? It worked now?10:56
regebroDid devtest actually finish? That only happened once before in three months.10:57
shadowerregebro: \o/11:06
shadowerregebro: now always use the `-c` option and never touch anything and you'll  be fine :-)11:07
regebroshadower: Well, I'm setting up horizon now to verify this. :-)11:07
regebroshadower: OK, will do!11:07
shadowergood luck11:07
*** rhallisey has joined #tripleo11:09
*** lucasagomes is now known as lucas-hungry11:09
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Fix RabbitMQ element clustering start and stop  https://review.openstack.org/11552411:14
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Fix RabbitMQ element clustering start and stop  https://review.openstack.org/11552411:18
regebroHmm. login failed for user admin.11:23
*** pensu has joined #tripleo11:34
*** pradeep1 has quit IRC11:34
*** yamahata has quit IRC11:35
*** pradeep has joined #tripleo11:36
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tuskar-ui: Updated from global requirements  https://review.openstack.org/12370411:40
*** weshay has joined #tripleo11:46
openstackgerritLadislav Smola proposed a change to openstack/tripleo-image-elements: Define separate horizon.conf for tuskar-ui  https://review.openstack.org/12370911:54
*** morazi has joined #tripleo11:56
*** loki184 has quit IRC12:04
*** lucas-hungry is now known as lucasagomes12:08
*** julim has joined #tripleo12:11
openstackgerritA change was merged to openstack/python-tuskarclient: Adds plan-templates command to CLI  https://review.openstack.org/12078012:13
openstackgerritA change was merged to openstack/tripleo-image-elements: Updated tuskar-ui install to setup roles and various parameters  https://review.openstack.org/12350312:13
*** pensu has quit IRC12:15
*** bashok has joined #tripleo12:19
*** jprovazn has quit IRC12:26
openstackgerritPeter Belanyi proposed a change to openstack/tripleo-heat-templates: Add converted version of block and object storage  https://review.openstack.org/12371312:26
*** pmyers has quit IRC12:27
*** pensu has joined #tripleo12:30
*** jdob has joined #tripleo12:31
regebroA bottle of Whisky for whoever can finish setting up my tripleo test environment.12:33
*** ramishra_ has quit IRC12:37
*** noslzzp has joined #tripleo12:37
*** ramishra has joined #tripleo12:41
*** rhallisey has quit IRC12:44
*** rhallisey has joined #tripleo12:48
*** pblaho has quit IRC12:52
*** ramishra has quit IRC12:57
*** morazi has quit IRC12:57
*** morazi has joined #tripleo12:58
*** tzumainn has joined #tripleo13:02
regebroThe whisky bottle goes to ME!13:07
*** jprovazn has joined #tripleo13:20
*** jml has quit IRC13:21
*** yamahata has joined #tripleo13:21
*** yamahata_ has joined #tripleo13:23
*** yamahata has quit IRC13:24
*** jml has joined #tripleo13:24
*** nosnos has quit IRC13:27
*** nosnos has joined #tripleo13:27
openstackgerritA change was merged to openstack/tuskar-ui: Fix for ironic node creation  https://review.openstack.org/12363113:30
*** dprince has joined #tripleo13:31
*** nosnos has quit IRC13:32
*** jdob has quit IRC13:34
*** jdob has joined #tripleo13:34
*** pradeep has quit IRC13:39
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Horizon temprevert  https://review.openstack.org/12373013:42
*** ramishra has joined #tripleo13:42
*** jdob has quit IRC13:46
*** jdob has joined #tripleo13:46
*** rhallisey has quit IRC13:53
gfidenteregebro, maybe you think you did yourself but ...13:59
gfidente... I'd share this bottle14:00
*** noslzzp has quit IRC14:01
*** yamahata_ has quit IRC14:02
*** yamahata_ has joined #tripleo14:03
*** yamahata_ has quit IRC14:04
*** pradeep has joined #tripleo14:04
*** yamahata_ has joined #tripleo14:05
*** rhallisey has joined #tripleo14:06
toabctlslagle: for https://review.openstack.org/#/c/117704/  . the rootfs is back now. you can retest it if you have time...14:11
*** rhallisey has quit IRC14:17
*** Chao_Yan has quit IRC14:22
slagletoabctl: thanks, i'll have another look14:27
*** rlandy has quit IRC14:27
openstackgerritA change was merged to openstack/tuskar-ui: Updated from global requirements  https://review.openstack.org/12370414:28
*** andreaf_ has joined #tripleo14:36
*** andreaf has quit IRC14:36
*** andreaf_ is now known as andreaf14:36
*** andreaf_ has joined #tripleo14:36
*** rhallisey has joined #tripleo14:37
*** jp_at_hp has quit IRC14:39
*** ianblenke has joined #tripleo14:42
*** andreaf has quit IRC14:43
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-incubator: Fix --heat-env in devtest_overcloud.sh  https://review.openstack.org/12374714:47
*** pcrews has joined #tripleo14:47
*** jp_at_hp has joined #tripleo14:47
*** jp_at_hp has quit IRC14:48
*** jp_at_hp has joined #tripleo14:51
*** cwolferh_ has joined #tripleo14:52
*** jprovazn is now known as jprovazn_afk14:56
*** andreaf has joined #tripleo14:57
openstackgerritLadislav Smola proposed a change to openstack/tuskar-ui: Set pki_setup False  https://review.openstack.org/12375214:58
*** ifarkas has quit IRC14:59
openstackgerritLadislav Smola proposed a change to openstack/tuskar-ui: Set pki_setup False  https://review.openstack.org/12375214:59
derekhSo looks like https://review.openstack.org/#/c/123730/ fixes our CI problem , the f20 job is still running but the other 2 have passed http://goodsquishy.com/downloads/tripleo-jobs.html14:59
derekhI'm going to update the commit message to something more sane, then I think we should just merge it, (without waiting another 2 hours15:00
derekhsound ok ?15:00
*** untriaged-bot has joined #tripleo15:01
untriaged-botUntriaged bugs so far:15:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306315:01
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]15:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925615:01
uvirtbotLaunchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New]15:02
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137345515:02
uvirtbotLaunchpad bug 1373455 in tripleo "horizon's bootstrap-datepicker..js could not be found?" [Undecided,In progress]15:02
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616415:02
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]15:02
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774215:02
*** untriaged-bot has quit IRC15:02
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]15:02
*** cwolferh_ has quit IRC15:03
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-incubator: Drop stack name from the neutron agent-list check  https://review.openstack.org/12375415:05
*** bvivek has quit IRC15:18
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: temprevert "Datepicker locale support"  https://review.openstack.org/12373015:18
derekhok, somebody A+ ^^ to unblock CI15:20
*** jistr has quit IRC15:21
*** jml has quit IRC15:21
*** jml has joined #tripleo15:22
derekhdprince: slagle https://review.openstack.org/#/c/123730/215:24
openstackgerritA change was merged to openstack-infra/tripleo-ci: temprevert "Datepicker locale support"  https://review.openstack.org/12373015:27
slaglederekh: ^15:27
derekhslagle: thanks15:27
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-incubator: Pass resource registry file to Heat if it exists  https://review.openstack.org/12376115:29
*** marun has joined #tripleo15:29
*** rushiagr is now known as rushiagr_away15:29
*** loki184 has joined #tripleo15:30
*** ramishra has quit IRC15:31
*** lazy_prince is now known as killer_prince15:34
*** rushiagr_away is now known as rushiagr15:37
*** jml has quit IRC15:40
*** jml has joined #tripleo15:41
*** ramishra has joined #tripleo15:47
*** tuvenen has quit IRC15:52
*** saurabhs has joined #tripleo15:55
*** ramishra has quit IRC15:56
*** killer_prince is now known as lazy_prince15:59
*** dshulyak_ has joined #tripleo16:01
*** k4n0 has quit IRC16:03
*** jmoffitt_ has quit IRC16:03
*** dshulyak_ has quit IRC16:06
*** jml has quit IRC16:09
*** jml has joined #tripleo16:14
*** rhallisey has quit IRC16:16
*** dshulyak_ has joined #tripleo16:22
*** dsneddon has quit IRC16:24
*** dsneddon has joined #tripleo16:25
*** pradeep has quit IRC16:27
*** openstackgerrit has quit IRC16:35
*** rhallisey has joined #tripleo16:44
*** dsneddon has quit IRC16:45
*** jistr has joined #tripleo16:45
*** dsneddon has joined #tripleo16:46
*** marun has quit IRC16:49
*** yamahata_ has quit IRC16:52
*** pensu has quit IRC16:52
*** noslzzp has joined #tripleo16:55
*** bvivek has joined #tripleo16:56
*** derekh has quit IRC16:56
*** jp_at_hp has quit IRC17:01
*** rwsu has quit IRC17:03
*** rwsu has joined #tripleo17:05
*** dsneddon has quit IRC17:06
*** dsneddon has joined #tripleo17:06
*** rushiagr is now known as rushiagr_away17:08
*** akrivoka has quit IRC17:15
*** bashok has quit IRC17:15
*** andreaf has quit IRC17:17
*** andreaf has joined #tripleo17:18
*** lucasagomes is now known as lucas-dinner17:20
*** mrunge has quit IRC17:24
*** openstackgerrit has joined #tripleo17:24
*** dsneddon has quit IRC17:26
*** dsneddon has joined #tripleo17:27
*** dtantsur is now known as dtantsur|afk17:28
openstackgerritLadislav Smola proposed a change to openstack/tripleo-image-elements: Handle static files properly  https://review.openstack.org/12379617:29
*** dtantsur|afk is now known as dtantsur|nearly-17:32
*** dtantsur|nearly- is now known as dtantsur|nearlya17:32
*** dtantsur|nearlya is now known as dtantsur|afk17:32
*** jcoufal has quit IRC17:51
*** openstackgerrit has quit IRC17:51
*** openstackgerrit has joined #tripleo17:52
*** bashok has joined #tripleo17:57
openstackgerritJames Slagle proposed a change to openstack/tripleo-incubator: Support passing x86_64 to create-nodes  https://review.openstack.org/12380318:03
*** marun has joined #tripleo18:05
openstackgerritJames Slagle proposed a change to openstack/tripleo-incubator: Support passing x86_64 to create-nodes  https://review.openstack.org/12380318:11
openstackgerritpatrick-crews proposed a change to openstack/os-cloud-config: ssl_for_create_admin_client  https://review.openstack.org/12380618:14
*** pradeep has joined #tripleo18:15
*** jistr has quit IRC18:16
EmilienMlifeless: I'm not sure you are online, but if yes, could you see the conversation on #openstack-infra about http://lists.openstack.org/pipermail/openstack-dev/2014-September/045395.html ?18:21
*** spzala has joined #tripleo18:26
*** zigo has quit IRC18:26
*** zigo has joined #tripleo18:28
*** sdake_ has joined #tripleo18:29
*** lsmola has quit IRC18:31
*** lsmola has joined #tripleo18:31
*** pradeep has quit IRC18:37
*** andreaf has quit IRC18:38
*** andreaf has joined #tripleo18:39
*** pcrews has quit IRC18:42
*** bvivek has quit IRC18:49
*** andreaf has quit IRC18:50
*** andreaf has joined #tripleo18:51
*** jang1 has quit IRC18:57
*** morganfainberg is now known as morgan19:02
*** morgan is now known as morganfainberg19:03
*** bashok_ has joined #tripleo19:06
*** bashok has quit IRC19:06
*** jmoffitt has joined #tripleo19:07
*** bashok has joined #tripleo19:14
*** bashok_ has quit IRC19:14
*** ChuckC has quit IRC19:18
*** athomas has quit IRC19:19
*** jprovazn_afk has quit IRC19:20
*** loki184 has quit IRC19:21
*** bashok has quit IRC19:28
*** andreaf has quit IRC19:31
*** andreaf has joined #tripleo19:32
*** sdake_ has quit IRC19:36
*** lazy_prince is now known as killer_prince19:38
*** openstackgerrit has quit IRC19:46
*** openstackgerrit has joined #tripleo19:47
*** pcrews has joined #tripleo19:50
*** ChuckC has joined #tripleo19:54
*** sballe__ has joined #tripleo20:00
*** gfidente has quit IRC20:02
*** jtomasek has quit IRC20:11
*** jml has quit IRC20:33
*** jml has joined #tripleo20:34
*** dprince has quit IRC20:37
*** bashok has joined #tripleo20:42
*** dividehex has quit IRC20:44
*** dividehex has joined #tripleo20:47
*** jdob has quit IRC20:51
*** bashok has quit IRC20:51
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/137306321:00
uvirtbotLaunchpad bug 1373063 in tripleo "port not added to bridge after a reboot" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136925621:00
uvirtbotLaunchpad bug 1369256 in tripleo "ubuntu: hash sum mismatch when installing packages" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136616421:00
uvirtbotLaunchpad bug 1366164 in tripleo "Add domain roles for admin user" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/136774221:00
uvirtbotLaunchpad bug 1367742 in tripleo "keepalived brings the VIP up in multiple places on a controller reboot" [Undecided,New]21:00
*** untriaged-bot has quit IRC21:00
*** noslzzp has quit IRC21:02
*** sballe__ has quit IRC21:05
*** spzala has quit IRC21:05
*** marun has quit IRC21:52
morganfainbergtchaypo, let me know when you want to pick up working on the identity stuff again21:56
-openstackstatus- NOTICE: The openstack-infra/config repo will be frozen for project-configuration changes starting at 00:01 UTC. If you have a pending configuration change that has not merged or is not in the queue, please see us in #openstack-infra.21:59
openstackgerritRichard Su proposed a change to openstack/diskimage-builder: Install openstack-selinux on RHEL  https://review.openstack.org/12386521:59
tchaypotchaypo: I'm just getting breakfast now, give me 30 minutes or so22:04
*** marun has joined #tripleo22:15
morganfainbergtchaypo, no rush22:18
morganfainbergtchaypo, take your time. :) seriously breakfast is important22:18
openstackgerritRichard Su proposed a change to openstack/diskimage-builder: Install openstack-selinux on RHEL  https://review.openstack.org/12386522:19
tchaypoindeed. I can't think without it.22:24
*** julim has quit IRC22:25
tchaypooh good22:25
tchaypoi think to myself "I'll just delete the undercloud and quickly build a fresh one while I'm cooking breakfast22:25
tchaypo"22:26
tchayposo naturally that is now in DELETE_FAILED too22:26
*** nijaba_ has joined #tripleo22:35
*** nijaba has quit IRC22:35
*** otoolee has quit IRC22:41
*** spzala has joined #tripleo22:43
*** openstackgerrit has quit IRC22:47
*** openstackgerrit_ has joined #tripleo22:47
*** morazi has quit IRC22:48
*** openstackgerrit_ is now known as openstackgerrit22:48
* tchaypo is done with breakfast22:49
tchaypoError: Server undercloud-undercloud-meprf37xkzvy delete failed: (500) No valid host was found. Reason: No conductor service registered which supports driver pxe_ipmitool. (HTTP 404)22:50
cineramawow, that's different - i thought it was going to be the usual thing where you delete the underlying bits, hope heat resolves itself, and poke the database as needed if not22:54
tchaypowow.22:56
tchaypocoffee might be an important part of breakfast.22:57
tchaypoi just ran "top" when i meant "head"22:57
tchaypookay22:59
tchayporestart the -conductor services, reset-state on the node, now a delete works22:59
tchaypoundercloud build try #2 commences now..22:59
*** Chao_Yan has joined #tripleo23:11
tchaypoand we have an undercloud23:21
tchaypomorganfainberg: I'm going to enable debugging on all the things then kick off an overcloud build23:21
morganfainbergtchaypo, cool23:21
morganfainbergtchaypo, just joined the screen sessiin23:22
morganfainbergsession*23:22
morganfainbergtchaypo, you didn't need the middleware line but it wont hurt anything23:26
*** dsneddon has quit IRC23:27
tchaypoalso setting nova's retry count higher (not that that seems to be related but we're going to need it eventually)23:28
*** dsneddon has joined #tripleo23:29
morganfainbergah ok23:29
*** marun has quit IRC23:31
morganfainbergi'm logging into the same box you're on in the screen session so i can look at the logs directly as well23:34
morganfainbergyay i can track token reuse: <KeystoneToken (audit_id=hlP7b2paQpa6TtddoC7DPA, audit_chain_id=hlP7b2paQpa6TtddoC7DPA) at 0x7f281b8ccd08>23:36
tchaypoI just got the 20 minute warning from my driving instructor, and it usually takes about 20 minutes between kicking this off and the heat stack-create23:37
* tchaypo has been meaning to tweak the script to reuse * and jump straight to heat stack-create23:37
morganfainbergtchaypo, doh!23:37
morganfainberghehe23:37
lifelesstchaypo: how many hours of driving instruction are you getting ?23:43
tchaypoI think it'll be about 30 by the time I'm done23:44
*** dsneddon has quit IRC23:48
*** jml has quit IRC23:50
*** dsneddon has joined #tripleo23:51
morganfainbergtchaypo, where does the failure usually occur?23:51
*** jml has joined #tripleo23:52
*** openstackstatus has quit IRC23:55
*** openstack has joined #tripleo23:56
*** openstackstatus has joined #tripleo23:57
*** ChanServ sets mode: +v openstackstatus23:57
tchaypodriving, back in an hour23:57
tchaypostack-create will happen, `nova list` will show ~23 compute nodes and 3 control nodes. ips will be assigned to all of them. 5 will build successfully, then the rest hit the problem where ironic-conduct tells neutron to allocate a port but neutron decides the token is invalid23:59
tchaypoironic reports this as "could not configure port for pxe boot" or something similar23:59

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