Tuesday, 2014-05-20

*** geerdest has quit IRC00:03
*** cd-undercloud has joined #tripleo00:04
cd-undercloud************** overcloud complete status=1 ************00:04
*** cd-undercloud has quit IRC00:04
*** eghobo has joined #tripleo00:09
*** eguz has quit IRC00:12
*** cd-undercloud has joined #tripleo00:14
cd-undercloud************** overcloud complete status=1 ************00:14
*** cd-undercloud has quit IRC00:14
*** TravT has quit IRC00:22
*** chuckC has joined #tripleo00:24
*** cd-undercloud has joined #tripleo00:24
cd-undercloud************** overcloud complete status=1 ************00:24
*** cd-undercloud has quit IRC00:24
*** tzumainn has quit IRC00:27
*** cd-undercloud has joined #tripleo00:34
cd-undercloud************** overcloud complete status=1 ************00:34
*** cd-undercloud has quit IRC00:34
adam_glifeless, so i was able to hit that bug consistently on a single machine every boot for a while, then it disappeared00:35
adam_gwondering if the link coming and going is causing this if the timing is right: http://paste.openstack.org/show/80965/00:37
*** cd-undercloud has joined #tripleo00:44
cd-undercloud************** overcloud complete status=1 ************00:44
*** cd-undercloud has quit IRC00:44
*** newell_ has quit IRC00:46
StevenKlifeless: Feel like reviewing https://review.openstack.org/93789 ?00:52
*** cd-undercloud has joined #tripleo00:54
cd-undercloud************** overcloud complete status=1 ************00:54
*** cd-undercloud has quit IRC00:54
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-incubator: Clarify the requirements for the TRIPLEO_ROOT variable  https://review.openstack.org/9261100:56
lifelessadam_g: oooh01:02
giulivoStevenK, hi, thanks for reviewing this https://review.openstack.org/#/c/93954 , I'm not sure about your comment though; you mean we're safe to run that without checking for USE_CACHE ?01:04
*** cd-undercloud has joined #tripleo01:04
cd-undercloud************** overcloud complete status=1 ************01:04
*** cd-undercloud has quit IRC01:04
StevenKgiulivo: USE_CACHE is usually used for not downloading things from the internet and rely on the local cache -- since the script only checks group membership, and doesn't nothing if the user is already in the group, I think it's fine to run all of the time.01:05
giulivoStevenK, ok, got it, will update it01:06
giulivoone thing I wanted to ask is about this: https://github.com/openstack/tripleo-incubator/blob/master/scripts/devtest_seed.sh#L24101:10
giulivothe "seed" argument we're passing there is used as $SERVICE_HOST for nova baremetal, but shouldn't that match the seed's VM hostname?01:11
*** cd-undercloud has joined #tripleo01:14
cd-undercloud************** overcloud complete status=1 ************01:14
*** cd-undercloud has quit IRC01:14
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-incubator: Move user's group membership setup in own script  https://review.openstack.org/9395401:15
lifelessgiulivo: no, we override the nova service name01:15
giulivolifeless, just to make sure I got it right, you mean we intentionally override the parameter passed to "nova baremetal-node-create" with $SERVICE_HOST rather than use just `hostname` ?01:20
*** cd-undercloud has joined #tripleo01:24
cd-undercloud************** overcloud complete status=1 ************01:24
*** cd-undercloud has quit IRC01:24
*** nati_ueno has quit IRC01:27
*** cd-undercloud has joined #tripleo01:34
cd-undercloud************** overcloud complete status=1 ************01:34
*** cd-undercloud has quit IRC01:34
*** eghobo has quit IRC01:35
lifelessyes, because we override the service name that nova has itself01:40
openstackgerritGiulio Fidente proposed a change to openstack/diskimage-builder: Ensure python2 is used by dib-run-parts profiling func.  https://review.openstack.org/9429201:40
lifelessgiulivo: see elements/seed-stack-config/config.json01:41
lifeless  "nova": {01:41
lifeless    "compute_hostname": "seed",01:41
giulivolifeless, oh now I understand it!01:42
giulivoso they actually match01:42
giulivothanks01:43
*** cd-undercloud has joined #tripleo01:44
cd-undercloud************** overcloud complete status=1 ************01:44
*** cd-undercloud has quit IRC01:44
*** nosnos has joined #tripleo01:47
lifelessadam_g: I wonder if upstart is coalescing edge transitions or something ?01:48
*** cd-undercloud has joined #tripleo01:54
cd-undercloud************** overcloud complete status=1 ************01:54
*** cd-undercloud has quit IRC01:54
*** tzumainn has joined #tripleo02:00
*** cd-undercloud has joined #tripleo02:04
cd-undercloud************** overcloud complete status=1 ************02:04
*** cd-undercloud has quit IRC02:04
*** marun has quit IRC02:09
*** cd-undercloud has joined #tripleo02:14
cd-undercloud************** overcloud complete status=1 ************02:14
*** cd-undercloud has quit IRC02:14
*** cody-somerville has joined #tripleo02:17
*** cody-somerville has joined #tripleo02:17
lifelessStevenK: reviewed02:23
*** saurabhs has left #tripleo02:23
StevenKlifeless: What do you mean about 600 seconds?02:24
*** cd-undercloud has joined #tripleo02:24
cd-undercloud************** overcloud complete status=1 ************02:24
*** cd-undercloud has quit IRC02:24
StevenKlifeless: I'm also not quite certain how to test it without doing evilness, like having a mock return an exception the first two times it's called.02:24
lifelesssounds good02:25
lifeless# FIXME: when undercloud uses wait conditions, this wait can be removed.02:25
lifelesswait_for 60 10 "keystone tenant-create --name=admin"02:25
StevenKlifeless: The whole reason for 12 is 12 * 5 == 60 seconds02:25
lifeless60 *10 == 60002:25
StevenKBut where are you getting 10 from?02:25
lifelesswait_for 60 ****10*****02:26
StevenKBut that's in the init-keystone in incubator02:26
StevenKThis is init-keystone in os-cloud-config02:26
lifelessyes02:26
lifelessbut making os-cloud-config wait 1/10th the duration seems like a dramatic change02:26
StevenKThey don't use each other, they are completly stand alone02:26
lifelesslikely to fail on e.g. real hardware02:26
StevenKRight, so you'd prefer 6 and 10 ?02:27
lifelessno02:27
lifeless60 and 1002:27
lifelessjust like the code we want to deprecate02:27
StevenKRight02:27
* lifeless is now puzzled02:27
lifelessdid you mean to type 60 and 10 ?02:28
StevenKI thought the 60 as the first argument was the seconds we wait, not the loops02:28
*** tzumainn has quit IRC02:28
lifelessah no02:28
lifelessits loops02:28
StevenKHence my 5 and 12 stuff02:29
*** noslzzp has quit IRC02:34
*** cd-undercloud has joined #tripleo02:34
cd-undercloud************** overcloud complete status=1 ************02:34
*** cd-undercloud has quit IRC02:34
*** tzumainn has joined #tripleo02:41
*** cd-undercloud has joined #tripleo02:44
cd-undercloud************** overcloud complete status=1 ************02:44
*** cd-undercloud has quit IRC02:44
*** tzumainn has quit IRC02:53
*** cd-undercloud has joined #tripleo02:54
cd-undercloud************** overcloud complete status=1 ************02:54
*** cd-undercloud has quit IRC02:54
*** vinsh has joined #tripleo02:57
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/os-collect-config/+bug/132026203:00
uvirtbotLaunchpad bug 1320262 in heat "Deployment update triggers unnecessary metadata pushes" [High,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131876703:00
uvirtbotLaunchpad bug 1318767 in tripleo "apache element SSL cert check fails" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744603:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667503:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131902703:00
uvirtbotLaunchpad bug 1319027 in diskimage-builder "dib install packages not document in the command help" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535503:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131947303:00
uvirtbotLaunchpad bug 1319473 in tripleo "devtest_testenv.sh doesn't honour overcloud_computescale or overcloud_controlscale" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705603:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Critical,New]03:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131871703:00
uvirtbotLaunchpad bug 1318717 in diskimage-builder "image with rhel element can't be built if DIB_RHSM_* variables aren't set" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497803:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/132009003:00
*** untriaged-bot has quit IRC03:00
uvirtbotLaunchpad bug 1320090 in tripleo "pxe_ephemeral_format': u'ext4 left on nodes after deploys deleted" [Undecided,New]03:00
*** cd-undercloud has joined #tripleo03:04
cd-undercloud************** overcloud complete status=1 ************03:04
*** cd-undercloud has quit IRC03:04
*** nosnos has quit IRC03:07
*** tzumainn has joined #tripleo03:07
*** ramishra has joined #tripleo03:07
*** cd-undercloud has joined #tripleo03:14
cd-undercloud************** overcloud complete status=1 ************03:14
*** cd-undercloud has quit IRC03:14
openstackgerritA change was merged to openstack/diskimage-builder: Ensure we can read the kernel out.  https://review.openstack.org/9347503:18
*** cd-undercloud has joined #tripleo03:24
cd-undercloud************** overcloud complete status=1 ************03:24
*** cd-undercloud has quit IRC03:24
*** ramishra has quit IRC03:25
*** nati_ueno has joined #tripleo03:29
*** cd-undercloud has joined #tripleo03:34
cd-undercloud************** overcloud complete status=1 ************03:34
*** cd-undercloud has quit IRC03:34
*** ramishra has joined #tripleo03:35
*** cd-undercloud has joined #tripleo03:44
cd-undercloud************** overcloud complete status=1 ************03:44
*** cd-undercloud has quit IRC03:44
*** killer_prince has quit IRC03:44
*** tserong has quit IRC03:46
*** nosnos has joined #tripleo03:47
*** morganfainberg is now known as morganfainberg_Z03:49
*** cd-undercloud has joined #tripleo03:54
cd-undercloud************** overcloud complete status=1 ************03:54
*** cd-undercloud has quit IRC03:54
*** nati_ueno has quit IRC03:55
*** eghobo has joined #tripleo04:00
*** nosnos has quit IRC04:01
*** akuznetsov has quit IRC04:01
*** lazy_prince has joined #tripleo04:03
*** lazy_prince is now known as killer_prince04:03
*** cd-undercloud has joined #tripleo04:04
cd-undercloud************** overcloud complete status=1 ************04:04
*** cd-undercloud has quit IRC04:04
*** nati_ueno has joined #tripleo04:05
openstackgerritA change was merged to openstack/tripleo-specs: Factor data out of _check_titles  https://review.openstack.org/9180104:09
*** cd-undercloud has joined #tripleo04:14
cd-undercloud************** overcloud complete status=1 ************04:14
*** cd-undercloud has quit IRC04:14
*** cd-undercloud has joined #tripleo04:24
cd-undercloud************** overcloud complete status=1 ************04:24
*** cd-undercloud has quit IRC04:24
*** nosnos has joined #tripleo04:30
*** tzumainn has quit IRC04:33
*** cd-undercloud has joined #tripleo04:34
cd-undercloud************** overcloud complete status=1 ************04:34
*** cd-undercloud has quit IRC04:34
*** fandi has joined #tripleo04:37
*** akuznetsov has joined #tripleo04:40
*** cd-undercloud has joined #tripleo04:44
cd-undercloud************** overcloud complete status=1 ************04:44
*** cd-undercloud has quit IRC04:44
*** nati_ueno has quit IRC04:49
*** nati_ueno has joined #tripleo04:50
*** cd-undercloud has joined #tripleo04:54
cd-undercloud************** overcloud complete status=1 ************04:54
*** cd-undercloud has quit IRC04:54
*** ramishra has quit IRC04:55
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-image-elements: Fix missing reference to ceilometer sources.json file  https://review.openstack.org/9430304:56
*** ramishra has joined #tripleo04:57
*** dshulyak_ has joined #tripleo05:01
*** cd-undercloud has joined #tripleo05:04
cd-undercloud************** overcloud complete status=1 ************05:04
*** cd-undercloud has quit IRC05:04
*** akuznetsov has quit IRC05:07
*** akuznetsov has joined #tripleo05:10
*** cd-undercloud has joined #tripleo05:14
cd-undercloud************** overcloud complete status=1 ************05:14
*** cd-undercloud has quit IRC05:14
*** ramishra has quit IRC05:15
*** ramishra has joined #tripleo05:15
*** rameshg87 has joined #tripleo05:17
*** e0ne has joined #tripleo05:19
*** akuznetsov has quit IRC05:21
*** akuznetsov has joined #tripleo05:21
*** cd-undercloud has joined #tripleo05:24
cd-undercloud************** overcloud complete status=1 ************05:24
*** cd-undercloud has quit IRC05:24
*** akuznetsov has quit IRC05:25
*** e0ne has quit IRC05:32
*** e0ne has joined #tripleo05:33
*** cd-undercloud has joined #tripleo05:34
cd-undercloud************** overcloud complete status=1 ************05:34
*** cd-undercloud has quit IRC05:34
*** mrunge has joined #tripleo05:39
*** mrunge has quit IRC05:39
*** mrunge has joined #tripleo05:39
*** rakesh_hs has joined #tripleo05:39
*** cd-undercloud has joined #tripleo05:44
cd-undercloud************** overcloud complete status=1 ************05:44
*** cd-undercloud has quit IRC05:44
* StevenK stabs mock for not respecting side effect.05:44
*** nati_uen_ has joined #tripleo05:46
*** nati_ueno has quit IRC05:49
tchaypomwahaha05:51
tchaypotell me more05:52
*** nati_uen_ has quit IRC05:52
*** nati_ueno has joined #tripleo05:53
*** cd-undercloud has joined #tripleo05:54
cd-undercloud************** overcloud complete status=1 ************05:54
*** cd-undercloud has quit IRC05:54
StevenKtchaypo: I'm setting mock.side_effect to raise exceptions for this test, except it doesn't05:55
tchaypoinsufficient detail. What are you testing?05:59
*** e0ne has quit IRC06:03
*** e0ne has joined #tripleo06:03
*** dshulyak_ has quit IRC06:03
*** cd-undercloud has joined #tripleo06:04
cd-undercloud************** overcloud complete status=1 ************06:04
*** cd-undercloud has quit IRC06:04
*** tserong has joined #tripleo06:06
*** akuznetsov has joined #tripleo06:07
*** fandi has quit IRC06:09
*** cd-undercloud has joined #tripleo06:14
cd-undercloud************** overcloud complete status=1 ************06:14
*** cd-undercloud has quit IRC06:14
giulivoI think this fixes the gate: https://review.openstack.org/#/c/94303/06:15
giulivoand if it does, that would probably be my first "worth something" change :P06:15
tchaypogiulivo: I'm not sure if I understand your commit message06:22
tchaypoI think you're saying that the ceilometer sources.json file was only needed by v1 api, and that there was a ceilometer commit that removed the file from ceilometer06:23
tchaypois that right?06:23
tchaypoIt sounds like you think this is causing some kind of problem, and that the lines you're adding will fix that problem?06:23
*** cd-undercloud has joined #tripleo06:24
cd-undercloud************** overcloud complete status=1 ************06:24
*** cd-undercloud has quit IRC06:24
tchayposorry for my ignorance - I'm still recovering from summit and this is probably something that I've missed06:24
*** e0ne has quit IRC06:25
giulivotchaypo, but yes that is it06:25
tchaypo... i've just had a moment of enlightenment06:26
tchaypoin the form of http://logs.openstack.org/90/88290/2/check-tripleo/check-tripleo-undercloud-precise/a8c9c26/console.html#_2014-05-20_06_20_57_00106:26
*** fandi has joined #tripleo06:26
tchaypowhich got emailed to me as I was in the middle of saying I didn't know what the problem was06:26
tchaypoI'll comment on your change with a suggested clarification on the wording06:27
giulivotchaypo, the problem is this : http://logs.openstack.org/11/92611/10/check-tripleo/check-tripleo-undercloud-precise/49a645a/console.html06:27
giulivoyes what you pointed is the same error I'm talking about06:27
* giulivo will be back soon06:29
*** giulivo has quit IRC06:29
*** jistr has joined #tripleo06:29
*** akuznetsov has quit IRC06:32
*** giulivo has joined #tripleo06:32
*** cd-undercloud has joined #tripleo06:34
cd-undercloud************** overcloud complete status=1 ************06:34
*** cd-undercloud has quit IRC06:34
*** giulivo has quit IRC06:35
*** giulivo has joined #tripleo06:36
giulivoI am a bit scared, how come I lost random files from my home dire like colors.conf or .tmux.conf ? or .signature ?06:37
tchaypolost? that doesn't sound good06:38
giulivoand why openstack-tools/bin is suddenly empty? HUH?06:38
*** cody-somerville has quit IRC06:39
giulivotchaypo, indeed, like if they were removed06:39
StevenKtchaypo: I'm testing the looping code in os_cloud_config/keystone, by using side_effect to return exceptions06:39
tchaypoand having those two lines together both addressed to me led me to momentarily think that testing os_cloud_config was removing files from the homedir06:40
giulivotchaypo, doh! shall I check the sources or maybe you have some pointers so I can find out why/what that would have happened?06:43
tchaypogiulivo: I'm pretty sure it's unrelated, it was just both of you messaging me at once that confused me :p06:43
giulivoah sorry, now I get you were joking :)06:43
*** cd-undercloud has joined #tripleo06:44
cd-undercloud************** overcloud complete status=1 ************06:44
*** cd-undercloud has quit IRC06:44
StevenKtchaypo: I was answering your earlier question06:44
*** nati_ueno has quit IRC06:45
tchayposorry, i should use more smileys06:46
*** jcoufal has joined #tripleo06:48
tchaypobut in seriousness - now that I understand it, I can't wait for 94303 to land so that the other doc-only changes I'm seeing that have 2 +2s and are just waiting on the gate can land06:48
StevenKtchaypo: But I can't work out why side_effect has er, for lack of a better word, no effect06:49
*** fandi has quit IRC06:49
*** cd-undercloud has joined #tripleo06:54
cd-undercloud************** overcloud complete status=1 ************06:54
*** cd-undercloud has quit IRC06:54
*** nati_ueno has joined #tripleo06:58
*** fandi has joined #tripleo07:02
*** cd-undercloud has joined #tripleo07:04
cd-undercloud************** overcloud complete status=1 ************07:04
*** cd-undercloud has quit IRC07:04
*** cd-undercloud has joined #tripleo07:14
cd-undercloud************** overcloud complete status=1 ************07:14
*** cd-undercloud has quit IRC07:14
*** w_ has joined #tripleo07:14
*** jprovazn has joined #tripleo07:15
*** andreaf has quit IRC07:17
*** olaph has quit IRC07:17
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Issue in openstack-client that stops nova been in a common-venv  https://review.openstack.org/9307507:20
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Remove /opt/stack/{repo} files  https://review.openstack.org/9307707:20
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Enable nova to use the common venv  https://review.openstack.org/9307607:20
*** eghobo has quit IRC07:20
*** killer_prince has quit IRC07:21
*** cd-undercloud has joined #tripleo07:24
cd-undercloud************** overcloud complete status=1 ************07:24
*** cd-undercloud has quit IRC07:24
*** gcha has joined #tripleo07:26
*** pblaho has joined #tripleo07:27
*** e0ne has joined #tripleo07:31
*** cd-undercloud has joined #tripleo07:34
cd-undercloud************** overcloud complete status=1 ************07:34
*** cd-undercloud has quit IRC07:34
*** tserong_ has joined #tripleo07:34
*** hashar has joined #tripleo07:35
*** jml_ has joined #tripleo07:37
*** tserong has quit IRC07:37
*** jml has quit IRC07:37
*** jml_ is now known as jml07:37
*** jml has joined #tripleo07:37
openstackgerritGonéri Le Bouder proposed a change to openstack/tripleo-image-elements: add some missing “set -ue” declarations  https://review.openstack.org/9318807:43
*** ramishra has quit IRC07:44
*** cd-undercloud has joined #tripleo07:44
cd-undercloud************** overcloud complete status=1 ************07:44
*** cd-undercloud has quit IRC07:44
*** ramishra has joined #tripleo07:49
*** linuxbaby has joined #tripleo07:52
linuxbabyhi guys.. how should i backup a tripleo deployement07:53
linuxbabyis there any work / project in that direction07:54
*** cd-undercloud has joined #tripleo07:54
cd-undercloud************** overcloud complete status=1 ************07:54
*** cd-undercloud has quit IRC07:54
*** nati_ueno has quit IRC07:56
*** nati_uen_ has joined #tripleo07:58
*** andrearosa has joined #tripleo07:59
*** derekh_ has joined #tripleo08:00
*** pelix has joined #tripleo08:03
*** cd-undercloud has joined #tripleo08:04
cd-undercloud************** overcloud complete status=1 ************08:04
*** cd-undercloud has quit IRC08:04
linuxbabyhow can i backup an undercloud08:09
lifelessshould be able to use any regular backup tool, no?08:10
tchaypoof course my bluetooth stack would randomly forget how to talk bluetooth and require a reboot to fix. that makes perfect sense.08:14
*** cd-undercloud has joined #tripleo08:14
cd-undercloud************** overcloud complete status=1 ************08:14
*** cd-undercloud has quit IRC08:14
tchaypolinuxbaby: depends on what you mean by "backup an undercloud" - contents from files on the machines? the configs for the cloud that come from the seed? Are you wanting to get more HA so that it can survive losing some nodes?08:16
*** lazy_prince has joined #tripleo08:17
*** lazy_prince is now known as killer_prince08:17
linuxbabytchaypo, not exactly HA.. if one of my undercloud component is crashed/ corrupted etc... for example heat service ..08:19
linuxbabyhow do i re-instatet that ... thats what i am focusing08:19
linuxbabyso for taht .. i need to know what files/ dbs etc.. i need to backup for heat .. right?08:20
linuxbabyso whatever i need to backup from a undercloud node.. if he entire undercloud server goes down ..08:21
tchaypoOne answer I could give is "that's not a tripleo question, that's a question about heat" - but I think if I told you that it would mostly be to disguise the fact that I don't know the answer off the top of my head08:21
tchaypolinuxbaby: less flippantly, maybe this would be a good question to put on ask.openstack.org? The answer is probably non-trivial, probably needs knowledge from several people/places, and would probably help other people08:24
*** cd-undercloud has joined #tripleo08:24
cd-undercloud************** overcloud complete status=1 ************08:24
*** cd-undercloud has quit IRC08:24
*** ccorrigan has quit IRC08:24
*** andreaf has joined #tripleo08:25
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: sources.json no longer exists in ceilometer breaking builds  https://review.openstack.org/9432008:25
*** rwsu has quit IRC08:26
linuxbabytchaypo, okies.. let me check08:27
*** killer_prince has quit IRC08:28
tchaypowhich reminds me that i ought to get dinner and some rest before tomorrow's meeting08:29
*** lazy_prince has joined #tripleo08:29
*** lazy_prince is now known as killer_prince08:30
*** cd-undercloud has joined #tripleo08:34
cd-undercloud************** overcloud complete status=1 ************08:34
*** cd-undercloud has quit IRC08:34
*** rameshg87 has quit IRC08:34
*** lazy_prince has joined #tripleo08:35
*** tserong_ is now known as tserong08:36
*** killer_prince has quit IRC08:37
*** lazy_prince is now known as killer_prince08:37
*** lucasagomes has joined #tripleo08:38
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-image-elements: Remove sources.json installation from ceilometer element  https://review.openstack.org/9432108:41
*** cd-undercloud has joined #tripleo08:44
cd-undercloud************** overcloud complete status=1 ************08:44
*** cd-undercloud has quit IRC08:44
*** ccorrigan has joined #tripleo08:48
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-image-elements: Fix missing reference to ceilometer sources.json file  https://review.openstack.org/9430308:50
giulivotchaypo, ^^ that is the gate fix08:51
*** rameshg87 has joined #tripleo08:52
*** cd-undercloud has joined #tripleo08:54
cd-undercloud************** overcloud complete status=1 ************08:54
*** cd-undercloud has quit IRC08:54
tchaypogiulivo: If this was hipchat I'd send a (heart)08:55
giulivotchaypo, thank you for proposing the wording in the review :P08:55
*** untriaged-bot has joined #tripleo09:00
untriaged-botUntriaged bugs so far:09:00
untriaged-bothttps://bugs.launchpad.net/os-collect-config/+bug/132026209:00
uvirtbotLaunchpad bug 1320262 in heat "Deployment update triggers unnecessary metadata pushes" [High,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131876709:00
uvirtbotLaunchpad bug 1318767 in tripleo "apache element SSL cert check fails" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744609:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667509:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131902709:00
uvirtbotLaunchpad bug 1319027 in diskimage-builder "dib install packages not document in the command help" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535509:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131947309:00
uvirtbotLaunchpad bug 1319473 in tripleo "devtest_testenv.sh doesn't honour overcloud_computescale or overcloud_controlscale" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705609:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Critical,New]09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131871709:00
uvirtbotLaunchpad bug 1318717 in diskimage-builder "image with rhel element can't be built if DIB_RHSM_* variables aren't set" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/132117509:00
uvirtbotLaunchpad bug 1321175 in tripleo "ceilometer removed their v1 api causing overcloud-control image to fail to build" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497809:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/132009009:00
uvirtbotLaunchpad bug 1320090 in tripleo "pxe_ephemeral_format': u'ext4 left on nodes after deploys deleted" [Undecided,New]09:00
*** untriaged-bot has quit IRC09:00
derekh_I reckon we skip CI for https://review.openstack.org/#/c/94303/2 patchset 1 passed, is is only a commit message change and it will unblock CI09:01
derekh_thoughts ?09:02
lifelessderekh_: fine with me09:03
*** rdopieralski has joined #tripleo09:03
*** cd-undercloud has joined #tripleo09:04
cd-undercloud************** overcloud complete status=1 ************09:04
*** cd-undercloud has quit IRC09:04
StevenKos_cloud_config.tests.test_keystone.KeystoneTest.test_create_roles_retry  20.07909:04
StevenKSuccess!09:04
*** rameshg871 has joined #tripleo09:05
StevenKYes, I know it's horribly slow, but it proves it works, so now to mock out time.sleep09:05
*** rameshg87 has quit IRC09:05
derekh_lifeless: done, btw incase you hadn't noticed nodepool isn't using R1 at all and I got no idea why and no answers on infra yesterday09:07
*** nati_uen_ has quit IRC09:10
openstackgerritA change was merged to openstack/tripleo-image-elements: Fix missing reference to ceilometer sources.json file  https://review.openstack.org/9430309:11
dshulyakmarios: hi, i meant that address will be randomly allocated from the subnet, in case there is no user-defined fixed_ips09:11
*** jp_at_hp has joined #tripleo09:11
*** athomas has joined #tripleo09:12
*** akrivoka has joined #tripleo09:12
*** cd-undercloud has joined #tripleo09:14
cd-undercloud************** overcloud complete status=1 ************09:14
*** cd-undercloud has quit IRC09:14
*** fandi has quit IRC09:16
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Loop for sixty seconds during user creation  https://review.openstack.org/9378909:20
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Loop for 600 seconds during user creation  https://review.openstack.org/9378909:21
*** akuznetsov has joined #tripleo09:22
*** jistr has quit IRC09:29
mariosdshulyak: i see, I just looked at port creation (docs aren't great there) and OS::Neutron::Port09:30
mariosdshulyak: so, is the idea that we can pass this from e.g. dev/test tripleo to set fixed_ips (e.g. the vip address) for everything?09:32
*** martyntaylor has joined #tripleo09:33
mariosdshulyak: what happens when it isn't set? before it would be controller node address09:33
dshulyakmarios: if it isnt set address would be picked from subnet range09:35
mariosdshulyak: and then that's the vip address, no problem09:37
marios?09:37
*** cd-undercloud has joined #tripleo09:39
cd-undercloud************** overcloud complete status=1 ************09:39
*** cd-undercloud has quit IRC09:39
*** akrivoka has quit IRC09:39
*** wfoster has quit IRC09:41
dshulyakmarios: yes, for example if ip ranges 192.0.2.20 - 192.0.2.40, 192.0.2.20 would be used for vip09:43
openstackgerritColeman Corrigan proposed a change to openstack/tripleo-image-elements: reset-db to get all db parameters from the config  https://review.openstack.org/8834009:43
*** jistr has joined #tripleo09:45
mariosdshulyak: yeah thanks mate i get the subnetting. ok, well I +2 anyway so thanks for taking the time.09:45
openstackgerritJon-Paul Sullivan (jp_at_hp) proposed a change to openstack/diskimage-builder: Reinstate support for source-repos gerrit refs  https://review.openstack.org/9089009:51
*** hashar has quit IRC09:55
*** jtomasek has joined #tripleo10:01
*** cd-undercloud has joined #tripleo10:01
cd-undercloud************** overcloud complete status=1 ************10:01
*** cd-undercloud has quit IRC10:01
*** killer_prince has quit IRC10:05
*** rlandy has joined #tripleo10:09
*** jcoufal has quit IRC10:09
Ngmorning10:09
*** jcoufal has joined #tripleo10:09
lxsliMorning10:11
*** akrivoka has joined #tripleo10:12
*** gcha has quit IRC10:19
openstackgerritA change was merged to openstack/tuskar-ui: Ensure ipmi username and password are set  https://review.openstack.org/9304810:20
*** cd-undercloud has joined #tripleo10:24
cd-undercloud************** overcloud complete status=1 ************10:24
*** cd-undercloud has quit IRC10:24
*** mrunge has quit IRC10:46
*** cd-undercloud has joined #tripleo10:47
cd-undercloud************** overcloud complete status=1 ************10:47
*** cd-undercloud has quit IRC10:47
StevenKNg: That review you commented on re "my -2" it's a Workflow-1 which means WIP10:47
*** rameshg871 has left #tripleo10:48
NgStevenK: I kinda wish they hadn't taken the explicit WIP button out of gerrit, but I also think it's a good idea to comment, or change the short commit title to say WIP10:49
Ngwe seem to have a fair number of stale old changes at the bottom of the queue10:49
Ngso I thought I'd ask a few of them if they were actually abandoned or not10:49
*** tzumainn has joined #tripleo10:56
*** tzumainn has quit IRC10:56
*** tzumainn has joined #tripleo10:56
StevenKNg: I should really get back to it, but I've been quite distracted with os-cloud-config. https://review.openstack.org/93789 *hint* :-P10:56
openstackgerritJon-Paul Sullivan (jp_at_hp) proposed a change to openstack/diskimage-builder: Create an element to allow using a dpkg manifest  https://review.openstack.org/9248110:57
lxsliStevenK: do you know what os-cloud-config is meant to do? Any chance of updating the README.rst?10:58
NgStevenK: I'm definitely not suggesting you do anything significant on it, just maybe twiddle a tiny bit of metadata to save reviewer time :)10:58
StevenKlxsli: I shall try and remember to propose a patch for that tomorrow11:02
lxsliStevenK: that'd be fab, cheers11:03
StevenKNg: It certainly needs a rebase at the very least. :-)11:05
*** cd-undercloud has joined #tripleo11:09
cd-undercloud************** overcloud complete status=1 ************11:09
*** cd-undercloud has quit IRC11:09
*** gcha has joined #tripleo11:16
openstackgerritJan Provaznik proposed a change to openstack/os-cloud-config: Allow setup services endpoints  https://review.openstack.org/9238311:23
*** weshay has joined #tripleo11:30
*** cd-undercloud has joined #tripleo11:31
cd-undercloud************** overcloud complete status=1 ************11:31
*** cd-undercloud has quit IRC11:31
openstackgerritJon-Paul Sullivan (jp_at_hp) proposed a change to openstack/diskimage-builder: Reinstate support for source-repos gerrit refs  https://review.openstack.org/9089011:34
*** ramishra has quit IRC11:36
*** w__ has joined #tripleo11:38
openstackgerritChris Jones proposed a change to openstack/diskimage-builder: Last ditch effort to correct a wrong shasum.  https://review.openstack.org/8808411:39
*** GheRivero has quit IRC11:39
*** w_ has quit IRC11:40
*** matsuhashi has quit IRC11:41
*** mrunge has joined #tripleo11:41
openstackgerritJon-Paul Sullivan (jp_at_hp) proposed a change to openstack/diskimage-builder: Create an element to allow using a dpkg manifest  https://review.openstack.org/9248111:43
*** morazi has joined #tripleo11:43
*** jang has joined #tripleo11:49
*** GheRivero has joined #tripleo11:50
*** cd-undercloud has joined #tripleo11:53
cd-undercloud************** overcloud complete status=1 ************11:53
*** cd-undercloud has quit IRC11:53
*** lucasagomes is now known as lucas-hungry11:53
openstackgerritJon-Paul Sullivan (jp_at_hp) proposed a change to openstack/diskimage-builder: Create an element to allow using a dpkg manifest  https://review.openstack.org/9248111:54
jp_at_hpStevenK: thanks for the reviews - hopefully that latest patch set will do the job :D11:55
*** hashar has joined #tripleo11:57
StevenKjp_at_hp: I did laugh at your "This is not the change you are looking for" :-)11:59
jp_at_hpWell - if you can't laugh...12:00
jp_at_hp:D12:00
*** gcha has quit IRC12:02
*** gcha has joined #tripleo12:05
*** giulivo has quit IRC12:09
*** mrunge has quit IRC12:12
*** cd-undercloud has joined #tripleo12:15
cd-undercloud************** overcloud complete status=1 ************12:15
*** cd-undercloud has quit IRC12:15
*** jdob has joined #tripleo12:22
*** dprince has joined #tripleo12:23
*** lazy_prince has joined #tripleo12:25
*** wfoster has joined #tripleo12:27
*** giulivo has joined #tripleo12:29
*** lazy_prince has quit IRC12:30
*** ramishra has joined #tripleo12:37
*** cd-undercloud has joined #tripleo12:38
cd-undercloud************** overcloud complete status=1 ************12:38
*** cd-undercloud has quit IRC12:38
*** ramishra has quit IRC12:42
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-incubator: OVERCLOUD_IP and OVERCLOUD_ENDPOINT from heat outputs  https://review.openstack.org/9435412:45
*** nati_ueno has joined #tripleo12:55
*** noslzzp has joined #tripleo12:58
*** julim has joined #tripleo12:58
*** jistr has quit IRC12:59
*** sseago has quit IRC13:00
*** sseago_ has joined #tripleo13:00
*** cd-undercloud has joined #tripleo13:00
cd-undercloud************** overcloud complete status=1 ************13:00
*** cd-undercloud has quit IRC13:00
*** rbrady has joined #tripleo13:01
*** jistr has joined #tripleo13:01
*** nosnos has quit IRC13:02
*** nati_ueno has quit IRC13:04
*** lucas-hungry is now known as lucasagomes13:07
*** w__ has quit IRC13:07
*** pblaho has quit IRC13:10
*** yamahata has joined #tripleo13:11
openstackgerritGerry Drudy proposed a change to openstack/tripleo-image-elements: Store swift account, container & object data on /mnt filesystem  https://review.openstack.org/8984713:18
*** e0ne_ has joined #tripleo13:19
*** w__ has joined #tripleo13:22
*** nati_ueno has joined #tripleo13:22
*** e0ne has quit IRC13:22
*** cd-undercloud has joined #tripleo13:22
cd-undercloud************** overcloud complete status=1 ************13:22
*** cd-undercloud has quit IRC13:22
*** sseago_ has quit IRC13:23
*** jprovazn has quit IRC13:23
*** rpodolyaka1 has joined #tripleo13:27
*** jprovazn has joined #tripleo13:27
*** matty_dubs|gone is now known as matty_dubs13:32
*** deklan has joined #tripleo13:33
*** nati_ueno has quit IRC13:33
*** lazy_prince has joined #tripleo13:36
*** sseago_ has joined #tripleo13:36
*** ramishra has joined #tripleo13:38
*** lucasagomes has quit IRC13:40
*** ramishra has quit IRC13:43
*** cd-undercloud has joined #tripleo13:45
cd-undercloud************** overcloud complete status=1 ************13:45
*** cd-undercloud has quit IRC13:45
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-incubator: Make good use of TRIPLEO_OS_{FAMILY,DISTRO} where needed.  https://review.openstack.org/9374513:45
*** andreaf has quit IRC13:45
giulivoping ccorrigan, regarding https://review.openstack.org/#/c/93745/ I did not mention TRIPLEO_OS_FAMILY too as that really seems to me more of an "under the hood" variable, not much point in exposing it I think13:47
*** lucasagomes has joined #tripleo13:53
*** andreaf has joined #tripleo13:53
*** nati_ueno has joined #tripleo13:56
*** e0ne_ has quit IRC13:57
*** e0ne has joined #tripleo13:57
*** ifarkas has quit IRC13:59
GheRiverohi all14:07
*** cd-undercloud has joined #tripleo14:07
cd-undercloud************** overcloud complete status=1 ************14:07
*** cd-undercloud has quit IRC14:07
*** jistr has quit IRC14:10
*** jistr has joined #tripleo14:11
*** dkehn_ is now known as dkehn14:13
*** mkerrin has quit IRC14:15
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-image-elements: Allow services ports configuration  https://review.openstack.org/9255014:23
jprovazngreghaynes: Hi, when you have a minute, could you please look at/rebase the os-is-bootstrap patch (https://review.openstack.org/#/c/86435/), I'd like to rebase another patch on top of it14:24
*** ramishra has joined #tripleo14:28
*** cd-undercloud has joined #tripleo14:29
cd-undercloud************** overcloud complete status=1 ************14:29
*** cd-undercloud has quit IRC14:29
*** jprovazn_ has joined #tripleo14:29
*** jprovazn has quit IRC14:31
*** TravT has joined #tripleo14:32
*** nati_ueno has quit IRC14:32
*** jcoufal has quit IRC14:33
*** andreaf has quit IRC14:40
*** ifarkas has joined #tripleo14:43
*** lucasagomes has quit IRC14:44
*** ramishra has quit IRC14:45
*** dprince has quit IRC14:48
ccorrigangiulivo:  thumbsup , changes cover it nicely14:48
*** andreaf has joined #tripleo14:49
*** nati_ueno has joined #tripleo14:51
*** cd-undercloud has joined #tripleo14:51
cd-undercloud************** overcloud complete status=1 ************14:51
*** cd-undercloud has quit IRC14:51
*** TravT has quit IRC14:51
*** ramishra has joined #tripleo14:52
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-heat-templates: Haproxy configuration  https://review.openstack.org/9355414:53
*** derekh_ has quit IRC14:54
*** lucasagomes has joined #tripleo14:56
lazy_princecan someone please review https://review.openstack.org/#/c/79289/ and https://review.openstack.org/79873/14:56
*** cody-somerville has joined #tripleo14:59
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/os-collect-config/+bug/132026215:00
uvirtbotLaunchpad bug 1320262 in heat "Deployment update triggers unnecessary metadata pushes" [High,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131876715:00
uvirtbotLaunchpad bug 1318767 in tripleo "apache element SSL cert check fails" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744615:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667515:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131902715:00
uvirtbotLaunchpad bug 1319027 in diskimage-builder "dib install packages not document in the command help" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535515:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131947315:00
uvirtbotLaunchpad bug 1319473 in tripleo "devtest_testenv.sh doesn't honour overcloud_computescale or overcloud_controlscale" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705615:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Critical,New]15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131871715:00
uvirtbotLaunchpad bug 1318717 in diskimage-builder "image with rhel element can't be built if DIB_RHSM_* variables aren't set" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/132117515:00
uvirtbotLaunchpad bug 1321175 in tripleo "ceilometer removed their v1 api causing overcloud-control image to fail to build" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497815:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/132009015:00
uvirtbotLaunchpad bug 1320090 in tripleo "pxe_ephemeral_format': u'ext4 left on nodes after deploys deleted" [Undecided,New]15:00
*** untriaged-bot has quit IRC15:00
*** mkerrin has joined #tripleo15:01
*** jprovazn_ has quit IRC15:05
*** e0ne has quit IRC15:08
*** marun has joined #tripleo15:11
*** nati_ueno has quit IRC15:11
*** cd-undercloud has joined #tripleo15:13
cd-undercloud************** overcloud complete status=1 ************15:13
*** cd-undercloud has quit IRC15:13
openstackgerritGhe Rivero proposed a change to openstack/tripleo-image-elements: WIP- kill rabbit before restarting it.  https://review.openstack.org/9363715:14
openstackgerritColeman Corrigan proposed a change to openstack/diskimage-builder: Added a DIB_TIDY_IMAGE toggle for image tidy up  https://review.openstack.org/9359415:14
*** e0ne has joined #tripleo15:15
*** jtomasek has quit IRC15:21
openstackgerritLadislav Smola proposed a change to openstack/tripleo-image-elements: Storing SNMPd credentials in Ceilometer  https://review.openstack.org/9037415:23
openstackgerritLadislav Smola proposed a change to openstack/tripleo-image-elements: Setting default pipeline for Undercloud and Overcloud  https://review.openstack.org/9439815:23
*** mestery has quit IRC15:26
*** mestery has joined #tripleo15:26
*** andreaf has quit IRC15:27
*** cody-somerville has quit IRC15:29
*** andreaf has joined #tripleo15:30
*** cd-undercloud has joined #tripleo15:35
cd-undercloud************** overcloud complete status=1 ************15:35
*** cd-undercloud has quit IRC15:35
*** csd has quit IRC15:36
openstackgerritColeman Corrigan proposed a change to openstack/diskimage-builder: Added a DIB_TIDY_IMAGE toggle for image tidy up  https://review.openstack.org/9359415:39
*** jistr has quit IRC15:40
*** ramishra has quit IRC15:40
*** dprince has joined #tripleo15:41
*** rdopieralski has quit IRC15:41
*** eghobo has joined #tripleo15:46
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Issue in openstack-client that stops nova being in a common-venv  https://review.openstack.org/9307515:46
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Remove /opt/stack/{repo} files  https://review.openstack.org/9307715:46
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Enable nova to use the common venv  https://review.openstack.org/9307615:46
*** rpodolyaka1 is now known as rpodolyaka15:46
openstackgerritColeman Corrigan proposed a change to openstack/diskimage-builder: Tidy base image with a truncate of /var/log files  https://review.openstack.org/9283915:54
openstackgerritA change was merged to openstack/tripleo-heat-templates: Specify group os-apply-config for config resources  https://review.openstack.org/9173115:56
*** geerdest has joined #tripleo15:56
*** e0ne has quit IRC15:57
openstackgerritColeman Corrigan proposed a change to openstack/diskimage-builder: Tidy base image by removing /var/log files  https://review.openstack.org/9283915:57
*** cd-undercloud has joined #tripleo15:57
cd-undercloud************** overcloud complete status=1 ************15:57
*** cd-undercloud has quit IRC15:57
*** nati_ueno has joined #tripleo15:58
gonerihi all, can a core reviewer have a look on https://review.openstack.org/#/c/93188/ . The patch touchs a lot of different files and I want to avoid to much rebases.15:59
*** hashar is now known as hasharConfCall16:01
*** cody-somerville has joined #tripleo16:01
*** cody-somerville has joined #tripleo16:01
openstackgerritStuart McLaren proposed a change to openstack/tripleo-incubator: Run the overcloud with an SSL enabled public IP  https://review.openstack.org/8509816:01
openstackgerritStuart McLaren proposed a change to openstack/tripleo-incubator: Simple fix for SSL param whitespace issue  https://review.openstack.org/9280116:01
openstackgerritStuart McLaren proposed a change to openstack/tripleo-image-elements: stunnel: Allow CA certificate to be specified  https://review.openstack.org/8509916:03
openstackgerritStuart McLaren proposed a change to openstack/tripleo-heat-templates: ssl: Add support for a CA Certificate  https://review.openstack.org/8510016:03
*** nati_ueno has quit IRC16:09
*** rbrady has quit IRC16:13
*** rbrady has joined #tripleo16:14
*** pelix has quit IRC16:14
*** pelix has joined #tripleo16:14
*** yamahata has quit IRC16:18
*** cd-undercloud has joined #tripleo16:19
cd-undercloud************** overcloud complete status=1 ************16:19
*** cd-undercloud has quit IRC16:19
*** mkerrin has quit IRC16:23
*** vinsh has quit IRC16:24
openstackgerritGhe Rivero proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment.  https://review.openstack.org/8513016:24
*** spzala has joined #tripleo16:25
*** lazy_prince has quit IRC16:26
*** matty_dubs is now known as matty_dubs|lunch16:28
*** rwsu has joined #tripleo16:30
openstackgerritA change was merged to openstack/tripleo-heat-templates: Configure NTP for overcloud compute  https://review.openstack.org/8869116:30
*** morganfainberg_Z is now known as morganfainberg16:30
*** TravT has joined #tripleo16:30
*** hasharConfCall has quit IRC16:32
*** linuxbaby has quit IRC16:34
*** athomas has quit IRC16:35
openstackgerritColeman Corrigan proposed a change to openstack/diskimage-builder: Added a DIB_TIDY_IMAGE toggle for image tidy up  https://review.openstack.org/9359416:35
*** openstackgerrit has quit IRC16:35
*** openstackgerrit has joined #tripleo16:36
*** rakesh_hs has quit IRC16:38
*** gcha has quit IRC16:38
*** jp_at_hp has quit IRC16:41
*** cd-undercloud has joined #tripleo16:41
cd-undercloud************** overcloud complete status=1 ************16:41
*** cd-undercloud has quit IRC16:41
*** jp_at_hp has joined #tripleo16:41
*** newell_ has joined #tripleo16:42
*** pelix has quit IRC16:43
*** dshulyak_ has joined #tripleo16:43
*** mkerrin has joined #tripleo16:52
*** akrivoka has quit IRC16:53
*** lucasagomes is now known as lucas-away16:56
*** chuckC has quit IRC16:59
*** pelix has joined #tripleo16:59
*** akuznetsov has quit IRC17:02
*** cd-undercloud has joined #tripleo17:03
cd-undercloud************** overcloud complete status=1 ************17:03
*** cd-undercloud has quit IRC17:03
*** jcoufal has joined #tripleo17:09
*** rlandy has quit IRC17:10
*** matty_dubs|lunch is now known as matty_dubs17:14
SpamapS/dev/sda1                   19G   19G     0 100% /17:21
SpamapSwonderful17:21
greghaynesAchievement Unlocked: 5% reserved space17:23
*** nati_ueno has joined #tripleo17:24
*** cd-undercloud has joined #tripleo17:25
cd-undercloud************** overcloud complete status=1 ************17:25
*** cd-undercloud has quit IRC17:25
*** eghobo has quit IRC17:29
*** eghobo has joined #tripleo17:30
*** nati_ueno has quit IRC17:31
*** Penick has joined #tripleo17:34
SpamapS3606./tftpboot17:35
SpamapS3.6G in /tftpboot17:35
SpamapSwe're not cleaning up17:35
SpamapSoh and diskimage-builder is maintaining a cache in /root17:36
*** chuckC has joined #tripleo17:36
*** tzumainn has quit IRC17:39
*** martyntaylor has left #tripleo17:39
*** jcoufal has quit IRC17:44
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-heat-templates: Use vip address where controller0 was used for endpoints  https://review.openstack.org/9415717:46
*** cd-undercloud has joined #tripleo17:48
cd-undercloud************** overcloud complete status=1 ************17:48
*** cd-undercloud has quit IRC17:48
*** pelix has quit IRC17:49
*** andreaf has quit IRC17:51
*** tzumainn has joined #tripleo17:53
*** jtomasek has joined #tripleo17:54
*** mrunge has joined #tripleo18:00
*** ptippett[A] has quit IRC18:02
*** dprince has quit IRC18:07
*** ptippett[A] has joined #tripleo18:07
SpamapSok so I think we should just deploy a new undercloud in R1 and then a new overcloud, but just copy all the data from the current overcloud to the new one (so infra doesn't have to change nodepool configs again)18:07
SpamapSanybody else agree/disagree?18:08
*** cd-undercloud has joined #tripleo18:10
cd-undercloud************** overcloud complete status=1 ************18:10
*** cd-undercloud has quit IRC18:10
*** lucas-away has quit IRC18:12
*** vinsh has joined #tripleo18:13
SpamapSlifeless: we had to revert defaulting num_engine_workers to ncpu in Heat btw.. bug 1321303 unfortunately :-/18:14
uvirtbotLaunchpad bug 1321303 in heat "engine broken with multiple workers w/qpid" [Undecided,In progress] https://launchpad.net/bugs/132130318:14
greghaynesspeaking of - StevenK: Id like to hear about how you setup your scaled out heat deployment deal18:15
greghayneswow, a qpid vs rabbit issue18:16
greghaynesthat sounds like fun18:16
SpamapSgreghaynes: so.. leader election. We failed to have a summit session, though I think it would have been good to do so. I think you should propose a spec.18:16
greghaynesgood idea18:16
lifelessSpamapS: nuts18:19
lifelessSpamapS: any progress on the better template to hopefully fix that 2 minute interval thing ?18:19
SpamapSlifeless: it never went through CI I think18:19
lifelessSpamapS: I don't understand why we don't just rebuild the hypervisors - we have the technology18:19
SpamapSlifeless: our CI is quite busted right now. See my suggestion above (new undercloud, new overcloud, copy data)18:20
SpamapSrebuild fails -> hypervisor is toast18:20
SpamapSnova-bm ftf (for the fail)18:20
greghaynesYoure referring to the template munging which moved the hosts merge::map madness around to a more efficient spot?18:20
SpamapSgreghaynes: right18:20
SpamapSI've been thinking about it though18:20
greghaynesThere was an issue with merge.py18:20
SpamapSand it really screws up the templates18:20
greghaynesscaling out one of the getattrs18:20
lifelessSpamapS: I probably shouldn't but I'm hesitating over the new undercloud :)18:21
SpamapSI think we might want to pursue Heat doing a better job of not repeating itself.18:21
SpamapSlifeless: I want ironic. and a not-tiny /18:21
greghaynesYou mean memoizing some api calls?18:21
SpamapSgreghaynes: yes precisely18:21
greghaynes+118:21
SpamapSgreghaynes: and yes, you said it first. :)18:21
lifelessSpamapS: me too; do we have the necessary ephemeral support all landed, or would we be running a gerrit patch set ?18:21
greghayneshehe, well I wasnt going to say it ;)18:22
SpamapSlifeless: we're running a gerrit patch set anyway aren't we? /topic says so...18:22
SpamapSor is that just stale?18:22
SpamapSI've lost my handle on that bit18:22
lifelessSpamapS: I think its stale, but we haven't updated to the trunk landed version of same18:22
SpamapSah18:23
SpamapSlifeless: but anyway, I'm thinking we just deploy a _new_ undercloud, and move boxes over to it.18:25
SpamapSassuming we have enough addresses to shrink the current subnet and put a new one on the new undercloud18:25
*** lucas-away has joined #tripleo18:25
*** jp_at_hp has quit IRC18:26
*** mrunge has quit IRC18:27
*** Lotus907efi has quit IRC18:27
*** jp_at_hp has joined #tripleo18:28
*** casanch1 has joined #tripleo18:28
*** Lotus907efi has joined #tripleo18:28
*** jang1 has joined #tripleo18:28
lifelessSpamapS: the neutron subnet altering patch hasn't landed yet AFAIK18:30
lifelessSpamapS: so whats the nova-bm fail? just not deploying?18:31
*** nati_ueno has joined #tripleo18:32
jp_at_hplifeless: https://review.openstack.org/#/c/90890/18:32
*** cd-undercloud has joined #tripleo18:33
cd-undercloud************** overcloud complete status=1 ************18:33
*** cd-undercloud has quit IRC18:33
lifelessjp_at_hp: awesome!18:33
jp_at_hplifeless: btw - I have 3 other patches with a single +2 on them...18:34
jp_at_hpAnd I am still a little unsure of where to go with https://review.openstack.org/93597 - it just seems like the right thing to me...18:34
jp_at_hp3 others are: https://review.openstack.org/83850 https://review.openstack.org/86334 and https://review.openstack.org/8825218:35
*** lucas-away has quit IRC18:35
lifelessok, so 93597 we wanted to avoid chasing arbitrary calculations in the one-time setup script18:36
lifelessthere are many deployment architectures, and we're repeating the logic around how many nodes needed in a given architecture there - it was clearly on the path to non-sustainabiltiy18:36
lifelessso we picked a number large enough to do pretty much anything you can do on one workstation for now, as a default18:36
lifeless(and if you use less, thats fine, less is consumed)18:37
lifelessjp_at_hp: we've had many experiences where folk try a small deploy and then are unhappy that they have to tear it all down18:37
lifelessin order to try a bigger deploy18:37
* ptippett[A] is now away - Reason : Auto-Away after 30 minutes18:37
jp_at_hplifeless: I think what it sounds like then, is friction between users of the full devtest.sh and users of the individual parts...18:38
openstackgerritJay Dobies proposed a change to openstack/tripleo-specs: Fixes an inconsistency in section capitalization  https://review.openstack.org/9444318:38
jp_at_hpto me it sounds like the 2 things you say there are different things...18:39
openstackgerritJay Dobies proposed a change to openstack/tripleo-specs: Fixes an inconsistency in section capitalization  https://review.openstack.org/9444318:39
SpamapSlifeless: sometimes nova-bm needs to be restarted in order to succeed. Have not chased it. But when it is in that state.. and we do rebuild.. we lose the node.18:40
*** peoplemerge has quit IRC18:40
jp_at_hplifeless: what we have right now, is a need to make sure that the NODE_CNT environment variable is greater than or equal to the OVERCLOUD_*SCALE + 2 variables...18:40
*** peoplemerge has joined #tripleo18:40
*** akuznetsov has joined #tripleo18:40
lifelessSpamapS: aiee. I mean, I do want to move to ironci18:40
jp_at_hpso it adds an extra env var, when there are already 2 needed that contribute to, and possibly a 3rd if a ha undercloud is added...18:40
lifelessjp_at_hp: it is true, but users changing their mind is much more common than folk running this on laptops wih 64G of ram18:42
lifelessjp_at_hp: at least, in the observations I've made of friction around here18:43
jp_at_hplifeless: I guess I just don't get why your argument requires a 3rd env var.18:44
lifelessjp_at_hp: oh, I entirely missed that NODE_CNT wasn't previously a externally referenced variable18:45
lifelessjp_at_hp: that makes me sad18:45
jp_at_hpYes - it was only local18:46
lifelessok, so I totally want to fix that18:46
jp_at_hpBut even so - to fix the problem you describe, surely a better way is to make devtest_testenv and create-nodes idempotent to existing nodes?18:46
lifelesswhat I want to do is rip all this code out and just use openstack vms18:47
lifelessbut we have a fair bit of work to do to enable that18:47
jp_at_hplifeless: for what?  All user dev?  That's horrible.  You open up latency issues and other bugbears...18:48
lifelessyes, idempotent behaviour would be an improvement (it is already but generates bad nodes.json outputs)18:48
jp_at_hplook at all of the local proxy recommendations instead of pulling from the interwebz...18:48
lifelessjp_at_hp: https://review.openstack.org/#/c/92642/18:48
*** rpodolyaka1 has joined #tripleo18:48
*** lucas-away has joined #tripleo18:49
jp_at_hpSo lifeless - do I abandon https://review.openstack.org/93597, or is there an improvement that can be made to make it palatable?18:52
*** e0ne has joined #tripleo18:52
greghaynesBy rip out NODE_CNT do you mean just make it a param? If so im +1 on that18:53
greghaynesI cant think of any better alternative given our current design though18:53
lifelessjp_at_hp: lets see if I understand it correctly18:53
lifelessjp_at_hp: you've got a test environment running more than 15 VM based nodes, and this change broke you because you rebuild the environment every run, leading to insufficient nodes to deploy on ?18:54
*** chuckC has quit IRC18:54
jp_at_hpthat was 1 side-effect, but not the only one.18:54
jp_at_hpanother that comes to mind was code that looked for nodes and saw more than expected / greps that were not word-bound because they didn't expect to see a larger number of nodes...18:55
*** cd-undercloud has joined #tripleo18:55
cd-undercloud************** overcloud complete status=1 ************18:55
*** cd-undercloud has quit IRC18:55
*** giulivo has quit IRC18:55
*** jprovazn has joined #tripleo18:56
lifelessjp_at_hp: it already handles that - wait_for 60 1 [ "\$(nova hypervisor-stats | awk '\$2==\"count\" { print \$4}')" -ge $expected_nodes ]18:56
jp_at_hpnot that code...18:56
lifelessjp_at_hp: otherwise it would break on physical racks that have e.g. 42 machines18:56
jp_at_hpbut carry on...18:56
lifelessjp_at_hp: so my hesitations in reinstating heuristics there are:18:58
lifeless - its a moving target18:58
lifeless - it couples a plumbing layer with a scenario layer in a intimate fashion (vs loose fashion)18:58
*** peoplemerge has quit IRC18:58
lifeless - it may hide bugs (such as the one you mention above about equality vs subset style calculations18:58
jp_at_hplifeless: so the commit message was very clear that the change was for CI.  And a change for CI belongs in the CI repo.18:58
*** peoplemerge has joined #tripleo18:59
lifelessjp_at_hp: I asked folk at the summit what they thought of moving all the manual vm stuff to the CI repo and the reponse was confusion18:59
jp_at_hpif there are other issues, then the change doesn't solve them, but just sweeps them under the carpet18:59
lifelessjp_at_hp: hang on, you're saying the change exposes other issues. How is it sweeping them under the carpet?19:00
*** jistr has joined #tripleo19:00
SpamapSmeeting?19:00
jp_at_hpI meant other issues about why the change was added.19:00
jp_at_hpsuch as developers re-running devtest and weanting a larger env19:00
lifelessmeeting19:00
*** giulivo has joined #tripleo19:00
*** deklan has quit IRC19:02
*** deklan has joined #tripleo19:02
*** jang has quit IRC19:03
*** pblaho has joined #tripleo19:04
*** jprovazn has quit IRC19:05
*** jprovazn has joined #tripleo19:05
*** jtomasek has quit IRC19:14
*** cd-undercloud has joined #tripleo19:17
cd-undercloud************** overcloud complete status=1 ************19:17
*** cd-undercloud has quit IRC19:17
*** ptippett[A] has quit IRC19:23
*** andreaf has joined #tripleo19:25
*** lxsli has quit IRC19:27
*** e0ne has quit IRC19:29
*** lxsli has joined #tripleo19:29
*** e0ne has joined #tripleo19:30
*** hashar has joined #tripleo19:32
*** deklan has quit IRC19:32
*** andreaf has quit IRC19:33
*** e0ne has quit IRC19:33
*** andreaf has joined #tripleo19:33
*** jtomasek has joined #tripleo19:35
*** andreaf_ has joined #tripleo19:38
*** e0ne has joined #tripleo19:39
*** andreaf has quit IRC19:39
*** cd-undercloud has joined #tripleo19:40
cd-undercloud************** overcloud complete status=1 ************19:40
*** cd-undercloud has quit IRC19:40
*** lxsli has quit IRC19:47
*** lxsli has joined #tripleo19:48
*** jp_at_hp has quit IRC19:50
*** stevebaker has quit IRC19:54
*** stevebaker has joined #tripleo19:54
*** jeblair has quit IRC19:55
*** pblaho has quit IRC19:56
*** akuznetsov has quit IRC19:57
tchaypomarios: it's not that I think it's a bad idea, it's just that I don't understand it20:01
giulivoNg, I'll try to see if there are options to send stuff via email though20:01
tchaypogiulivo: you're getting a bad as greghaynes20:01
giulivomaybe not to the list but to cores? or some alias?20:01
tchaypogiulivo: in the sense of being online and active at all times of the day and night20:01
greghayneshaha20:01
giulivotchaypo, daaaaaahh! :P it won't always be like that, believe me! :)20:02
*** cd-undercloud has joined #tripleo20:02
cd-undercloud************** overcloud complete status=1 ************20:02
*** cd-undercloud has quit IRC20:02
NgIf the prettified log didn't contain the precise start time in the URL, they would be much easier to auto scrape20:02
*** rpodolyaka1 has quit IRC20:03
*** Penick has quit IRC20:06
mariostchaypo: sure... dont feel strongly about it at all was just throwing the idea out there20:06
*** giulivo has quit IRC20:06
greghaynestchaypo: re: your hpcs vpn not working - you did ./hpcs_certupdate.sh?20:06
tchaypoyeah20:06
greghaynes:(20:06
tchayposo on that note20:06
mariostchaypo: also... its 2300 here so 'night :)20:06
greghayneslooked at ldd <binary> ?20:06
tchaypoi looked at juniperncprompt.py yesterday20:06
tchaypoline 285 has "print child.read()" which was commented out; I uncommented it, and this revealed that it was failing because it couldn't setuid root20:07
greghaynesoh right20:07
peoplemergebnemec: build succeeded on review https://review.openstack.org/#/c/93998 -- are we awaiting a core reviewer?20:07
greghaynesit says to do taht in the README20:07
tchayposo I started running it under sudo, and now it's pgetting pexpect.TIMEOUT after it runs ncui20:07
greghaynesthis is why im currently setting up a vm to run it in20:07
lifelessgreghaynes: yeah20:07
*** Penick has joined #tripleo20:08
lifelessrun in a VM :)20:08
*** jistr has quit IRC20:08
bnemecpeoplemerge: Yes, we require two cores to approve a patch.20:08
tchaypo*re-reads readme(20:08
bnemecpeoplemerge: Also, the CI run hasn't come back yet.20:08
*** jtomasek has quit IRC20:08
tchaypoblah. it looks like I got past the "install required packages" bit and then stopped reading. Mayhap I should go finish reading it.20:08
*** dshulyak_ has quit IRC20:08
peoplemergebnemec: right20:10
*** Penick has quit IRC20:11
peoplemergebnemec: last CI run sounded like test fragility or env related - do we need to retrigger the run?20:11
tchaypoadd a comment that says "recheck no bug"20:11
tchaypo... actually, what I *should* be telling you to do is to read the response from jenkins20:12
tchaypoit has a link that tells you  how to proceed in detail20:12
tchaypoBuild failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures20:12
peoplemergetchaypo: yeah reading...20:13
*** lxsli has quit IRC20:13
bnemecHmm, looks like that ci job got lost somewhere.20:13
bnemecYou can check whether a patch has jobs pending on http://status.openstack.org/zuul/20:13
*** Penick has joined #tripleo20:14
peoplemergebnemec: yes, making sense of zuul now20:17
*** cd-undercloud has joined #tripleo20:24
cd-undercloud************** overcloud complete status=1 ************20:24
*** cd-undercloud has quit IRC20:24
*** julim has quit IRC20:25
*** Penick has quit IRC20:27
openstackgerritA change was merged to openstack/tripleo-incubator: Add specific doc build option to tox  https://review.openstack.org/8829020:28
*** jprovazn has quit IRC20:28
*** rbrady is now known as rbrady-afk20:28
*** spzala has quit IRC20:30
*** stevebaker has quit IRC20:32
*** rpodolyaka1 has joined #tripleo20:45
jdobdumb question, there's no auto reaper that kills off reviews that haven't seen activity in X amount of time? for instance, https://review.openstack.org/#/c/81840/20:45
*** shakamunyi has joined #tripleo20:45
*** cd-undercloud has joined #tripleo20:46
cd-undercloud************** overcloud complete status=1 ************20:46
*** cd-undercloud has quit IRC20:46
*** deklan has joined #tripleo20:52
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131876721:00
uvirtbotLaunchpad bug 1318767 in tripleo "apache element SSL cert check fails" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744621:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497821:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131902721:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535521:00
uvirtbotLaunchpad bug 1319027 in diskimage-builder "dib install packages not document in the command help" [Undecided,New]21:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705621:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Critical,New]21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/131871721:00
uvirtbotLaunchpad bug 1318717 in diskimage-builder "image with rhel element can't be built if DIB_RHSM_* variables aren't set" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667521:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/132009021:00
*** untriaged-bot has quit IRC21:00
uvirtbotLaunchpad bug 1320090 in tripleo "pxe_ephemeral_format': u'ext4 left on nodes after deploys deleted" [Undecided,New]21:00
*** jdob has quit IRC21:02
*** chuckC has joined #tripleo21:02
tchaypojdob - there's a reaper that kills off reviews that had a negative review followed by inactivity21:03
*** Penick has joined #tripleo21:05
*** cd-undercloud has joined #tripleo21:09
cd-undercloud************** overcloud complete status=1 ************21:09
*** cd-undercloud has quit IRC21:09
*** rpodolyaka2 has joined #tripleo21:10
*** rpodolyaka has quit IRC21:10
*** stevebaker has joined #tripleo21:10
*** casanch1_ has joined #tripleo21:11
*** e0ne has quit IRC21:11
*** casanch1 has quit IRC21:13
*** jang has joined #tripleo21:15
*** casanch1_ has quit IRC21:15
*** jang has quit IRC21:20
*** jang1 has quit IRC21:21
*** marun has quit IRC21:23
*** deklan has quit IRC21:23
*** deklan has joined #tripleo21:27
*** ifarkas has quit IRC21:30
*** cd-undercloud has joined #tripleo21:31
cd-undercloud************** overcloud complete status=1 ************21:31
*** cd-undercloud has quit IRC21:31
*** hashar has quit IRC21:32
*** marun has joined #tripleo21:33
*** andreaf_ has quit IRC21:36
*** TravT has quit IRC21:37
*** morazi has quit IRC21:38
*** newell_ has quit IRC21:42
*** rbrady-afk has quit IRC21:43
*** nati_ueno has quit IRC21:46
*** lucas-away has quit IRC21:51
*** cd-undercloud has joined #tripleo21:53
cd-undercloud************** overcloud complete status=1 ************21:53
*** cd-undercloud has quit IRC21:53
*** nati_ueno has joined #tripleo21:56
*** rpodolyaka1 has quit IRC21:58
tchaypohere's a hint for tomizone: if you're going to put a "we're hiring, and you seem to care about frontend dev, please talk to us!" in the source for your hotspot login page22:00
tchaypoyou might get better responses if you can make sure that people aren't looking at the source because the "continue" button doesn't work and thus people can't get online22:00
greghaynes"Congratulations, youve made it online! You are now passed our initial interview phase."22:01
greghayneser, past22:01
*** vinsh has quit IRC22:03
*** lucas-away has joined #tripleo22:04
*** Penick has quit IRC22:04
*** Penick has joined #tripleo22:06
*** Penick has quit IRC22:08
*** deklan has quit IRC22:10
*** Penick has joined #tripleo22:10
*** lxsli has joined #tripleo22:12
*** cd-undercloud has joined #tripleo22:15
cd-undercloud************** overcloud complete status=1 ************22:15
*** cd-undercloud has quit IRC22:15
*** weshay has quit IRC22:15
*** Penick has quit IRC22:15
*** noslzzp has quit IRC22:19
greghaynesSpamapS: lifeless Is there still a bug with heat stack-delete on our rack setup22:22
greghayneswhere it doesnt.... work?22:22
stevebakerbnemec: you about?22:24
*** Penick has joined #tripleo22:28
*** cd-undercloud has joined #tripleo22:38
cd-undercloud************** overcloud complete status=1 ************22:38
*** cd-undercloud has quit IRC22:38
*** lxsli has quit IRC22:39
*** yamahata has joined #tripleo22:40
lifelessgreghaynes: yes22:45
lifelessgreghaynes: heat in general atm22:45
greghaynesadam_g: ^ theres your problem ;)22:46
adam_gyippie22:47
greghayneslifeless: What was the workaround so we could perform a delete of a stack?22:47
SpamapSgreghaynes: it works, but if you repeat it over and over, it interrupts the ongoing operations22:48
SpamapSgreghaynes: what you have to do is issue a delete, and then check event-list, to see what failed (and thus stopped the delete) and then try again22:48
SpamapSalso fire ze missiles at the bug tracker with this one ;)22:48
greghaynesaha. fun fun22:49
SpamapSconverge.. converge.. converge will solve the problems22:49
stevebakerwe also need an action-stop command to replace our current delete lock stealing approach22:49
greghaynesYes. This seems like just a bit of manual conversion22:49
*** nati_ueno has quit IRC22:54
SpamapSstevebaker: with converge, actions are a bit downplayed...22:57
stevebakerSpamapS: sure, I'm talking short term fix22:58
SpamapSstevebaker: actions end up just altering intended state, so you don't really cancel, you just alter intended state back to what you want22:58
SpamapSshort term indeed22:58
SpamapSI was thinking that delete should just try _forever_22:58
SpamapSand lock22:58
SpamapSlike it should break the lock with a bigger lock22:58
stevebakerThat lock stealing was meant for other operations, create and update. So we can just make it never steal a delete lock for delete22:59
*** cd-undercloud has joined #tripleo23:00
cd-undercloud************** overcloud complete status=1 ************23:00
*** cd-undercloud has quit IRC23:00
*** eghobo has quit IRC23:12
*** nati_ueno has joined #tripleo23:14
stevebakerI can't find any heat bug for the rack stack-delete issue23:17
SpamapSstevebaker: I don't think we filed one for the repeated delete thing23:18
SpamapSstevebaker: it is only a problem with multi-engine23:18
stevebakerwhich I guess is the default now with multi-workers23:19
SpamapSthat was reverted a few hours ago :(23:19
SpamapSqpid is unhappy23:19
stevebakerah23:19
SpamapSWhich tells me that we need to get qpid into the gate.23:19
stevebakerwhich needs fedora in the nodepool...23:20
stevebakerspeaking of which, does anyone know why selinux is disabled during a dib run even though selinux config says it should be enabled?23:22
*** eghobo has joined #tripleo23:22
*** cd-undercloud has joined #tripleo23:23
cd-undercloud************** overcloud complete status=1 ************23:23
*** cd-undercloud has quit IRC23:23
ccrouchstevebaker: are you asking why selinux is disabled in all the fedora based images, if so thats just because we hadn't gotten around to fixing the issues with selinux-policy until now. rwsu is looking at this right now23:27
stevebakerccrouch: I'm seeing /etc/selinux/config SELINUX=enforcing. By what mechanism is it disabled?23:31
*** eguz has joined #tripleo23:35
*** eguz has quit IRC23:37
*** eguz has joined #tripleo23:37
*** Penick has quit IRC23:38
*** eghobo has quit IRC23:39
*** yamahata has quit IRC23:43
*** cd-undercloud has joined #tripleo23:45
cd-undercloud************** overcloud complete status=1 ************23:45
*** cd-undercloud has quit IRC23:45
rwsustevebaker: it is disabled here by adding the selinux-permissive element to the dib images https://github.com/openstack/tripleo-incubator/blob/master/scripts/devtest_variables.sh#L12623:46
*** lucas-away has quit IRC23:49
*** nati_ueno has quit IRC23:50
stevebakerrwsu: ok, but I'm running dib locally without element selinux-permissive. selinux config file says enforcing, but running sestatus says disabled23:50
*** chuckC has quit IRC23:50
*** nati_ueno has joined #tripleo23:51
*** geerdest has quit IRC23:52

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