derekh | Merge it now before the jenkins gods change their minds https://review.openstack.org/#/c/79631/ | 00:01 |
---|---|---|
openstackgerrit | tom-howley proposed a change to openstack/tripleo-incubator: Wait for baremetal nodes before creating undercloud stack. https://review.openstack.org/78636 | 00:02 |
StevenK | derekh: Needs 79750 +A'd first | 00:02 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Use upstream/package keystone-paste.ini. https://review.openstack.org/79750 | 00:03 |
derekh | StevenK: done, was just typing a message on it | 00:03 |
derekh | 1h 55m 23s ran like a hot snot | 00:03 |
dividehex | anyone know where I can find info on redirecting metadata requests (aka 169.254.169.254) on a baremetal instance to the nova-api-metadata service on the compute host? | 00:04 |
rpodolyaka | dividehex: correct routes to 169.254.169.254 are provided via dhcp | 00:05 |
rpodolyaka | dividehex: what's the problem you have? | 00:06 |
dividehex | rpodolyaka: i'm not using FlatDHCP only Flat for the network manager | 00:07 |
lifeless | wow the zbook chews through battery | 00:07 |
dividehex | I have a baremetal instance that doesn't respond to metadata http requests | 00:07 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: List filesystem and swift as known glance stores https://review.openstack.org/79631 | 00:08 |
rpodolyaka | dividehex: in tripleo we use neutron for providing pxe configs for baremetal instances | 00:08 |
dividehex | rpodolyaka: ahh that is good to know. I'm using nova-network at the moment | 00:09 |
lifeless | rechecked https://review.openstack.org/#/c/79220/ | 00:09 |
rpodolyaka | dividehex: not sure if it's possible to provide host routes for baremetal instances if you don't use neutron | 00:10 |
lifeless | dividehex: the instance doesn't? whats running on the instance | 00:10 |
rbrady | bnemec: that change must have gotten lost. patch to fix here: https://review.openstack.org/#/c/79815/ | 00:10 |
openstackgerrit | Ryan Brady proposed a change to openstack/tripleo-heat-templates: Remove Duplicate Rabbit Parameters https://review.openstack.org/79815 | 00:10 |
lifeless | rpodolyaka: nova baremetal doesn't work with nova-network unless you use file injection | 00:10 |
dividehex | rpodolyaka: i suspect that is the case. | 00:10 |
lifeless | bah | 00:11 |
lifeless | dividehex: ^ | 00:11 |
dividehex | lifeless: i am using file injection for the network template | 00:11 |
dividehex | lifeless: I was follow this guide | 00:11 |
dividehex | https://wiki.openstack.org/wiki/Baremetal | 00:11 |
dividehex | doing a baremetal proof of concept at work | 00:12 |
StevenK | lifeless: I've been trying to work how to get a testenv locally to test ensure-test-env. Is elements/tripleo-cd/bin/deploy-testenv the script you're talking about, since that seems hardcoded against the current cloud | 00:12 |
lifeless | dividehex: you'd be much better off with neutron - you get working ec2 metadata, simpler network setup, and its a configuration other people use ;) | 00:14 |
lifeless | StevenK: it is the script (and see the readme there for notes on building an image) | 00:14 |
lifeless | StevenK: it takes parameters | 00:14 |
StevenK | lifeless: elements/tripleo-cd/README.md has no notes about building an image | 00:15 |
dividehex | lifeless: thanks. I'll defnitely go down that road then. I'm new to openstack and the networking has beeen the most brain warping part of it ;) | 00:15 |
*** bauzas has quit IRC | 00:19 | |
mordred | tchaypo: I try to be useful | 00:24 |
derekh | StevenK: ./diskimage-builder/bin/disk-image-create -a amd64 -o testenv-worker fedora testenv-worker dhcp-all-interfaces hosts modprobe-blacklist selinux-permissive baremetal stackuser | 00:25 |
lifeless | in smartbuy on the zbook 15 page - lol = 'Please be aware that this model PC has a higher weight compared to all the other models' | 00:25 |
derekh | StevenK: or ubuntu if your into that kind of thing | 00:25 |
*** matsuhashi has joined #tripleo | 00:26 | |
StevenK | derekh: Heh. I've never actually used Fedora | 00:27 |
StevenK | I switched to Debian before Fedora existed. | 00:27 |
derekh | StevenK: give it a whirl you might like it, or for ubuntu switch fedora and selinux-permissive for ubuntu | 00:28 |
lifeless | StevenK: you can boot the image you build as a VM guest to evaluate whether it worked or not | 00:31 |
StevenK | Which means I should use the vm element, rather than baremetal? | 00:32 |
lifeless | yes | 00:33 |
* StevenK has ten minutes to wait for the ubuntu tarball | 00:34 | |
lifeless | StevenK: where are you building? [what cloud are you going to test deploy it on ?] | 00:35 |
StevenK | lifeless: Locally | 00:35 |
derekh | lifeless: StevenK I think I've been using it successfully on the devtest undercloud as is , you'll want to change the heat template to *-per-env to 1 so it actually creates a test env | 00:36 |
lifeless | derekh: StevenK isn't a cd-admin yet | 00:37 |
derekh | lifeless: I meant a local virt unsercloud | 00:37 |
derekh | *undercloud | 00:37 |
lifeless | derekh: oh right | 00:37 |
lifeless | (heh) | 00:38 |
StevenK | Which is what I understood given 'devtest undercloud' | 00:38 |
lifeless | cody-somerville: so you've seen a 512GB SSD on smartbuy? I cannae find it | 00:38 |
derekh | StevenK: you'll also need to add some extra bm nodes to the undercloud, and change some network/user params so it works against the overcloud | 00:40 |
lifeless | derekh: why more nodes? | 00:40 |
lifeless | derekh: oh, I see | 00:40 |
derekh | lifeless: the overcloud will have used the others, yup | 00:41 |
derekh | StevenK: the diff I pasted on your review seems to work, but if you have an update tomorrow I'll try it out | 00:42 |
StevenK | derekh: I already had a change locally, I've adapted parts of your diff as a good idea | 00:42 |
derekh | lifeless: once we get this nailed down I think I can switch on the new cloud as a new provider in nodepool | 00:42 |
StevenK | derekh: I can paste a diff if you wish | 00:42 |
derekh | StevenK: ok, go for it | 00:43 |
*** matty_dubs|gone has quit IRC | 00:43 | |
lifeless | derekh: \o/ | 00:43 |
StevenK | derekh: http://paste.openstack.org/show/73204 | 00:44 |
*** petertoft has joined #tripleo | 00:46 | |
StevenK | dib-run-parts Wed Mar 12 00:48:12 UTC 2014 Running /tmp/in_target.d/install.d/80-modprobe-blacklist | 00:50 |
StevenK | /tmp/in_target.d/install.d/80-modprobe-blacklist: line 4: DIB_MODPROBE_BLACKLIST: Please set DIB_MODPROBE_BLACKLIST. | 00:50 |
StevenK | Handy. | 00:50 |
*** matty_dubs|gone has joined #tripleo | 00:50 | |
*** derekh has quit IRC | 00:50 | |
*** petertoft has quit IRC | 00:50 | |
*** CaptTofu has joined #tripleo | 00:51 | |
SpamapS | lifeless: did you have any thoughts on the best way to get logs out of the box while we're "Waiting for the overcloud stack to be ready" ? | 00:52 |
SpamapS | lifeless: I was toying with the idea of starting a thing that would just try and try and try to SSH in and tail logs.. | 00:52 |
SpamapS | lifeless: but then I started to wonder if we shouldn't try to push the user visible logs feature into Heat. | 00:53 |
SpamapS | \o/ | 00:56 |
SpamapS | 2014-03-12 00:00:43.931 | Finished: SUCCESS | 00:57 |
SpamapS | stupid jenkins page didn't refresh | 00:57 |
SpamapS | was like "whoa wait it has been waiting an hour" | 00:57 |
*** kiall has quit IRC | 00:57 | |
*** StevenK has quit IRC | 00:57 | |
*** sdake has quit IRC | 00:57 | |
*** bogdando has quit IRC | 00:57 | |
*** tzumainn has quit IRC | 00:57 | |
*** dividehex has quit IRC | 00:57 | |
*** nijaba_ has quit IRC | 00:57 | |
*** rollerj has quit IRC | 00:58 | |
*** jrist has quit IRC | 00:58 | |
*** newell has quit IRC | 00:58 | |
*** fungi has quit IRC | 00:58 | |
lifeless | SpamapS: logstash | 00:58 |
lifeless | SpamapS: but more specifically, whats the issue you're looking at - deploys? CI? | 00:58 |
*** rollerj_ has joined #tripleo | 00:58 | |
*** CaptTofu has quit IRC | 00:58 | |
*** GheRivero has quit IRC | 00:58 | |
*** ProfFalken has quit IRC | 00:58 | |
*** nijaba has joined #tripleo | 00:58 | |
*** tzumainn_ has joined #tripleo | 00:58 | |
*** newell_ has joined #tripleo | 00:58 | |
*** dividebin has joined #tripleo | 00:58 | |
*** jrist has joined #tripleo | 00:58 | |
*** GheRivero has joined #tripleo | 00:58 | |
*** openstack has joined #tripleo | 01:05 | |
SpamapS | is there a way to cancel a jenkins run and make it start over from scratch? | 01:06 |
SpamapS | I was hoping recheck no bug would do that. | 01:06 |
StevenK | SpamapS: Abandon and restore? | 01:07 |
StevenK | Or push a new patchset | 01:07 |
*** killer_prince has joined #tripleo | 01:07 | |
lifeless | new changset | 01:08 |
SpamapS | well WIP->Ready does not do it | 01:14 |
SpamapS | bah | 01:14 |
* SpamapS hits EOD | 01:14 | |
lifeless | SpamapS: so re waiting | 01:15 |
lifeless | SpamapS: I think heat event-list is probably 90% of the answer | 01:15 |
SpamapS | lifeless: agreed and was thinking the same thing | 01:15 |
SpamapS | lifeless: we can even be smart about it and only show events we haven't shown yet fairly easily | 01:15 |
SpamapS | but anyway.. EOD | 01:16 |
lifeless | SpamapS: meep, I hate this new tz separation thing :) | 01:18 |
*** ohadlevy has joined #tripleo | 01:19 | |
*** mkerrin has joined #tripleo | 01:19 | |
*** noslzzp has joined #tripleo | 01:19 | |
*** tomh_ has joined #tripleo | 01:19 | |
*** tomh_ has quit IRC | 01:19 | |
*** tomh_ has joined #tripleo | 01:19 | |
*** tteggel has quit IRC | 01:22 | |
*** tteggel has joined #tripleo | 01:23 | |
*** nosnos has joined #tripleo | 01:39 | |
StevenK | lifeless: Would you mind chiming on https://review.openstack.org/#/c/79051/1 about John-Paul's comment? | 01:50 |
lifeless | StevenK: I disagree with him and have said so now. | 01:54 |
lifeless | ok, lets see if I need more reviewers for https://review.openstack.org/#/c/79220/ | 01:55 |
lifeless | nup | 01:55 |
StevenK | lifeless: Given our discussions on Friday morning at the sprint, I thought you would. | 01:56 |
lifeless | StevenK: I mean, I've answered in the review for you | 01:56 |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Run overcloud deploy tests against the seed. https://review.openstack.org/79220 | 01:58 |
StevenK | lifeless: Yes, I saw. | 01:58 |
*** matsuhashi has quit IRC | 01:58 | |
clarkb | people in here run saucy and maybe use hp virtualrooms. what i386 libs do I need to isntall to make it work? | 01:59 |
clarkb | with precise I could easily install ia32-libs and that worked, but they killed it in saucy | 01:59 |
lifeless | clarkb: FIIK I haven't managed on the zbook14 yet | 02:00 |
clarkb | ldd is no help as it shows it happily linked to a bunch of amd64 stuff | 02:01 |
StevenK | clarkb: I've not gotten it working either | 02:02 |
greghaynes | clarkb: for me it 'just worked' | 02:04 |
clarkb | To run HPVR on 64 bit versions of Linux some additional 32 bit libraries may be required to be installed. For example: the 32 bit Xlib Libraries. <- so useless | 02:04 |
StevenK | Yeah | 02:04 |
*** vkozhukalov has joined #tripleo | 02:07 | |
clarkb | they do have telephone support I should give them a call >_> | 02:07 |
StevenK | clarkb: GLWT? :-P | 02:07 |
cody-somerville | clarkb: Do you get any debug output or error? | 02:09 |
clarkb | cody-somerville: nope | 02:09 |
clarkb | apparently if you run firefox out of a shell you might though | 02:09 |
clarkb | I should give that a try | 02:09 |
*** matsuhashi has joined #tripleo | 02:17 | |
clarkb | lifeless: StevenK I got it working installing the deps for precise's ia32-libs-multiarch in saucy (using equivalents where necessary) | 02:26 |
clarkb | lifeless: StevenK I can paste that list somewhere if you are interested | 02:26 |
clarkb | not very pretty but it works | 02:26 |
lifeless | clarkb: put it on hpedia ? | 02:29 |
*** killer_prince is now known as lazy_prince | 02:29 | |
clarkb | lifeless: StevenK mordred http://paste.openstack.org/show/73210/ good idea will throw it on the wiki when I vpn in tomorrow | 02:29 |
lifeless | clarkb: https://hpedia.hp.com/wiki/Virtual_rooms (has a similar list already, I'm sure updating it is a good idea) | 02:30 |
clarkb | ~. | 02:31 |
clarkb | gah | 02:31 |
lifeless | haha | 02:31 |
*** rcarrillocruz has joined #tripleo | 02:32 | |
lifeless | cody-somerville: that 256GB SSD for my productivity laptop hasn't arrived here or in the CHC office AFAICT; have you had confirmation of it shipping etc? | 02:33 |
lifeless | cody-somerville: if it *hasn't* shipped, I'd like to cancel it (since I can focus on the zbook for now, and look at a 512GB drive when they become available) | 02:34 |
*** vkozhukalov has quit IRC | 02:36 | |
lifeless | cody-somerville: but I can't seem to find it in smartbuy | 02:36 |
*** rcarrillocruz has quit IRC | 02:37 | |
*** rpodolyaka has quit IRC | 02:38 | |
StevenK | Hm, I've been waiting >1 month for the RAM and slice battery, awesome. | 02:45 |
StevenK | lifeless: Is your toci_devtest.sh change picked up by the test environment immeadiately? | 02:47 |
openstackgerrit | A change was merged to openstack/os-cloud-config: Ignore H302 as other TripleO projects https://review.openstack.org/78147 | 02:51 |
*** CaptTofu has joined #tripleo | 02:52 | |
*** rsacharya has joined #tripleo | 02:53 | |
lifeless | StevenK: should be | 02:56 |
*** CaptTofu has quit IRC | 02:57 | |
cody-somerville | lifeless: It's currently scheduled to be delivered April 28th. | 02:58 |
lifeless | cody-somerville: wow | 02:58 |
lifeless | cody-somerville: thanks for figuring that out! | 02:59 |
StevenK | cody-somerville: I have an order number for you, too | 03:01 |
StevenK | cody-somerville: Do you need the PR number from SmartBuy, or the order id? | 03:01 |
cody-somerville | StevenK: Order ID please | 03:02 |
lifeless | cody-somerville: is it worth trying to cancel that SSD? | 03:02 |
StevenK | cody-somerville: SBB2423850 | 03:02 |
lifeless | cody-somerville: april 28th is so far away I can't imagine that its left the factory | 03:02 |
StevenK | cody-somerville: Was ordered on the 5th of Feb | 03:02 |
cody-somerville | lifeless: It hasn't. I... don't think it's even been built yet. | 03:03 |
cody-somerville | StevenK: Delivered | 03:03 |
cody-somerville | Today in fact | 03:03 |
StevenK | Blink | 03:03 |
StevenK | Guess I might be driving to Rhodes, then | 03:03 |
lifeless | cody-somerville: ok lets cancel it then, no point when I have a 256GB in this laptop. (But, would like to figure out how to get a 512GB one when they re available) | 03:04 |
lifeless | StevenK: check outside your door | 03:04 |
cody-somerville | It was delivered to Rhodes facility. | 03:04 |
StevenK | lifeless: My address is set to the Rhodes office, and I can't change it | 03:04 |
lifeless | StevenK: oh, in smartbuy you can change that | 03:04 |
cody-somerville | StevenK: You just need to create a new address in the system. | 03:04 |
lifeless | StevenK: go to smartbuy, preferences, your profile | 03:04 |
StevenK | I can't see the option to create a new address | 03:07 |
StevenK | The drop down in Ship To has HP and Search for more... which is less than useful | 03:08 |
lifeless | StevenK: search for more | 03:08 |
lifeless | StevenK: then add new | 03:08 |
lifeless | StevenK: (its even in the help bar at the top of the screen :)) | 03:08 |
cody-somerville | lifeless: Ok. I filed a ticket to have the SSD order cancelled. | 03:14 |
lifeless | cody-somerville: thanks | 03:15 |
lifeless | cody-somerville: I guess we check every month or so for 512GB SSD :) | 03:16 |
lifeless | cody-somerville: (Specifically for when you can see them, since APJ smartbuy seems crippled) | 03:16 |
cody-somerville | I can order you whatever you want. But as you've seen, it's question of when you might get it ;) | 03:16 |
lifeless | cody-somerville: I ordered a slice battery today, at least, I hope its a slice battry for the zbook. | 03:17 |
StevenK | Heh | 03:17 |
lifeless | cody-somerville: can you see 512GB SSD's in smartbuy atm ? | 03:17 |
* cody-somerville takes a looksy. | 03:18 | |
*** rwsu has quit IRC | 03:19 | |
lifeless | hmm | 03:21 |
lifeless | 2014-03-12 03:16:53.775 3296 TRACE nova.compute.manager [instance: d5cfebb9-9c88-4ce4-8b1f-a705842923c8] InstanceDeployFailure: PXE deploy failed for instance d5cfebb9-9c88-4ce4-8b1f-a705842923c8 | 03:21 |
cody-somerville | lifeless: Not in the catalogue. I can make a non-catalogue purchase for you. How important is this for you? If you say very important, I can make sure this happens. | 03:21 |
lifeless | cody-somerville: I'm happy to wait for it to be a catalogue item. Its an optimisation for travel, vs a must-have. | 03:22 |
lifeless | cody-somerville: I have a 1TB spinning rust external drive I carry my mirrors around on for now. | 03:22 |
*** CaptTofu has joined #tripleo | 03:23 | |
* StevenK disappears to Rhodes | 03:23 | |
*** matsuhashi has quit IRC | 03:23 | |
*** petertoft has joined #tripleo | 03:48 | |
*** rwsu has joined #tripleo | 03:50 | |
*** petertoft has quit IRC | 03:53 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Fix baremetal flavor image size https://review.openstack.org/79344 | 04:04 |
*** killer_prince has joined #tripleo | 04:10 | |
lifeless | SpamapS: welcome back | 04:20 |
StevenK | Hm, I think this box only contains RAM. Which displeases me. | 04:21 |
lifeless | yay systemd. 'This makes /etc/fstab and the root= kernel command line option unnecessary' | 04:21 |
lifeless | by yay, I mean WTF | 04:21 |
clarkb | huh | 04:22 |
SpamapS | lifeless: you didn't hear? | 04:22 |
SpamapS | lifeless: systemd thinks for you | 04:22 |
SpamapS | no thinking | 04:22 |
SpamapS | bad user | 04:22 |
* StevenK sobs at Lennart, and systemd. | 04:22 | |
lifeless | 'To make this reality, in the 211 release systemd-nspawn also gained support for dissecting disk images and mounting according to this specification. With the new "-i" switch you can now point it to a disk image file ' | 04:22 |
SpamapS | lifeless: and o/ .. just trying to keep the tubes full of changes ;) | 04:22 |
StevenK | Haha. The box contains two other boxes, each of which contains a 8GiB SODIMM | 04:22 |
lifeless | so, all the effort that went into making Nova use guestfish etc | 04:23 |
StevenK | cody-somerville: I've changed my address -- when the second part ships, the slice battery, that will use the new address? | 04:24 |
*** CaptTofu has quit IRC | 04:24 | |
*** matsuhashi has joined #tripleo | 04:25 | |
*** slagle has quit IRC | 04:29 | |
*** slagle has joined #tripleo | 04:30 | |
* StevenK finally manages to deconstruct his laptop enough to get to the SODIMM slots | 04:30 | |
clarkb | StevenK: you have to remove all of those bottom plates iirc | 04:31 |
clarkb | becausethey overlap | 04:31 |
StevenK | clarkb: Er, yes? Since I just said that I've gotten to the SODIMM slots? :_) | 04:31 |
lifeless | StevenK: no, each order has address encoded in it | 04:38 |
lifeless | StevenK: I think clarkb was commiserating :) | 04:38 |
StevenK | Ah | 04:39 |
* StevenK sighs. Didn't check all the clips on the service cover before I put the hard disk cover on, and only noticed when I went to turn the laptop over | 04:39 | |
StevenK | steven@vanquished:~% free -m | grep '^Mem' | 04:43 |
StevenK | Mem: 15913 1223 14689 0 42 729 | 04:43 |
StevenK | Woot | 04:43 |
lifeless | cool | 04:45 |
lifeless | now go forth and devtest | 04:45 |
StevenK | No, now it's back to working out to plug this image I have into my devtest on my local machine | 04:47 |
lifeless | StevenK: run cleanup-env | 04:49 |
lifeless | StevenK: then walk through devtest.sh by hand, but for devtest_testenv build another node over the default count | 04:49 |
*** petertoft has joined #tripleo | 04:50 | |
lifeless | StevenK: then call seed, but you can skip undercloud - just register the rest of the nodes | 04:51 |
lifeless | e.g. by setup-baremetal $TE_DATAFILE --service-host seed --not-first | 04:51 |
lifeless | finally devtest_overcloud.sh | 04:51 |
lifeless | and after that you can use the seed heat to deploy the testenv | 04:52 |
lifeless | you'll need to make a network in the overcloud neutron for the testenv to create ports on | 04:52 |
lifeless | the default-net can be used for that actually | 04:52 |
*** petertoft has quit IRC | 04:54 | |
StevenK | Right, testenv done | 04:55 |
*** akuznetsov has joined #tripleo | 04:56 | |
*** ramishra has joined #tripleo | 05:09 | |
rbrady | if anyone has a chance, I'm looking for reviews of https://review.openstack.org/#/c/74563/ | 05:15 |
*** mandeep has joined #tripleo | 05:16 | |
*** mandeep has left #tripleo | 05:16 | |
*** rbrady is now known as rbrady-afk | 05:21 | |
*** akuznetsov has quit IRC | 05:23 | |
*** akuznetsov has joined #tripleo | 05:27 | |
*** rpodolyaka has joined #tripleo | 05:31 | |
*** rsacharya has quit IRC | 05:34 | |
lifeless | StevenK: what would be most cool | 05:38 |
lifeless | StevenK: would be a test job we could run via check experimental or some such that would deploy a testenv itself | 05:39 |
lifeless | StevenK: so we could CI check this stuff :) | 05:39 |
StevenK | Agreed | 05:39 |
StevenK | lifeless: Seed just about up | 05:40 |
StevenK | lifeless: If the new node is in the JSON, that's bad, we don't want it registered by setup-baremetal ? | 05:41 |
lifeless | StevenK: you want it registered | 05:44 |
lifeless | StevenK: since you'll be deploying the testenv as a parallel instance to the overcloud | 05:44 |
StevenK | Blah, where is the PATH stuff done | 05:46 |
*** mandeep has joined #tripleo | 05:50 | |
*** petertoft has joined #tripleo | 05:51 | |
lifeless | StevenK: _variables | 05:51 |
*** vkozhukalov has joined #tripleo | 05:53 | |
*** petertoft has quit IRC | 05:55 | |
*** akuznetsov has quit IRC | 05:56 | |
StevenK | Timing out after 600 seconds: | 05:58 |
StevenK | COMMAND=nova baremetal-node-create devtest_canary 1 1 1 11:22:33:44:55:66 | 05:58 |
StevenK | :-( | 05:58 |
*** akuznetsov has joined #tripleo | 05:59 | |
*** CaptTofu has joined #tripleo | 06:00 | |
*** ramishra has quit IRC | 06:05 | |
lifeless | StevenK: hmm, epic | 06:05 |
*** rdopieralski has joined #tripleo | 06:17 | |
*** ramishra has joined #tripleo | 06:35 | |
*** tzumainn_ is now known as tzumainn | 06:36 | |
*** ramishra_ has joined #tripleo | 06:37 | |
*** ramishra has quit IRC | 06:37 | |
*** akuznets_ has joined #tripleo | 06:40 | |
*** akuznetsov has quit IRC | 06:40 | |
*** ramishra_ has quit IRC | 06:45 | |
*** saju_m has joined #tripleo | 06:52 | |
*** mandeep has quit IRC | 06:54 | |
openstackgerrit | Steve Kowalik proposed a change to openstack-infra/tripleo-ci: Switch to nodes list in the JSON https://review.openstack.org/77741 | 06:58 |
*** rpodolyaka has quit IRC | 07:00 | |
*** pblaho has joined #tripleo | 07:08 | |
*** mrunge has joined #tripleo | 07:19 | |
*** AaronGreen has quit IRC | 07:21 | |
*** AaronGr has joined #tripleo | 07:23 | |
*** killer_p- has joined #tripleo | 07:23 | |
*** lazy_prince has quit IRC | 07:24 | |
*** Qiming has joined #tripleo | 07:25 | |
*** Qiming has quit IRC | 07:33 | |
*** CaptTofu has quit IRC | 07:35 | |
*** gcha has joined #tripleo | 07:37 | |
*** vkozhukalov has quit IRC | 07:38 | |
*** rsacharya has joined #tripleo | 07:44 | |
GheRivero | morning all | 07:48 |
*** rcarrillocruz has joined #tripleo | 07:50 | |
*** rlandy has joined #tripleo | 07:50 | |
*** petertoft has joined #tripleo | 07:53 | |
*** jprovazn has joined #tripleo | 07:54 | |
*** petertoft has quit IRC | 07:57 | |
*** jcoufal has joined #tripleo | 07:59 | |
*** bauzas has joined #tripleo | 08:02 | |
* SpamapS waits patiently as firefox loses its mind | 08:02 | |
*** ifarkas has joined #tripleo | 08:05 | |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Swift storage heat templates https://review.openstack.org/78446 | 08:05 |
openstackgerrit | Clint "SpamapS" Byrum proposed a change to openstack/tripleo-heat-templates: Add heat.stack_domain_admin_password https://review.openstack.org/78017 | 08:11 |
*** jistr has joined #tripleo | 08:13 | |
openstackgerrit | Om Kumar proposed a change to openstack/diskimage-builder: Refactor code to select boot kernel https://review.openstack.org/79873 | 08:13 |
SpamapS | hm interesting failure.. | 08:16 |
SpamapS | 2014-03-12 04:01:48.075 | Calling <function virsh_destroy at 0x7f6479a0fa28> with: ['destroy', 'seed_2'] | 08:16 |
SpamapS | 2014-03-12 05:52:45.080 | Build timed out (after 125 minutes). Marking the build as failed. | 08:16 |
SpamapS | while testing seed in https://review.openstack.org/#/c/79654/ | 08:17 |
*** morganfainberg is now known as morganfainberg_Z | 08:17 | |
*** d0ugal_ has joined #tripleo | 08:17 | |
SpamapS | I wonder if we somehow dead-locked libvirt or something | 08:17 |
*** jistr has quit IRC | 08:20 | |
*** matsuhashi has quit IRC | 08:21 | |
*** jistr has joined #tripleo | 08:22 | |
openstackgerrit | Jan Provaznik proposed a change to openstack/diskimage-builder: Adds libmariadb-dev package mapping https://review.openstack.org/79874 | 08:26 |
jprovazn | greghaynes: hi | 08:26 |
*** d0ugal_ is now known as d0ugakl | 08:36 | |
*** d0ugakl is now known as d0ugal | 08:37 | |
*** xuhaiwei has joined #tripleo | 08:37 | |
*** e0ne has joined #tripleo | 08:40 | |
*** saju_m has quit IRC | 08:41 | |
*** hashar has joined #tripleo | 08:41 | |
*** giulivo has joined #tripleo | 08:41 | |
openstackgerrit | Om Kumar proposed a change to openstack/diskimage-builder: Refactor code to select boot kernel https://review.openstack.org/79873 | 08:45 |
*** ekarlso has quit IRC | 08:47 | |
*** ekarlso has joined #tripleo | 08:47 | |
*** e0ne has quit IRC | 08:50 | |
*** e0ne has joined #tripleo | 08:56 | |
*** e0ne_ has joined #tripleo | 08:57 | |
*** athomas has joined #tripleo | 08:58 | |
*** e0ne has quit IRC | 09:01 | |
*** petertoft has joined #tripleo | 09:03 | |
*** hewbrocc` is now known as hewbrocca | 09:07 | |
*** saju_m has joined #tripleo | 09:09 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Create node profile details page https://review.openstack.org/77208 | 09:10 |
*** derekh has joined #tripleo | 09:12 | |
*** al has quit IRC | 09:14 | |
*** al has joined #tripleo | 09:15 | |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Adds mariadb element https://review.openstack.org/79884 | 09:16 |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Adds mysql-common element https://review.openstack.org/79885 | 09:16 |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Install mariadb devel package if mariadb is used https://review.openstack.org/79886 | 09:16 |
*** jcoufal has quit IRC | 09:20 | |
derekh | StevenK: I noticed in the eavesdrop irc logs that, it didn't log my last messages to you, so just incase you missed them | 09:21 |
derekh | Mar 12 00:44:10 <StevenK>derekh: http://paste.openstack.org/show/73204 | 09:21 |
derekh | Mar 12 00:48:53 <derekh>StevenK: seems to make sense, the jq vodoo goes over my head | 09:21 |
derekh | Mar 12 00:50:40 <derekh>StevenK: the one thing I did notice today, I had trouble running ci jobs until I bumped the node disk size upto 31G, but I'm not 100% sure if its required once https://review.openstack.org/#/c/79344/ merges | 09:21 |
derekh | although its probably not helpfull anymore | 09:21 |
openstackgerrit | Jiri Stransky proposed a change to openstack/tuskar: Using flavors from Roles https://review.openstack.org/76826 | 09:22 |
openstackgerrit | Jiri Stransky proposed a change to openstack/tuskar: Fix of Overcloud Update https://review.openstack.org/76850 | 09:22 |
SpamapS | derekh: careful making flavor changes .. it confuses nodepool | 09:22 |
*** jcoufal has joined #tripleo | 09:22 | |
derekh | SpamapS: on the ci-overcloud ? noted | 09:23 |
derekh | SpamapS: ^^ wasn't a flavor change, it was a test env change | 09:23 |
SpamapS | derekh: we changed RAM from 8G to 16G and nodepool went "say whua?!" and stopped spinning up nodes until they poked it with a reconfig stick. | 09:23 |
SpamapS | derekh: OH that size | 09:24 |
derekh | SpamapS: cool, I wont be doing that so | 09:24 |
SpamapS | reminds me that we need to fix the dib heuristics so we can keep trying to build the raw image in tmpfs | 09:24 |
SpamapS | but it's late | 09:24 |
SpamapS | and I should try that sleep thing again | 09:25 |
derekh | SpamapS: as a easy alternative we could remove the git repo's and make the image smaller | 09:25 |
derekh | SpamapS: night | 09:26 |
SpamapS | derekh: Yeah, I had a change to make that somewhat intuitive .. got bogged down in "need to switch to yaml" | 09:26 |
SpamapS | derekh: Note that I've been poking things through CI as I find them.. there are a bunch of things in the queue now... we are at least getting through the backlog now. :) | 09:27 |
derekh | SpamapS: Cool, will keep and eye on them through the day | 09:27 |
*** jrist has quit IRC | 09:27 | |
* SpamapS out | 09:28 | |
*** ifarkas has quit IRC | 09:28 | |
*** akrivoka has joined #tripleo | 09:29 | |
*** ifarkas has joined #tripleo | 09:31 | |
*** CaptTofu has joined #tripleo | 09:32 | |
*** xuhaiwei has quit IRC | 09:33 | |
*** rsacharya has quit IRC | 09:34 | |
*** killer_prince has quit IRC | 09:34 | |
*** killer_p- is now known as killer_prince | 09:34 | |
*** CaptTofu has quit IRC | 09:37 | |
*** jrist has joined #tripleo | 09:40 | |
*** athomas has quit IRC | 09:43 | |
*** lucasagomes has joined #tripleo | 09:47 | |
*** lucasagomes has joined #tripleo | 09:48 | |
*** killer_prince2 has joined #tripleo | 09:50 | |
*** athomas has joined #tripleo | 09:51 | |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Get logs of all instance on seed https://review.openstack.org/79771 | 09:53 |
*** hashar has quit IRC | 09:58 | |
*** pbelanyi has joined #tripleo | 10:01 | |
*** lucasagomes has quit IRC | 10:10 | |
*** lucasagomes has joined #tripleo | 10:10 | |
*** hashar has joined #tripleo | 10:10 | |
*** jp_at_hp has joined #tripleo | 10:13 | |
*** xuhaiwei has joined #tripleo | 10:16 | |
*** martyntaylor has joined #tripleo | 10:18 | |
*** rlandy has quit IRC | 10:18 | |
*** andreaf has joined #tripleo | 10:26 | |
*** rlandy has joined #tripleo | 10:31 | |
*** rsacharya has joined #tripleo | 10:44 | |
*** killer_prince2 has quit IRC | 10:45 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Fixup all occurrences of REPONAME for replacing '-' https://review.openstack.org/79602 | 10:45 |
*** saju_m has quit IRC | 10:49 | |
*** killer_prince2 has joined #tripleo | 10:53 | |
*** xuhaiwei has left #tripleo | 10:56 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Add libaio1 to libaio pkg map for fedora https://review.openstack.org/77283 | 10:59 |
openstackgerrit | A change was merged to openstack/diskimage-builder: Fix unbound variable in debian element https://review.openstack.org/75814 | 10:59 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Removing unused options from getopts call in boot-seed-vm https://review.openstack.org/78600 | 11:00 |
*** spm has joined #tripleo | 11:01 | |
*** rsacharya has quit IRC | 11:01 | |
*** AaronGr has quit IRC | 11:02 | |
*** AaronGr has joined #tripleo | 11:06 | |
*** jang1 has joined #tripleo | 11:10 | |
*** morazi has quit IRC | 11:11 | |
*** dtantsur has quit IRC | 11:19 | |
*** hashar has quit IRC | 11:20 | |
openstackgerrit | Om Kumar proposed a change to openstack/tripleo-image-elements: Adds local storage Boot support in case PXE boot fails. https://review.openstack.org/79289 | 11:21 |
*** e0ne_ has quit IRC | 11:22 | |
*** e0ne has joined #tripleo | 11:23 | |
*** CaptTofu has joined #tripleo | 11:24 | |
*** e0ne_ has joined #tripleo | 11:26 | |
*** ChanServ changes topic to "test/gate jobs are queuing now in preparation for gerrit maintenance at 12:00 utc (eta to resume is 12:30 utc)" | 11:28 | |
*** CaptTofu has quit IRC | 11:28 | |
*** e0ne_ has quit IRC | 11:29 | |
*** e0ne has quit IRC | 11:29 | |
*** e0ne_ has joined #tripleo | 11:29 | |
*** e0ne_ has quit IRC | 11:29 | |
*** CaptTofu has joined #tripleo | 11:38 | |
derekh | ci seems a lot more stable now, I've seen intermittent errors contacting the testenv (looks like we have 2 intermittent bugs) | 11:41 |
derekh | https://bugs.launchpad.net/tripleo/+bug/1291306 | 11:41 |
derekh | https://bugs.launchpad.net/tripleo/+bug/1291323 | 11:41 |
derekh | will look into them later | 11:41 |
derekh | rbrady-afk: ^^ these are the 2 problems you hit with your last 2 runs | 11:42 |
*** mkerrin has quit IRC | 11:53 | |
*** morazi has joined #tripleo | 11:56 | |
*** rbrady-afk is now known as rbrady | 11:56 | |
rbrady | thanks derekh | 11:56 |
*** spm has left #tripleo | 12:00 | |
*** mkerrin has joined #tripleo | 12:01 | |
rbrady | derekh: if you have any review cycles today, I'm looking for reviews of https://review.openstack.org/#/c/74563/. It's already passed CI... | 12:01 |
*** rlandy_ has joined #tripleo | 12:02 | |
derekh | rbrady: will do | 12:02 |
*** rlandy has quit IRC | 12:04 | |
*** ChanServ changes topic to "gerrit on review.openstack.org is down for maintenance (eta to resume is 12:30 utc)" | 12:07 | |
*** e0ne has joined #tripleo | 12:13 | |
*** derekh changes topic to " gerrit on review.openstack.org is down for maintenance (eta to resume is 12:30 utc) | tripleo-cd running preserve-ephemeral WIP patches and https://review.openstack.org/#/c/62042/ | Using OpenStack to deploy OpenStack;meetings Tuesday 1900 UTC in #openstack-meeting-alt" | 12:14 | |
*** julim has joined #tripleo | 12:17 | |
*** dprince has joined #tripleo | 12:18 | |
*** dtantsur has joined #tripleo | 12:19 | |
*** ChanServ changes topic to "gerrit on review.openstack.org is down for maintenance (revised eta to resume is 13:00 utc)" | 12:24 | |
rbrady | gerrit is down | 12:25 |
*** derekh changes topic to " gerrit on review.openstack.org is down for maintenance (revised eta to resume is 13:00 utc) | tripleo-cd running preserve-ephemeral WIP patches and https://review.openstack.org/#/c/62042/ | Using OpenStack to deploy OpenStack;meetings Tuesday 1900 UTC in #openstack-meeting-alt" | 12:25 | |
*** bogdando has quit IRC | 12:33 | |
*** lucasagomes is now known as lucas-hungry | 12:36 | |
*** saju_m has joined #tripleo | 12:37 | |
marios | gerrit down? | 12:38 |
boris-42 | marios savanna -> sahara renaming as I know | 12:39 |
marios | boris-42: thx | 12:39 |
*** hashar has joined #tripleo | 12:46 | |
*** CaptTofu has quit IRC | 12:47 | |
*** CaptTofu has joined #tripleo | 12:47 | |
*** rlandy__ has joined #tripleo | 12:50 | |
*** CaptTofu has quit IRC | 12:52 | |
*** rlandy_ has quit IRC | 12:53 | |
*** rlandy has joined #tripleo | 12:53 | |
*** openstackgerrit has quit IRC | 12:54 | |
*** openstackgerrit has joined #tripleo | 12:54 | |
*** rlandy__ has quit IRC | 12:54 | |
*** bogdando has joined #tripleo | 12:55 | |
*** weshay has quit IRC | 12:55 | |
*** morazi has quit IRC | 12:59 | |
*** ramishra has joined #tripleo | 13:01 | |
*** mrunge has quit IRC | 13:02 | |
*** rlandy_ has joined #tripleo | 13:03 | |
*** rlandy has quit IRC | 13:05 | |
*** akuznets_ has quit IRC | 13:06 | |
*** lblanchard has joined #tripleo | 13:06 | |
*** openstackgerrit has quit IRC | 13:08 | |
*** openstackgerrit has joined #tripleo | 13:08 | |
*** rcarrillocruz1 has joined #tripleo | 13:12 | |
*** morazi has joined #tripleo | 13:12 | |
*** rcarrillocruz has quit IRC | 13:12 | |
*** rlandy__ has joined #tripleo | 13:15 | |
*** akuznetsov has joined #tripleo | 13:15 | |
*** rlandy_ has quit IRC | 13:18 | |
*** rlandy_ has joined #tripleo | 13:25 | |
*** jdob has joined #tripleo | 13:26 | |
*** rlandy__ has quit IRC | 13:28 | |
killer_prince2 | seems like gerrit is up again.. | 13:30 |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-incubator: Add standalone script to build all images. https://review.openstack.org/77462 | 13:30 |
rbrady | marios: ping | 13:30 |
*** CaptTofu has joined #tripleo | 13:34 | |
openstackgerrit | Om Kumar proposed a change to openstack/tripleo-image-elements: Adds local storage Boot support in case PXE boot fails. https://review.openstack.org/79289 | 13:34 |
Ng | morning | 13:34 |
*** rlandy__ has joined #tripleo | 13:34 | |
*** Qiming has joined #tripleo | 13:36 | |
*** rlandy_ has quit IRC | 13:37 | |
*** lucas-hungry is now known as lucasagomes | 13:37 | |
marios | rbrady: pong | 13:38 |
rbrady | marios: you have a moment to help me out with tuskar usage? | 13:39 |
*** mrunge has joined #tripleo | 13:39 | |
marios | rbrady: can sure try | 13:41 |
*** rlandy__ is now known as rlandy | 13:42 | |
*** nosnos has quit IRC | 13:43 | |
rbrady | marios: https://github.com/agroup/instack-undercloud/blob/master/scripts/deploy-overcloud-tuskarcli | 13:44 |
rbrady | marios: ^^ that's the script | 13:44 |
rbrady | marios: here's overcloud and role list: http://paste.openstack.org/show/73244/ | 13:45 |
marios | rbrady: ok whats the issue | 13:46 |
rbrady | marios: heat stack-create fails (notcompute wait condition). Still looking into this, but wanted to confirm the usage looked right | 13:47 |
*** mrunge has quit IRC | 13:48 | |
*** weshay has joined #tripleo | 13:48 | |
marios | rbrady: tbh, i use the ui (i.e. setup https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst and use horizon) - so not that experienced with the cli. gimme sec to scan again | 13:49 |
hewbrocca | pblaho: ^^^ | 13:50 |
hewbrocca | re cli | 13:50 |
marios | also jistr or lsmola ^^^ | 13:50 |
*** matsuhashi has joined #tripleo | 13:50 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Neutron: don't hard code the venv dir https://review.openstack.org/76626 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Update elements to use os-svc-daemon -i. https://review.openstack.org/76963 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Update elements to use os-svc-install -i. https://review.openstack.org/76964 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in OPENSTACK_VENV_DIR default if set https://review.openstack.org/76965 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS... https://review.openstack.org/76966 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element https://review.openstack.org/76967 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Glance/Cinder/Keystone/Swift: don't hard code venv https://review.openstack.org/76666 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Stop using the os-svc-install -n -c options. https://review.openstack.org/76604 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Drop the os-svc-install -n -c options. https://review.openstack.org/76605 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Link db sync utilities to /usr/local/bin... https://review.openstack.org/76579 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Heat/Horizon/Tempest: don't hard code venv dir https://review.openstack.org/76888 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Ceilo/Ironic/Tuskar: don't hard code venv dir https://review.openstack.org/76887 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Nova: don't hard code the venv dir https://review.openstack.org/76619 | 13:51 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add -i options to os-svc-install/os-svc-daemon... https://review.openstack.org/76952 | 13:51 |
*** geerdest has joined #tripleo | 13:52 | |
marios | rbrady: this looks awesome man | 13:52 |
*** matty_dubs|gone is now known as matty_dubs | 13:52 | |
marios | rbrady: so once heat says create-complete you go ahead with the config too? | 13:52 |
marios | rbrady: where you at summit last week, i don't know if the latest 'overcloud config' work robert was going to work on was discussed at all? | 13:53 |
marios | rbrady: do you have a trace of the heat fail? | 13:53 |
rbrady | marios: I as not there. | 13:54 |
* jistr looks at the CLI issue | 13:56 | |
*** matsuhashi has quit IRC | 13:56 | |
rbrady | marios: looking at the logs now | 13:56 |
marios | jistr: no issue, just does https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst look sane enough for trying to bring up overcloud | 13:56 |
marios | jistr: e.g. can you see any obvious issues. rbrady is hitting a heat issue | 13:57 |
jistr | marios: you meant this link? https://github.com/agroup/instack-undercloud/blob/master/scripts/deploy-overcloud-tuskarcli | 13:57 |
marios | jistr: hehe yeah | 13:58 |
rbrady | marios: we had just before this deployed using heat + tripleo-heat-templates successfully | 13:58 |
marios | rbrady: yeah, that's as far as i got tuskar with the ui. but i was running that on top of slagles undercloud-live images (plus the overcloud-cinder-volume) | 13:58 |
marios | https://gist.github.com/marios/cdc82a55ac80e0fac036 | 13:59 |
marios | rbrady: everything was running but tuskar didn't do the config (your script does it outside of tuskar, e.g. direct call to keystone | 13:59 |
jistr | rbrady: you'll need double quotes around these, not single quotes https://github.com/agroup/instack-undercloud/blob/master/scripts/deploy-overcloud-tuskarcli#L60-L70 | 14:00 |
*** matsuhashi has joined #tripleo | 14:00 | |
jistr | rbrady: here is visible that the values didn't get substituted http://paste.openstack.org/show/73244/ | 14:00 |
rbrady | jistr: thanks | 14:01 |
jistr | np :) | 14:01 |
rbrady | marios: here was the stack trace. going to fix the script and try again. http://paste.openstack.org/show/73249/ | 14:01 |
*** e0ne_ has joined #tripleo | 14:03 | |
*** ftcjeff has joined #tripleo | 14:03 | |
*** openstack has joined #tripleo | 14:04 | |
*** e0ne has quit IRC | 14:05 | |
openstackgerrit | Trent Geerdes proposed a change to openstack/tripleo-image-elements: Adding more .deb dependencies for pypi-mirror on 13.10 https://review.openstack.org/79951 | 14:07 |
*** Qiming has quit IRC | 14:13 | |
derekh | any cd-admin's looking for something todo we seem to have lost one of the test env's https://bugs.launchpad.net/tripleo/+bug/1291323 , I killed the testenv-workers so it shouldn't be picking up ci jobs any more, the others can pick up the slack | 14:14 |
*** ramishra has quit IRC | 14:16 | |
*** akuznetsov has joined #tripleo | 14:21 | |
*** matsuhashi has quit IRC | 14:23 | |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-image-elements: Glance: Change seed json to use config hierarchy https://review.openstack.org/78271 | 14:28 |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-image-elements: Glance: Add configuration hierarchy https://review.openstack.org/78226 | 14:28 |
*** e0ne_ has quit IRC | 14:30 | |
*** matsuhashi has joined #tripleo | 14:30 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Stop using all ports option w/ neutron-ovs-cleanup https://review.openstack.org/69937 | 14:32 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Refactor ensure-bridge for persistance https://review.openstack.org/69918 | 14:32 |
openstackgerrit | Jay Dobies proposed a change to openstack/python-tuskarclient: Removed unreachable code https://review.openstack.org/79955 | 14:35 |
*** e0ne has joined #tripleo | 14:35 | |
*** ChanServ changes topic to "gerrit on review.openstack.org is down for maintenance (revised eta to resume is 13:00 utc) | tripleo-cd running preserve-ephemeral WIP patches and https://review.openstack.org/#/c/62042/ | Using OpenStack to deploy OpenStack;meetings Tuesday 1900 UTC in #openstack-meeting-alt" | 14:43 | |
*** ChanServ changes topic to "TripleO | tripleo-cd running preserve-ephemeral WIP patches and https://review.openstack.org/#/c/62042/ | Using OpenStack to deploy OpenStack;meetings Tuesday 1900 UTC in #openstack-meeting-alt" | 14:44 | |
openstackgerrit | A change was merged to openstack/tuskar: Do not use __builtin__ in python3 https://review.openstack.org/79269 | 14:46 |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-image-elements: Glance: Make image_cache_dir configurable https://review.openstack.org/77945 | 14:51 |
*** killer_prince2 is now known as lazy_prince | 14:52 | |
*** andreaf has quit IRC | 14:52 | |
openstackgerrit | Dougal Matthews proposed a change to openstack/python-tuskarclient: Remove multivalue attributes and roles from CLI https://review.openstack.org/77556 | 14:55 |
*** saju_m has quit IRC | 15:03 | |
*** bogdando has quit IRC | 15:03 | |
*** bogdando has joined #tripleo | 15:03 | |
*** lazy_prince2 has joined #tripleo | 15:04 | |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-incubator: Add standalone script to build all images. https://review.openstack.org/77462 | 15:05 |
*** lazy_prince has quit IRC | 15:07 | |
rbrady | marios, jistr: ping | 15:15 |
jistr | rbrady: pong | 15:15 |
openstackgerrit | Om Kumar proposed a change to openstack/tripleo-image-elements: Adds local storage Boot support in case PXE boot fails. https://review.openstack.org/79289 | 15:15 |
marios | rbrady: pong | 15:16 |
rbrady | marios, jistr: we changed the quoting, checked perms, ran again. it's not creating any events related to block storage | 15:17 |
rbrady | in heat | 15:17 |
jistr | rbrady: does "heat resource-list overcloud" show a block storage machine among other resources? | 15:18 |
*** matsuhashi has quit IRC | 15:18 | |
rbrady | jistr: nope | 15:18 |
*** rcarrillocruz has joined #tripleo | 15:18 | |
*** lazy_prince2 is now known as lazy_prince | 15:19 | |
rbrady | marios, jistr: what needs to be done other than create a role and point it at the right image and baremetal flavor? | 15:19 |
marios | rbrady: sec | 15:19 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Get logs of all instance on seed https://review.openstack.org/79771 | 15:19 |
*** rcarrillocruz1 has quit IRC | 15:20 | |
rbrady | marios, jistr: maybe this has something to do with it: https://github.com/openstack/tuskar/blob/master/tuskar/heat/template_tools.py#L27 | 15:21 |
marios | rbrady: what does virsh list say and what about nova list? | 15:21 |
marios | rbrady: are you only getting 1 compute and 1 controller? | 15:22 |
jistr | rbrady, marios: hmm i'm thinking what you described should be sufficient... Would it be possible that you run a version of tuskar or tripleo-heat-templates that doesn't support block storage yet? | 15:22 |
rbrady | marios: 1 compute, 1 controller | 15:22 |
*** sseago has quit IRC | 15:22 | |
rbrady | jistr: the link I pasted looks like the name has to be "overcloud-cinder-volume" | 15:23 |
marios | rbrady: this is what i'm chasing - might be the issue with naming of the overcloud cinder role | 15:23 |
rbrady | marios: no virsh, this is all baremetal | 15:23 |
marios | rbrady: oh nice | 15:23 |
*** sseago has joined #tripleo | 15:24 | |
marios | rbrady: fyi, there is a script that should be run to create the overcloud roles... sec | 15:25 |
*** rpodolyaka has joined #tripleo | 15:25 | |
jistr | rbrady: hmm yeah and that's what you have in the script, so that shouldn't be a problem right? https://github.com/agroup/instack-undercloud/blob/master/scripts/deploy-overcloud-tuskarcli#L49 | 15:26 |
marios | rbrady: in tuskar/tools/initial_data.py | 15:27 |
*** martyntaylor has left #tripleo | 15:27 | |
marios | rbrady: jistr: oh right http://paste.openstack.org/show/73244/ seems that they are created ok | 15:27 |
*** ramishra has joined #tripleo | 15:28 | |
rbrady | marios, jistr: thanks. the commands in the script we're being run manually and the role name was different | 15:28 |
marios | jistr: not sure if something changed in UI but i can't change the number of compute vs block-storage... lemme pull from master again | 15:28 |
rbrady | marios: yeah...the name in that paste for the role is "blockstorage" | 15:28 |
marios | jistr: oh. horizon changed a lot in a few days | 15:30 |
*** ramishra has quit IRC | 15:32 | |
jistr | rbrady: i'm not sure that the name of the role matters that much (i can't recall matching against role name anywhere, i only recall matching against the image name) but i suppose it's worth a try to sync values with the script that marios mentioned | 15:33 |
marios | jistr: lsmola: http://i.imgur.com/EoGyfZ0.png this is what UI looks like for me after git pull on master | 15:34 |
marios | jistr: lsmola : i can't change the numbers of nodes for a role | 15:34 |
jistr | wow | 15:34 |
marios | is it just me? | 15:34 |
marios | jistr: see it all moved to the left | 15:34 |
marios | jistr: but i think ui is broken somewhere | 15:35 |
*** giulivo has quit IRC | 15:35 | |
*** akuznetsov has quit IRC | 15:35 | |
jistr | marios: i don't have a running/up-to-date UI presently but if UI devs don't have it either i can fire it up and verify. But i suppose you're right that it got broken. | 15:37 |
*** jprovazn has quit IRC | 15:37 | |
*** giulivo has joined #tripleo | 15:38 | |
*** jprovazn has joined #tripleo | 15:38 | |
lsmola | marios: yeah | 15:38 |
lsmola | marios: you need to first associate the node profiles | 15:39 |
lsmola | marios: got me confused too :-D | 15:39 |
*** jprovazn has quit IRC | 15:39 | |
lsmola | marios: and yeah, the layout has been changed | 15:39 |
lsmola | marios: and there are few UI bugs :-D | 15:40 |
rbrady | marios, jistr: mystery solved...we have an older version of tuskar installed | 15:40 |
lsmola | rbrady: ach :-) | 15:40 |
*** rpodolyaka has quit IRC | 15:40 | |
jistr | yeah i thought it's going to be old tuskar or old t-h-t :) | 15:41 |
marios | rbrady: great | 15:46 |
rbrady | marios, jistr: here's the source of the packages http://repos.fedorapeople.org/repos/openstack-m/openstack-m/fedora-20/noarch/. Do you know who built these? | 15:46 |
rlandy | marios: jistr: the package installed was built on 02/28 ... the change we need went in on 02/20 | 15:51 |
openstackgerrit | Dougal Matthews proposed a change to openstack/python-tuskarclient: Remove multivalue attributes and roles from CLI https://review.openstack.org/77556 | 15:51 |
openstackgerrit | Jon-Paul Sullivan proposed a change to openstack/tripleo-incubator: Add source-repository element var setting script https://review.openstack.org/74393 | 15:52 |
jistr | rbrady: not sure, but athomas asked me and pblaho some questions about packaging tuskarclient some time ago, so he might know | 15:54 |
*** lazy_prince has quit IRC | 15:55 | |
jistr | rlandy: i guess the package uses Tuskar from pypi https://pypi.python.org/pypi/tuskar | 15:55 |
*** matty_dubs is now known as matty_dubs|lunch | 15:56 | |
jistr | rlandy: if i'm correct about that, then it's more important in what version was the change released rather than when it went to master, and also how that compares with what version is in the package | 15:57 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Stop using the os-svc-install -n -c options. https://review.openstack.org/76604 | 15:57 |
*** rpodolyaka has joined #tripleo | 15:58 | |
rlandy | jistr: correct - all I meant to point out is that it was the latest package available here: http://repos.fedorapeople.org/repos/openstack-m/openstack-m/fedora-20/noarch/ | 15:58 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Drop the os-svc-install -n -c options. https://review.openstack.org/76605 | 15:59 |
*** cwolferh has joined #tripleo | 15:59 | |
*** rpodolyaka has quit IRC | 16:00 | |
jistr | yeah the package is named openstack-tuskar-0.0.8 while in pypi there's 0.2.1, so that doesn't sound up to date :-/ | 16:00 |
*** rpodolyaka has joined #tripleo | 16:00 | |
*** CaptTofu has quit IRC | 16:00 | |
*** spzala has quit IRC | 16:00 | |
*** pblaho has quit IRC | 16:00 | |
*** CaptTofu has joined #tripleo | 16:01 | |
*** akuznetsov has joined #tripleo | 16:03 | |
*** CaptTofu has quit IRC | 16:05 | |
*** rbrady is now known as rbrady-afk | 16:13 | |
*** jistr has quit IRC | 16:14 | |
*** vkozhukalov has joined #tripleo | 16:18 | |
*** lazy_prince has joined #tripleo | 16:18 | |
lazy_prince | pRiya2.rahul1 | 16:18 |
*** lazy_prince has quit IRC | 16:19 | |
*** pbelanyi has quit IRC | 16:22 | |
*** akrivoka has quit IRC | 16:23 | |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Remove Duplicate Rabbit Parameters https://review.openstack.org/79815 | 16:24 |
*** rpodolyaka has quit IRC | 16:27 | |
*** rpodolyaka has joined #tripleo | 16:29 | |
*** CaptTofu has joined #tripleo | 16:30 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Openstack-clients: don't hard code venv https://review.openstack.org/79988 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: TEST ONLY: make nova depend on common-venv https://review.openstack.org/79989 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Update elements to use os-svc-daemon -i. https://review.openstack.org/76963 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Update elements to use os-svc-install -i. https://review.openstack.org/76964 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in OPENSTACK_VENV_DIR default if set https://review.openstack.org/76965 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS... https://review.openstack.org/76966 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Heat/Horizon/Tempest: don't hard code venv dir https://review.openstack.org/76888 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element https://review.openstack.org/76967 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Ceilo/Ironic/Tuskar: don't hard code venv dir https://review.openstack.org/76887 | 16:33 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add -i options to os-svc-install/os-svc-daemon... https://review.openstack.org/76952 | 16:33 |
*** jang1 has quit IRC | 16:40 | |
*** matty_dubs|lunch is now known as matty_dubs | 16:42 | |
*** rdopieralski has quit IRC | 16:42 | |
*** rbrady-afk is now known as rbrady | 16:48 | |
* derekh is hosting a race with two PXE servers, the one I don't want keeps winning | 16:48 | |
*** sseago has quit IRC | 16:49 | |
*** rcarrillocruz1 has joined #tripleo | 16:51 | |
*** rcarrillocruz has quit IRC | 16:53 | |
*** e0ne has quit IRC | 16:54 | |
mordred | derekh: fun race | 16:54 |
*** bauzas has quit IRC | 16:58 | |
*** cody-somerville has quit IRC | 16:58 | |
*** cody-somerville has joined #tripleo | 16:59 | |
*** cody-somerville has quit IRC | 16:59 | |
*** cody-somerville has joined #tripleo | 16:59 | |
*** sseago has joined #tripleo | 17:02 | |
*** howleyt has joined #tripleo | 17:02 | |
* SpamapS awakens | 17:03 | |
*** cody-somerville has quit IRC | 17:03 | |
*** cody-somerville_ has joined #tripleo | 17:03 | |
*** cody-somerville_ has joined #tripleo | 17:03 | |
*** sballe has joined #tripleo | 17:03 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: add check to create ~/.ssh/ to install-dependencies https://review.openstack.org/77445 | 17:05 |
*** rsacharya has joined #tripleo | 17:07 | |
openstackgerrit | Ryan Brady proposed a change to openstack/tripleo-image-elements: Adds NFS backend support for cinder-volume https://review.openstack.org/74563 | 17:08 |
*** sballe has quit IRC | 17:10 | |
openstackgerrit | Ryan Brady proposed a change to openstack/tripleo-image-elements: Adds NFS backend support for cinder-volume https://review.openstack.org/74563 | 17:11 |
*** andreaf has joined #tripleo | 17:11 | |
*** rollerj_ has quit IRC | 17:11 | |
*** rollerj_ has joined #tripleo | 17:11 | |
*** morganfainberg_Z is now known as morganfainberg | 17:13 | |
lifeless | o/ | 17:13 |
lifeless | derekh: why sucsuch a race? | 17:13 |
*** AaronGr has left #tripleo | 17:14 | |
derekh | lifeless: problems with one of the testenv hosts https://bugs.launchpad.net/tripleo/+bug/1291323 | 17:15 |
derekh | lifeless: so I eventually bounced it, now its getting dhcp from the overcloud | 17:16 |
*** saurabhs has joined #tripleo | 17:16 | |
derekh | lifeless: I'm now trying to figure out if I can disable dhcp on the port on the overcloud but don't look like its possible with neutron client | 17:17 |
lifeless | derekh: so this is the problem: https://bugs.launchpad.net/tripleo/+bug/1272803 | 17:17 |
derekh | lifeless: yup, trying to figure out a way around it | 17:17 |
lifeless | derekh: you need an internal port with unique mac to be the mac for one of the dhcp servers, and to dhcp that port too | 17:18 |
lifeless | I may not have explained that well enough in the bug | 17:18 |
lifeless | derekh: if you're fixing in situ, kill dhcp, use ip addr to set both adresses :) | 17:19 |
*** bauzas has joined #tripleo | 17:19 | |
derekh | lifeless: yup, I get all that, my problem at the moment is I can't boot | 17:19 |
derekh | lifeless: because the overcloud dhcp keeps winning the race, I could just delete the port on the overcloud but I was trying to avoid that | 17:20 |
derekh | lifeless: also we need to rebuild our test envs soon with a new geard, or restart the test-env workers lsof | wc -l is returning 792912 on testenv4 | 17:26 |
SpamapS | DOHHHH | 17:26 |
lifeless | derekh: oh right, so probably delete the port for it in the overcloud | 17:26 |
lifeless | dis the right thing to do | 17:26 |
lifeless | derekh: is the right think g to do | 17:27 |
lifeless | mmm 630MBps sustained IO in my server. meep :) | 17:27 |
derekh | lifeless: ya, I really wanted to figure this out without doing that but its probably sunk enough time now | 17:27 |
SpamapS | 2014-03-12 11:27:30.661 | Calling <function virsh_start at 0x7fa931bdbc80> with: ['start', 'seed_4'] | 17:28 |
SpamapS | 2014-03-12 11:27:30.698 | error: failed to connect to the hypervisor | 17:29 |
derekh | SpamapS: https://bugs.launchpad.net/tripleo/+bug/1291323 | 17:29 |
SpamapS | derekh: I wonder if that is related to geard problems? | 17:30 |
SpamapS | hmm.. | 17:31 |
SpamapS | googling suggests mutex problems | 17:31 |
SpamapS | which I suspect is a libvirt issue | 17:31 |
*** jcoufal has quit IRC | 17:31 | |
*** rsacharya has quit IRC | 17:31 | |
derekh | SpamapS: I suspected ports and pipes being left open by gear at first but now now so sure, killing the python processes (which freed them up) didn't help | 17:33 |
*** dprince has quit IRC | 17:34 | |
derekh | SpamapS: if it is a problem triggered by gear then expect another one to go soon, they would die in the same order in which they registered with gear | 17:35 |
lifeless | derekh: well/win 61 | 17:36 |
derekh | lifeless: ?? | 17:37 |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add Ironic bits to _undercloud https://review.openstack.org/72969 | 17:38 |
*** openstackstatus has quit IRC | 17:38 | |
*** openstackstatus has joined #tripleo | 17:39 | |
lifeless | bah | 17:40 |
lifeless | derekh: nvm :) | 17:40 |
derekh | StevenK: I never got a chance to try out your patch properly today, First time I tried it I hit a problem with absense of jq, https://review.openstack.org/#/c/79663 | 17:43 |
*** geerdest has quit IRC | 17:43 | |
derekh | StevenK: then I got distracted with testenv problems, it looks ok, just want to bring up the testenvs on new cloud using it and verify everything befor I add +2 | 17:44 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Add RHEL 7 image element https://review.openstack.org/74146 | 17:45 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Add redhat-common element https://review.openstack.org/74866 | 17:45 |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: Use redhat-common in fedora element https://review.openstack.org/74867 | 17:45 |
*** geerdest has joined #tripleo | 17:46 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add Ironic bits to _undercloud https://review.openstack.org/72969 | 17:51 |
*** rpodolyaka has quit IRC | 17:52 | |
*** hashar has quit IRC | 17:54 | |
*** rpodolyaka has joined #tripleo | 17:56 | |
*** rpodolyaka has quit IRC | 17:57 | |
*** athomas has quit IRC | 17:57 | |
*** rlandy_ has joined #tripleo | 17:57 | |
lifeless | derekh: have you poked at the testenv vm writeback mode yet ? | 17:58 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Use os-svc-restart in boot-stack reset-db https://review.openstack.org/78031 | 17:58 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Add mysql-mariadb-compat element https://review.openstack.org/78034 | 17:58 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Add cinder-lio element https://review.openstack.org/78463 | 17:58 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Don't install percona-toolkit if distro is RHEL7 https://review.openstack.org/78032 | 17:58 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Factor out tgt-specific parts of cinder element https://review.openstack.org/78462 | 17:58 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Allow os-svc-daemon to specify dir name with -d option https://review.openstack.org/78033 | 17:58 |
derekh | lifeless: testenv8 is back up, I'll resetup the test envs later and register the workers so its doing something | 17:58 |
lifeless | derekh: just a crazy note for you | 17:58 |
*** vkozhukalov has quit IRC | 17:58 | |
lifeless | derekh: if you delete the ports for it on overcloud neutron then issue a nove rebuild on the undercloud, it should just DTRT | 17:59 |
derekh | lifeless: yes, I have, using the unsafe mode on ci overcloud testenvs (with images cached), it runs about 5 minutes faster | 17:59 |
derekh | lifeless: cool, I'll try that, thanks | 18:00 |
lifeless | derekh: is there a patchset up? I'm considering poking my local setup is all .... | 18:00 |
derekh | lifeless: actually I'll leave it as is for a bit incase we need to get debug info off it | 18:00 |
SpamapS | unsafe mode? | 18:00 |
* SpamapS want | 18:00 | |
SpamapS | safety is for wussies | 18:00 |
*** rlandy has quit IRC | 18:00 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: TEST ONLY: make nova depend on common-venv https://review.openstack.org/79989 | 18:00 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element https://review.openstack.org/76967 | 18:00 |
*** rpodolyaka has joined #tripleo | 18:01 | |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Merge Block Storage into Overcloud https://review.openstack.org/79654 | 18:01 |
derekh | lifeless: SpamapS https://review.openstack.org/#/c/79663 it worked faster on a ci test env setup no doubt about that several runs compared, (about 5 minutes on overcloud job, every minute counts), I wanted to test on local devtest before pushing it up. | 18:03 |
derekh | lifeless: SpamapS wronge link http://paste.openstack.org/show/73277/ | 18:04 |
derekh | ok, gotta run | 18:05 |
lifeless | derekh: up it comes.... | 18:05 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Switch to unsafe cache mode for test VMs. https://review.openstack.org/80037 | 18:06 |
derekh | lifeless: :-), as usual we'll have to have to rebuild test envs for it to take effect :-( | 18:07 |
*** derekh has quit IRC | 18:07 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Delete obsolete template. https://review.openstack.org/80039 | 18:09 |
rbrady | derekh, jan: https://review.openstack.org/#/c/74563/ | 18:16 |
openstackgerrit | Ben Nemec proposed a change to openstack/os-cloud-config: Switch from oslo.sphinx to oslosphinx https://review.openstack.org/80042 | 18:17 |
*** lucasagomes is now known as lucas-afk | 18:18 | |
*** rpodolyaka has quit IRC | 18:20 | |
*** jistr has joined #tripleo | 18:22 | |
*** rpodolyaka has joined #tripleo | 18:23 | |
*** sandeepr has joined #tripleo | 18:26 | |
*** killer_prince is now known as lazy_prince | 18:26 | |
*** sandeepr has left #tripleo | 18:27 | |
openstackgerrit | A change was merged to openstack/python-tuskarclient: Remove multivalue attributes and roles from CLI https://review.openstack.org/77556 | 18:27 |
*** cwolferh has quit IRC | 18:27 | |
*** cwolferh has joined #tripleo | 18:29 | |
*** e0ne has joined #tripleo | 18:29 | |
*** cody-somerville_ is now known as cody-somerville | 18:39 | |
*** rlandy__ has joined #tripleo | 18:39 | |
*** sdake has quit IRC | 18:41 | |
*** petertoft has quit IRC | 18:41 | |
*** sdake_ has quit IRC | 18:42 | |
*** rlandy_ has quit IRC | 18:43 | |
*** sdake_ has joined #tripleo | 18:44 | |
*** jistr has quit IRC | 18:44 | |
*** sdake has joined #tripleo | 18:45 | |
*** andreaf has quit IRC | 18:45 | |
*** weshay has quit IRC | 18:45 | |
*** rpodolyaka has quit IRC | 18:47 | |
*** e0ne has quit IRC | 18:49 | |
*** morazi is now known as morazi-mtg | 18:49 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add Ironic bits to _undercloud https://review.openstack.org/72969 | 18:53 |
openstackgerrit | Jay Dobies proposed a change to openstack/python-tuskarclient: Changed role count assignment to use role name https://review.openstack.org/80052 | 18:58 |
*** jb11211 has joined #tripleo | 18:58 | |
*** e0ne has joined #tripleo | 19:00 | |
*** weshay has joined #tripleo | 19:01 | |
*** rpodolyaka has joined #tripleo | 19:05 | |
openstackgerrit | A change was merged to openstack/tuskar: Updates CONTRIBUTING docs sort bug in fedora 20 https://review.openstack.org/79609 | 19:06 |
adam_g | greghaynes, around? | 19:08 |
*** Lotus907efi has joined #tripleo | 19:14 | |
*** Lotus907efi has quit IRC | 19:14 | |
*** jprovazn has joined #tripleo | 19:17 | |
openstackgerrit | Ben Nemec proposed a change to openstack/tuskar: Remove tools/flakes.py https://review.openstack.org/79783 | 19:25 |
greghaynes | adam_g: lunching, will be in about 10 | 19:27 |
*** rpodolyaka has quit IRC | 19:31 | |
*** rpodolyaka has joined #tripleo | 19:31 | |
greghaynes | adam_g: here now, whats up | 19:33 |
adam_g | greghaynes, i think im good now actually. was hitting something that sounded similar to what you hit last week: https://bugs.launchpad.net/diskimage-builder/+bug/1291533 | 19:35 |
adam_g | just needed to resolve differences in how devstack and tripleO sets up its tftp server | 19:36 |
greghaynes | ah | 19:36 |
*** geerdest has quit IRC | 19:42 | |
jprovazn | greghaynes, hi, did you have any luck yesterday with reproducing the memory issue with xtradb? | 19:42 |
greghaynes | jprovazn: Hey. Yes I was able to reproduce. Did some looking around for fixes but nothing stuck out obviously - just email threads from people complaining about galera using a lot of mem | 19:43 |
greghaynes | Was going to try and use some of our local mysql knowledge for possible fixes | 19:44 |
jprovazn | greghaynes, ah, thanks, will look at it now too | 19:45 |
greghaynes | ok | 19:45 |
rbrady | jprovazn: https://review.openstack.org/#/c/74563/ (same as when you approved earlier, now with more Readme.md) | 19:45 |
jprovazn | rbrady, looking | 19:47 |
rbrady | jprovazn: thanks | 19:48 |
*** akuznetsov has quit IRC | 19:48 | |
openstackgerrit | A change was merged to openstack/tuskar: Create stack in right order https://review.openstack.org/76267 | 19:49 |
*** saurabhs has quit IRC | 19:52 | |
*** Lotus907efi has joined #tripleo | 19:52 | |
*** Lotus907efi has quit IRC | 19:53 | |
*** Lotus907efi has joined #tripleo | 19:53 | |
*** jp_at_hp has quit IRC | 19:54 | |
*** jang1 has joined #tripleo | 19:59 | |
*** weshay has quit IRC | 20:12 | |
openstackgerrit | Ryan Brady proposed a change to openstack/tripleo-image-elements: Adds NFS backend support for cinder-volume https://review.openstack.org/74563 | 20:16 |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add Ironic bits to _undercloud https://review.openstack.org/72969 | 20:18 |
*** saurabhs has joined #tripleo | 20:20 | |
*** dprince has joined #tripleo | 20:20 | |
*** rpodolyaka has quit IRC | 20:20 | |
*** rpodolyaka has joined #tripleo | 20:21 | |
*** rpodolyaka has quit IRC | 20:21 | |
*** rpodolyaka1 has joined #tripleo | 20:21 | |
bnemec | http://logs.openstack.org/66/74866/8/check-tripleo/check-tripleo-overcloud-precise/aa490f1/console.html#_2014-03-12_20_01_46_509 | 20:22 |
bnemec | Is ^ any kind of known issue or should I open a bug? | 20:22 |
*** Slower_ is now known as Slower | 20:22 | |
*** geerdest has joined #tripleo | 20:23 | |
greghaynes | so pidgin is definitely they way to go for Lync... that web interface and firefox on linux seem to have a hard time getting along | 20:24 |
greghaynes | way too much time spent learning that lesson | 20:25 |
*** morazi-mtg is now known as morazi | 20:29 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Use os-svc-restart in boot-stack reset-db https://review.openstack.org/78031 | 20:33 |
*** e0ne has quit IRC | 20:36 | |
lifeless | Ng: SpamapS: slagle: https://review.openstack.org/#/c/80037/ \o/ passed CI | 20:36 |
*** e0ne has joined #tripleo | 20:36 | |
lifeless | greghaynes: does pidgin need a VPN connection? and does it do voice for Lync? | 20:37 |
slagle | nice, now maybe virtio is next :) | 20:37 |
SpamapS | lifeless: boom goes the dynamite | 20:37 |
greghaynes | lifeless: I think it needs vpn, no idea about voice | 20:37 |
Ng | doh, too late :) | 20:37 |
lifeless | gotta get in early on the approve train | 20:38 |
dprince | lifeless: how much does 80037 speed us up? | 20:38 |
Ng | nothing wrong with a +6 ;) | 20:38 |
Ng | dprince: commit message says 5m | 20:38 |
lifeless | dprince: 5m per run | 20:38 |
lifeless | Ng: if you're looking for a thing... https://review.openstack.org/#/c/80039/ | 20:38 |
dprince | lifeless: with the common venv thing I've seen as much as 9-10 minutes shaved off. | 20:39 |
dprince | we should do them both IMO | 20:39 |
*** e0ne has quit IRC | 20:40 | |
lifeless | dprince: sure; I was going to ask if you'd started on the nova feature to control vm cache mode via Nova | 20:40 |
*** funzo has quit IRC | 20:40 | |
*** morazi has quit IRC | 20:41 | |
*** funzo has joined #tripleo | 20:41 | |
dprince | lifeless: I have not. Although I could probably look into it if we want it | 20:41 |
*** morazi has joined #tripleo | 20:41 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add Ironic bits to _undercloud https://review.openstack.org/72969 | 20:42 |
*** e0ne has joined #tripleo | 20:42 | |
lifeless | dprince: we don't have stats yet, but I am concerned about sync contention on the nova compute hosts | 20:44 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Switch to unsafe cache mode for test VMs. https://review.openstack.org/80037 | 20:44 |
dprince | lifeless: I think this is just one of those things you just have to try... and see what happens | 20:45 |
SpamapS | like spaghetti.. just have to throw it at the cabinet door and see if it sticks | 20:48 |
lifeless | SpamapS: speaking of spaghetti hows graceful heat ? | 20:49 |
greghaynes | spaghetti merge, one of the lesser known git merge strategies | 20:49 |
SpamapS | lifeless: -> #openstack-meeting | 20:50 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: baremetal element: Enable stable interface names https://review.openstack.org/72003 | 20:51 |
*** morazi has quit IRC | 20:56 | |
*** morazi has joined #tripleo | 20:58 | |
*** saurabhs has quit IRC | 20:59 | |
SpamapS | lifeless: so to answer your question directly: Now that dust has settled and softwareconfig and deployers are landed in Heat, I can try adding a graceful rebuilding server subclass that leverages that code. | 21:00 |
lifeless | SpamapS: Do It Do It Do it Do It Do It | 21:01 |
*** vkozhukalov has joined #tripleo | 21:02 | |
*** saurabhs has joined #tripleo | 21:02 | |
SpamapS | lifeless: still terrified of UPDATE_FAILED .. so I want to push my spike on that just a little further. | 21:04 |
*** rlandy_ has joined #tripleo | 21:04 | |
lifeless | SpamapS: I'm going to beg. | 21:04 |
lifeless | SpamapS: without graceful we cannot complete the HA work. | 21:04 |
SpamapS | lifeless: here's my point.. tripleo-cd would be a great place to prove this graceful stuff works. _IF_ we didn't have to delete the stack every 8 hours. | 21:04 |
*** rpodolyaka1 has quit IRC | 21:05 | |
lifeless | SpamapS: update failed doesn't block other work.. graceful does. | 21:05 |
*** matty_dubs is now known as matty_dubs|gone | 21:05 | |
lifeless | SpamapS: doing update failed first blocks the rest of the team | 21:05 |
lifeless | SpamapS: and that said, its up to you :) | 21:05 |
SpamapS | lifeless: well.. it makes availability worse for compute.. right? You could just deal with nodes being gone for a while. | 21:05 |
SpamapS | Hm actually Galera would crap out | 21:06 |
SpamapS | ok n/m I'm just whining | 21:06 |
SpamapS | fine.. | 21:06 |
* SpamapS shifts gears from "RETRY" to "GRACEFUL" | 21:06 | |
SpamapS | :-/ | 21:06 |
*** rlandy__ has quit IRC | 21:07 | |
*** rpodolyaka has joined #tripleo | 21:09 | |
greghaynes | SpamapS: You see our issue with galera taking *all* the rams on the seed box? Wondering if you might have pointers on where we might be able to fix | 21:09 |
*** geerdest has quit IRC | 21:09 | |
*** weshay has joined #tripleo | 21:09 | |
SpamapS | greghaynes: no, pointer? | 21:09 |
greghaynes | well, my google search was extremely unhelpful... I can dig deeper just wondering if you knew of anything offhand | 21:10 |
*** dprince has quit IRC | 21:11 | |
lifeless | SpamapS: VMs get interrupted if we don't migrate them first, is the issue. | 21:12 |
*** rlandy__ has joined #tripleo | 21:13 | |
*** jdob has quit IRC | 21:13 | |
*** rlandy_ has quit IRC | 21:15 | |
lifeless | [===================>.] reshape = 99.8% (2924957696/2929556480) finish=1.7min speed=42526K/sec | 21:16 |
*** e0ne has quit IRC | 21:16 | |
lifeless | nearly done | 21:16 |
*** e0ne has joined #tripleo | 21:17 | |
openstackgerrit | James Slagle proposed a change to openstack/diskimage-builder: Move install type enablement out of source-repositories https://review.openstack.org/78794 | 21:22 |
*** rlandy__ is now known as rlandy | 21:24 | |
*** cody-somerville- has joined #tripleo | 21:26 | |
*** rcarrillocruz has joined #tripleo | 21:28 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-image-elements: os-*-config package install support https://review.openstack.org/78816 | 21:28 |
*** rcarrillocruz1 has quit IRC | 21:29 | |
lifeless | lol | 21:31 |
lifeless | resize2fs: New size too large to be expressed in 32 bits | 21:31 |
lifeless | aka 'stb' | 21:32 |
lifeless | erm | 21:32 |
lifeless | 'stab' | 21:32 |
* lifeless settles for 15T | 21:34 | |
*** rbrady is now known as rbrady-afk | 21:35 | |
greghaynes | wah | 21:36 |
greghaynes | Thats a lot of bytes | 21:36 |
*** saurabhs has quit IRC | 21:37 | |
SpamapS | lifeless: time for XFS :) | 21:37 |
lifeless | old_desc_blocks = 524, new_desc_blocks = 960 | 21:38 |
lifeless | The filesystem on /dev/lifelesswks-vg/lifelesswks-lvs is now 4026531840 blocks long. | 21:38 |
SpamapS | you just need a second 15TB array to use as an intermediary ;) | 21:38 |
lifeless | SpamapS: I might play with it with the the spare 3TB at the end | 21:38 |
lifeless | SpamapS: nah, I have /dev/mapper/lifelesswks--vg-lifelesswks--lvs 15T 7.1T 7.2T 50% / | 21:38 |
SpamapS | lifeless: big drawback in your case is that XFS cann't be shrunk. :-/ | 21:38 |
lifeless | SpamapS: ted t'so gets sad when folk shrunk ext4 ;) | 21:39 |
clarkb | lifeless: what make 7TB of data? | 21:39 |
clarkb | s/make/made/ | 21:39 |
clarkb | I mean that is pretty impressive | 21:39 |
clarkb | you could host almost 6 months of our build logs in the remaining 50% >_> | 21:40 |
lifeless | clarkb: its miy digital history since circa 1993 | 21:40 |
clarkb | nice | 21:40 |
lifeless | clarkb: photos, films, code, mail, everything | 21:41 |
lifeless | clarkb: plus Lynnes | 21:41 |
*** d0ugal has quit IRC | 21:41 | |
lifeless | clarkb: plus backups of our DVD collection, etc. | 21:41 |
lifeless | clarkb: WD RED drives are awesome. | 21:41 |
*** saurabhs has joined #tripleo | 21:41 | |
greghaynes | What do you house them in? | 21:41 |
tchaypo | morning | 21:42 |
tchaypo | + | 21:44 |
tchaypo | [2~ | 21:44 |
tchaypo | ++++++++++++++++++++ | 21:44 |
tchaypo | ~ | 21:44 |
tchaypo | [6~[6~ | 21:44 |
*** CaptTofu has quit IRC | 21:44 | |
lifeless | VG #PV #LV #SN Attr VSize VFree | 21:45 |
lifeless | lifelesswks-vg 2 1 0 wz--n- 18.19t 3.19t | 21:45 |
lifeless | greghaynes: http://www.nanoxia-world.com/product/1/55/Deep+Silence+6+ | 21:45 |
lifeless | greghaynes: amazingly quiet case | 21:46 |
greghaynes | ooo. About to say - I have a box with a bunch of HD's but the noise makes me not want to leave it on | 21:46 |
lifeless | nuts, I've got a zombie stack that I can't delete :( | 21:47 |
lifeless | nova vms are gone | 21:47 |
lifeless | but something else is quirky | 21:47 |
greghaynes | Yep, thats what I ran into yesterday | 21:48 |
greghaynes | https://bugs.launchpad.net/tripleo/+bug/1291060 | 21:48 |
lifeless | greghaynes: I've 8 drives, and a good overpowered quiet PSU, + a i7 K in there with an MAXIMUS VI EXTREME M/B and 16GB of ram | 21:48 |
*** jprovazn has quit IRC | 21:48 | |
lifeless | oh, and a 2nd hand mellanox IB card :) | 21:49 |
greghaynes | ooo | 21:49 |
lifeless | actually, I lie, 32GB of memory | 21:50 |
greghaynes | hah, necessary for the file server | 21:50 |
greghaynes | Oh, how do people hipchat - is there some special magic of how we should sign up? | 21:51 |
lifeless | greghaynes: ping collette if you don't have a hipchat account | 21:51 |
*** rlandy has quit IRC | 21:51 | |
lifeless | greghaynes: so when we have Ironic support | 21:51 |
*** rpodolyaka has quit IRC | 21:52 | |
lifeless | greghaynes: I plan to distribute my test VMs across my home workstation (i7, 16GB, 4 disks in RAID10, 2x work laptops and the beast server) | 21:53 |
lifeless | greghaynes: I figure that that should give fairly good performance | 21:53 |
greghaynes | aha | 21:53 |
greghaynes | I had two smallish 1u's with 32gb ram and raid0 ssd's.. im hoping to play with some baremetal deploying on them in the very near future | 21:54 |
lifeless | had ? | 21:54 |
greghaynes | also a silly high clockspeed quad core xeon. Used to be build boxen | 21:55 |
greghaynes | well, have. Need to install one back into my little mini rack | 21:56 |
*** rpodolyaka has joined #tripleo | 21:56 | |
*** rpodolyaka has quit IRC | 22:03 | |
lifeless | SpamapS: did you eyeball https://bugs.launchpad.net/tripleo/+bug/1291060 ? | 22:03 |
lifeless | greghaynes: why didn't you triage ^ ? | 22:03 |
greghaynes | Was hoping for a confirmation. *triages now* | 22:04 |
greghaynes | critical, correct? | 22:06 |
lifeless | I rather think so | 22:08 |
lifeless | since deleting your DB to delet a stack is... bad | 22:08 |
*** lblanchard has quit IRC | 22:09 | |
SpamapS | looks like a heat bug | 22:09 |
SpamapS | delete should basically never fail | 22:10 |
lifeless | SpamapS: I have added heat to the bug | 22:10 |
lifeless | SpamapS: on that bassis | 22:10 |
SpamapS | lifeless: yeah, I"m looking at the trace now to see why that 404 isn't handled as "yay it is already gone" | 22:10 |
*** rpodolyaka has joined #tripleo | 22:10 | |
SpamapS | lifeless: might become moot for us, as softwareconfig will alleviate us of having to create users and keys and policies | 22:10 |
lifeless | SpamapS: I'm going to suggest greghaynes dive deep into it | 22:11 |
SpamapS | and thats what I'm playing with right now.. :) | 22:11 |
lifeless | SpamapS: since he has it happening and more folk with heat codebase familiarity++ | 22:11 |
greghaynes | Sounds good | 22:11 |
SpamapS | greghaynes: see my suggestion above.. look at how the user resource handles the same type of error. | 22:11 |
* greghaynes hopes his email quiets down a bit for this | 22:12 | |
* SpamapS back to building a seed to poke graceful things into | 22:12 | |
SpamapS | hmm | 22:12 |
SpamapS | that sounded ... inappropriate | 22:12 |
greghaynes | indeed | 22:12 |
lifeless | SpamapS: 'graceful' things. hah. | 22:14 |
SpamapS | greghaynes: I usually quiet my email program down by exitting it :) | 22:16 |
greghaynes | I like this idea! | 22:17 |
lifeless | WAT | 22:19 |
*** e0ne has quit IRC | 22:25 | |
*** e0ne has joined #tripleo | 22:25 | |
*** e0ne has quit IRC | 22:25 | |
*** rpodolyaka has quit IRC | 22:28 | |
Lotus907efi | hello all. I am trying to follow the pypi mirror setup directions in pypi/README.md | 22:29 |
jang1 | go on. | 22:30 |
*** rpodolyaka has joined #tripleo | 22:30 | |
Lotus907efi | but when I try running run-mirror command I keep getting an error about "No local packages or download links found for pbr" | 22:30 |
Lotus907efi | so I looked around on google to see what I could find | 22:30 |
Lotus907efi | I see an openstack build test bot was getting this same issue over and over in May of last year | 22:31 |
Lotus907efi | but I have not found any particular solution | 22:31 |
Lotus907efi | is this error normal or to be expected? | 22:32 |
lifeless | Lotus907efi: not expected | 22:33 |
lifeless | mordred: ^ thoughts? | 22:33 |
Lotus907efi | ah, any ideas what the cause might be? | 22:34 |
jang1 | can you pip install pbr manually? | 22:34 |
Lotus907efi | I am inside the HP corp network but I have env variables set for http_proxy and https_proxy | 22:34 |
Lotus907efi | let me try that | 22:35 |
Lotus907efi | yup, I just did a "pip install pbr" and it said it completed with success | 22:36 |
Lotus907efi | Successfully installed pbr | 22:36 |
Lotus907efi | Cleaning up... | 22:36 |
Lotus907efi | but the run-mirror command still fails | 22:37 |
Lotus907efi | run-mirror -b remotes/origin/master --verbose -c /home/ops/mirror.yaml | 22:37 |
Lotus907efi | is what I am running | 22:37 |
jang1 | where does your mirror.yaml file point? (IIRC it has an upstream source declared in it, let me just have a quick look) | 22:37 |
jang1 | tell a li,e, that's bandersnatch | 22:38 |
Lotus907efi | mirrors: | 22:38 |
Lotus907efi | - name: openstack | 22:38 |
Lotus907efi | projects: | 22:38 |
Lotus907efi | - https://git.openstack.org/openstack/requirements | 22:38 |
Lotus907efi | output: /home/opsauto/.cache/image-create/pypi/mirror | 22:38 |
tchaypo | Lotus907efi: I'm wondering if maybe you haven't exported the variable and the script isn't seeing it | 22:39 |
Lotus907efi | hmmm | 22:39 |
tchaypo | you could check with "export | grep proxy" | 22:39 |
mordred | lifeless: aroo? | 22:39 |
Lotus907efi | I did not see anything in pypi/README.md about exporting any variables | 22:39 |
jang1 | just https?_proxy | 22:39 |
lifeless | mordred: pypi-mirror failing in the HP corp network | 22:39 |
mordred | yes. it will | 22:40 |
lifeless | mordred: workarounds ? | 22:40 |
*** slagle has quit IRC | 22:40 | |
mordred | because easy_install does not obey proxy settings | 22:40 |
Lotus907efi | the other pypi modules seem to be successfully mirrored before it gets to pbr | 22:40 |
Lotus907efi | hmmm | 22:40 |
mordred | and setup_requires does easy_install | 22:40 |
mordred | SO | 22:40 |
mordred | the answer | 22:40 |
Lotus907efi | hmmm | 22:40 |
tchaypo | Lotus907efi: or, it could be what mordred said :( | 22:40 |
jang1 | easy_install has a bunch of problems. like, not grokking wheels. | 22:41 |
mordred | is a small patch to pypi-mirror | 22:41 |
mordred | easy_install is the worst thing ever | 22:41 |
Lotus907efi | hehehehe | 22:41 |
mordred | let me dig up the patch | 22:41 |
lifeless | an alternative would be to run bandersnatch | 22:41 |
Lotus907efi | 'k | 22:41 |
jang1 | python package "management" has gone through a number of generations, most of which have been terrible. | 22:41 |
mordred | also, we're working on having an inside-the-firewall pypi mirror | 22:41 |
lifeless | and then run pypi-mirror against the resulting full pypi mirror | 22:41 |
lifeless | mordred: hah! exactly. :) | 22:41 |
Lotus907efi | ha! | 22:41 |
Lotus907efi | that would be cool | 22:41 |
Lotus907efi | and quite helpful | 22:42 |
mordred | Lotus907efi: gimme just a bit - let me elevate it in personal priority | 22:42 |
Lotus907efi | ok | 22:42 |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add Ironic bits to _undercloud https://review.openstack.org/72969 | 22:42 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Put overcloud state into testenv.json. https://review.openstack.org/80104 | 22:43 |
jang1 | Lotus907efi: you _can_ install something like .. hrm, what is it? tsocks, or any number of other transparent proxies, and wrap up pypi-mirror to lean on those - but all of those are painful. | 22:43 |
jang1 | Or, spin up pypi-mirror in the public cloud and pull the result down inside the hp net. Unlike bandersnatch, pypi-mirror's output is of a reasonable size. | 22:44 |
mordred | jang1: do we have any tsocks docs anywhere? | 22:44 |
jang1 | I don't think so - it's a bit of a black art. My desktop version doesn't even come with man pages. | 22:44 |
lifeless | jang1: heh, 70G isn't unreasonable for a whole office etc :) | 22:45 |
jang1 | 70G isn't unreasonable for an office, but the time taken to grab the initial mirror is a bit of a pain ("come back tomorrow") | 22:45 |
jang1 | you can tell that the python universe sprang up largely outside corporate firewalls. | 22:46 |
lifeless | jang1: agreed :). The similar size for Ubuntu mirror has the same issue. | 22:46 |
clarkb | mordred: jang1 it doesn't really need documentation | 22:46 |
clarkb | mordred: you tsocks thing | 22:46 |
lifeless | jang1: well, python universe != setuptools, which is widely regarded as the most evil tool ever. | 22:46 |
*** Daviey has quit IRC | 22:46 | |
Lotus907efi | I am going to echo a proposal to Ulf that a pypi inside corp mirror is really needed | 22:47 |
clarkb | all it does is set LD_PRELOAD | 22:47 |
lifeless | clarkb: what variable do you set to make it work? | 22:47 |
mordred | Lotus907efi: I'm working on one | 22:47 |
clarkb | lifeless: nothing you just tsocks command | 22:47 |
jang1 | I can't remember if tsocks will follow fork/exec. If it does (and thinking about it, it must) then you just need a tsocks.conf | 22:47 |
lifeless | clarkb: how does it discover the proxy ? | 22:48 |
clarkb | I think it uses 1080 by default | 22:48 |
jang1 | from http_proxy or socks_proxy | 22:48 |
clarkb | whatever the semi official port is | 22:48 |
lifeless | clarkb: hostname! :) | 22:48 |
clarkb | on localhost | 22:48 |
lifeless | clarkb: which is entirely not what the HP corp net needs :) | 22:48 |
clarkb | ssh -D is all anyone ever needs :) | 22:48 |
lifeless | clarkb: so I think my point is made, docs needed. | 22:48 |
greghaynes | Yes, I can confirm that ssh -D was the path to success during tripleo sprint at hp | 22:49 |
clarkb | you can use it to do rootless android tethers if you have adb going | 22:49 |
*** morazi has quit IRC | 22:49 | |
clarkb | >_> | 22:49 |
jang1 | hrm. Lotus907efi, unlike my desktop, this laptop gets man pages when tsocks gets installed. | 22:50 |
clarkb | and fwiw google is a great man page searcher | 22:51 |
Lotus907efi | true | 22:52 |
Lotus907efi | mordred: is the pypi mirror you are working on located somewhere permanent / reliable like a system in a data center? | 22:54 |
mordred | yes | 22:55 |
mordred | Lotus907efi: it will be part of the gozer standup | 22:56 |
Lotus907efi | I think I would like additional mirrors inside the two major hpcloud data centers if that is not where your mirror would already be located | 22:56 |
Lotus907efi | ah, ok | 22:56 |
mordred | the data centers shoudln't e behinda blocking firewall | 22:56 |
Lotus907efi | where is gozer being stood up? | 22:56 |
mordred | Lotus907efi: Fort Collins | 22:56 |
Lotus907efi | ah | 22:56 |
Lotus907efi | are you in FtC ? | 22:57 |
mordred | although we're also working on putting a mirror in galway | 22:57 |
mordred | Lotus907efi: I'm not - I'm in Sunnyvale | 22:57 |
Lotus907efi | oh, I am in FtC | 22:57 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Stop editing config.json. https://review.openstack.org/80110 | 22:57 |
mordred | Lotus907efi: well, then gozer is going to be great for you! | 22:57 |
Lotus907efi | just so I don't have to fix it when it breaks :D | 22:58 |
*** Daviey has joined #tripleo | 22:58 | |
Lotus907efi | i.e. no 3AM phone calls | 22:58 |
lifeless | nah. we schedule those for 4AM | 22:58 |
Lotus907efi | ah, that is OK then | 22:58 |
mordred | Lotus907efi: nah. we're getting a follow the sun team in place :) | 22:58 |
*** lblanchard has joined #tripleo | 22:58 | |
ccrouch1 | roll up roll up reviewers :-) | 22:59 |
ccrouch1 | we have passing CI https://review.openstack.org/#/c/72003/ | 22:59 |
mordred | Lotus907efi: any chance you know the socks proxy info? | 22:59 |
mordred | ccrouch1: w00t! | 22:59 |
tchaypo | mordred: we are? | 22:59 |
Lotus907efi | for FtC ? | 22:59 |
mordred | tchaypo: yes | 22:59 |
mordred | Lotus907efi: for anywhere | 22:59 |
lifeless | does one typically run XFS on LVM, or XFS directly on component devices? | 22:59 |
tchaypo | mordred: I look forward to hearing more about this :) | 22:59 |
Lotus907efi | socks info I am using is socks-server.hp.com port 1080 | 23:00 |
Lotus907efi | that is what I had to use to get on freenode from my desktop system here | 23:01 |
Lotus907efi | but the https_proxy I am using for our dev boxes in USeast is different | 23:01 |
Lotus907efi | lifeless: I have done both | 23:02 |
* Lotus907efi likes XFS filesystems | 23:02 | |
mordred | Lotus907efi: cool. let me try that one real quick | 23:02 |
*** ftcjeff has quit IRC | 23:02 | |
lifeless | Lotus907efi: I'm just noodling - I have a 18T RAID array here and found ext4 won't resize to use it all | 23:03 |
Lotus907efi | ah, yes | 23:03 |
Lotus907efi | use XFS | 23:03 |
lifeless | Lotus907efi: so I'm speculating on experimenting with XFS on the upper 3T | 23:03 |
Lotus907efi | yeah, that would be interesting | 23:03 |
lifeless | Lotus907efi: but should I shrink the md device (raid6) down by 3TB, and run XFS on the raw devices (does it have a RAID mode?) or stay on top of the mdadm device... | 23:03 |
Lotus907efi | I would run on top of the mdadm device | 23:04 |
Lotus907efi | no need to do the shrinking | 23:04 |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Get logs of all instance on seed https://review.openstack.org/79771 | 23:07 |
*** jang1 has quit IRC | 23:09 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: baremetal element: Enable stable interface names https://review.openstack.org/72003 | 23:09 |
Lotus907efi | lifeless: one time when I was working at the Intel HPC benchmarking lab I formated a 3PB device with XFS and then when I did a "df -h" it reported the units in "P" | 23:11 |
Lotus907efi | that was the first time I got to see a df output with "P" in the units | 23:12 |
mordred | Lotus907efi: I keep forgetting, I worked on this some already ... | 23:17 |
SpamapS | hmm.. I think we might be able to improve parallelism in our deploys if we create the ports for our servers before the servers... | 23:17 |
SpamapS | Because what we want is the address for the port.. if it isn't actually "ACTIVE" yet, that is not really important.. we can still configure nova-compute to try to talk to rabbitmq. | 23:18 |
SpamapS | Which should result in less churn at the moment that notCompute0 goes "ACTIVE" | 23:18 |
SpamapS | not sure that would relieve us from any waiting time tho | 23:19 |
* SpamapS goes back to playing with software deployers | 23:19 | |
lifeless | SpamapS: we need that for the VIP for APIs | 23:19 |
SpamapS | lifeless: yeah that makes sense | 23:20 |
SpamapS | just sitting here watching NovaCompute#Config's waiting for notCompute0 to deploy | 23:21 |
SpamapS | which btw, takes a long time now.. I think we need to attack image size | 23:21 |
SpamapS | | notCompute0 | 1b33eaca-df90-4ae7-9c59-551a869804bb | state changed | CREATE_COMPLETE | 2014-03-12T23:11:18Z | | 23:21 |
SpamapS | | notCompute0 | 88ee51e7-d5c1-421e-931b-522a2249c810 | state changed | CREATE_IN_PROGRESS | 2014-03-12T22:44:35Z | | 23:21 |
SpamapS | hm that includes the dd time for NovaCompute0 and 1 | 23:22 |
SpamapS | | NovaCompute1 | bcf69e44-34ca-4dd0-852d-c62ae0810241 | state changed | CREATE_COMPLETE | 2014-03-12T22:56:29Z | | 23:22 |
SpamapS | | NovaCompute0 | f72d80de-6193-452d-977d-0858fe39bd8a | state changed | CREATE_COMPLETE | 2014-03-12T23:02:33Z | | 23:22 |
SpamapS | since we only dd one thing at a time | 23:22 |
SpamapS | so NovaCompute1 went first, and took 20 minutes (presumably including image conversion to raw in there) | 23:23 |
SpamapS | not 20 minutes, 12 | 23:23 |
SpamapS | NovaCompute0 took 6 minutes .. | 23:23 |
SpamapS | hm and then notCompute0 9 minutes | 23:24 |
SpamapS | so n/m me | 23:24 |
lifeless | SpamapS: on VMs ? | 23:24 |
SpamapS | lifeless: yeah, vms on my laptop | 23:24 |
SpamapS | lifeless: doing --offline and devtest.sh -c ... | 23:24 |
*** saurabhs has quit IRC | 23:24 | |
SpamapS | 133.37user 34.98system 1:01:34elapsed 4%CPU (0avgtext+0avgdata 32924maxresident)k | 23:25 |
SpamapS | 14338552inputs+6298768outputs (399major+7185863minor)pagefaults 0swaps | 23:25 |
SpamapS | all images were already built | 23:25 |
SpamapS | so --offline is inconsequential.. but with -c .. still 1 hour. | 23:25 |
SpamapS | 27 of which was deploying the overcloud in baremetal | 23:26 |
*** saurabhs has joined #tripleo | 23:27 | |
* SpamapS squelches distractions and returns to dissecting heat stuff | 23:27 | |
devananda | SpamapS: create ports before nodes -- non-starter with Ironic. | 23:28 |
devananda | SpamapS: without substantial changes, anyway | 23:29 |
* devananda wonders if that distraction was squelched | 23:29 | |
lifeless | devananda: port-update :> | 23:30 |
lifeless | devananda: nova boot --nic accepts port ids | 23:30 |
devananda | lifeless: sure. but port-create requires a node | 23:30 |
devananda | ooh you mean neutron ports :) | 23:30 |
lifeless | devananda: I did say that calling Ironic's things ports was a bad idea. | 23:30 |
devananda | hah | 23:30 |
lifeless | devananda: now, happy to say, I get to say 'told you so' | 23:30 |
lifeless | Told you so! | 23:31 |
devananda | :-D | 23:31 |
devananda | lifeless: clearly we need more overloaded terms | 23:31 |
lifeless | devananda: clearly... | 23:31 |
devananda | quick! let's invent another thing called node! | 23:32 |
*** ramishra has joined #tripleo | 23:32 | |
lifeless | SpamapS: I just race using -c :) | 23:33 |
*** lsmola has quit IRC | 23:36 | |
*** lsmola has joined #tripleo | 23:36 | |
*** bauzas has quit IRC | 23:38 | |
greghaynes | SpamapS: https://review.openstack.org/#/c/80116/ | 23:44 |
*** CaptTofu has joined #tripleo | 23:46 | |
*** lucas-afk has quit IRC | 23:46 | |
SpamapS | greghaynes: very nice.. -1'd ;) | 23:47 |
greghaynes | haha, ty | 23:47 |
*** saurabhs has quit IRC | 23:47 | |
greghaynes | oh yay, only my commit msg was -1'd! | 23:48 |
SpamapS | an excellent achievement | 23:48 |
*** saurabhs has joined #tripleo | 23:48 | |
lifeless | greghaynes: also missing a test case. | 23:49 |
SpamapS | and you forgot to hunt for snipes | 23:50 |
lifeless | though it's an interesting question *why* the user is missing | 23:50 |
*** CaptTofu has quit IRC | 23:50 | |
lifeless | more like a rat | 23:50 |
greghaynes | what? snipes? where? | 23:50 |
SpamapS | lifeless: the user is there. The access key is not... I think. | 23:50 |
openstackgerrit | tom-howley proposed a change to openstack/tripleo-incubator: Wait for baremetal nodes before creating undercloud stack. https://review.openstack.org/78636 | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!