*** CaptTofu has quit IRC | 00:01 | |
*** CaptTofu has joined #tripleo | 00:02 | |
openstackgerrit | Steve Kowalik proposed a change to openstack-infra/tripleo-ci: ensure-test-env now uses devtest_testenv https://review.openstack.org/83285 | 00:03 |
---|---|---|
StevenK | lifeless: Huh, nice. | 00:04 |
*** e0ne has joined #tripleo | 00:05 | |
*** CaptTofu has quit IRC | 00:06 | |
lifeless | tchaypo: why did you remove it ? | 00:07 |
*** e0ne has quit IRC | 00:09 | |
*** matsuhashi has joined #tripleo | 00:18 | |
tchaypo | I left a comment on patch 11, March 31; in short it's because I realised that we can't know if the user is running the scripts today in the same place they ran it yesterday, so we can't know that we've found all the old files they had scattered around | 00:20 |
lifeless | tchaypo: so maybe I should ask a different question | 00:21 |
tchaypo | so I thought it was better to remove it than to inconsistently sometimes catch a file which might not even be the one being used, just an old one that happens to be lying around | 00:21 |
lifeless | tchaypo: why do this? Isn't it a feature that I can have different environments without multiple copies of the code? | 00:21 |
lifeless | tchaypo: [rhetorical - trying to tease things apart by asking questions] | 00:22 |
lifeless | well, not entirely rhetoric | 00:22 |
tchaypo | socratic? | 00:22 |
lifeless | <- segue | 00:23 |
tchaypo | I guess the existing code does implicitly allow for that, if you happened to run it from a different $PWD per environment | 00:24 |
tchaypo | but that's not explicit or documented as far as i know | 00:25 |
lifeless | perhaps its that TRIPLEO_ROOT encodes several things | 00:25 |
tchaypo | my work was inspired by seeing several other people with several changes that made different assumptions about where the password files would be | 00:25 |
lifeless | where to store some per enviromental state | 00:26 |
lifeless | where to checkout some source code | 00:26 |
lifeless | where to write images | 00:26 |
tchaypo | one person assumed that they'd be under ~/.cache/tripleo/tripleo-incubator, another under ~/.cache/tripleo | 00:26 |
*** eguz has quit IRC | 00:28 | |
tchaypo | A quick grep for disk-image-create shows that "where to write images" seems to be $TRIPLEO_ROOT | 00:28 |
tchaypo | there's no scope for multiple environments with same code there - unless they all use the same images, or don't mind have their images go away | 00:28 |
tchaypo | If we were to aim to have the password and rc files support multiple environment dirs, it makes sense to me to put the images in the environment dir as well | 00:30 |
lifeless | ok | 00:30 |
lifeless | so less breaky | 00:30 |
tchaypo | and $TE_DATAFILE | 00:30 |
lifeless | if we could land the change, update stuff to use it, remoe backwards compat, thats the usual pattern for such things | 00:31 |
lifeless | but / or - just coordinate with existing prod users - the tripleo-cd-admins team to test that it works and how to make it all hang together | 00:31 |
tchaypo | Rethinking the assumptions that code makes | 00:33 |
tchaypo | nope - I was about to suggest we just abort if ./$FILE exists and don't create $TRIPLEO_ROOT/$FILE in that case; but that isn't going to work with the other change to devtest_*cloud suppling "-f $TRIPLEO_ROOT/$FILE" | 00:35 |
*** yamahata has joined #tripleo | 00:36 | |
tchaypo | If we move the check for an existing file up into devtest_*cloud.sh, we could skip calling setup-*-passwords if ./*-passwords already exists | 00:37 |
tchaypo | which should preserve existing behaviour for existing users and CI, but mean that new users get the passwords created in $TRIPLEO_ROOT | 00:38 |
*** eghobo has joined #tripleo | 00:39 | |
*** eghobo has quit IRC | 00:39 | |
tchaypo | but the switch to having devtest-*cloud.sh tell setup-*-passwords exactly which file to use was added because we didn't want to give setup-*-passwords a new dependency on needing $TRIPLEO_ROOT to be set. If we allowed that to happen instead, we could put the "find an existing one if we can, otherwise make a new one in $TRIPLEO_ROOT" logic into setup-*-passwords; if it returns the filename, devtest-*-cloud | 00:43 |
tchaypo | can figure out what it needs to source | 00:43 |
tchaypo | Too many choices; I'm going for a spin to clear my head. bbs. | 00:44 |
*** e0ne has joined #tripleo | 01:06 | |
*** e0ne has quit IRC | 01:07 | |
*** nosnos has joined #tripleo | 01:30 | |
tchaypo | back. | 01:41 |
tchaypo | *supplying | 01:43 |
*** yamahata has quit IRC | 01:45 | |
*** ramishra has joined #tripleo | 01:52 | |
*** xuhaiwei has joined #tripleo | 01:55 | |
*** e0ne has joined #tripleo | 02:05 | |
tchaypo | Long-term I think a good solution would be to tweak all the scripts to expand on TRIPLEO_ROOT | 02:06 |
*** e0ne has quit IRC | 02:06 | |
tchaypo | to make that the base for everything, but put per-environment artificats under something like $TRIPLEO_ROOT/env/$ENV_NAME | 02:07 |
tchaypo | short-term, we can either have devtest_*cloud.sh make their own decision about whether or not to invoke setup-*-passwords (if they find a password file in ., they won't) | 02:09 |
tchaypo | or we could make setup-*-passwords figure out if there's a file in . to use, or a file in $TRIPLEO_ROOT, and if neither, create a file in $TRIPLEO_ROOT | 02:10 |
tchaypo | and then have it return the name of the file it found, and have the caller source that file | 02:10 |
tchaypo | I think the former is a smaller change. | 02:20 |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Standardise location of environment password/rc files. https://review.openstack.org/83250 | 02:27 |
*** ccrouch has joined #tripleo | 02:34 | |
*** matsuhashi has quit IRC | 02:47 | |
*** fandi has joined #tripleo | 02:47 | |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302856 | 03:00 |
uvirtbot | Launchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302629 | 03:00 |
uvirtbot | Launchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 03:00 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302559 | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
uvirtbot | Launchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New] | 03:00 |
*** nosnos has quit IRC | 03:02 | |
*** matsuhashi has joined #tripleo | 03:04 | |
*** e0ne has joined #tripleo | 03:05 | |
*** e0ne has quit IRC | 03:09 | |
*** eghobo has joined #tripleo | 03:15 | |
*** nosnos has joined #tripleo | 03:20 | |
*** fandi has quit IRC | 03:21 | |
openstackgerrit | Steve Kowalik proposed a change to openstack-infra/tripleo-ci: ensure-test-env now uses devtest_testenv https://review.openstack.org/83285 | 03:21 |
*** matsuhashi has quit IRC | 03:29 | |
*** yamahata has joined #tripleo | 03:30 | |
*** fandi has joined #tripleo | 03:37 | |
*** eghobo has quit IRC | 03:49 | |
*** eghobo has joined #tripleo | 03:49 | |
*** nosnos has quit IRC | 03:51 | |
*** ramishra has quit IRC | 04:05 | |
*** e0ne has joined #tripleo | 04:05 | |
*** ramishra has joined #tripleo | 04:06 | |
*** tzumainn has quit IRC | 04:08 | |
*** e0ne has quit IRC | 04:08 | |
*** akuznetsov has joined #tripleo | 04:10 | |
*** ramishra has quit IRC | 04:15 | |
*** morazi has quit IRC | 04:22 | |
*** eghobo has quit IRC | 04:38 | |
*** eghobo has joined #tripleo | 04:39 | |
*** ramishra has joined #tripleo | 04:46 | |
*** ramishra has quit IRC | 04:47 | |
*** ramishra has joined #tripleo | 04:47 | |
*** eguz has joined #tripleo | 04:50 | |
*** eghobo has quit IRC | 04:50 | |
*** e0ne has joined #tripleo | 05:05 | |
*** fandi has quit IRC | 05:06 | |
*** e0ne has quit IRC | 05:09 | |
*** fandi has joined #tripleo | 05:19 | |
*** e0ne has joined #tripleo | 05:26 | |
*** adam_g has quit IRC | 05:29 | |
*** stevebaker has quit IRC | 05:29 | |
*** StevenK has quit IRC | 05:29 | |
*** wendar_ has joined #tripleo | 05:29 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Rough POC of in-tree downloaded images support. https://review.openstack.org/85636 | 05:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Deploy overcloud images from seed https://review.openstack.org/85126 | 05:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Make it possible to just build images. https://review.openstack.org/85222 | 05:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Make devtest_* accept options. https://review.openstack.org/85221 | 05:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Make cloudprompt safe to import multiple times. https://review.openstack.org/85620 | 05:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Remove boot-seed-vm need to know ssh key. https://review.openstack.org/85619 | 05:29 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment. https://review.openstack.org/85130 | 05:29 |
*** lifeless has quit IRC | 05:30 | |
*** wendar has quit IRC | 05:30 | |
*** StevenK has joined #tripleo | 05:30 | |
*** lifeless has joined #tripleo | 05:31 | |
*** e0ne has quit IRC | 05:31 | |
*** stevebaker has joined #tripleo | 05:33 | |
*** adam_g has joined #tripleo | 05:33 | |
*** adam_g has quit IRC | 05:33 | |
*** adam_g has joined #tripleo | 05:33 | |
*** marios has quit IRC | 05:56 | |
*** marios has joined #tripleo | 05:56 | |
*** jtomasek has joined #tripleo | 06:05 | |
*** marun_afk has quit IRC | 06:08 | |
*** jprovazn has joined #tripleo | 06:09 | |
tchaypo | sigh. | 06:24 |
tchaypo | as well as messing with x, it seems the last round of updates also broke suspend-on-lid-close (fortunately I noticed this before I slipped my laptop into my bag) and the graphical notwork-mangler interface | 06:25 |
*** mrunge has joined #tripleo | 06:26 | |
tchaypo | Th network preference pane thing tells me that "The system network services are not compatible with this version" | 06:26 |
StevenK | Heh | 06:27 |
*** e0ne has joined #tripleo | 06:33 | |
*** rwsu has joined #tripleo | 06:35 | |
*** ohadlevy_ is now known as ohadlevy | 06:40 | |
*** ohadlevy has joined #tripleo | 06:41 | |
*** e0ne has quit IRC | 06:43 | |
*** e0ne has joined #tripleo | 06:44 | |
*** e0ne has quit IRC | 06:48 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Secure the mysql installation https://review.openstack.org/80570 | 06:52 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 06:54 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Allow setting of compute configuration options https://review.openstack.org/83438 | 06:58 |
*** e0ne has joined #tripleo | 06:58 | |
tchaypo | why is greghaynes proposing changes at this hour of the weekend? | 06:59 |
greghaynes | Good point | 06:59 |
greghaynes | All the GSoC proposals got me excited about coding | 07:00 |
StevenK | Helping my wife with a bit of Python has me dispairing about it instead | 07:05 |
tchaypo | just think how you'd feel if she was doing Ruby. | 07:06 |
StevenK | She didn't write it, she just has to make it not break after another system changes. | 07:06 |
StevenK | tchaypo: She's doing that too | 07:06 |
tchaypo | oh well | 07:07 |
tchaypo | it's such a shame that you know nothing about it and can't help her with that in any way at all. | 07:07 |
StevenK | I know Ruby | 07:07 |
StevenK | I just don't like it | 07:07 |
tchaypo | does anyone else get emails from ask.openstack.org? | 07:07 |
tchaypo | hint: look in your email for the subject line: [Ask OpenStack] 7 updates about "wrestlemania", "watch", "nosurvey", "wwe", "captain" and more | 07:07 |
tchaypo | can you see the problem there? | 07:07 |
StevenK | I tend to put my Perl knowledge and Python knowledge in a blender, add in a bunch of "end", and then start it up | 07:08 |
jang | heh | 07:10 |
jang | _("morning") guys. | 07:10 |
tchaypo | jang! | 07:10 |
greghaynes | jang: hows the quadrotor? | 07:10 |
tchaypo | i wanted to talk to you about a thing. | 07:10 |
tchaypo | jang: once i remember what the thing was... | 07:10 |
tchaypo | jang: oh, that's right - your change for hard-linking the files, and specifically your comment that "if the ln failed, the script will bomb and complain" | 07:13 |
tchaypo | jang: to me, it seems like that's no different from the version you originally had - except that in this case the original file has not been rmed yet. So to me that sounds like ait's much better than having the ln fail after we've already deleted the file. Am I missing something? | 07:15 |
*** lsmola_ has joined #tripleo | 07:16 | |
*** ramishra has quit IRC | 07:19 | |
*** ramishra has joined #tripleo | 07:20 | |
*** ramishra has quit IRC | 07:20 | |
*** ramishra has joined #tripleo | 07:20 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add a register-nodes command and associated API https://review.openstack.org/84933 | 07:21 |
*** eguz has quit IRC | 07:22 | |
*** jcoufal has joined #tripleo | 07:25 | |
jang | no, that's fine. | 07:30 |
jang | the quadrotator is... more robust than some of my kichen galssware. | 07:31 |
greghaynes | \O/ | 07:31 |
jang | next task is reverse-engineering the RF the handset talks | 07:31 |
greghaynes | what kind is it? | 07:31 |
jang | the cheapest thing that maplins had. I think most of the spend was on the controller. There are no onboard smarts at all. | 07:31 |
greghaynes | I imagine theres a tiny bit to keep it level-ish | 07:32 |
jang | so, I need to figure out if my raspberry pi's camera has sufficient resolution that I can do distance calculations form the separatin of the LEDs on the arms. | 07:32 |
jang | I suspect not (wrt the camera) and I think there's an onboard gyro package, yes | 07:32 |
jang | I'm probably gonna have to build a steroscopic rig to work out where it is. | 07:33 |
greghaynes | oh, are you going to do SLAM? | 07:33 |
jang | the payload goes to about 30g, so I'm gonna have to work out what I can do in that before I start ordering low form-factor arduino bits. | 07:33 |
jang | I don't know what SLAM is. This is my second foray into hardware, and I've picked it mostly because it's about software. | 07:33 |
greghaynes | SLAM is basically 'solve the where I am and what is around me' problem | 07:34 |
greghaynes | via mapping of you environment | 07:34 |
jang | tchaypo: you're right, the hardlink variation leaves the file behind, at least; but if the hardlink consolidation fails it'll be during the image build, so it's not like it needs the training wheels to run at deploytime. | 07:34 |
jang | greghaynes: something like that. I know a reasonable amount about the theory of this stuff, but I've never had anything to really test it on. | 07:35 |
greghaynes | sounds like fun | 07:35 |
greghaynes | Are you going to be in atlanta? | 07:35 |
jang | yeah. | 07:35 |
jang | If I can bring my killer robot through customs I'll let you have a look :-) | 07:36 |
*** hashar has joined #tripleo | 07:36 | |
greghaynes | haha, awesome | 07:36 |
greghaynes | ive definitely flown through customs with an all steel submarine :p | 07:36 |
jang | although the bits are cheap enough that it'd probably be possible to pick 'em all up stateside too | 07:36 |
*** lazy_prince has joined #tripleo | 07:37 | |
StevenK | greghaynes: Flying through customs is why you didn't questioned, because you were travelling too fast? :-P | 07:37 |
*** lazy_prince is now known as killer_prince | 07:37 | |
greghaynes | haha, we were questioned, I think we just wore them out | 07:37 |
greghaynes | "no, this bottle of apoxy cant be carried on" | 07:38 |
tchaypo | jang: i'm not sure what you mean by "training wheels" | 07:38 |
tchaypo | greghaynes: s/ap/ep/ | 07:38 |
tchaypo | unless it was a poxy epoxy | 07:38 |
greghaynes | no, youre right | 07:38 |
tchaypo | well plaid sir | 07:38 |
jang | tchaypo: I mean, it's not a disaster if the image fails to build, compared to it being a disaster if the element was randomly unlinking files during runtime. | 07:39 |
*** derekh has joined #tripleo | 07:40 | |
tchaypo | oh, right | 07:40 |
jang | the change suggested was a reasonable one, though, I'm not claiming that. | 07:40 |
tchaypo | yeah, it's annoying but it's not going to break a running system | 07:40 |
derekh | Morning, commit to fix up F20 jobs if anybody has the time https://review.openstack.org/#/c/85552/ | 07:41 |
tchaypo | I wanted to make sure I wasn't missing some context | 07:41 |
tchaypo | morning derekh | 07:41 |
*** bauzas has joined #tripleo | 07:42 | |
derekh | tchaypo: hi ya, you were documenting the supported systems weren't you? I think once that merges you can add F20 to the list | 07:43 |
tchaypo | I was, but I dropped my change while I was waiting for F20 to land. rcarrillocruz has the more recent change that's more comprehensive than mine | 07:43 |
derekh | tchaypo: ok cool, rcarrillocruz just an FYI, we should have passing Fedora 20 jobs sometime today | 07:45 |
*** derekh has quit IRC | 07:46 | |
* tchaypo is summonsed for dinner | 07:46 | |
Ng | morning | 07:58 |
*** markmc has joined #tripleo | 07:58 | |
*** jistr has joined #tripleo | 08:08 | |
*** martyntaylor has joined #tripleo | 08:08 | |
lxsli | Please could I get eyes on this? https://review.openstack.org/#/c/83596/ | 08:09 |
*** mkerrin has joined #tripleo | 08:14 | |
*** lucasagomes has joined #tripleo | 08:16 | |
*** tzumainn has joined #tripleo | 08:19 | |
rpodolyaka | morning all | 08:20 |
*** giulivo has joined #tripleo | 08:20 | |
*** akrivoka has joined #tripleo | 08:21 | |
*** gcha has joined #tripleo | 08:31 | |
*** rpodolyaka has quit IRC | 08:31 | |
*** rpodolyaka1 has joined #tripleo | 08:31 | |
*** matsuhashi has joined #tripleo | 08:35 | |
*** e0ne has quit IRC | 08:38 | |
*** e0ne has joined #tripleo | 08:38 | |
*** nosnos has joined #tripleo | 08:40 | |
*** e0ne_ has joined #tripleo | 08:41 | |
*** e0ne has quit IRC | 08:41 | |
*** athomas has joined #tripleo | 08:59 | |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | Untriaged bugs so far: | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302856 | 09:00 |
uvirtbot | Launchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302629 | 09:00 |
uvirtbot | Launchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 09:00 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302559 | 09:00 |
uvirtbot | Launchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New] | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
shadower | should we treat check-tripleo-overcloud-f20 as voting? | 09:00 |
*** jp_at_hp has joined #tripleo | 09:03 | |
GheRivero | morning all | 09:06 |
*** ramishra has quit IRC | 09:07 | |
*** ramishra has joined #tripleo | 09:12 | |
shadower | GheRivero, SpamapS: why didn't you guys Approve https://review.openstack.org/#/c/83659 as well (it already had a +2 from me) | 09:13 |
shadower | I'll do it -- just checking if I've missed some non mergeable window again | 09:13 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Install python-openstackclient https://review.openstack.org/85471 | 09:22 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Setup nameservers in the default-net. https://review.openstack.org/85215 | 09:23 |
*** e0ne_ has quit IRC | 09:25 | |
*** e0ne has joined #tripleo | 09:26 | |
*** martyntaylor1 has joined #tripleo | 09:26 | |
*** e0ne has quit IRC | 09:28 | |
*** e0ne has joined #tripleo | 09:28 | |
*** martyntaylor has quit IRC | 09:30 | |
*** martyntaylor1 has quit IRC | 09:32 | |
Goneri | Hi all, I should be glad to have some feedback here. https://review.openstack.org/#/q/status:open+project:openstack/diskimage-builder+branch:master+topic:arg_check,n,z These diskimage-builder changes aim to simplify the elements check code and prevent the use of two root element at the same time. | 09:34 |
*** yassine has joined #tripleo | 09:41 | |
*** xuhaiwei has quit IRC | 09:46 | |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-image-elements: Add keepalive option to rabbitmq config https://review.openstack.org/81920 | 09:56 |
smulcahy | Who gets a vote in the TripleO PTL election? I've made one or two tiny submissions in the last while but never got an invite - just curious really | 09:57 |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-heat-templates: Add rabbitmq keepalive and keepalive parameters to overcloud/undercloud template https://review.openstack.org/81934 | 09:58 |
Ng | smulcahy: I'm not sure offhand what the cut-offs were, but anteaya likely would :) | 09:59 |
*** martyntaylor has joined #tripleo | 10:01 | |
Ng | smulcahy: https://wiki.openstack.org/wiki/PTL_Elections_March/April_2014 | 10:02 |
andreaf | hi - may I have a review for https://review.openstack.org/#/c/84982/ | 10:02 |
*** babaevic has quit IRC | 10:03 | |
smulcahy | ng: thanks - interesting, I seem to qualify to vote but never received an invite | 10:04 |
smulcahy | anteaya: ^^^ | 10:05 |
*** matsuhashi has quit IRC | 10:16 | |
*** matsuhashi has joined #tripleo | 10:16 | |
*** matsuhashi has quit IRC | 10:20 | |
*** gcha has quit IRC | 10:36 | |
*** e0ne has quit IRC | 10:40 | |
*** e0ne has joined #tripleo | 10:41 | |
*** e0ne has quit IRC | 10:45 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Make devtest_* accept options. https://review.openstack.org/85221 | 10:58 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar-ui: Improve deployment page https://review.openstack.org/84702 | 10:58 |
*** petertoft has joined #tripleo | 11:01 | |
*** fandi has quit IRC | 11:10 | |
*** matsuhashi has joined #tripleo | 11:26 | |
*** pblaho has joined #tripleo | 11:27 | |
*** e0ne has joined #tripleo | 11:31 | |
*** e0ne_ has joined #tripleo | 11:33 | |
*** e0ne has quit IRC | 11:33 | |
*** e0ne_ has quit IRC | 11:37 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W https://review.openstack.org/83770 | 11:42 |
StevenK | smulcahy: You should mail her with a commit id or two | 11:45 |
*** matsuhashi has quit IRC | 11:49 | |
*** matsuhashi has joined #tripleo | 11:50 | |
*** matsuhas_ has joined #tripleo | 11:53 | |
*** matsuhashi has quit IRC | 11:54 | |
*** gcha has joined #tripleo | 11:55 | |
*** e0ne has joined #tripleo | 11:56 | |
*** e0ne_ has joined #tripleo | 11:59 | |
*** nosnos has quit IRC | 11:59 | |
*** lucasagomes is now known as lucas-hungry | 12:00 | |
*** e0ne has quit IRC | 12:02 | |
*** pblaho has quit IRC | 12:06 | |
openstackgerrit | Alexis Lee proposed a change to openstack/os-refresh-config: Note os-apply-config runs at level 50 https://review.openstack.org/85696 | 12:12 |
*** morazi has joined #tripleo | 12:16 | |
*** yamahata has quit IRC | 12:20 | |
*** bogdando has quit IRC | 12:22 | |
*** bogdando has joined #tripleo | 12:22 | |
*** bcrochet has quit IRC | 12:24 | |
*** bcrochet has joined #tripleo | 12:26 | |
*** zigo has quit IRC | 12:26 | |
*** ccrouch has joined #tripleo | 12:32 | |
*** jdob has joined #tripleo | 12:37 | |
*** rlandy has joined #tripleo | 12:38 | |
*** ramishra has quit IRC | 12:40 | |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Improve deployment page https://review.openstack.org/84702 | 12:42 |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Improve deployment page https://review.openstack.org/84702 | 12:43 |
*** sdake_ has quit IRC | 12:45 | |
*** andreaf has quit IRC | 12:45 | |
*** noslzzp has joined #tripleo | 12:47 | |
*** weshay has joined #tripleo | 12:50 | |
openstackgerrit | Alexis Lee proposed a change to openstack/diskimage-builder: Add ability to add extra apt keys https://review.openstack.org/83596 | 12:51 |
*** ccrouch has left #tripleo | 12:52 | |
*** jang has quit IRC | 12:54 | |
*** jang has joined #tripleo | 12:56 | |
*** martyntaylor has quit IRC | 12:59 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Catching overcloud keystone exception https://review.openstack.org/85365 | 12:59 |
*** lucas-hungry is now known as lucasagomes | 12:59 | |
openstackgerrit | Ryan Moore proposed a change to openstack/tripleo-image-elements: Read nova lock and state paths from nova.conf https://review.openstack.org/85702 | 13:00 |
*** ccrouch has joined #tripleo | 13:02 | |
openstackgerrit | Ryan Moore proposed a change to openstack/tripleo-heat-templates: Set the lock and state paths as heat configurable https://review.openstack.org/85705 | 13:02 |
*** lblanchard has joined #tripleo | 13:02 | |
*** weshay has quit IRC | 13:04 | |
*** weshay has joined #tripleo | 13:04 | |
*** dprince has joined #tripleo | 13:04 | |
*** ramishra has joined #tripleo | 13:10 | |
*** ramishra has quit IRC | 13:15 | |
*** derekh has joined #tripleo | 13:15 | |
*** martyntaylor has joined #tripleo | 13:17 | |
*** weshay has quit IRC | 13:18 | |
derekh | 2014-04-07T09:00:45 <shadower> should we treat check-tripleo-overcloud-f20 as voting? | 13:18 |
*** weshay has joined #tripleo | 13:18 | |
*** matty_dubs|gone is now known as matty_dubs | 13:18 | |
derekh | shadower: I think so yes, this gets it passing https://review.openstack.org/#/c/85552/2 | 13:19 |
shadower | derekh: cool, thanks | 13:20 |
derekh | anybody up to review that? has passed CI for F20 so we should be good to go for the overcloud F20 job | 13:20 |
*** lblanchard has quit IRC | 13:26 | |
*** matsuhas_ has quit IRC | 13:27 | |
*** matsuhashi has joined #tripleo | 13:28 | |
*** andreaf has joined #tripleo | 13:28 | |
lsmola_ | derekh: cool, that is what I was looking for | 13:29 |
*** e0ne_ has quit IRC | 13:30 | |
*** ramishra has joined #tripleo | 13:30 | |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Add sbin directories to PATH https://review.openstack.org/85552 | 13:30 |
derekh | lsmola_: np | 13:31 |
*** matsuhas_ has joined #tripleo | 13:31 | |
*** Vinsh has quit IRC | 13:32 | |
*** matsuhashi has quit IRC | 13:32 | |
*** matsuhas_ has quit IRC | 13:34 | |
anteaya | smulcahy: follow the "what to do if you don't see the email" instructions http://lists.openstack.org/pipermail/openstack-dev/2014-April/031919.html | 13:35 |
*** lblanchard has joined #tripleo | 13:35 | |
anteaya | smulcahy: I need to follow up your situation so email is best in this circumstance | 13:35 |
*** e0ne has joined #tripleo | 13:35 | |
*** bauzas has quit IRC | 13:40 | |
smulcahy | anteaya: thanks, mail sent | 13:41 |
jprovazn | anyone else is getting undercloud without network interface (and no network available, loopback only)? | 13:42 |
*** bauzas has joined #tripleo | 13:42 | |
anteaya | smulcahy: great thanks | 13:43 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: TEST ONLY: make nova depend on common-venv https://review.openstack.org/79989 | 13:45 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Openstack-clients: don't hard code venv https://review.openstack.org/79988 | 13:45 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS... https://review.openstack.org/76966 | 13:45 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element https://review.openstack.org/76967 | 13:45 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Horizon: dynamically set config time env vars https://review.openstack.org/82611 | 13:45 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W https://review.openstack.org/83770 | 13:45 |
*** yamahata has joined #tripleo | 13:45 | |
lifeless | morning | 13:47 |
lifeless | horizon on the overcloud seems hard to debug | 13:48 |
lifeless | Something went wrong! | 13:48 |
lifeless | An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator. | 13:48 |
lifeless | but nothing useful in the apache/horizon_error.log | 13:48 |
Goneri | lifeless: useful informations are in /var/log/horizon/horizon.log on Debian/Ubuntu | 13:49 |
*** e0ne has quit IRC | 13:50 | |
*** e0ne has joined #tripleo | 13:51 | |
*** sballe has quit IRC | 13:55 | |
lifeless | Goneri: no such file here | 13:56 |
lifeless | no such directory even | 13:57 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Rough POC of in-tree downloaded images support. https://review.openstack.org/85636 | 13:57 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Make cloudprompt safe to import multiple times. https://review.openstack.org/85620 | 13:57 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Remove boot-seed-vm need to know ssh key. https://review.openstack.org/85619 | 13:57 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment. https://review.openstack.org/85130 | 13:57 |
*** Vinsh_HP has joined #tripleo | 14:02 | |
*** e0ne_ has joined #tripleo | 14:03 | |
Goneri | lifeless: maybe the directory is missing, what do you have in LOCAL_PATH in local_settings.py | 14:05 |
*** Vinsh_HP is now known as Vinsh | 14:05 | |
*** e0ne has quit IRC | 14:06 | |
lifeless | no LOCAL_PATH at all | 14:09 |
lifeless | see os-apply-config/etc/horizon/local_settings.py | 14:09 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Excplicitly install dhcp-agent https://review.openstack.org/74991 | 14:10 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tripleo-incubator: Register the Tuskar Service in the Undercloud https://review.openstack.org/85050 | 14:12 |
lifeless | -> breakfast eetc | 14:12 |
anteaya | smulcahy: any difficultly finding your ballot for cinder? | 14:15 |
Goneri | lifeless: ok, so here, in my :w | 14:25 |
Goneri | my local_settings.py, I've DEBUG = True | 14:26 |
openstackgerrit | Andrea Frittoli proposed a change to openstack/tripleo-image-elements: Allow tempest tenant isolation https://review.openstack.org/85727 | 14:26 |
Goneri | TEMPLATE_DEBUG = DEBUG | 14:26 |
Goneri | lifeless: LOCAL_PATH is /var/log/horizon/horizon.log | 14:32 |
Goneri | you can set it and restart, /var/log/horizon has to be owned by the WSGI user. | 14:32 |
*** julim has joined #tripleo | 14:34 | |
*** akuznetsov has quit IRC | 14:43 | |
smulcahy | anteaya: I didn't receive one for cinder this time but can't remember when I last submitted a change to cinder | 14:44 |
anteaya | november: https://review.openstack.org/#/dashboard/6153 | 14:46 |
*** ramishra has quit IRC | 14:47 | |
*** akuznetsov has joined #tripleo | 14:57 | |
*** sdake has joined #tripleo | 14:58 | |
*** sdake has quit IRC | 14:58 | |
*** sdake has joined #tripleo | 14:58 | |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | Untriaged bugs so far: | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302856 | 15:00 |
uvirtbot | Launchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1303809 | 15:00 |
uvirtbot | Launchpad bug 1303809 in tripleo "shared network defined in overcloud" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302629 | 15:00 |
uvirtbot | Launchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 15:00 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302559 | 15:00 |
uvirtbot | Launchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New] | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Update dict of power states https://review.openstack.org/85735 | 15:00 |
openstackgerrit | Jaromir Coufal proposed a change to openstack/tuskar-ui: Improved Horizon styling (just for Tuskar UI) https://review.openstack.org/85736 | 15:01 |
*** blamar has joined #tripleo | 15:01 | |
*** yamahata has quit IRC | 15:04 | |
*** yamahata has joined #tripleo | 15:04 | |
*** whayutin_ has joined #tripleo | 15:07 | |
*** weshay has quit IRC | 15:10 | |
*** geerdest has joined #tripleo | 15:16 | |
*** pblaho has joined #tripleo | 15:17 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Improve deployment page https://review.openstack.org/84702 | 15:19 |
slagle | lifeless: can you review https://review.openstack.org/#/c/85485/ when you're able | 15:21 |
*** jprovazn is now known as jprovazn_bbl | 15:23 | |
derekh | lifeless: F20 overcloud jobs now passing https://jenkins04.openstack.org/job/check-tripleo-overcloud-f20/24/ | 15:30 |
dprince | derekh: cool. What was the 'service' error I saw earlier? | 15:34 |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-heat-templates: Add rabbitmq keepalive and keepalive parameters to overcloud/undercloud template https://review.openstack.org/81934 | 15:36 |
derekh | dprince: https://review.openstack.org/#/c/85552/ | 15:37 |
dprince | derekh: thanks. I've quite caught up this morning... | 15:38 |
derekh | but zuul nodepool seems to have a preference for building the precise nodes, I don't think its going to scale up the F20 nodes from 2 until after it has satisfied the demand for all precise nodes, which results in very being reported back to gerrit until the entire queue is cleared of precise jobs (at least that what it looks like is happening) | 15:39 |
dprince | derekh: is that based on ordering perhaps? | 15:41 |
dprince | derekh: or just that we should bump the min-ready to match the precise nodes? | 15:42 |
derekh | dprince: I'd say so probably | 15:42 |
dprince | derekh: Why not bump min-ready to 10 then? | 15:42 |
*** gcha has quit IRC | 15:43 | |
derekh | dprince: bumping min-ready should help us work around the problem better but only if the length of the queue is less then min-ready for f20 | 15:43 |
derekh | dprince: short term its probably the best thing to do | 15:43 |
dprince | derekh: yep, agree. Does sound like there is a weighting issue in nodepool/zuul somewhere then | 15:43 |
*** newell_ has joined #tripleo | 15:44 | |
shadower | SpamapS: thanks for the merge.py reply. It cleared a lot of things up | 15:44 |
derekh | dprince: ok, gonna ask on #infra see if its a problem they have hit before | 15:44 |
*** ramishra has joined #tripleo | 15:48 | |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-image-elements: Add keepalive option to rabbitmq config https://review.openstack.org/81920 | 15:52 |
*** ramishra has quit IRC | 15:53 | |
*** eghobo has joined #tripleo | 15:54 | |
*** matty_dubs is now known as matty_dubs|lunch | 15:57 | |
*** martyntaylor has quit IRC | 15:59 | |
*** ramishra has joined #tripleo | 16:01 | |
*** bauzas has quit IRC | 16:02 | |
*** cwolferh has joined #tripleo | 16:02 | |
*** hashar has quit IRC | 16:02 | |
openstackgerrit | Jaromir Coufal proposed a change to openstack/tuskar-ui: Improved Horizon styling (just for Tuskar UI) https://review.openstack.org/85736 | 16:05 |
*** ramishra has quit IRC | 16:05 | |
*** pblaho has quit IRC | 16:06 | |
*** jcoufal has quit IRC | 16:07 | |
*** e0ne_ has quit IRC | 16:16 | |
*** e0ne has joined #tripleo | 16:16 | |
*** martyntaylor has joined #tripleo | 16:17 | |
*** e0ne has quit IRC | 16:21 | |
athomas | New ironic server RPMs based on RC1: http://repos.fedorapeople.org/repos/openstack-m/openstack-m/fedora-20/ | 16:24 |
NobodyCam | good morning TriplO | 16:27 |
*** sdake_ has joined #tripleo | 16:27 | |
*** sdake_ has quit IRC | 16:27 | |
*** sdake_ has joined #tripleo | 16:27 | |
NobodyCam | any one have a free minute to take a look at : https://review.openstack.org/#/c/85455 | 16:27 |
*** zigo has joined #tripleo | 16:28 | |
lifeless | derekh: o/ | 16:31 |
derekh | lifeless: hi ya | 16:31 |
lifeless | slagle: hey so I'm trying to get downloadable imges into incubator - would love it if you had a look through my stack | 16:31 |
*** ramishra has joined #tripleo | 16:31 | |
lifeless | slagle: I haven't tackled the updating of the seed config yet - wondering if you can point me at how you did that? | 16:31 |
*** meena has quit IRC | 16:32 | |
ccrouch | lucasagomes: wdyt of https://review.openstack.org/#/c/85455, i know you can't +2 but a +1 would be encouraging :-) | 16:32 |
*** zigo has quit IRC | 16:33 | |
lucasagomes | ccrouch, will take a look | 16:33 |
ccrouch | cheers | 16:33 |
*** beekneemech is now known as bnemec | 16:34 | |
lucasagomes | ccrouch, heh yeah makes total sense to remove the hardcoded --{debug,verbose | 16:34 |
lifeless | slagle: looking | 16:34 |
*** zigo has joined #tripleo | 16:34 | |
*** ramishra has quit IRC | 16:36 | |
derekh | lifeless: quick summary, F20 jobs are passing now, but only 2 F20 nodes are running at any one time, so things are slow, fungi is trying to delete instance in a error state to see if it fees things up any | 16:37 |
jdob | SpamapS: ping | 16:38 |
*** jistr has quit IRC | 16:39 | |
*** zigo has quit IRC | 16:41 | |
slagle | lifeless: sure, i'll review that patch set. as for customizing the downloadable seed image, i used this script to build an iso file: https://github.com/slagle/tripleo-incubator/blob/undercloud-config-drive/scripts/undercloud-config-drive to use as a config drive datasource for cloud-init | 16:41 |
fungi | derekh: seems there are about a dozen nodepool can't delete (novaclient is timing out trying to delete them) http://paste.openstack.org/show/75226/ | 16:42 |
jdob | SpamapS: "Ideally we'd eliminate merge.py entirely. Realistically I think we'll | 16:42 |
jdob | deprecate features one by one and maybe can expect to get rid of merge.py in a release or two." - is there a wiki outlining all of the steps or just a set of blueprints? | 16:42 |
slagle | lifeless: that hasn't been updated for the newer ways we are handling the virtual power ssh key btw | 16:42 |
slagle | lifeless: then once that iso is built, i just attach it to the vm, as in step 7 here: http://openstack.redhat.com/TripleO_VM_Setup#Undercloud_Setup | 16:43 |
hewbrocca | jdob: sbaker had a nice set of steps at the end of that thread | 16:43 |
slagle | lifeless: all those docs are talking about undercloud, but it'd be the same for a seed vm | 16:43 |
*** flashgordon is now known as jogo | 16:44 | |
lifeless | slagle: oh right yes - so I want the bootable sub stick thing you did :) | 16:44 |
lifeless | USB | 16:45 |
derekh | lifeless: fungi: ok, sound ok to ye if I reset then delete them? | 16:45 |
slagle | lifeless: oh, for that i used some fedora tools that are kickstart based | 16:45 |
lifeless | derekh: IME just resetting is enough to let nodepool kick things into shape | 16:45 |
fungi | derekh: yes, nodepoold wants to delete them and has them in a pending delete state in its db already, but is continuing to count them against the quota | 16:45 |
*** zigo has joined #tripleo | 16:46 | |
lifeless | slagle: I have two overlapping scenarios I guess. I'd forgotten the cloud config drive trick, thats awesome. | 16:46 |
lifeless | slagle: did you move forward on bringing that into incubator ? | 16:46 |
openstackgerrit | A change was merged to openstack/tuskar: Don't show image parameters to user https://review.openstack.org/85012 | 16:46 |
slagle | lifeless: no...i can though. other stuff got bumped to the top of the queue :) | 16:46 |
derekh | fungi: lifeless: ok, resetting | 16:47 |
lifeless | slagle: its ok, I'll see what I can pickup, gimme couple days | 16:47 |
slagle | lifeless: so for building the live usb, i used this tooling: https://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD | 16:47 |
lifeless | derekh: 'nova list --all-tenants | awk '/ERROR/ { print $2 }' | xargs -n1 nova reset | 16:47 |
slagle | lifeless: then in the %post of the kickstart file (for arbitrary scripts), i used instack to apply the tripleo elements i wanted | 16:48 |
lifeless | dprince: so I realised there is a place we change the network config dramatically - and thats a USB based seed, where the user might change their network for deploys willy-nilly | 16:48 |
slagle | (instack applies the elements to the system, as opposed to an image build) | 16:48 |
*** yassine has quit IRC | 16:48 | |
slagle | but during the kickstart build, i'm already chrooted into the image. so i needed some different tooling | 16:48 |
derekh | lifeless: fungi done | 16:49 |
lifeless | I'm wondering if just dding a seed vm onto a usb key will work | 16:50 |
slagle | lifeless: then just livecd-iso-to-disk to copy the built live iso to a usb | 16:50 |
fungi | derekh: lifeless: i'm able to get nodepool to delete them now hopefully your concurrency will be trending upward again shortly | 16:53 |
derekh | fungi: looks like we are now creating more f20 nodes | 16:53 |
fungi | boffo | 16:54 |
derekh | fungi: thanks | 16:54 |
fungi | derekh: oh, looks like 3df18b37-4a69-45cb-a58f-a1652fdb6371 needs help too | 16:55 |
fungi | that one's still hanging on delete. the rest are gone though | 16:56 |
lifeless | derekh: can you mail the lsits aout f20 being voting now ? | 16:56 |
derekh | lifeless: will do | 16:56 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Glance: Allow configuring default_log_levels https://review.openstack.org/76557 | 16:56 |
lifeless | derekh: if you think its stable enough ? | 16:57 |
lifeless | derekh: oh and obviously upate the zuul config | 16:57 |
*** marun has joined #tripleo | 16:57 | |
derekh | lifeless: lets give it a few hours as I only have 2 or 3 passing jobs to base things on currently | 16:58 |
derekh | lifeless: I'll mail the list once it looks like everything is still happy in a few hours | 16:59 |
derekh | fungi: I've reset 3df18b37-4a69-45cb-a58f-a1652fdb6371 | 17:00 |
*** lucasagomes is now known as lucas-afk | 17:00 | |
fungi | derekh: great---thanks. i've deleted it now | 17:00 |
fungi | derekh: http://paste.openstack.org/show/75231/ | 17:02 |
fungi | working as designed | 17:02 |
derekh | fungi: great, thanks for the help | 17:04 |
SpamapS | shadower: cool, and thanks again for writing the summary. | 17:04 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/diskimage-builder: Iterate over provided elements first https://review.openstack.org/85755 | 17:05 |
SpamapS | jdob: I have not been organized at all in killing merge.py.. it's just marked for death. ;) | 17:05 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Nova: disable scheduler debugging. https://review.openstack.org/85756 | 17:07 |
*** derekh has quit IRC | 17:10 | |
bnemec | NobodyCam: How close is the undercloud-ironic job to passing? I'm going to drop the f20 job from my nonvoting change, but if ironic is going to be fixed shortly I'll just abandon the whole thing and save infra some aggravation. :-) | 17:14 |
jp_at_hp | jprovazn_bbl: Can you take a look at https://bugs.launchpad.net/tripleo/+bug/1303911 and https://review.openstack.org/#/c/85755/ please? lifeless - you may want to take a quick look too. | 17:14 |
*** matty_dubs|lunch is now known as matty_dubs | 17:14 | |
uvirtbot | Launchpad bug 1303911 in tripleo "element-info incorrectly errors when a dependency is virtual and the provides comes after the dependency" [Undecided,Confirmed] | 17:14 |
*** cadenzajon has joined #tripleo | 17:15 | |
jdob | SpamapS: gotcha :) | 17:16 |
*** athomas has quit IRC | 17:16 | |
NobodyCam | bnemec: I would hope before eod today. I ve got a patch for the current error,, however I am now getting another time out | 17:17 |
NobodyCam | error. so I hope with the logging patch I have up I can get to the root cause | 17:17 |
lifeless | jp_at_hp: I think the paproach can still fail | 17:18 |
bnemec | NobodyCam: Okay, maybe I'll push a new patch but mark it WIP for now. Then if it looks like the ironic job is going to take a while it'll be simple to update. | 17:18 |
bnemec | NobodyCam: Thanks for the update | 17:18 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-incubator: Generate better bm network mac addresses for VMs https://review.openstack.org/83867 | 17:19 |
lifeless | jp_at_hp: perhaps better to treat unsatisfied things as 'probably virtual' and check them back at the end? | 17:19 |
NobodyCam | :) will ping you as i get closer to seeing what really going on! | 17:19 |
hewbrocca | SpamapS: we now have a full hunting party out after it | 17:19 |
hewbrocca | Loose the hounds, smithers! | 17:19 |
bnemec | NobodyCam: Sounds good | 17:19 |
*** blamar has quit IRC | 17:20 | |
*** jdob_ has joined #tripleo | 17:20 | |
jp_at_hp | lifeless: yes - I knew that the change I proposed would fail given depth, but it seemed a good start ;-) | 17:23 |
jp_at_hp | lifeless: the larger problem is the inclusion of unwanted dependencies when the order of the dependencies is off | 17:24 |
lifeless | jp_at_hp: so I haven't looked at the patchsets that implemented this | 17:25 |
jp_at_hp | lifeless: so the skip missing and check at end approach fails on that. It means translate all of the provides first, then see what deps we have, and repeat until satisfied. I sense a recursive function in there somewhere... | 17:25 |
lifeless | jp_at_hp: huh? so - include all the given names, all of which expand any virtual names; then repeat etc, and at the end any unsatisfied virtuals get scanned for | 17:26 |
jp_at_hp | lifeless: let me think on how to explain it better. I thought the bug was clear with the test cases, just need to work out how to do that for any number of levels of dependencies rather than only being correct for things on the same level. | 17:29 |
SpamapS | hewbrocca: eeexxccelent | 17:30 |
*** ramishra has joined #tripleo | 17:32 | |
*** martyntaylor has left #tripleo | 17:33 | |
pleia2 | lifeless: shooting for having WIP changes for both pypi and ubuntu mirrors up by EOD, heading off to pycon tomorrow so I wanted to leave some bread crumbs | 17:33 |
lifeless | pleia2: cool | 17:36 |
*** ramishra has quit IRC | 17:36 | |
pleia2 | lifeless: also, spent some time this weekend learning about motivating the elephant, plane ride should be good ;) | 17:37 |
*** jdob_ has quit IRC | 17:40 | |
*** e0ne has joined #tripleo | 17:49 | |
*** blamar has joined #tripleo | 17:50 | |
lifeless | pleia2: :) | 17:51 |
bnemec | sda: unknown partition table <-- Well there's yer problem (I hope...) | 17:55 |
*** saurabhs has joined #tripleo | 18:01 | |
*** jang1 has joined #tripleo | 18:02 | |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/diskimage-builder: Use provides to note an element provides an OS https://review.openstack.org/85773 | 18:06 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/tripleo-image-elements: Define the contents of images as elements https://review.openstack.org/85776 | 18:07 |
jb11211 | Guys. in the tripleo bug tracker how do I link a bug to my proposed fix | 18:07 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/tripleo-incubator: Use the elements that define images https://review.openstack.org/85777 | 18:08 |
*** panda has quit IRC | 18:08 | |
jp_at_hp | slagle: you might be interested in the three changes above... | 18:08 |
*** panda has joined #tripleo | 18:09 | |
*** petertoft has quit IRC | 18:10 | |
slagle | jp_at_hp: cool, will check it out | 18:11 |
GheRivero | jb11211: https://wiki.openstack.org/wiki/GitCommitMessages#Including_external_references | 18:12 |
*** jang has quit IRC | 18:12 | |
jp_at_hp | slagle: defines seed image as an element, and then allows build-time image verification... | 18:13 |
jp_at_hp | (and overcloud/undercloud, etc) | 18:13 |
jp_at_hp | slagle: please tell me if you think I'm going start raving mad going down that route... | 18:18 |
jp_at_hp | :D | 18:18 |
*** sff has joined #tripleo | 18:19 | |
slagle | jp_at_hp: i don't think you're going mad :) | 18:20 |
slagle | jp_at_hp: i like the idea of encapsulating the image build definition into a specific element. similar to what i'm doing with the rdo element | 18:21 |
slagle | the names might be a bit too generic though, as undercloud, etc, might end up meaning different things to different people | 18:22 |
*** jdob has quit IRC | 18:22 | |
jp_at_hp | slagle: sure - this is likely a poc of the idea, (which flushed out a nice bug in the provides/deps logic) and I am open to name-wrangling. For example I was about to start naming the undercloud non-ha-undercloud... | 18:23 |
jang1 | jp: I take it this is for type-checking only, right? That is, if an explicit dependency - or one obtaioned through the transitive closure of element-deps over concrete element types - "provides" a desired "abstract element" (for want of a better term), then the DIB invocation effectively typechecks. What I'd be really, really wary of is it trying to pick elements with abstract provides to "provide" a missing piece. I think th | 18:26 |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Health state improvements https://review.openstack.org/85783 | 18:30 |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Update dict of power states https://review.openstack.org/85735 | 18:30 |
*** ramishra has joined #tripleo | 18:33 | |
*** akrivoka has quit IRC | 18:37 | |
*** ramishra has quit IRC | 18:37 | |
*** morganfainberg_Z is now known as morganfainberg | 18:39 | |
*** andreaf has quit IRC | 18:40 | |
jp_at_hp | jang1: it is looking to move the definition of what is in an image at a part of the stack out of the devtest_* scripts and into the code that is tripleo-image-elements. your last message tailed off, so I'm not sure what you were going to ask :D | 18:42 |
rcarrillocruz | helo helo, could any core reviewer have a look at https://review.openstack.org/#/c/84801/ please? just need an additional +2 ... | 18:44 |
openstackgerrit | john Brooker proposed a change to openstack/tripleo-incubator: Allow baremetal-networks to be passed to devtest https://review.openstack.org/85446 | 18:46 |
jp_at_hp | jang1: my testing of it was quite fruitful, and I got a successful devtest run after fixing the couple of deps/provides bugs it threw up. I was looking at it as a very neat way to provide a stock definition of what an image in the stack is, so what the undercloud is, for example, but in a way that lets the requirement of a distribution be specified abstractly, using the deps and provides of the elements. My initial poc focused on the | 18:47 |
jp_at_hp | jang1: it helps towards a solution in the following three etherpads: https://etherpad.openstack.org/p/devtest-env-reqs https://etherpad.openstack.org/p/tripleo-incubator-rationalise-ui https://etherpad.openstack.org/p/tripleo-devtest.sh-refactoring-blueprint :D | 18:48 |
*** jp_at_hp has quit IRC | 18:49 | |
openstackgerrit | john Brooker proposed a change to openstack/tripleo-incubator: Allow baremetal-networks to be passed to devtest https://review.openstack.org/85446 | 18:50 |
*** GheRivero_ has joined #tripleo | 18:53 | |
*** lucas-afk is now known as lucasagomes | 18:56 | |
jang1 | jp: looks good. My question (broken into ines) was... | 18:58 |
jang1 | I take it this is for type-checking only, right? | 18:58 |
jang1 | That is, if an explicit dependency - or one obtaioned through the transitive closure of element-deps over concrete element types - | 18:58 |
jang1 | "provides" a desired "abstract element" (for want of a better term), then the DIB invocation effectively typechecks. | 18:58 |
jang1 | What I'd be really, really wary of is it trying to pick elements with abstract provides to "provide" a missing piece. | 18:58 |
jang1 | I think the latter behaviour would be an overly complex addition. | 18:58 |
*** GheRivero_ has quit IRC | 18:59 | |
openstackgerrit | john Brooker proposed a change to openstack/tripleo-incubator: incloud CIDR can overlap custom baremetal-network https://review.openstack.org/85516 | 18:59 |
lifeless | ok so morning properly now | 19:02 |
openstackgerrit | john Brooker proposed a change to openstack/tripleo-incubator: incloud CIDR can overlap custom baremetal-network https://review.openstack.org/85516 | 19:02 |
lifeless | jang1: +1 | 19:03 |
*** blamar has quit IRC | 19:06 | |
*** blamar has joined #tripleo | 19:07 | |
*** dprince has quit IRC | 19:08 | |
*** mrunge has quit IRC | 19:08 | |
*** eguz has joined #tripleo | 19:09 | |
*** eghobo has quit IRC | 19:12 | |
*** eghobo has joined #tripleo | 19:13 | |
*** GheRivero__ has joined #tripleo | 19:14 | |
*** nati_ueno has joined #tripleo | 19:14 | |
*** GheRivero__ has quit IRC | 19:15 | |
*** eguz has quit IRC | 19:15 | |
openstackgerrit | Michael Tupitsyn proposed a change to openstack/tripleo-image-elements: Configurable Keystone token provider https://review.openstack.org/84802 | 19:19 |
*** GheRivero__ has joined #tripleo | 19:25 | |
*** GheRivero__ has quit IRC | 19:26 | |
*** GheRivero_ has joined #tripleo | 19:27 | |
*** e0ne has quit IRC | 19:34 | |
*** ramishra has joined #tripleo | 19:34 | |
*** e0ne has joined #tripleo | 19:34 | |
*** hashar has joined #tripleo | 19:34 | |
*** petertoft has joined #tripleo | 19:38 | |
*** UtahDave has joined #tripleo | 19:38 | |
*** ramishra has quit IRC | 19:38 | |
*** UtahDave has left #tripleo | 19:38 | |
*** e0ne has quit IRC | 19:39 | |
*** akuznetsov has quit IRC | 19:44 | |
*** akuznetsov has joined #tripleo | 19:54 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Glance: Change seed json to use config hierarchy https://review.openstack.org/78271 | 20:01 |
*** lucasagomes_ has joined #tripleo | 20:03 | |
*** funzo has quit IRC | 20:03 | |
*** funzo has joined #tripleo | 20:04 | |
*** lucasagomes_ is now known as lucas-dinner | 20:06 | |
*** funzo has quit IRC | 20:08 | |
*** lucasagomes has quit IRC | 20:10 | |
*** greghaynes has quit IRC | 20:10 | |
*** boris-42 has quit IRC | 20:10 | |
*** petertoft has quit IRC | 20:10 | |
lifeless | hmm, no greghaynes today | 20:13 |
*** greghaynes has joined #tripleo | 20:16 | |
lifeless | ahha | 20:17 |
lifeless | greghaynes: how goeth HA :) | 20:17 |
greghaynes | woo internal training | 20:17 |
greghaynes | so I havent done much more than babysit the galera review | 20:18 |
greghaynes | huh, I guess I was on the bad side of a netsplit | 20:19 |
*** funzo has joined #tripleo | 20:21 | |
*** petertoft has joined #tripleo | 20:22 | |
lifeless | Ng: how are we going ton reclaiming those additional nodes? with f20 now up, we're using 6 (& test environments) slaves per push ... | 20:25 |
lifeless | greghaynes: ok, so there are quite a few internal folk -really- interested in when they can say 'HA DB is done, just use it'. | 20:26 |
lifeless | greghaynes: I'd like to give them a better answer than 'nearly there' | 20:26 |
Ng | lifeless: it's going pretty slowly, which is mostly me. The tricky ones are where we get failed deployments, and the DC folk can't find anything wrong | 20:28 |
*** boris-42 has joined #tripleo | 20:28 | |
lifeless | Ng: ugh | 20:29 |
greghaynes | lifeless: unclear on what HA DB is done would mean - do you mean they can devtest with more than one notcompute or just simply they can hack a heat template up to run a db cluster? | 20:29 |
greghaynes | the db cluster only requires the galera patch thats been meandering through the review queue | 20:30 |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Add BlockStorage0Config Resource https://review.openstack.org/83416 | 20:31 |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Add enable_tunneling to swift storage metadata https://review.openstack.org/83417 | 20:31 |
greghaynes | and ive had that on a pretty high interrrupt level for changes | 20:31 |
lifeless | greghaynes: I think being able to deploy a 3-node galera cluster with heat would be a good answer | 20:33 |
*** petertoft has quit IRC | 20:34 | |
lifeless | greghaynes: review # ? | 20:34 |
greghaynes | https://review.openstack.org/#/c/83675 | 20:34 |
*** andreaf has joined #tripleo | 20:34 | |
*** ramishra has joined #tripleo | 20:35 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Delete unused 'virt_type' key from nodes list. https://review.openstack.org/83659 | 20:36 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Enable Galera clustering https://review.openstack.org/83675 | 20:37 |
greghaynes | ^^^ | 20:37 |
*** ramishra has quit IRC | 20:39 | |
lifeless | greghaynes: I know - see who +A'd it ;) | 20:40 |
greghaynes | tyty | 20:40 |
greghaynes | probably a good idea for https://review.openstack.org/#/c/83883/ too | 20:40 |
greghaynes | kind of sad that it was uploaded a week ago and no one has commented | 20:41 |
*** jprovazn_bbl has quit IRC | 20:43 | |
*** dprince has joined #tripleo | 20:43 | |
lifeless | slagle: SpamapS: https://review.openstack.org/#/c/83695/ | 20:44 |
lifeless | greghaynes: http://russellbryant.net/openstack-stats/tripleo-openreviews.html is sad | 20:44 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Write network configuration into seeds config.json https://review.openstack.org/83125 | 20:45 |
greghaynes | maybe we need to beg to the new people pushing reviews to please also spend some time doing reviews | 20:45 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Don't hard code the baremetal seed IP in seedrc https://review.openstack.org/83126 | 20:45 |
bnemec | greghaynes: Welcome to OpenStack, where 90%* of the contributors don't review. :-) | 20:50 |
bnemec | *Note: statistics contained here may be wild guesses with no factual basis. | 20:50 |
greghaynes | haha | 20:51 |
greghaynes | Yes, its just the only big change I can think of that might cause the recent review mega-backlog: bunch of new contributors | 20:51 |
bnemec | My deploy ramdisk didn't kernel panic! | 20:51 |
* bnemec happydances | 20:51 | |
greghaynes | \O/ | 20:51 |
bnemec | greghaynes: Yeah, it's something pretty much every project is dealing with, I think. | 20:52 |
bnemec | OpenStack is growing so fast, but there are only so many experienced reviewers. | 20:52 |
greghaynes | fun stuff | 20:52 |
bnemec | Is anyone aware of a reason I shouldn't add set -x to the ramdisk init script? | 20:55 |
bnemec | It was basically impossible to debug without it. | 20:56 |
bnemec | Wondering if the extra output would cause issues for serial consoles or something though. | 20:56 |
lifeless | dprince: welcome to core | 20:57 |
lifeless | bnemec: not offhand | 20:58 |
*** hashar has quit IRC | 20:58 | |
dprince | lifeless: Thanks sir | 20:58 |
bnemec | lifeless: Okay, thanks. | 20:59 |
lifeless | dprince: are you dprince in gerrit? for reviewstats | 20:59 |
bnemec | dprince: Congrats! | 20:59 |
dprince | lifeless: I'm dan-prince | 20:59 |
rbrady | congrats dprince | 20:59 |
dprince | lifeless: dprince was taken on LP if I recall (historically what we initially used for project registration, etc) | 21:00 |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302629 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1290488 | 21:00 |
uvirtbot | Launchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302559 | 21:00 |
uvirtbot | Launchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete] | 21:00 |
uvirtbot | Launchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302856 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302881 | 21:00 |
uvirtbot | Launchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed] | 21:00 |
uvirtbot | Launchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,In progress] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1303911 | 21:00 |
uvirtbot | Launchpad bug 1303911 in tripleo "element-info incorrectly errors when a dependency is virtual and the provides comes after the dependency" [Undecided,Confirmed] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1303809 | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
uvirtbot | Launchpad bug 1303809 in tripleo "shared network defined in overcloud" [Undecided,New] | 21:00 |
bnemec | ^ Might be worth a mailing list remind that devs should triage their own bugs. | 21:01 |
bnemec | I know last time I looked there were a number of bugs opened by developers on the untriaged list. | 21:01 |
lifeless | many of those are new devs | 21:01 |
lifeless | I figure as they get into reviews etc we'll suggest appropriate group membership | 21:01 |
bnemec | Sounds good | 21:02 |
*** pblaho has joined #tripleo | 21:03 | |
lifeless | greghaynes: reviewed https://review.openstack.org/#/c/83883/ | 21:03 |
greghaynes | dprince: congrats! | 21:04 |
dprince | greghaynes/bnemac/rbrady: thanks | 21:05 |
*** lblanchard has quit IRC | 21:06 | |
*** pblaho has quit IRC | 21:06 | |
*** dprince has quit IRC | 21:09 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering https://review.openstack.org/83883 | 21:11 |
openstackgerrit | Jenkins proposed a change to openstack/os-apply-config: Updated from global requirements https://review.openstack.org/85828 | 21:14 |
openstackgerrit | Jenkins proposed a change to openstack/os-collect-config: Updated from global requirements https://review.openstack.org/85829 | 21:14 |
openstackgerrit | Jenkins proposed a change to openstack/os-refresh-config: Updated from global requirements https://review.openstack.org/85830 | 21:15 |
lifeless | greghaynes: bnemec: whats your reviewer dashboard patch in gerit? | 21:15 |
greghaynes | asking for https://review.openstack.org/#/dashboard/10035 ? | 21:16 |
lifeless | thanks | 21:16 |
bnemec | lifeless: https://review.openstack.org/#/dashboard/6928 | 21:17 |
*** jcoufal has joined #tripleo | 21:17 | |
* greghaynes gawks at the length of bnemec's dashboard | 21:18 | |
*** akuznetsov has quit IRC | 21:18 | |
clarkb | greghaynes: https://review.openstack.org/#/dashboard/4146 :P | 21:19 |
greghaynes | I think we can all agree that -infra is hacks | 21:20 |
greghaynes | :) | 21:20 |
bnemec | Yeah, I was going to say go look at lifeless's or Sean Dague's :-) | 21:20 |
* bnemec does not think infra are hacks | 21:21 | |
bnemec | totally not because I don't want every thing I submit to infra to be -2'd either... ;-) | 21:21 |
greghaynes | haha, good point | 21:21 |
bnemec | /home/bnemec/tripleo/tripleo-incubator/scripts/setup-baremetal: line 102: ROOT_DISK: unbound variable | 21:24 |
bnemec | Not fair, I didn't even touch tripleo-incubator scripts yet. :-P | 21:25 |
tchaypo | bahaha | 21:27 |
lifeless | bnemec: re-source _variables IIRC | 21:31 |
bnemec | lifeless: Hmm, this was just a straight devtest.sh run, so it should have done that. | 21:32 |
* bnemec tries again | 21:32 | |
bnemec | Oh, it probably pulled down a new version of incubator. | 21:32 |
lifeless | SpamapS: what reviews do you need done ? | 21:35 |
*** ramishra has joined #tripleo | 21:35 | |
greghaynes | https://review.openstack.org/#/c/83614/ | 21:35 |
greghaynes | I bet | 21:35 |
*** jang1 has quit IRC | 21:36 | |
*** ramishra has quit IRC | 21:37 | |
*** ramishra has joined #tripleo | 21:37 | |
lifeless | huh | 21:37 |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Standardise location of environment password/rc files. https://review.openstack.org/83250 | 21:38 |
lifeless | clarkb: ^ that review. when jenkins auto-does a check run, does it start check-tripleo too ? | 21:38 |
lifeless | I'm going to guess at no | 21:38 |
lifeless | bug https://bugs.launchpad.net/openstack-ci/+bug/1304057 | 21:39 |
uvirtbot | Launchpad bug 1304057 in openstack-ci "stale review check doesn't run check-tripleo jobs" [Undecided,New] | 21:39 |
greghaynes | tchaypo: sorry - my nits are never ending :( | 21:41 |
tchaypo | your nits are a welcome and joyous addition to my muesli | 21:41 |
tchaypo | along with all the other fruits and nuts already there | 21:42 |
*** ramishra has quit IRC | 21:42 | |
lifeless | ok I'm thoroughly confused with https://review.openstack.org/#/c/83190/ | 21:43 |
lifeless | wendar_: https://review.openstack.org/#/c/81572/ needs a refresh | 21:44 |
lifeless | wendar_: it would be nice to have it intree, even though its not crit path | 21:45 |
lifeless | SpamapS: https://review.openstack.org/#/c/83633/ - shallow -1 on it | 21:46 |
lifeless | https://review.openstack.org/#/c/85224/ <- ready for review (CI passed) | 21:48 |
clarkb | lifeless: the check-tripleo pipeline doesn't vote correct? | 21:51 |
clarkb | lifeless: so no -1's or +1s result from it? | 21:52 |
lifeless | clarkb: thats correct | 21:52 |
openstackgerrit | Haneef Ali proposed a change to openstack/tripleo-image-elements: Changed the default rolename from Member to _member_ https://review.openstack.org/85853 | 21:53 |
lifeless | so what is Member vs _member_ ? | 21:54 |
lifeless | I've never understood why we have two | 21:54 |
*** GheRivero has quit IRC | 21:55 | |
*** GheRivero_ is now known as GheRivero | 21:55 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Rough POC of in-tree downloaded images support. https://review.openstack.org/85636 | 21:58 |
bnemec | lifeless: It sounds like it might not even be used anymore: https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L88 | 21:58 |
lifeless | oh man | 22:00 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Rough POC of easy bootstrap for Tripleo devs https://review.openstack.org/85636 | 22:01 |
lifeless | https://review.openstack.org/#/c/85455/ is already +2able | 22:02 |
lifeless | Ng: ^ SpamapS ^ | 22:02 |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Standardise location of environment password/rc files. https://review.openstack.org/83250 | 22:04 |
lifeless | bnemec: https://review.openstack.org/#/c/85222/8 should have addressed your concerns from earlier | 22:06 |
openstackgerrit | Haneef Ali proposed a change to openstack/tripleo-image-elements: Changed the default rolename from Member to _member_ https://review.openstack.org/85853 | 22:10 |
lifeless | my brains are leaking out me ears now | 22:10 |
lifeless | bnemec: since I just read all of your review feedback for $timeperiod | 22:10 |
bnemec | lifeless: A bit of light recreational reading then. ;-) | 22:12 |
lifeless | PTL fodder | 22:12 |
lifeless | human memory is terrible at remembering details | 22:12 |
lifeless | so to advocate someone for core, I review all their reviews for a good preiod | 22:12 |
lifeless | period | 22:12 |
lifeless | in one pass | 22:12 |
lifeless | (see 'thinking, fast and slow' for details on the poorness assertion) | 22:13 |
bnemec | I think zaneb actually had a tool to pull down all of someone's reviews for exactly that reason. | 22:13 |
lifeless | bnemec: I look for thinks like failing to catch problems | 22:13 |
lifeless | bnemec: or blocking things without helping folk move forward, etc | 22:13 |
*** giulivo has quit IRC | 22:15 | |
*** UtahDave has joined #tripleo | 22:16 | |
bnemec | lifeless: Zane's post to -dev: http://lists.openstack.org/pipermail/openstack-dev/2014-January/025299.html | 22:17 |
lifeless | bnemec: thanks | 22:17 |
bnemec | Not sure whether that makes the brain leakage problem better or worse, but there you go. :-) | 22:17 |
* lifeless pddles | 22:19 | |
lifeless | puddles | 22:19 |
bnemec | devtest.sh completed. \o/ | 22:21 |
bnemec | ^With set -[all the things] | 22:21 |
lifeless | minus all the things? | 22:22 |
lifeless | oh | 22:22 |
lifeless | eu opipefial? | 22:22 |
bnemec | yep | 22:22 |
*** UtahDave has left #tripleo | 22:22 | |
lifeless | nice | 22:22 |
bnemec | Broke many, many things | 22:22 |
lifeless | many spurious? or genuine bugs? | 22:23 |
bnemec | Going to let CI chew on this version and pray, but I'm guessing I'll find some problems on the Ubuntu code paths too. | 22:23 |
bnemec | A lot of spurious ones. | 22:24 |
bnemec | Unset variables that didn't really matter much, in particular. | 22:24 |
bnemec | But a few legit bugs too. | 22:24 |
lifeless | cool | 22:24 |
bnemec | Fedora wasn't reading kernel versions right in the dkms element for example. | 22:24 |
cadenzajon | I see some tripleo-image-elements for openstack services (i.e. keystone & glance) perform os-svc-enable && os-svc-restart in an os-refresh-config script. But others don't have scripts like this at all. How do they get restarted after conf file updates via os-apply-config? | 22:25 |
Lotus907efi | lifeless: should I submit a bug against that dhcp-all-interfaces element since it was not able to successfully bring up the 192.0.2.X network interface on this SL230 system with so many on-board NICs? | 22:25 |
Lotus907efi | and produced a real hack-up of a network/interfaces file? | 22:26 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Fix set -eu and pipefail failures https://review.openstack.org/85861 | 22:27 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: set -e all the things https://review.openstack.org/83927 | 22:27 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Make sure all scripts are set -e https://review.openstack.org/81637 | 22:27 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: set -u and -o pipefail everywhere https://review.openstack.org/84868 | 22:27 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Fix ironic api and conductor logging https://review.openstack.org/85455 | 22:29 |
*** ramishra has joined #tripleo | 22:38 | |
*** andreaf has quit IRC | 22:40 | |
lifeless | Lotus907efi: definitely | 22:41 |
lifeless | Lotus907efi: its meant to have locking and cope with any number of nics | 22:41 |
Lotus907efi | ah | 22:42 |
Lotus907efi | well I was not impressed... :) | 22:42 |
*** ramishra has quit IRC | 22:42 | |
Lotus907efi | do you think it is meant to be able to cope with having some unwired NICs? | 22:42 |
lifeless | yes | 22:43 |
Lotus907efi | i.e. on-board 1G NICs that as not cabled | 22:43 |
Lotus907efi | hmmm | 22:43 |
lifeless | explicit design point - and we use it with that config | 22:43 |
lifeless | our test servers in teh hp region are 4 port 2x1G 2x10G and only one of the 10Gs are wired | 22:43 |
Lotus907efi | the boot process stalled for quite a while during which it was trying to bring up networks | 22:43 |
Lotus907efi | ah, ok | 22:43 |
lifeless | yes, stall is expected since we timeout each interface - however we probably can improve that by making the locking more granular | 22:44 |
Lotus907efi | and rememeber I was using it with a ubuntu precise image rather than saucy | 22:44 |
lifeless | ah, so possibly there is a bug there | 22:44 |
Lotus907efi | I don't remember what happened when I tried it with my earlier attempt at baremetal booting with saucy | 22:45 |
Lotus907efi | that was a month or more ago now and I was not keeping notes | 22:46 |
*** morazi has quit IRC | 22:49 | |
lifeless | greghaynes: you can put your patch in a stack on top of https://review.openstack.org/#/c/84197/ if you want | 22:58 |
greghaynes | the galera one? | 23:00 |
greghaynes | oh, I get why | 23:00 |
greghaynes | was confused about why that would be wanted for a second | 23:00 |
lifeless | well you said 'x before y' :) | 23:01 |
greghaynes | I did? | 23:02 |
*** eguz has joined #tripleo | 23:03 | |
greghaynes | Confused because I *do* have a patch that is WIP until the notCompute one lands, but its a different repo | 23:04 |
*** UtahDave1 has joined #tripleo | 23:05 | |
*** UtahDave1 is now known as UtahDave | 23:05 | |
*** UtahDave has left #tripleo | 23:06 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Minor tweaks to docs in _testenv.sh https://review.openstack.org/84640 | 23:08 |
*** eghobo has quit IRC | 23:08 | |
lifeless | SpamapS: https://review.openstack.org/#/c/83614/ failed CI | 23:10 |
lifeless | greghaynes: Patch Set 1: Looks good to me, but someone else must approve | 23:10 |
lifeless | Disregard my previous comment - we dont pass in notcomputescale yet to merge.py. | 23:10 |
lifeless | That is a pretty good argument for why this patch should land ASAP, before https://review.openstack.org/#/c/83296/ | 23:10 |
*** matty_dubs is now known as matty_dubs|gone | 23:10 | |
lifeless | greghaynes: I didn't spot the cross-repo aspect I presume | 23:10 |
greghaynes | ah. Amplified confusion because ive been deving by rebasing a different patch on the notcompute one | 23:11 |
lifeless | greghaynes: you might like to see my comments on https://review.openstack.org/#/c/83250/ | 23:21 |
*** jcoufal has quit IRC | 23:22 | |
*** saurabhs has quit IRC | 23:22 | |
*** yamahata has quit IRC | 23:24 | |
*** whayutin_ has quit IRC | 23:28 | |
tchaypo | lifeless: i didn't want to use --end/--include because it ends up having 4 lines of directive for 8 lines of code | 23:32 |
tchaypo | but i can compromise by putting that around the if .. else, and then just nodocsing the fi | 23:33 |
tchaypo | does that seems aesthetically pleasing to you as well? | 23:33 |
greghaynes | woo backwards compat is fun | 23:33 |
lifeless | tchaypo: yes | 23:36 |
lifeless | end\nif\stuff\nelse\ninclude | 23:36 |
*** lucas-dinner has quit IRC | 23:36 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-image-elements: Nasty hack to work around pip's cose-sensitivity on file:// index-urls https://review.openstack.org/84946 | 23:37 |
*** ramishra has joined #tripleo | 23:39 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-image-elements: Nasty hack to work around pip's cose-sensitivity https://review.openstack.org/84946 | 23:39 |
*** ramishra has quit IRC | 23:43 | |
*** rlandy has quit IRC | 23:47 | |
ccrouch | lifeless: random question for you. | 23:50 |
ccrouch | Do you if there has there been thought given to doing *physical* network setup with tripleo? | 23:50 |
ccrouch | one simple case i'm thinking of is the vlan setup we had to do in one of our test envs to make sure that the overcloud PXE booting nics and the undercloud PXE server nic were all walled from anything else on the network | 23:50 |
ccrouch | i'm trying to figure out where in tripleo-land creation of that vlan should occur (assuming you had the appropriately SDN enabled router) | 23:50 |
lifeless | ccrouch: we had a session on it last summit | 23:54 |
lifeless | ccrouch: neutron | 23:54 |
lifeless | ccrouch: so there's two bits relevant to bm-networking in tripleo, one is deploying the firmware to the switches, the other is config dynamic or otherwise | 23:55 |
lifeless | ccrouch: I think in all cases for config we want to model it in Neutron and have a Neutron ML segment that drives them | 23:55 |
* ccrouch goes to look for HK etherpad | 23:56 | |
lifeless | ccrouch: the HK etherpad was on the firmware deploy side sadly | 23:57 |
ccrouch | ah ok, that seems the less interesting part TBH. I'm kind of assuming switch configuration is more of a black box | 23:59 |
ccrouch | SDN goes here --> | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!