Wednesday, 2014-08-20

*** lucas-dinner has quit IRC00:01
*** markmc has quit IRC00:09
tchaypookay00:14
*** markmc has joined #tripleo00:14
tchaypolifeless: devtest_overcloud.sh was failing because it only waits 60s for all the nodes to be available; once I increased the timeout it's now up to wait_for_stack_ready00:15
tchayposo I'm not yet entirely certain that the undercloud is being built correctly, but it at least seems good enough to be able to deploy an overcloud00:15
*** marun has quit IRC00:15
tchayposo now I'll look at the script i should actually be using in the element and see about getting that working00:16
cineramatchaypo: i added some stuff to the newdev lubrication thing if you're interested00:19
*** jcoufal has quit IRC00:22
lifelesstchaypo: cool; you might want to push up a patch for that timeout ;)00:26
lifelesstchaypo: and/or file a bug on performance in ironic00:26
*** marun has joined #tripleo00:33
*** marun has quit IRC00:33
tchaypocinerama: I added a link to a related bug as well :)00:34
tchaypolifeless: sure, I'll just add a new env var called OVERCLOUD_NODE_CREATE_TIMEOUT00:34
tchaypo;)00:34
tchaypocinerama: btw, working on the CD clouds I've discoved a thing called prep_source_repos00:35
tchaypocinerama: the intended use is to apply a local series of patches before building a cloud, so that you can keep local state, or try out unmerged patches00:36
cineramaexcellent00:37
cineramai'm kind of thinking that assembling some tips like that somewhere would be a good thing00:37
lifelessnuts00:37
lifelesswhats that shell thing to arbitraryily break things into fields00:37
*** marun has joined #tripleo00:37
tchaypobut I think it has some use for devs more generally too; the etherpad suggests "write out commit ids of the various repos so devs can easily revert"; this wouldn't do the former but it would help do the reset; and if it's extended to also be able to reset to a clean upstream state..00:38
tchaypoalthough i think we have a thing in incubator that does something similar already00:38
tchaypolifeless: awk?00:39
lifelesstchaypo: the incubator thing cannot combine reviews00:39
lifelesstchaypo: thats what tripleo-end-to-end does00:39
tchaypolifeless: maybe some tweaking of IFS?00:39
lifelesstchaypo: I put up a spec proposing we integrate this more cleanly00:39
*** gary7ny has quit IRC00:40
tchaypolifeless: yeah, and I think most devs probably don't need to combine reviews often - most of the time they want to "reset everything to upstream", sometimes they want to "Apply my patch in t-i-e and the related patch in t-h-t"00:40
lifelesstchaypo: I think you're wrong :)00:40
tchaypolifeless: if I'm wrong, prep-source-repos is probably more useful than I think it is :)00:41
tchaypowrt "arbitrarily break things into fields", can you expand on what you've got an what you want?00:41
lifelessI have 0.1-7-g12312300:41
lifelessI want 0.100:41
lifelessI was crafting a sed express00:42
lifelesssed -e 's/^\([^-]\)+.*$/\1/'00:42
lifelessbut enotrightyet00:42
*** marun has quit IRC00:42
lifelessI might also have00:42
lifeless0.1 and want 0.100:42
lifelesstchaypo: so data to consider for prep-source-repos popularity.00:42
lifelesstchaypo: a) how often do you see a stack of patches that don't actually need to be stacked00:43
lifelesstchaypo: b) ever had the experience of e.g. nova being broken and we need to carry a fix00:43
tchaypostack@bastion:/home/shared$ echo $VERSION_STRING00:45
tchaypo0.1-70g12312300:45
tchaypostack@bastion:/home/shared$ echo $VERSION_STRING | cut -f 1 -d \-00:45
tchaypo0.100:45
tchayponot pure shell00:45
lifelesscut00:46
lifelessthank you!00:46
lifelesscut is shell00:46
lifelessbtw the \ is meaningless ;)00:46
lifelesstchaypo: also spurious use of echo :) - cut -f 1 -d - <<< $VERSION_STRING00:47
tchaypostack@bastion:/home/shared$ echo $VERSION_STRING00:47
tchaypo0.1 70g12312300:47
tchaypostack@bastion:/home/shared$ IFS=- VERSION_ARRAY=($VERSION_STRING)00:48
tchaypostack@bastion:/home/shared$ echo $VERSION_ARRAY00:48
tchaypo0.100:48
tchaypocinerama: the thing i was thinking of in incubator is called pull-tools00:49
tchaypoit does a decent job of finding the tool repos; and if they're on a specified branch (default is master but you can override per-repo via an env var) it will do a git pull00:49
tchaypobut it doesn't handle changing from master to the specified branch, it will just chuck a sad because the repo isn't on the branch you specified yet. as far as i can tell, you need to manually set up each tool's repo the way you want it and then pull-repos will preserve that state00:50
tchaypobut then when you're done and want to revert to clean upstream, you have to find all the things you changed and change them back00:50
*** spzala has joined #tripleo00:51
tchayporelated - in https://review.openstack.org/#/c/85418/5/scripts/pull-tools jp enhanced pull-tools so it actually does (try to, at least) provide a manifest of the tools that were pulled00:52
*** chuckC_ has quit IRC00:56
tchaypolifeless: followup to the bash array example- ${VERSION_ARRAY[1]} will get you the 2nd element of the array, ${VERSION_ARRAY[@]} will give you all elements seperated by $OFS00:57
*** ChuckC has quit IRC00:58
*** ChuckC has joined #tripleo00:58
tchaypourr. not seperated by $OFS apparently. each element is a seperate word.00:59
tchaypo:q00:59
*** spzala has quit IRC00:59
*** ChuckC has quit IRC01:04
openstackgerritlifeless proposed a change to openstack/tripleo-heat-templates: Remove hardcoded version.  https://review.openstack.org/11545001:06
*** wuhg has joined #tripleo01:09
*** jang1 has joined #tripleo01:15
*** tzumainn has quit IRC01:30
*** nosnos has joined #tripleo01:42
openstackgerritlifeless proposed a change to openstack/diskimage-builder: Remove hardcoded version.  https://review.openstack.org/11545601:42
*** markmc has quit IRC01:43
*** markmc has joined #tripleo01:50
*** Yanyanhu has joined #tripleo02:00
*** markmc has quit IRC02:04
*** morazi has quit IRC02:08
*** ChuckC has joined #tripleo02:16
*** Yanyanhu has quit IRC02:23
*** sdake has quit IRC02:24
*** Yanyanhu has joined #tripleo02:24
*** chuckC_ has joined #tripleo02:29
*** julim has joined #tripleo02:30
*** julim has quit IRC02:37
*** marun has joined #tripleo02:59
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135663703:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135589803:00
uvirtbotLaunchpad bug 1356637 in tripleo "os-refresh-config fails in hosts element when update is different" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135734603:00
uvirtbotLaunchpad bug 1355898 in tripleo "mariadb doesn't start after an upgrade" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135101003:00
uvirtbotLaunchpad bug 1357346 in tripleo "undercloud failing to come up on devtest due to pacemaker in os-refresh-config" [Undecided,New]03:00
uvirtbotLaunchpad bug 1351010 in ironic "Update to syslinux 6 breaks TFTPboot" [High,Confirmed]03:00
*** untriaged-bot has quit IRC03:00
*** marun has quit IRC03:02
*** Yanyanhu has quit IRC03:06
*** bhunter71 has quit IRC03:07
*** bhunter has joined #tripleo03:07
*** bhunter is now known as Guest1938803:07
*** StevenK has quit IRC03:08
*** StevenK has joined #tripleo03:08
*** Yanyanhu has joined #tripleo03:09
*** rushiagr_away has quit IRC03:12
*** rushiagr_away has joined #tripleo03:14
lifeless2014-08-19 23:35:35.944 | ERROR: The Parameter (MysqlRootPassword) was not defined in template.03:19
lifelessI thought we were reverting that? bnemec ^03:19
lifelessah, needed an A. Done.03:20
openstackgerritA change was merged to openstack/tripleo-incubator: Revert "Setup MySQL root password"  https://review.openstack.org/11539503:21
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Add support for configuring Neutron  https://review.openstack.org/10868903:30
lifelessStevenK: you wanted me to review something03:31
StevenKlifeless: I did. It landed last night.03:32
*** sdake has joined #tripleo03:36
StevenKlifeless: There's two branches you could look at, but I've just tossed them through CI since they've not do so since the 4th03:36
*** ccrouch has joined #tripleo03:46
*** eghobo has joined #tripleo03:48
*** pradeep has joined #tripleo03:50
*** Guest19388 is now known as bhunter7103:52
*** rushiagr_away is now known as rushiagr03:59
*** Yanyanhu has quit IRC04:01
*** Yanyanhu has joined #tripleo04:05
StevenKHmmm, I don't think Jenkins has picked them up.04:08
StevenKThey're running through TripleO CI, but not the normal jobs04:08
StevenKHuh, no, it did, since I got mail about them04:15
*** ccrouch has quit IRC04:20
*** dsneddon has quit IRC04:26
*** akuznetsov has joined #tripleo04:28
*** eghobo has quit IRC04:31
*** eghobo has joined #tripleo04:32
*** pcrews has quit IRC04:46
*** yuanying has joined #tripleo04:59
*** eguz has joined #tripleo05:10
*** eghobo has quit IRC05:10
*** loki184 has joined #tripleo05:19
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Filter out registered nodes with nova-bm  https://review.openstack.org/10967405:20
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Filter out registered nodes with ironic  https://review.openstack.org/11021805:20
tchaypo*blink*05:23
tchayponova's repo is 500mb in size?05:23
StevenKsteven@undermined:~/openstack/openstack/nova% du -sh .05:24
StevenK1.5G.05:24
tchaypoifI'd jau05:24
tchaypoIf I'd had that in my head while watching GotG last night it would have made all the references to "nova core" even funnier05:24
*** pradeep has quit IRC05:24
*** pradeep has joined #tripleo05:26
*** bmahalakshmi has joined #tripleo05:28
*** dshulyak_ has joined #tripleo05:29
*** rlandy has joined #tripleo05:34
openstackgerritJames Polley proposed a change to openstack/tripleo-incubator: Expose blacklisting scaled items via merge.py.  https://review.openstack.org/11343305:35
*** sirushti has joined #tripleo05:50
StevenK*Damn*05:50
StevenKsteven@undermined:~/openstack/openstack-infra/config% git di | diffstat -s05:50
StevenK 1 file changed, 93 insertions(+), 344 deletions(-)05:50
*** eguz has quit IRC05:53
StevenKtchaypo: Are we meeting in an hour?05:56
StevenKWell, ~ hour05:56
tchaypoStevenK: yes05:59
*** pensu has joined #tripleo06:15
*** jtomasek has joined #tripleo06:24
*** yuanying has quit IRC06:28
*** jcoufal has joined #tripleo06:31
*** killer_prince has joined #tripleo06:31
*** rdopieralski has joined #tripleo06:32
*** loki184 has quit IRC06:35
*** jcoufal has quit IRC06:38
*** pradeep has quit IRC06:38
*** pradeep has joined #tripleo06:39
*** yuanying has joined #tripleo06:39
*** loki184 has joined #tripleo06:44
*** ifarkas has joined #tripleo06:47
tchaypolifeless: so like, prep_source_repos seems like a way for us to untangle our private gerrty patchstacks and remove the fake dependencies06:49
*** jprovazn has joined #tripleo06:52
tchaypolifeless: and like, to save on bandwidth, we can have gertty sync the repo onto our machine and then p_s_r pull from that cache, i think (will test that idea later tonight)06:52
*** pcrews has joined #tripleo06:54
tchaypoMeeting starting in #openstack-meeting-alt in ~5 minutes06:55
*** dtantsur|afk is now known as dtantsur06:55
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Migrate from common code to oslo.db  https://review.openstack.org/10454806:58
*** jtomasek has quit IRC06:58
d0ugallsmola, rdopieralski - can you re-review https://review.openstack.org/#/c/104548/ when you get time please.06:59
*** pradipta_away is now known as pradipta07:01
*** akuznetsov has quit IRC07:03
*** jp_at_hp has joined #tripleo07:04
*** derekh has joined #tripleo07:16
*** sdake has quit IRC07:17
*** akuznetsov has joined #tripleo07:23
*** jcoufal has joined #tripleo07:27
rdopieralskid0ugal: I did, but I don't think my comments are that valuable07:27
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: WIP: Fix README  https://review.openstack.org/11552307:28
d0ugalrdopieralski: thanks07:30
lifelesstchaypo: yes, it does.07:32
tchaypolifeless: there may be relevant aphorisms here07:32
tchaypomaybe ones about hammers and nails07:32
StevenKtchaypo: When C++ is your hammer, every problem looks like a thumb?07:33
tchaypoWhen your hammer is a hammer, every problem looks like nova core07:33
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Add normal exit to rabbitmq upstart config  https://review.openstack.org/11552407:35
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Move config file to the file dir.  https://review.openstack.org/11552507:35
lifelessderekh: o/07:35
*** sdake has joined #tripleo07:35
StevenKtchaypo: Gah, it's WIP. That is exactly my plan, but I needed *something* for git to even commit07:39
tchaypo;)07:39
openstackgerritAlexis Lee proposed a change to openstack-infra/tripleo-ci: Add firewall traffic on port 27410  https://review.openstack.org/11534107:41
*** pradeep has quit IRC07:46
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Add normal exit to rabbitmq upstart config  https://review.openstack.org/11552407:49
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Move config file to the file dir.  https://review.openstack.org/11552507:49
tchaypogfidente: if you're around07:50
tchaypogfidente: we're talking about your item in #openstack-meeting-alt07:50
lsmolad0ugal: sure07:54
d0ugallsmola: thanks :)07:54
*** jang2 has joined #tripleo08:01
derekhlifeless: hi, still looking into errors , looks like I was hitting some of the error that snuck by CI yesterday and didn't realise it08:04
*** jp_at_hp has quit IRC08:04
*** pcrews has quit IRC08:08
*** sdake has quit IRC08:08
lifelessderekh: cool08:09
lsmolad0ugal: I can't say I understand much of the patch :-)08:12
d0ugallsmola: lol, thanks for looking anyway.08:13
lsmolad0ugal: but if you have tested that and it's working fine for you ,there is no reason to block it :-)08:13
lsmolad0ugal: I can +2 for nice code :-)08:13
d0ugallsmola: ha, ok08:13
d0ugallsmola: Basically, the oslo db code has graduated, so it moves to using the installable package rather than shipping a copy in tuskar.openstack.common08:14
lxslilsmola: do we do that? Or is it better to +1 then? Genuine question bc I'm often in that situation :)08:14
d0ugallsmola: and I need the updated version for running tests against mysql etc. - they added some neat stuff to make it easier.08:14
lxslilifeless derekh: https://review.openstack.org/#/c/115341/6/toci_gate_test.sh please?08:15
lsmolalxsli: well since there are like 2 people in tuskar that understands that and one of them wrote that, it would never get merged :-)08:15
lxslihehe ok, I'll change mine to +2 then08:15
loki184lifeless: https://review.openstack.org/#/c/110562/ for this patch got feedback that no ci for windows or infrastructure not available to test for the windows disk image builder tool08:15
lsmolalxsli: when it is working and there is nothing seriously wrong with the code, there should not be a reason for not +2 it08:15
loki184lifeless: infrateam is asking how to test this, any suggestions08:16
lxslilsmola: good to know, thanks08:16
derekhlxsli: lgtm08:16
lxsliderekh: excellent, thanks!08:16
d0ugallsmola, lxsli: the interesting thing about a review like that is that the feedback from Victor Sergeyev (oslo team) is most valuable, but he can't +2 TripleO - his last review was only a commit message change.08:17
lsmolad0ugal: ok, thanks for quick explanation08:17
lxslid0ugal: yeah I checked the history and it seemed to have settled down pretty well08:17
lifelessloki184: we can't test it yet, thats fine08:17
lifelessloki184: its not desirable, but it is what it is08:18
loki184lifeless: so, How should i take this forward i spoke to infra team they are kind of not ok with the plan.08:19
*** dshulyak_ has quit IRC08:19
*** sdake has joined #tripleo08:19
*** pradeep has joined #tripleo08:19
*** sdake_ has joined #tripleo08:20
lifelesslxsli: https://review.openstack.org/#/c/115341/08:21
lifelesslxsli: I think I spotted a problem08:21
lifelesslxsli: please tell me i'm wrong ;)08:21
lifelesslxsli: now with proposed solution08:22
lxslilifeless: awesome - need to consult Nick08:22
lifelesslxsli: I think my proposed solution would let through the traffic the old rule would08:23
lifelesslxsli: so it should be a no-brainer :)08:23
lxsliyou're confident it'll always be eth1? not eg eth0 or eth5?08:23
lifelessyes08:24
lifelessthe jenkins slave has a fixed layout08:24
lxsliAlrighty then! 1min08:24
lifelessif we change that, we change this rule08:24
openstackgerritAlexis Lee proposed a change to openstack-infra/tripleo-ci: Add firewall traffic on port 27410  https://review.openstack.org/11534108:24
*** pblaho has joined #tripleo08:26
lifelesslxsli: +A it once its got green from CI08:26
lxsliWoop! Thanks guys :) :)08:26
lxsliok cycling to work, bbiab :)08:27
lsmoladerekh: ping08:28
derekhlsmola: ack08:28
lsmoladerekh: hello08:28
lsmoladerekh: have you noticed that undercloud is getting out of memory after few days of running?08:29
lsmoladerekh: it's probably caused by keystone again, not cleaning the token related data08:29
derekhlsmola: I hadn't, most of the time my underclouds arn't around that long08:29
lifelesslsmola: looks fine08:29
lifelessKiB Mem:  98996272 total, 67021760 used, 31974512 free,   324972 buffers08:29
lifelessuptime08:29
lifeless 08:29:47 up 42 days,  9:30,  3 users,  load average: 1.31, 1.06, 1.0008:29
lsmoladerekh: also my Ironic-API is consuming 500MB for some reason08:30
lsmolalifeless: I have f2008:30
lifeless27806 ironic    20   0  262464  93612   5288 S  11.9  0.1 192:42.59 ironic-api08:30
lifelessso its fat, but not 500MB of fat08:30
lsmoladerekh: I have 4GB of memory, and it is usually filled after 3 days I restart keystone08:30
lifeless27806 ironic    20   0  262464  93612   5288 S  11.9  0.1 192:42.59 ironic-api08:30
lifelessbah08:30
lifelessx86_64 too08:31
*** IvanBerezovskiy has joined #tripleo08:32
*** pensu has quit IRC08:32
*** pelix has joined #tripleo08:32
*** pensu has joined #tripleo08:33
derekhlsmola: hmm. so this one is running 24 hours08:34
derekh 4264 keystone  20   0  657828 303752   7344 S  0.0  9.9  40:07.64 keystone-all08:34
derekh 3340 mysql     20   0 1244140 216628   8480 S  0.3  7.0   7:55.42 mysqld08:34
derekh 3992 ironic    20   0  568232 215444   6724 S  0.0  7.0   8:08.74 ironic-api08:34
*** yuanying has quit IRC08:34
lsmolalifeless:  3664 ironic    20   0  856424 508268   7292 S  0.3 12.6  34:22.56 ironic-api08:35
*** killer_prince2 has joined #tripleo08:36
lsmoladerekh: 2703 mysql     20   0 1265344 248424  27068 S  0.3  6.1  49:56.81 mysqld08:36
*** killer_prince2 is now known as lazy_prince08:37
*** killer_prince has quit IRC08:37
lsmoladerekh: so it's basically just keystone that keeps rising for me until it's not able to allocate new memory08:37
lsmoladerekh: although the ironic looks suspicious too08:37
lsmoladerekh: there is some script that is suppose to clean keystone tokens, right?08:38
derekhlsmola: ya, they do both seem high alright08:38
derekhlsmola: that script only clears tokens in the DB , so I don't think would do anything for keystone mem usage08:38
derekhlsmola: 0 */2 * * * root /usr/local/bin/cleanup-keystone-tokens.sh08:39
lsmoladerekh: hm ok08:39
lsmoladerekh: but there was some issue before that keystone was rising in memory right?08:40
lifelesswe had in-memory story wwway back08:40
lsmolalifeless: yeah08:41
lsmolalifeless: the lab I deployed like 2 months ago was happily running for a month08:41
lsmolalifeless: but this one is deployed week ago and can last like 3 days :-( so something probably happened08:41
lsmolalifeless: most probably only in f2008:42
lsmolalifeless: derekh I will try to redeploy and keep an eye on this08:42
derekhlsmola: ok08:43
*** lazy_prince is now known as killer_prince08:43
*** pblaho is now known as pblaho|afk08:45
loki184lifeless: can you please leave a comment about ci to this patch https://review.openstack.org/#/c/110562/08:47
*** sdake has quit IRC08:47
*** pblaho|afk is now known as pblaho08:49
*** athomas has joined #tripleo08:50
lifelessloki184: done08:51
loki184lifeless: Ty :)08:52
*** ifarkas has quit IRC08:52
*** ifarkas has joined #tripleo08:54
*** Yanyanhu has quit IRC08:54
*** lucasagomes has joined #tripleo08:56
StevenKGah, maybe that will stop people commenting on that WIP os-cloud-config review08:56
*** Yanyanhu has joined #tripleo08:56
*** untriaged-bot has joined #tripleo09:01
untriaged-botUntriaged bugs so far:09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135663709:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135589809:01
uvirtbotLaunchpad bug 1356637 in tripleo "os-refresh-config fails in hosts element when update is different" [Undecided,New]09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135734609:01
uvirtbotLaunchpad bug 1355898 in tripleo "mariadb doesn't start after an upgrade" [Undecided,New]09:01
uvirtbotLaunchpad bug 1357346 in tripleo "undercloud failing to come up on devtest due to pacemaker in os-refresh-config" [Undecided,New]09:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135101009:01
uvirtbotLaunchpad bug 1351010 in ironic "Update to syslinux 6 breaks TFTPboot" [High,Confirmed]09:01
*** untriaged-bot has quit IRC09:01
*** jtomasek has joined #tripleo09:04
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.policy  https://review.openstack.org/11458509:08
*** regebro has quit IRC09:08
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.lockutils  https://review.openstack.org/11458609:08
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.fileutils  https://review.openstack.org/11458709:08
*** regebro has joined #tripleo09:08
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.excutils  https://review.openstack.org/11458809:10
openstackgerritA change was merged to openstack/tuskar: Migrate from common code to oslo.db  https://review.openstack.org/10454809:10
openstackgerritJan Provaznik proposed a change to openstack/tripleo-incubator: Allow use custom nameserver when setting up neutron subnet  https://review.openstack.org/11453209:10
*** jp_at_hp has joined #tripleo09:20
Goneripblaho: pong09:24
*** pensu has quit IRC09:24
pblahoGoneri: ping ?09:24
Goneriyou tried to contact me 2 days ago :)09:25
*** jtomasek has quit IRC09:26
pblahoGoneri: yeah.... :-) I think it was solved somehow... if I encounter it again I will ping you :-)09:26
Goneri=)09:29
*** jtomasek has joined #tripleo09:32
*** pensu has joined #tripleo09:35
*** yuanying has joined #tripleo09:35
*** Yanyanhu has quit IRC09:44
*** pblaho is now known as pblaho|lunch09:46
*** akrivoka has joined #tripleo09:51
*** pblaho|lunch is now known as pblaho|afk10:08
*** yuanying has quit IRC10:09
*** openstackgerrit has quit IRC10:10
*** loki184 has quit IRC10:15
*** loki184 has joined #tripleo10:22
*** yamahata has quit IRC10:28
*** pmyers has joined #tripleo10:43
*** dricco has quit IRC10:48
*** akrivoka has quit IRC10:49
pensuHi all, you views please : http://lists.openstack.org/pipermail/openstack-dev/2014-August/043551.html10:52
*** dricco has joined #tripleo10:53
*** nosnos has quit IRC10:57
lsmolajprovazn: could you please review https://review.openstack.org/#/c/115249/11:00
lsmolajprovazn: thank you11:00
*** yuanying has joined #tripleo11:02
*** bmahalakshmi has quit IRC11:27
*** lucasagomes is now known as lucas-hungry11:29
*** yuanying has quit IRC11:32
*** akrivoka has joined #tripleo11:34
*** ramishra has joined #tripleo11:35
*** dshulyak_ has joined #tripleo11:36
*** loki184 has quit IRC11:36
*** dshulyak_ has quit IRC11:48
*** pblaho|afk is now known as pblaho|lunch11:53
*** pblaho|lunch is now known as pblaho11:53
*** morazi has joined #tripleo11:57
*** dprince has joined #tripleo11:57
tchaypolifeless: are you in a philosophical mood?11:58
*** ccrouch has joined #tripleo11:59
tchaypopensu: I had a vaguely similar issue a few days ago that turned out to be because my nodes were defined as having 1600Gb disk but in reality they only had a much smaller disk - so parted (or something) was trying to read a sectore that didn't actually exist12:00
tchaypopensu: it was a very different error message, so I have no real reason to think it's similar, it's just the first thing that popped into my head12:00
tchaypolifeless: sometime when you have time I want to pick your brains about how to motivate people to work on things12:01
tchaypolifeless: ... but wait, i think you're going to tell me to read "crucial conversations", "switch", and maybe some other book..12:01
*** yuanying has joined #tripleo12:02
*** pensu has quit IRC12:07
*** yuanying has quit IRC12:08
*** weshay has joined #tripleo12:11
gfidentelifeless, I just figured we share something!12:11
gfidentetchaypo can tell ... :P12:11
GoneriHi, can a core take a look on https://review.openstack.org/#/c/106319/ I would prefere to avoid a rebase since the patch touch a lot of files.12:14
tchaypogfidente: well, I can tell some of it :o12:18
tchaypos/:o/:p12:18
*** pensu has joined #tripleo12:32
*** pradipta is now known as pradipta_away12:33
lxsliPlease can I get a +A on https://review.openstack.org/#/c/115341/ now CI has passed?12:40
*** lucas-hungry is now known as lucasagomes12:41
*** lblanchard has joined #tripleo12:41
*** killer_prince has quit IRC12:43
*** tzumainn has joined #tripleo12:43
*** pradeep has quit IRC12:44
*** andreaf has joined #tripleo12:51
*** andreaf has quit IRC12:51
*** andreaf has joined #tripleo12:51
*** andreaf has quit IRC12:51
*** andreaf has joined #tripleo12:52
*** andreaf has quit IRC12:52
*** andreaf has joined #tripleo12:52
*** andreaf has quit IRC12:53
*** andreaf_ has quit IRC12:53
*** andreaf has joined #tripleo12:53
*** andreaf has quit IRC12:53
*** andreaf has joined #tripleo12:54
*** andreaf has quit IRC12:54
*** andreaf has joined #tripleo12:54
*** yuanying has joined #tripleo13:04
lxslithanks Derek13:07
*** julim has joined #tripleo13:09
*** yuanying has quit IRC13:09
*** ramishra has quit IRC13:13
*** markmc has joined #tripleo13:15
*** bcrochet has quit IRC13:31
*** bcrochet has joined #tripleo13:34
*** jomara has quit IRC13:36
pensutchaypo: that could be the issue....as I am running undercloud from a VM and it has only 30 Gb of disk. Any idea how much space approx I need?13:37
*** pradeep has joined #tripleo13:38
*** spzala has joined #tripleo13:38
*** ramishra has joined #tripleo13:39
tchaypoThat will depend what size disks you use. I don't know how RDO differs from stock TripleO, but in upstream TripleO there are settings in devtest_variables.sh that control disk usage13:40
tchaypoI think it's NODE_DISK or something similar13:41
tchaypoI think it defaults to 10Gb? So if you had 8 vms that's up to 80Gb - but if your disk images are lazily created that will be an upper limit, it won't allocate all 80gb13:42
tchaypoRight at the start13:42
tchaypo30Gb sounds small13:42
tchaypoTo me though.13:43
tchaypoAlthough I'm not sure which has 30Gb - the undercloud vm, or the machine its running on? If you mean the former it sounds fine, probably13:44
*** pcrews has joined #tripleo13:45
regebroOK, unless tzumainn protests, I'll cut the tuskar_ui.api.tuskar down to make it thinner.13:45
tchaypoIn my case the issue wasn't running out of space - it was that my testenv.json said the physical machine had 1600Gb disk space, so ironic tried to use it all. I changed testenv.json to say 800gb and now it's fine13:46
pensutchaypo: I am talking about undercloud only.....the host has around 50 Gb....so, I guess that should be fine....13:46
tchayporegebro: I still ow you an email :(13:46
regebrotchaypo: I've forgotten about what. :)13:47
tchayporegebro: Me too13:47
tchayporegebro: Helpfully I made myself a note13:47
tchayporegebro: Less helpfully, it just says "see irc logs"13:48
jp_at_hptchaypo: I want to clarify something from the meeting this morning13:48
tchaypojp_at_hp: Morning!13:48
jp_at_hptchaypo: CI - false positives were being handed out by CI up until sometime early this morning, right?13:48
regebrotchaypo: :)13:48
jp_at_hptchaypo: and good morning/afternoon/good day to you sir :D13:49
tchaypoThat's my understanding - derekh knows the exact timing13:49
jp_at_hpOK, so a CI pass from Aug 18 will need a recheck... derekh - can you confirm?13:49
*** ramishra has quit IRC13:49
pblahod0ugal: we have a problem when bumping versions from requrements repo right now13:50
tchaypoYeah, that's again exactly what I understand - anything that passed between the 17th and some time on the 20th is suspect13:50
d0ugalpblaho: Failing test/13:50
pblahod0ugal: need to get this merged https://review.openstack.org/#/c/115643/13:50
*** jomara has joined #tripleo13:50
d0ugalpblaho: ah, I see.13:51
derekhjp_at_hp: tchaypo Any positive ci  results after this merged https://review.openstack.org/#/c/89974/ can't be trusted13:51
tchaypoderekh: until when?13:52
derekhjp_at_hp: tchaypo  https://review.openstack.org/#/c/115399/13:52
tchaypoThanks13:52
jp_at_hpno bug number for rechecks?13:53
*** derekh changes topic to "CI test results between Aug 15 9:42 PM - Aug 19 11:04 PM UTC should be ignored and rerun | Using OpenStack to deploy OpenStack ; meetings Tuesday 1900/0700 UTC in #openstack-meeting-alt"13:53
jp_at_hpthanks derekh...13:53
jp_at_hpgood plan that man :D13:54
jp_at_hpAh - today was from the more eastern of peeps then :o13:54
derekhjp_at_hp: yup13:55
*** eghobo has joined #tripleo13:55
*** pblaho has quit IRC13:57
*** markmc has quit IRC13:59
lxsliplease could I have some reviews on https://review.openstack.org/#/c/110452 ?13:59
lxsliThis has epic rebase potential13:59
*** yuanying has joined #tripleo14:05
*** mestery has joined #tripleo14:07
*** mestery has quit IRC14:07
*** mestery has joined #tripleo14:08
d0ugallxsli: reviewed, despite my review not being worth much :)14:09
lxsliIt all helps! Thanks14:10
d0ugalnp14:10
*** yuanying has quit IRC14:11
d0ugalWoo. Tuskar's master now has a coverage of 85%.14:13
d0ugalWhich is only impressive if you know it was at 46% a couple of weeks ago :)14:13
lxsli85% is actually not bad14:15
lxsliadding coverage gets harder after that :)14:16
lxslialso, this is #tripleo :D14:16
d0ugallxsli: It's not bad, it's just nothing to celebrate :)14:17
*** ccrouch has quit IRC14:17
d0ugalWe don't really use #tuskar anymore.14:17
*** ramishra has joined #tripleo14:18
lxsliI meant, what do you think the test coverage of tripleo is?14:19
d0ugaloh, haha14:19
d0ugalScary thought :)14:20
*** ccrouch has joined #tripleo14:22
*** rwsu has quit IRC14:24
*** yamahata has joined #tripleo14:25
*** marun has joined #tripleo14:31
*** ramishra has quit IRC14:32
*** ramishra has joined #tripleo14:33
*** ifarkas has quit IRC14:34
*** jtomasek has quit IRC14:34
*** eghobo has quit IRC14:36
*** rwsu has joined #tripleo14:36
*** pradeep has quit IRC14:40
*** jomara_ has joined #tripleo14:42
*** jomara has quit IRC14:42
*** akrivoka has quit IRC14:43
*** jomara_ is now known as jomara14:45
*** ifarkas has joined #tripleo14:46
*** akrivoka has joined #tripleo14:48
*** ramishra has quit IRC14:49
*** jtomasek has joined #tripleo14:49
*** ramishra has joined #tripleo14:49
*** bmahalakshmi has joined #tripleo14:55
*** untriaged-bot has joined #tripleo15:01
untriaged-botUntriaged bugs so far:15:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135663715:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135589815:01
uvirtbotLaunchpad bug 1356637 in tripleo "os-refresh-config fails in hosts element when update is different" [Undecided,New]15:01
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135101015:01
uvirtbotLaunchpad bug 1355898 in tripleo "mariadb doesn't start after an upgrade" [Undecided,New]15:01
*** untriaged-bot has quit IRC15:01
uvirtbotLaunchpad bug 1351010 in ironic "Update to syslinux 6 breaks TFTPboot" [High,Confirmed]15:01
*** ifarkas has quit IRC15:02
*** ramishra_ has joined #tripleo15:04
*** ramishra has quit IRC15:06
*** yuanying has joined #tripleo15:07
*** vinsh has joined #tripleo15:08
*** jprovazn has quit IRC15:09
*** vinsh has quit IRC15:10
*** vinsh has joined #tripleo15:10
*** openstackgerrit has joined #tripleo15:12
*** yuanying has quit IRC15:12
*** rdopieralski has quit IRC15:15
*** yamahata has quit IRC15:16
*** jcoufal has quit IRC15:17
*** rlandy has quit IRC15:18
*** jpeeler has joined #tripleo15:19
*** jpeeler has joined #tripleo15:19
*** marun has quit IRC15:21
*** marun has joined #tripleo15:21
*** mestery has quit IRC15:23
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Update the Tuskar INSTALL documentation  https://review.openstack.org/11568015:26
*** jtomasek has quit IRC15:30
*** sdake has joined #tripleo15:31
*** eghobo has joined #tripleo15:31
*** eghobo has quit IRC15:33
*** akrivoka has quit IRC15:39
*** mestery has joined #tripleo15:42
*** mestery has quit IRC15:42
*** mestery has joined #tripleo15:43
*** loki184 has joined #tripleo15:43
*** marun has quit IRC15:44
*** morazi has quit IRC15:44
*** rushiagr is now known as rushiagr_away15:44
*** rushiagr_away is now known as rushiagr15:44
openstackgerritdave-mcnally proposed a change to openstack/tripleo-image-elements: Adding configuration options for stunnel.  https://review.openstack.org/11287015:45
*** dsneddon has joined #tripleo15:46
*** marun has joined #tripleo15:47
*** pradeep has joined #tripleo15:48
*** marun has quit IRC15:51
*** marun has joined #tripleo15:52
*** wuhg has quit IRC15:52
*** akrivoka has joined #tripleo15:53
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Tuskar command to import a set of templates  https://review.openstack.org/11324815:56
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Tuskar command to import a set of templates  https://review.openstack.org/11324815:56
d0ugaltzumainn: ^15:56
*** cwolferh_ has joined #tripleo15:56
*** mestery has quit IRC15:56
tzumainnd0ugal, I'll take a look, thanks!15:56
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Tuskar command to import a set of roles  https://review.openstack.org/11324815:57
*** cwolferh has quit IRC15:59
*** dshulyak_ has joined #tripleo16:03
*** marun has quit IRC16:06
*** sdake has quit IRC16:06
*** IvanBerezovskiy has left #tripleo16:07
*** yuanying has joined #tripleo16:09
*** marun has joined #tripleo16:11
*** yuanying has quit IRC16:14
*** mestery has joined #tripleo16:19
*** mestery has quit IRC16:21
*** mestery has joined #tripleo16:22
NobodyCamGood morning TripleO16:22
NobodyCamI've got an off the wall question, what is needed to grow the root fs after deploy?16:23
*** spzala has quit IRC16:23
*** killer_prince has joined #tripleo16:25
*** killer_prince is now known as lazy_prince16:25
*** k4n0 has quit IRC16:25
*** mestery has quit IRC16:27
*** penick has joined #tripleo16:31
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Tuskar command to import a set of roles  https://review.openstack.org/11324816:31
d0ugalregebro: ^ it should now respect your config file.16:31
*** rushiagr is now known as rushiagr_away16:32
*** rushiagr_away is now known as rushiagr16:37
*** mestery has joined #tripleo16:38
openstackgerritLadislav Smola proposed a change to openstack/tuskar-ui: Making init keystone work  https://review.openstack.org/11570116:41
*** derekh has quit IRC16:43
*** akuznetsov has quit IRC16:44
*** dtantsur is now known as dtantsur|afk16:46
*** jcoufal has joined #tripleo16:46
*** ramishra_ has quit IRC16:47
*** akrivoka has quit IRC16:51
*** mestery_ has joined #tripleo16:51
*** mestery has quit IRC16:51
*** mestery has joined #tripleo16:55
*** mestery_ has quit IRC16:58
*** mestery has quit IRC16:59
*** lucasagomes is now known as lucas-dinner17:03
*** lucas-dinner has left #tripleo17:03
*** homegrown has joined #tripleo17:08
regebrod0ugal: Cool, will test tomorrow,17:09
regebro.17:09
*** yuanying has joined #tripleo17:10
*** yuanying has quit IRC17:15
*** penick has quit IRC17:21
*** pradeep has quit IRC17:21
*** loki184 has quit IRC17:29
*** akuznetsov has joined #tripleo17:35
*** rameshg87 has joined #tripleo17:37
*** akuznetsov has quit IRC17:42
*** ccrouch has quit IRC17:42
*** jcoufal has quit IRC17:44
*** bmahalakshmi has quit IRC17:45
*** rameshg87 has quit IRC17:46
*** pelix has quit IRC17:47
*** jtomasek has joined #tripleo17:47
*** ramishra has joined #tripleo17:48
*** gfidente has quit IRC17:51
*** ramishra has quit IRC17:53
*** rushiagr is now known as rushiagr_away17:53
*** panda has quit IRC17:53
*** panda has joined #tripleo17:54
*** jp_at_hp has quit IRC17:57
*** jprovazn has joined #tripleo18:00
*** penick has joined #tripleo18:02
openstackgerritpatrick-crews proposed a change to openstack/os-cloud-config: Adding timeout parameters to init-keystone  https://review.openstack.org/11217218:03
*** ramishra has joined #tripleo18:05
greghaynesHas anyone seen fails like http://logs.openstack.org/16/114116/5/check-tripleo/check-tripleo-novabm-overcloud-f20-nonha/0f632ca/console.html#_2014-08-20_13_26_11_08218:09
greghaynesseed vm never gets to point where ssh started18:09
*** eghobo has joined #tripleo18:09
*** marun has quit IRC18:11
*** yuanying has joined #tripleo18:12
*** homegrown has quit IRC18:12
greghaynesMaybe our good friend colonel panic is back18:12
*** marun has joined #tripleo18:14
*** yuanying has quit IRC18:17
*** ramishra has quit IRC18:22
*** rushiagr_away is now known as rushiagr18:23
lifelesstchaypo: sure, why not18:32
lifelessgreghaynes: I have not, no18:33
*** eghobo has quit IRC18:35
*** eghobo has joined #tripleo18:36
*** marun has quit IRC18:39
*** cwolferh has joined #tripleo18:39
*** cwolferh_ has quit IRC18:40
*** eghobo has quit IRC18:47
openstackgerritJames Slagle proposed a change to openstack/tripleo-incubator: Make USE_MARIADB overrideable  https://review.openstack.org/11074118:51
*** sdake has joined #tripleo18:56
*** sdake has quit IRC18:56
*** sdake has joined #tripleo18:56
*** markmc has joined #tripleo18:57
lifelessbnemec: https://review.openstack.org/#/c/115458/18:57
bnemeclifeless: Shouldn't that be 2014.1?18:58
bnemecAh, just saw your comment.18:58
lifelessbnemec: https://review.openstack.org/#/c/115459/18:59
lifelessbnemec: is for icehouse18:59
*** derekh has joined #tripleo19:00
lifelessderekh: eveningis19:00
lifelessbah19:00
lifelesseveningish19:00
*** Fabio_ has joined #tripleo19:00
Fabio_can someone please review #link https://review.openstack.org/#/c/9450019:00
Fabio_thanks in advance19:00
lifelessbnemec: https://review.openstack.org/11574019:01
bnemeclifeless: Okay, done.  I'm not on the stable team so I can't do much with that one.19:02
derekhlifeless: hi ya, was poking at a few instances today, there was errors in the ironic logs, something about not being able to schedule and instance to the same node twice19:02
derekhlifeless: stack-delete and stack-create then worked19:02
lifelessbnemec: oh, I pinged you ecause I thought you were able to - sorry!.19:02
lifelessbnemec: https://review.openstack.org/#/c/115740/ you should be able to :)19:02
lifelessderekh: blerch19:03
derekhlifeless: so it's some kind of timeing issue, then it occured to me that I'm using ironic19:03
derekhthe ci overcloud job users nova mb19:03
lifelessderekh: ah so we're comparing cross-component for reliability?19:03
derekhlifeless: so I reran 100 jobs with nova bm, no improvments19:03
bnemeclifeless: Yep, I hit the master branch one already.19:03
lifelessderekh: and you think the substrate is actually fine?19:03
derekhlifeless: ya, I believe our infratructure is fine, a slowness seems to be makeing us hit problems,19:04
derekhlifeless: back in a bit19:05
lifelessderekh: kk19:05
lifelessI'm still seeing 'the parameter mysqlroot was not defined in any template'19:05
lifelesson CI stuff rechecked *after* the revert merged.19:05
lifelessah no19:05
lifelessjust me failing on recheck syntax19:06
*** penick has quit IRC19:06
lifelessor something19:06
*** shardy is now known as shardy_afk19:06
lifelessderekh: bnemec: while I have your attention - https://review.openstack.org/#/c/115454/19:07
lifelessderekh: bnemec: while I have your attention - https://review.openstack.org/#/c/115434/19:07
lifelessbnemec: and https://review.openstack.org/#/c/115449/19:10
*** rushiagr is now known as rushiagr_away19:10
lifelessbnemec: and https://review.openstack.org/#/c/115434/ :)19:10
bnemecI already got ^  Was there a different one you intended?19:12
*** yuanying has joined #tripleo19:13
lifelesstab fail on my part I suspect. let me reopen and check19:14
lifelessopen tripleo branches for this are https://review.openstack.org/#/c/115454/ https://review.openstack.org/#/c/115456/ https://review.openstack.org/#/c/115450/ https://review.openstack.org/#/c/115449/ https://review.openstack.org/#/c/115434/ all of which except the first have enough votes and you've voted on the first19:15
lifelessso when derekh gets back I'll get the first voted up and then its just a matter of waiting for rechecks19:15
bnemecSounds good19:17
lifelessand then semver can RULE THE WORLD19:17
lifelessahha! adam_g is in stable19:18
lifelessadam_g: can I borrow your voting arm :)19:18
lifelessadam_g: for the stable branch patches from https://etherpad.openstack.org/p/bad-setup-cfg-versions ?19:18
*** yuanying has quit IRC19:19
adam_glifeless, sure ill take a look through those19:19
lifelessadam_g: thats https://review.openstack.org/#/c/112878/ https://review.openstack.org/#/c/112882/ https://review.openstack.org/11545919:19
*** penick has joined #tripleo19:19
lifelessadam_g: (and anymore you have acls on but those three are I believe all stable-branch-locked)19:19
adam_gcool19:20
lifelessadam_g: thanks!19:20
openstackgerritA change was merged to openstack/tripleo-image-elements: Fix issues with provider networks and public ips  https://review.openstack.org/10344919:21
lifelessoh yeah baby19:21
openstackgerritlifeless proposed a change to openstack/tripleo-image-elements: Update Neutron plugin conf file reference.  https://review.openstack.org/11575119:23
lifelessbnemec: slagle: dprince: on the vlan arc - https://review.openstack.org/#/c/103454/ (and its parent) need reviews; they sould be in good order19:25
lifeless(I want to get the vlan stuff landed, so we can add the test for it, and that then unblocks dprinces os-net-config which we agreed would come after19:26
dprincelifeless: ack, will look again shortly19:32
lifeless2014-08-20 19:24:31.502 | Building elements: ramdisk base  ubuntu deploy common-venv stackuser pypi-openstack use-ephemeral19:34
lifeless2014-08-20 19:24:31.508 | ERROR: Element 'deploy' not found in '/opt/stack/new//tripleo-image-elements/elements:/opt/stack/new/diskimage-builder/bin/../elements:/opt/stack/new/diskimage-builder/bin/../elements'19:34
lifelessis concerning19:34
lifelessoh19:34
lifelessstable I presume19:34
lifelessyup19:35
lifelesstht in stable failing CI because we deleted the deploy element19:35
lifelesswhich was a backwards incompatible change19:35
*** marun has joined #tripleo19:36
openstackgerritlifeless proposed a change to openstack/diskimage-builder: Revert "Remove the temporary deploy element after rename"  https://review.openstack.org/11575519:37
*** jtomasek has quit IRC19:38
*** jprovazn has quit IRC19:38
lifelessbnemec: slagle: question time for you onhttps://review.openstack.org/#/c/115449/19:38
lifelessbnemec: slagle: I think https://review.openstack.org/#/c/115434/ will be equally impactwd19:39
lifelessyup19:40
slaglethe ci jobs do not run against stable19:40
lifelessslagle: patches to stable/icehouse run CI jobs though19:40
slaglewe'd have to setup separate jobs for that19:40
slagleyes, that is true19:40
*** marun has quit IRC19:40
lifelessslagle: see the failure in http://logs.openstack.org/49/115449/1/check-tripleo/check-tripleo-novabm-undercloud-precise-nonha/1e97349/console.html19:41
slaglebut it's just testing that one change with master of everything else19:41
lifelessslagle: I don't believe so19:41
lifelessslagle: I believe its testing with origin/stable/icehouse of tripleo-incubator19:42
lifelessslagle: which still uses the 'deploy' element19:42
lifelessslagle: which we deleted :)19:42
slaglehmm19:42
lifelessslagle: thus the revert I've put up19:42
lifelessok C has just woken, bbiaw19:43
slaglelifeless: yea, you're right. the devstack-setup-workspace script automatically switches all the checkouts over to stable/icehouse if that's the branch the change is on19:46
slaglewell that is handy19:47
bnemecSometimes I think our tools are too smart. :-)19:48
bnemecAlthough if it's using stable/icehouse for diskimage-builder, then shouldn't the deploy element still exist?19:48
slagledib has no stable branch19:48
*** jcoufal has joined #tripleo19:48
slagleit goes the way of the clienttools19:49
bnemecAh, I see.19:49
* bnemec probably should have known that19:49
slaglestill, i don't think these CI jobs are going to pass19:50
slaglethere are likely a handful of fixes we need to backport19:50
bnemecslagle: Do we care at all about the stable branches anymore?  We could just merge the version fixes and forget about them.19:54
*** marun has joined #tripleo19:57
slaglebnemec: yes, we still care. it's just been a little bit since i've done a run with them19:59
bnemecOkay, so we do want to fix this.  Just checking. :-)19:59
slaglenot to say we can't merge the setup.cfg version fixes first20:02
*** athomas has quit IRC20:07
*** pensu has quit IRC20:13
*** yuanying has joined #tripleo20:15
*** marun has quit IRC20:16
*** marun has joined #tripleo20:18
derekhlifeless: back, added a +2 for the dib-utils review, and if you want a bug number here is one I created last week https://bugs.launchpad.net/tripleo/+bug/135149020:19
uvirtbotLaunchpad bug 1351490 in tripleo "git repo's reporting the wrong version" [Medium,Triaged]20:19
*** yuanying has quit IRC20:21
derekhwow that bug was filed nearly 3 weeks ago, I could have sworn it was a few days ago20:21
*** markmc has quit IRC20:22
*** penick has quit IRC20:23
*** penick has joined #tripleo20:25
bnemecOSError: [Errno 12] Cannot allocate memory20:26
bnemecOuch.  3 gig isn't enough for an overcloud controller now?20:26
slaglebnemec: i just started hitting that as well with 3gb20:27
bnemec:-/20:27
*** penick has quit IRC20:29
greghayneswat20:31
* greghaynes wonders what changed20:31
*** stevebaker has quit IRC20:33
*** stevebaker has joined #tripleo20:33
slaglei'm not sure. especially since our vm's in CI only have 2gb20:33
slagleand that seems to work20:33
*** penick has joined #tripleo20:34
tchaypoi386 vs amd64?20:36
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Replace mock flavor api calls with real nova api calls  https://review.openstack.org/11577620:39
*** jpeeler has quit IRC20:41
*** dprince has quit IRC20:41
*** stevebaker has quit IRC20:43
*** stevebaker has joined #tripleo20:43
*** rlandy has joined #tripleo20:43
*** jtomasek has joined #tripleo20:48
lifelessderekh: I'll link the bug if I have to rebase/recheck them again20:49
*** spzala has joined #tripleo20:49
*** sdake_ has quit IRC20:50
derekhlifeless: k21:00
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/135929721:00
uvirtbotLaunchpad bug 1359297 in tuskar "Creating a plan with a name that is already used returns a 500" [High,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135589821:00
uvirtbotLaunchpad bug 1355898 in tripleo "mariadb doesn't start after an upgrade" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/135101021:00
*** untriaged-bot has quit IRC21:00
uvirtbotLaunchpad bug 1351010 in ironic "Update to syslinux 6 breaks TFTPboot" [High,Confirmed]21:00
*** dshulyak_ has quit IRC21:09
*** penick has quit IRC21:16
*** yuanying has joined #tripleo21:17
openstackgerritA change was merged to openstack/diskimage-builder: Remove hardcoded version.  https://review.openstack.org/11545621:19
*** yuanying has quit IRC21:22
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for ironic  https://review.openstack.org/11578821:24
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for ironic-api  https://review.openstack.org/11578921:24
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for ironic-conductor  https://review.openstack.org/11579021:24
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for nova-ironic  https://review.openstack.org/11579121:24
chuckC_lifeless: please take a look at https://bugs.launchpad.net/neutron/+bug/1346494 and let me know if this is enough to close it21:25
uvirtbotLaunchpad bug 1346494 in neutron "l3 agent gw port missing vlan tag for vlan provider network" [Undecided,In progress]21:25
lifelesschuckC_: did you test with a tripleo deploy or manual?21:25
chuckC_manual21:25
*** penick has joined #tripleo21:26
chuckC_lifeless: is that an issue?21:26
lifelesschuckC_: call me paranoid, but I'd like to make sure that it all works with a tripleo deployed stack21:27
lifelesschuckC_: Just In Case21:27
chuckC_lifeless: ok21:28
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: Add service mappings for ironic  https://review.openstack.org/11579321:32
*** lblanchard has quit IRC21:32
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for ironic-api  https://review.openstack.org/11578921:33
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for nova-ironic  https://review.openstack.org/11579121:33
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Package install support for ironic-conductor  https://review.openstack.org/11579021:33
*** penick has quit IRC21:34
openstackgerritA change was merged to openstack/tripleo-heat-templates: Remove hardcoded version.  https://review.openstack.org/11545021:35
*** jtomasek has quit IRC21:39
*** marun has quit IRC21:42
*** spzala has quit IRC21:46
*** sdake has quit IRC21:47
*** weshay has quit IRC21:50
*** penick has joined #tripleo21:51
*** julim has quit IRC21:52
morganfainberglifeless, how often does the untriaged bot run? and... is it something that is specific for triple-o or more available for all of OpenStack22:00
*** derekh has quit IRC22:02
lifelessmorganfainberg: rpodput it together, should be easily generalisable22:02
morganfainberglifeless, cool i might want the same thing in keystone, i see it here every now and again and it's cool!22:02
*** weshay has joined #tripleo22:03
*** pcrews has quit IRC22:14
*** yuanying has joined #tripleo22:18
tchaypoit'd be cooler if we never saw it22:19
tchaypo;)22:19
*** yuanying has quit IRC22:24
*** rlandy has quit IRC22:48
*** pcrews has joined #tripleo22:54
openstackgerritA change was merged to openstack/tripleo-image-elements: PEP8 on the doc and elements files  https://review.openstack.org/10631923:13
*** eghobo has joined #tripleo23:17
*** yuanying has joined #tripleo23:20
*** vinsh has quit IRC23:23
*** jang2 has quit IRC23:24
*** yuanying has quit IRC23:24
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: Enable dracut deploy ramdisks  https://review.openstack.org/10527523:26
*** yuanying has joined #tripleo23:29
lifelessStevenK: do you have more fixtures branches, or thats it?23:34
*** eghobo has quit IRC23:36
*** Hefeweizen has quit IRC23:45
*** zaro has quit IRC23:45
*** Hefeweizen has joined #tripleo23:45
*** gothicmindfood has quit IRC23:46
*** gothicmindfood has joined #tripleo23:46
*** eghobo has joined #tripleo23:50
*** wfoster has quit IRC23:53
*** wfoster has joined #tripleo23:53
*** openstackgerrit has quit IRC23:54
*** openstackgerrit has joined #tripleo23:58

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