*** matsuhashi has joined #tripleo | 00:01 | |
*** morazi has quit IRC | 00:03 | |
*** Guest41065 is now known as StevenK | 00:06 | |
*** e0ne has joined #tripleo | 00:17 | |
*** CaptTofu has joined #tripleo | 00:18 | |
mikal | lifeless: ping? | 00:23 |
---|---|---|
*** davenielsen has quit IRC | 00:30 | |
*** shakamunyi has joined #tripleo | 00:31 | |
*** shakamunyi has quit IRC | 00:37 | |
lifeless | mikal: pong | 00:40 |
mikal | lifeless: did you see my email about meetups? | 00:41 |
lifeless | mikal: I did, and I plan to reply ;) | 00:41 |
lifeless | mikal: I concur with your thinkig | 00:42 |
mikal | lifeless: good man, typey typey etc | 00:42 |
lifeless | mikal: tchaypo was proposing brisbane | 00:42 |
*** stewart has joined #tripleo | 00:42 | |
mikal | lifeless: I think that would be a hard sell... There were only three Aussies at the last nova meetup, and its a lot more expensive for flights. | 00:45 |
mikal | lifeless: people already have trouble getting travel approved | 00:46 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Test https://review.openstack.org/87146 | 00:47 |
*** mestery has joined #tripleo | 00:48 | |
lifeless | mikal: I know | 00:49 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Ensure there is a newline after the nodepool keys https://review.openstack.org/87146 | 00:55 |
derekh | lifeless: I think that ^^ is the fix for why our CI tests are currently failing | 00:56 |
lifeless | derekh: oh, ah. I just -1'd it on the 'fix closer to the problem basis' | 00:57 |
lifeless | derekh: but if you want to land it temporarily, please put a TODO and a bug reference and I'll be happy to +2 | 00:57 |
derekh | lifeless: ok, will do, was going to submit patch in infra also but thought this would be quicker | 00:58 |
lifeless | derekh: right - not saying infra is the brkoen bit | 00:59 |
lifeless | derekh: our other code should cope too... | 00:59 |
derekh | lifeless: I don't see how our other code should cope, the authorized_keys file is ending up with 2 keys one one line | 01:00 |
derekh | 2014-04-14 00:52:23.132 | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6WutNHfM+YdnjeNFeaIpvxqt+9aDn95Ykpmc+fASSjlDZJtOrueH3ch/v08wkE4WQKg03i+t8VonqEwMGmApYA3VzFsURUQbxzlSz5kHlBQSqgz5JTwUmnt1RH5sePL5pkuJ6JgqJ8PxJod6fiD7YDjaKJW/wBzXGnGg2EkgqrkBQXYL4hyaPuSwsQF0Gdwg3QFqXl+R/GrM6FscUkkJzbjqGKI2GhLT8mf2BIMEAiMFhF5Wl4FFrbvhTfPfW+9VdcsiMxCXaxp00n1x1+Y7OqR5AZ/id0Lkz9ZoFVGS901OB/L4xXrvUtI2y+kIYeF6hxfmAl/zhY0eWzwo9lDPz jenkins@jenkins.openstack.orgssh-rsa AAAAB3NzaC1yc2EAAA | 01:01 |
derekh | ADAQABAAABAQDx+kRK96iV6R0A3Nk/Y/2Yf1EInhj1259YJxou4gzve8REfJen+NzIQyvkSjZ3dQXAcKf2IqWuJEEz5mxeigZ5upidt2qq3xHQOuFmJL5uPSCU28zgNVWOAqm5Kic+NYd4YpchjzoV1OhUsqRMii6/SxR9qrZ7zkJYrULoVhE51k4oBG+dio+HbG1vuk4uHTEkxycpVWHq+HmUSTw3E33hNOYtRnmuPRQsnuELVc2TURhmp9a+ZhCRoDdTM54E2yyfYDe0HyTRdOhcnHXnkE9GKswf0z7nMjJiYqNu6nLmJ+2uDV0HWjcGMmPTAj9+smWmZIO5R5g6AR3CcYvV/5cD | 01:01 |
lifeless | derekh: your fix is adding a newline to the end of the file | 01:01 |
derekh | lifeless: its adding a new line at the ned of the file before we add our own key | 01:01 |
lifeless | derekh: right | 01:01 |
lifeless | derekh: so our key-adding code is whats broken ... I thought that lived in incubator | 01:02 |
derekh | lifeless: our key adding code in local-config (I think), just copies authorized_keys into the image | 01:03 |
derekh | git.openstack.org/cgit/openstack/diskimage-builder/tree/elements/local-config/install.d/62-ssh-key#n9 | 01:04 |
clarkb | we just added a second key everywhere but it should come with a newline and is working | 01:04 |
clarkb | I bet I left out tge trailing newline though | 01:04 |
lifeless | derekh: that appends to the key file in root in the image, so it can't be the issue | 01:05 |
lifeless | derekh: whose key is the second one in your paste? I can't see the comment | 01:05 |
derekh | clarkb: its not coming with a new line, so when we add another key with ">>" we are ending up with 2 keys concatenated | 01:06 |
clarkb | right but only the trailing newline is missinf | 01:06 |
clarkb | which is fine | 01:06 |
clarkb | toci shouldnt assume the jenkins keys are useable for anything imo | 01:07 |
clarkb | feel free to propose a puppet change if you like | 01:07 |
* clarkb goes back to weekend | 01:08 | |
derekh | lifeless: the second key is the nodes own public key, we put it there with | 01:08 |
derekh | cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys | 01:08 |
derekh | which was ok because the jenkins key had a newline at the end | 01:08 |
derekh | but the new jenkins key no longer as a newline at the end so we end up with 2 keys on one line | 01:09 |
derekh | see https://jenkins01.openstack.org/job/check-tripleo-seed-precise/354/console | 01:10 |
derekh | at 2014-04-14 00:52:23.109 | 01:10 |
derekh | where I ran a test to output authorized_keys | 01:11 |
*** nati_ueno has joined #tripleo | 01:12 | |
lifeless | derekh: ah, I thought it was deeper in our code | 01:12 |
derekh | lifeless: np, ok I'm off to be, that should work unless any other problems crept in while we were down, | 01:14 |
derekh | *bed | 01:15 |
*** derekh has quit IRC | 01:15 | |
*** tserong__ has joined #tripleo | 01:20 | |
xuhaiwei | I have upgraded libvirt to 1.2.2, but when running devtest_seed.sh, I got this error | 01:27 |
xuhaiwei | error: failed to connect to the hypervisor error: no valid connection error: Failed to connect socket to '/usr/local/var/run/libvirt/libvirt-sock': No such file or directory | 01:27 |
*** ccrouch has joined #tripleo | 01:29 | |
*** CaptTofu has quit IRC | 01:29 | |
*** CaptTofu has joined #tripleo | 01:29 | |
xuhaiwei | I opened two consoles, libvirts are working fine on both, but when one runs devtest_seed.sh, it got this error, and in the other one, libvirt still works fine. | 01:36 |
*** nosnos has joined #tripleo | 01:41 | |
*** slagle has joined #tripleo | 01:43 | |
tchaypo | to me that suggests something different in the environment between the two consoles | 01:45 |
tchaypo | or maybe just that the second one isn't able to open a resource that the first one already has open | 01:47 |
lifeless | are both consoles on the same machine ? | 01:48 |
tchaypo | lifeless: there are questions for you on https://etherpad.openstack.org/p/tripleo-config-passthrough | 01:56 |
lifeless | tchaypo: from you ? | 02:00 |
tchaypo | no, from alexis | 02:00 |
*** e0ne has quit IRC | 02:01 | |
lifeless | ok so | 02:01 |
tchaypo | my question is - it seems like a big chunk of what I think we want could be achieved by having a very small amount of smarts in o-a-c | 02:01 |
lifeless | tchaypo: sure, perhaps. Doesn't seem like the serialising is at all hard. | 02:02 |
lifeless | have you tried the sketch I put together? | 02:03 |
tchaypo | ie, assuming we have a mechanism for injecting the extra settings into heat (there are two suggestions in the etherpad), having o-a-c able to take { 'key': 'value'} and blat out 'key = value' into the config file seems like it should handle most cases | 02:03 |
lifeless | what we want is strictly enough passthrough to satisfy the openstack configs, not any-file-anywhere | 02:03 |
tchaypo | yes, I was thinking of a marker in a standard moustache template that amounts to "extra stuff goes here" | 02:04 |
tchaypo | although that might not quite work, since some of the extra stuff might have to go in existing sections - really we need an extra stuff blob for each section of the config file | 02:05 |
tchaypo | assumin a standard ini-file format with [sections], which most of them seem to be | 02:05 |
lifeless | tchaypo: so what about the template I put in the etherpad? | 02:07 |
lifeless | tchaypo: that does exactly that.... | 02:07 |
tchaypo | I've reading that again now | 02:07 |
tchaypo | unlike last week when i read it, it actually makes some sense to me | 02:07 |
tchaypo | I now know something about heat software-config and os-apply-config and moustache | 02:10 |
tchaypo | the part that I don't understand from that template is - how do the extra values get into heat? presumably we're looking at the "user supplies an external file" model? | 02:12 |
lifeless | so thats the passthrough layer for heat yes | 02:13 |
lifeless | lets see | 02:13 |
lifeless | line 68 in the etherpad | 02:13 |
xuhaiwei | tchaypo, lifeless: sorry, i left just now, yes, the two consoles are on the same machine | 02:14 |
xuhaiwei | I upgraded libvirt from source | 02:14 |
xuhaiwei | I am afraid maybe I didn't upgrade it properly | 02:15 |
xuhaiwei | when running virsh version, it seems ok | 02:16 |
xuhaiwei | $ virsh version Compiled against library: libvir 0.9.8 Using library: libvir 0.9.8 Using API: QEMU 0.9.8 Running hypervisor: QEMU 1.0.0 | 02:16 |
xuhaiwei | sorry, the correct message is $ virsh version Compiled against library: libvirt 1.2.2 Using library: libvirt 1.2.2 Using API: QEMU 1.2.2 Running hypervisor: QEMU 1.0.0 | 02:18 |
*** nati_ueno has quit IRC | 02:21 | |
*** e0ne has joined #tripleo | 02:27 | |
*** jcoufal has quit IRC | 02:28 | |
*** e0ne has quit IRC | 02:30 | |
*** e0ne_ has joined #tripleo | 02:30 | |
*** CaptTofu has quit IRC | 02:35 | |
*** CaptTofu has joined #tripleo | 02:35 | |
*** davenielsen has joined #tripleo | 02:36 | |
*** CaptTofu has quit IRC | 02:40 | |
*** noslzzp has joined #tripleo | 02:42 | |
*** tserong__ has quit IRC | 02:57 | |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1306596 | 03:00 |
uvirtbot | Launchpad bug 1306596 in tripleo "os-config-refresh fails after upgrading control node on overcloud " [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302881 | 03:00 |
uvirtbot | Launchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete] | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
*** tserong__ has joined #tripleo | 03:02 | |
*** ramishra has joined #tripleo | 03:09 | |
*** tserong_ has joined #tripleo | 03:11 | |
*** tserong_ has joined #tripleo | 03:11 | |
*** tserong__ has quit IRC | 03:13 | |
lifeless | xuhaiwei: I've no idea sorry - I've never manually installed libvirt | 03:14 |
*** nati_ueno has joined #tripleo | 03:23 | |
xuhaiwei | lifeless: I think it's the libvirt's problem, i will reinstall it, thanks | 03:24 |
*** matsuhashi has quit IRC | 03:31 | |
*** nati_ueno has quit IRC | 03:35 | |
*** CaptTofu has joined #tripleo | 03:36 | |
tchaypo | lifeless: then it seems i need to clarify which bits of the etherpad you mean when you talk about the bits you put in | 03:36 |
tchaypo | etrhpad tells me the purple bits come from <unnamed> and the light-green bits are lifeless | 03:37 |
lifeless | tchaypo: line 68 was stevebaker | 03:40 |
lifeless | tchaypo: talking about heat features | 03:40 |
*** CaptTofu has quit IRC | 03:40 | |
* tchaypo adds name to etherpad | 03:42 | |
tchaypo | okay, i think i like the second option better, because it means you don't have the extra potions in a completel different format | 03:43 |
tchaypo | but the question i have right now is what happens if you have one [section] which has some options in the main body and some in the extra config | 03:44 |
tchaypo | if ini file parsers support having one section scattered throughout the file that's really easy to handle; if not the mustache template might need to have a standard {{and_the_rest}} block on each section | 03:45 |
tchaypo | uless heat is going to meld the stuff read from get_file into the stuff specified in the main template? | 03:46 |
tchaypo | I think I should be able to figure out how to answer that question by reading code, so i shall go ahead and do that | 03:46 |
* StevenK stabs self | 03:46 | |
StevenK | Surely, I should just put DIB_DISTRIBUTION_MIRROR in .zshrc | 03:47 |
*** nosnos has quit IRC | 03:49 | |
*** eghobo has joined #tripleo | 03:49 | |
tchaypo | no. put it in ~/.devtestrc | 03:49 |
tchaypo | and then source that in .bashrc, and start using a real shell. | 03:49 |
StevenK | Pft | 03:50 |
StevenK | So not switching back to bash | 03:50 |
*** nati_ueno has joined #tripleo | 03:50 | |
StevenK | tchaypo: In seriousness, zsh and bash do not have feature parity, and I make use of some of those features. | 03:52 |
* SpamapS points to the "no politics, no religion" sign on the wall | 03:52 | |
StevenK | lifeless also trolled me about my use of zsh at the hackfest, so maybe it's a bash user thing | 03:55 |
* tchaypo denies that poking at zsh users is in any way caused by nagging fears that their tool might be better | 03:55 | |
StevenK | Ha hahah | 03:55 |
StevenK | tchaypo: zsh has vi binding, which means its better | 03:56 |
StevenK | Although I'm a heathen and use binkey -e | 03:57 |
SpamapS | reviewers: https://review.openstack.org/#/c/87139/ is blocking software-config migration | 03:57 |
tchaypo | bash has vi binding | 03:57 |
tchaypo | At least we can all agree that (t)csh users have an inferior tool, right? | 03:57 |
StevenK | {{t,}c,k}sh | 03:58 |
StevenK | tchaypo: Uni machines were tcsh on Tru64, pity me | 03:59 |
tchaypo | Fish? | 03:59 |
StevenK | SpamapS: Are you concerned about duplicate keys? | 04:00 |
StevenK | SpamapS: Since all_keys is list() (and not [], which is a little odd) | 04:00 |
SpamapS | StevenK: order matters | 04:01 |
SpamapS | StevenK: and no not concerned about dupes for that one | 04:01 |
SpamapS | StevenK: I had it as a set() originally which is likely why it is list() and not [] | 04:03 |
lifeless | tchaypo: we can't use the second section until SpamapS software-config migration lands AIUI | 04:03 |
lifeless | tchaypo: so multiple places creating values | 04:03 |
lifeless | tchaypo: thats where I am proposing that the heat template render all the different sources down to one model and the model is exposed directly to oac | 04:04 |
StevenK | SpamapS: https://review.openstack.org/#/c/87123/ is at the bottom of that stack, and Jenkins doesn't love it | 04:04 |
lifeless | tchaypo: e.g. stevebaker's idea of an extra deploymen won't fly | 04:04 |
*** nati_ueno has quit IRC | 04:05 | |
SpamapS | StevenK: look closely, pep8 was cancelled, and tripleo check jobs are failing reliably at the moment. | 04:05 |
SpamapS | lifeless: btw are you aware that tripleo check jobs are failing reliably at the moment. | 04:05 |
lifeless | SpamapS: https://review.openstack.org/#/c/87123/1 | 04:05 |
lifeless | SpamapS: yes | 04:05 |
StevenK | Heh | 04:06 |
lifeless | SpamapS: https://review.openstack.org/87146 | 04:06 |
lifeless | which doesn't fix it | 04:06 |
lifeless | darn | 04:06 |
lifeless | I'm going to have to go pick up C shortly | 04:08 |
lifeless | SpamapS: its what. 11pm for you ? | 04:10 |
*** noslzzp has quit IRC | 04:11 | |
SpamapS | lifeless: 21:12 | 04:12 |
SpamapS | lifeless: on vacation in the mountains.. tends to give me a lot of clarity up here.. but high altitude also gives me a lot fo extra sleep... probably will be asleep in an hour | 04:12 |
lifeless | SpamapS: cool | 04:13 |
StevenK | Bleh, no copy and paste makes me sad | 04:14 |
StevenK | 2014-04-14 04:12:30.927 3180 ERROR keystoneclient.common.cms [-] Signing error: | 04:15 |
StevenK | Error opening signer certificate /mnt/state/etc/keystone/ssl/certs/signing_cert. | 04:15 |
StevenK | pem | 04:15 |
StevenK | And indeed, that directory is empty | 04:15 |
StevenK | Hah, I bet it's the missing pki_setup | 04:16 |
tchaypo | Why do you have no copy/paste? | 04:18 |
lifeless | 2014-04-14 02:18:46.654 | | 78feed75-a9b1-4e1f-8cbf-bbdc8811238e | undercloud-undercloud-tviy7iejrvf7 | ACTIVE | - | Running | ctlplane=192.0.2.2 | | 04:18 |
lifeless | so undercloud came up | 04:18 |
StevenK | Because I was using the virtual console to connect to the machine | 04:18 |
tchaypo | If only we had proper serial console access instead of just vnc *snark* | 04:19 |
StevenK | tchaypo: So I switched to ssh | 04:19 |
tchaypo | You ruined my snark | 04:20 |
StevenK | lifeless: So, with a half-configured seed (I interrupted it before it set up keystone), init-keystone from my os-c-c branch works, but we still need to run keystone-manage pki_setup on the remote end. init-swift using OS_* is unhappy with me, giving either 'No token available' or 'Endpoint not found' | 04:21 |
lifeless | StevenK: init-keystone doesn't include the pki setup ? | 04:22 |
StevenK | initialize() doesn't call it | 04:23 |
lifeless | so, we'll need to add that in | 04:24 |
StevenK | lifeless: This "It's totally a drive-by to add a command line wrapper" is a terrible lie :-P | 04:25 |
SpamapS | lifeless: note that keystone's authors do not think pki_setup is a good idea | 04:26 |
*** e0ne_ has quit IRC | 04:27 | |
lifeless | SpamapS: I know | 04:27 |
lifeless | SpamapS: but we need to a) move the code out of incubator and b) write a replacement better thing | 04:27 |
lifeless | SpamapS: b) is harder - and until a) is complete we're balkanised | 04:27 |
SpamapS | well the replacement better thing involves having a CA. :-P | 04:28 |
lifeless | https://blogs.akamai.com/2014/04/heartbleed-update-v3.html | 04:28 |
mordred | lifeless: why does network manager suck? | 04:29 |
mordred | lifeless: also, at some point could you teach me more about your version of the world where you do not use it? | 04:29 |
SpamapS | I quite love network manager, and I don't really understand why others don't. :-P | 04:30 |
SpamapS | but I hold "not ever making me care" above "working super crazy efficiently" | 04:30 |
mordred | well... | 04:31 |
mordred | the problem is | 04:31 |
lifeless | mordred: written by gui folk for gui folk and damn the torpedoes. Its a lot better than it was, but the interface is still ugh | 04:31 |
mordred | I have to care too much | 04:31 |
lifeless | bbiab picking up C | 04:31 |
mordred | my network keeps dropping for no reason | 04:32 |
mordred | there is nothing useful in the logs - if I re-trigger things I get it back | 04:32 |
tchaypo | ouchies for akami | 04:32 |
tchaypo | my personal reason for hating notwork-mangler relates to a laptop i had in 2007 with a chipset that was known to drop any current associations every time it was told to scan for APs | 04:33 |
SpamapS | mordred: I kind of doubt that its network manager's problem. | 04:33 |
SpamapS | mordred: more likely driver or wpa supplicant issues | 04:33 |
tchaypo | which notwork-mangler told it to roughly every 5 seconds | 04:33 |
lifeless | SpamapS: nm has terrrible terrible hacks to work around those issues, and then makes things worse by donig so :) | 04:33 |
SpamapS | that's.. a bit misplaced | 04:33 |
SpamapS | lifeless: hack around, I don't care as long as I _NEVER_ have to read a man page about wireless. | 04:34 |
tchaypo | if you don't want to read a man page about wireless, get a mac | 04:34 |
SpamapS | hahahahahahaha | 04:34 |
SpamapS | tchaypo: LinuxCon 2015 t-shirt | 04:34 |
StevenK | I wonder if we're going about all wrong. Have init-keystone take an argument to also set up swift and heat and have one command do it all | 04:36 |
StevenK | But then we still need pki_setup, and I have this feeling it isn't exported via keystoneclient | 04:36 |
*** eghobo has quit IRC | 04:37 | |
*** matsuhashi has joined #tripleo | 04:38 | |
*** eghobo has joined #tripleo | 04:38 | |
*** eguz has joined #tripleo | 04:40 | |
*** akuznetsov has joined #tripleo | 04:41 | |
*** akuznetsov has quit IRC | 04:41 | |
mordred | SpamapS: ok. fair. I'm going to consider the network card in this computer to be complete and utter crap | 04:43 |
mordred | I'm now tethered to my phone | 04:43 |
mordred | even though I'm sitting in my living room | 04:43 |
mordred | because this pile of garbage does not work | 04:43 |
*** eghobo has quit IRC | 04:44 | |
StevenK | mordred: What network card? | 04:46 |
mordred | StevenK: 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73) | 04:46 |
mordred | it's been nothing but a pita basically the whole time I've had this laptop | 04:47 |
StevenK | Good old iwlwifi | 04:47 |
StevenK | Which is neither good, or old | 04:47 |
*** nosnos has joined #tripleo | 04:48 | |
SpamapS | 03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24) | 04:49 |
StevenK | My Thinkpad uses iwl of some form, and it would tend to panic once or twice a day at UDS or a sprint just due to the massive amounts of radio traffic | 04:49 |
SpamapS | works great :-P | 04:49 |
StevenK | So I wonder if my HP laptop will do the same party trick. | 04:49 |
StevenK | SpamapS: Yeah, I have the same card and I've not had any problems with it | 04:50 |
StevenK | I can't scp files over IPv6, but I think that's a problem with my wireless AP | 04:50 |
clarkb | mordred I notice it when using openvpn on the 9470m | 04:50 |
clarkb | seems ok without those extra udp packets but that may be coincidence | 04:50 |
*** akuznetsov has joined #tripleo | 04:51 | |
mordred | clarkb: well, I'm on the zbook 14 now - and it typically does fine on the openvpn - but man it gets unhappy in my house for some reason | 04:51 |
mordred | I'm guessing something is making is unhappy somewhere | 04:51 |
StevenK | Huh | 04:51 |
StevenK | I wonder if keystone needs an endpoint created | 04:51 |
mordred | but I'll be damned if anything is actually, you know, logging whe it goes sideways | 04:51 |
clarkb | whats with the zbook migration? seems like a downgrade? | 04:52 |
SpamapS | mordred: you might try twiddling wifi mixed mode things... try disabling N for instance. | 04:52 |
SpamapS | clarkb: screen upgrade | 04:52 |
StevenK | But downgrade for wireless | 04:52 |
StevenK | So, it's zero-sum? :-P | 04:52 |
SpamapS | no | 04:53 |
SpamapS | display is worth it | 04:53 |
mordred | meh. I don't care about the screen, tbh - the other laptop I believe was better | 04:53 |
SpamapS | this 7940m display is an affront to my eyes | 04:53 |
SpamapS | 9470m ? | 04:53 |
mordred | of course | 04:53 |
mordred | my thinkpad was still 100000000 billion times better | 04:53 |
mordred | as it was a real laptop | 04:53 |
clarkb | but its heavy and poorer battery life aiui | 04:53 |
mordred | and not a toy created by monkeys who were high | 04:53 |
mordred | ok. GOT time | 04:54 |
clarkb | screen on 9470m is crap but the 1600x900 pixel display is much better than the other one | 04:54 |
clarkb | manufacturers should just give in a do high density ips on everythibf | 04:54 |
StevenK | The only one that's doing that is Apple, no? | 04:55 |
clarkb | and google and asus iirc | 04:56 |
greghaynes | hp does on some now too | 04:56 |
greghaynes | and yes, every time I switch from my desktop monitor to laptop screen I cry | 04:56 |
clarkb | its amazing they think I want to pay $2500 and get bad display bad keyboard bad trackpad etc | 04:57 |
StevenK | My desktop monitor is a 24" IPS, but I have no idea about pixel density | 04:57 |
*** Rakesh6 has joined #tripleo | 04:57 | |
StevenK | Oh, twitch. https://www.commbank.com.au/blog/what-you-need-to-know-about-heartbleed.html | 05:00 |
StevenK | Let me count the ways I'm happy I'm not a CBA customer | 05:00 |
tchaypo | StevenK: what's the problem? | 05:02 |
tchaypo | the entirety of the page that i can see is a woman who looks thoughtful but relaxed | 05:02 |
tchaypo | there are no words to be worried abotu | 05:02 |
tchaypo | *scrolls down* oh, there's words below the fold. Weird that the pciture is so big. Almost like they're trying to hide something | 05:03 |
StevenK | Haha | 05:04 |
tchaypo | the post itself seems fine, and matches what i already expected - if i lose anything from commbank as a result of heartbleed, that's their fuckup not mine and they have the liability | 05:04 |
tchaypo | but their copy-pasta response to every question is weird. If you're refusing to engage (and in an issue like this where engagement probably makes lawyers anxious I can understand why you would want to avoid engagement) just turn off the comments. | 05:05 |
tchaypo | me sets mode +SMEG | 05:06 |
StevenK | tchaypo: So, I have a few problems with it -- they don't mention if they use (or don't) OpenSSL, but "they are patched against it" | 05:06 |
StevenK | They don't engage, as you mention | 05:06 |
* tchaypo is distressed to see from the data of http://www.warlach.com/2010/08/01/smeg-awareness/ that the term "SMEG" is close to 4 years old | 05:06 | |
StevenK | A lot of other sites have mentioned replacing certificates and asking to reset password, but apparently CBA is fine, but won't say why. | 05:07 |
tchaypo | yeah, that bit makes no sense either. "patched against it" suggests "we were vulnerable, now we aren't"; as opposed to "we use a version that wasn't vulnerable" | 05:07 |
tchaypo | either that or "we got a secret patch from the NSA two years ago in return for handing over some data we don't want to talk about" | 05:08 |
StevenK | Hah | 05:08 |
*** CaptTofu has joined #tripleo | 05:24 | |
*** CaptTofu has quit IRC | 05:29 | |
*** dshulyak has joined #tripleo | 05:31 | |
*** nosnos_ has joined #tripleo | 05:36 | |
*** nosnos has quit IRC | 05:36 | |
*** nati_ueno has joined #tripleo | 05:42 | |
greghaynes | oo new codeless code is "heatbleed" | 05:44 |
*** dshulyak has quit IRC | 05:44 | |
StevenK | greghaynes: Do you have an RSS interface in your brain, or something? | 05:46 |
greghaynes | close - to my watch | 05:46 |
*** jprovazn has joined #tripleo | 05:47 | |
tchaypo | pebble, right? | 05:49 |
greghaynes | yep | 05:49 |
tchaypo | i saw a steel again the other day. | 05:49 |
tchaypo | every time I see them I get more and more tempted to crossgrade to one | 05:50 |
greghaynes | hehe, seemed a little pricey | 05:50 |
tchaypo | (the main deterring facter is that it's only a crossgrade, there's no way it's an upgrade except aesthetically, and I can't justify the price for a purely aesthetic upgrade) | 05:50 |
greghaynes | mostly because im sure itll be outdated very quickly with how much room for improvement there is to be made | 05:50 |
greghaynes | yes, I like the original because its cheap enough that I wont feel too bad replacing it when I need to upgrade | 05:51 |
StevenK | TBH, my personal opinion of smartwatches is still "Meh" | 05:51 |
greghaynes | I really like getting irc highlights on it | 05:52 |
greghaynes | except I need to make the push notification for that happen in its own thread so it doesnt hang my irc on timeout | 05:52 |
tchaypo | i haven't got that working reliably since i switched to weechat | 05:52 |
greghaynes | oh? | 05:53 |
tchaypo | the colloquy plugin doesn't work reliablu (actually, it never did, but it's more visible in weechat because it shows me the error logs when the colloquy servers don't respond) | 05:53 |
tchaypo | I'm trying to use pushover.net but i haven't managed to set the plugin up correctly yet | 05:53 |
greghaynes | ah - I use irssinotifier | 05:54 |
tchaypo | yeah, and android | 05:54 |
tchaypo | not ios | 05:54 |
greghaynes | well, theres your problem! | 05:55 |
StevenK | I'd like notifications on my desktop, but I'd like to do it without using ssh and rsync | 05:55 |
*** nati_ueno has quit IRC | 05:56 | |
StevenK | So I'm still trying to work out if I care enough to write a client | 05:56 |
StevenK | Bleh | 05:58 |
StevenK | Actually, it might count as 'lol' | 05:58 |
greghaynes | haha | 05:58 |
StevenK | Keystone deprecating the v2.0 API when that is the only API used by the keystone CLI | 05:58 |
*** matsuhas_ has joined #tripleo | 06:00 | |
*** matsuhashi has quit IRC | 06:03 | |
tchaypo | didn't they decide to undeprecate in icehouse and possible redeprecate in juno? | 06:03 |
tchaypo | StevenK: if you use weechat, there's a plugin that pushes notifications over the growl transport thingy | 06:04 |
tchaypo | in other news, mustache is making me sad | 06:15 |
xuhaiwei | hi, I upgraded libvirt to 1.2.2, and after running source devtest_variable.sh, the libvirt went out of work immediately | 06:19 |
*** stewart has quit IRC | 06:19 | |
*** stewart has joined #tripleo | 06:21 | |
tchaypo | xuhaiwei: I'm not sure what you mean by "out of work" | 06:24 |
xuhaiwei | when I run virsh list, $ virsh list error: failed to connect to the hypervisor error: no valid connection error: Failed to connect socket to '/usr/local/var/run/libvirt/libvirt-sock': No such file or directory | 06:25 |
StevenK | tchaypo: growl is mac specific | 06:26 |
StevenK | IIRC | 06:27 |
lifeless | greghaynes: its a nice one | 06:27 |
tchaypo | StevenK: oh, i thought it was cross-platform | 06:31 |
tchaypo | sorry | 06:31 |
*** nosnos has joined #tripleo | 06:32 | |
tchaypo | xuhaiwei: how did you upgrade? Have you rebooted? Does /usr/local/var/run/libvirt exist? | 06:32 |
*** nosnos_ has quit IRC | 06:32 | |
tchaypo | The fact that it's looking at '/usr/local/' rather than '/var/run' makes me guess that you might have installed from source and maybe it didn't create the directories it's looking for | 06:33 |
StevenK | tchaypo: "Growl is a global notification system and pop-up notification implementation for the Mac OS X and Windows[1] operating systems." | 06:33 |
tchaypo | If you did install from source, there might be some parameter you can set when compiling that tells it where to look for its socket; perhaps pointing that at /var/run/libvirt (if that exists) might help, or maybe you need to tweak what user libvirt is running as or something | 06:34 |
xuhaiwei | I upgraded it manually, and today I run apt-get update & apt-get dist-upgrade, and the libvirt has been upgraded again | 06:34 |
tchaypo | xuhaiwei: I'm guessing the folks in #libvirt will be more able to help you with that problem than we can be in here | 06:35 |
xuhaiwei | now I have this directory /usr/local/var/run/libvirt$ ls lockd lxc network qemu uml uml-guest | 06:35 |
xuhaiwei | I am just curious if the setting in the devtest_variable.sh conflits with the default setting | 06:36 |
*** matsuhas_ has quit IRC | 06:37 | |
*** matsuhashi has joined #tripleo | 06:37 | |
*** matsuhashi has quit IRC | 06:37 | |
*** matsuhashi has joined #tripleo | 06:38 | |
*** sdake_ has joined #tripleo | 06:41 | |
*** sdake_ has quit IRC | 06:41 | |
*** sdake_ has joined #tripleo | 06:41 | |
*** e0ne has joined #tripleo | 06:42 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering https://review.openstack.org/83883 | 06:45 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering https://review.openstack.org/83883 | 06:55 |
*** jtomasek has joined #tripleo | 06:59 | |
*** jtomasek_ has joined #tripleo | 07:01 | |
tchaypo | xuhaiwei: i can't see any setting for that | 07:06 |
tchaypo | 09:06:08 0 1 polleyj@bill:~/src/os-apply-config (master)$ grep libvirt ~/src/tripleo-incubator/scripts/devtest_variables.sh | grep -v ^# | wc -l | 07:06 |
tchaypo | 0 | 07:06 |
tchaypo | 09:06:15 0 0 polleyj@bill:~/src/os-apply-config (master)$ | 07:06 |
*** andreaf has joined #tripleo | 07:08 | |
xuhaiwei | I commented out this line and the virsh command keeps working after the devtest_variable.sh export LIBVIRT_DEFAULT_URI=${LIBVIRT_DEFAULT_URI:-"qemu:///system"} | 07:09 |
xuhaiwei | and then I ran devtest_seed.sh again, but still have the same error | 07:11 |
xuhaiwei | error: failed to connect to the hypervisor error: no valid connection error: Failed to connect socket to '/usr/local/var/run/libvirt/libvirt-sock': No such file or directory | 07:11 |
*** e0ne_ has joined #tripleo | 07:11 | |
*** CaptTofu has joined #tripleo | 07:12 | |
xuhaiwei | I googled this error, and it is said the reason is libvirt service isn't running | 07:12 |
tchaypo | when you run virsh, what socket does it connect to? | 07:13 |
xuhaiwei | tchaypo: /usr/sbin/libvirtd I think | 07:14 |
*** e0ne has quit IRC | 07:14 | |
tchaypo | hrm. in my case, according to strace, the answer is that it doesn't seem to look at anything called libvirt-sock | 07:14 |
tchaypo | ah, because I was using -etrace=file | 07:15 |
xuhaiwei | do you have the libvirt-sock? | 07:15 |
tchaypo | once I take that away | 07:15 |
tchaypo | ?1;2F09:14:09 0 0 polleyj@bill:~/src/os-apply-config (master)$ strace virsh list |& grep libvirt-sock | 07:15 |
tchaypo | connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/libvirt/libvirt-sock"}, 110) = 0 | 07:15 |
*** bauzas has joined #tripleo | 07:15 | |
tchaypo | you should be able to do the same to check what virsh is reading for you | 07:15 |
xuhaiwei | $ strace virsh list |& grep libvirt-sock connect(5, {sa_family=AF_FILE, path="/home/system/.cache/libvirt/libvirt-sock"}, 110) = -1 ENOENT (No such file or directory) | 07:16 |
xuhaiwei | connect(5, {sa_family=AF_FILE, path="/home/system/.cache/libvirt/libvirt-sock"}, 110) = 0 | 07:16 |
*** CaptTofu has quit IRC | 07:17 | |
tchaypo | that's quite different to what I'm seeing - and it's clear that when you run libvirt by hand it's not talking to /usr/local/var/run/libvirt/libvirt-sock | 07:19 |
tchaypo | I'm wondering if maybe you're running a different virsh binary from what the scripts run | 07:19 |
xuhaiwei | when I export LIBVIRT_DEFAULT_URI=${LIBVIRT_DEFAULT_URI:-"qemu:///system"} | 07:19 |
xuhaiwei | $ strace virsh list |& grep libvirt-sock connect(5, {sa_family=AF_FILE, path="/usr/local/var/run/libvirt/libvirt-sock"}, 110) = -1 ENOENT (No such file or directory) | 07:20 |
xuhaiwei | write(2, "Failed to connect socket to '/us"..., 97Failed to connect socket to '/usr/local/var/run/libvirt/libvirt-sock': No such file or directory | 07:20 |
tchaypo | okay, so it looks like the default value in devtest_variable isn't working for you because of your hand-compiled libvirt | 07:20 |
tchaypo | you'll have to provide the right value to override the default | 07:21 |
*** jcoufal has joined #tripleo | 07:22 | |
xuhaiwei | by exo | 07:22 |
xuhaiwei | by export LIBVIRT_DEFAULT_URI= | 07:23 |
*** jtomasek has quit IRC | 07:23 | |
*** jtomasek has joined #tripleo | 07:23 | |
tchaypo | That variable is used by libvirt, it looks like http://libvirt.org/uri.html#URI_default describes how it's used | 07:24 |
tchaypo | I'm not sure how to figure out what value you need to set though | 07:24 |
xuhaiwei | thanks for helping, I will think about it | 07:25 |
*** e0ne_ has quit IRC | 07:32 | |
*** e0ne has joined #tripleo | 07:33 | |
*** e0ne has quit IRC | 07:37 | |
tchaypo | StevenK, greghaynes - around? | 07:42 |
tchaypo | or lifeless, although I'm assuming the answer in his case is a no | 07:42 |
*** e0ne has joined #tripleo | 07:43 | |
*** ifarkas has joined #tripleo | 07:44 | |
*** tserong_ is now known as tserong | 07:44 | |
*** stewart has quit IRC | 07:46 | |
*** dshulyak has joined #tripleo | 07:46 | |
*** stewart has joined #tripleo | 07:47 | |
lifeless | tchaypo: hai | 07:48 |
tchaypo | I've taken the sample mustache and json and punched them until they quack like the duck we need | 07:50 |
tchaypo | I've udpated the etherpad with links showing what I had to do | 07:50 |
*** eguz has quit IRC | 07:50 | |
StevenK | tchaypo: I'd be interested to hear about the deep dive you're going to tomorrow | 07:57 |
* tchaypo isn't sure what needs to happen next | 07:58 | |
tchaypo | I think it's running with one of the suggestions about how to have heat reading in an extra file, and then making sure that the data in heat gets passed to o-a-c on the node in question | 07:59 |
tchaypo | it looks like the first part is mostly answered, but I only have a fuzzy idea about the second part - i think it's going to involve os-something-config reading the metadata from heat and dumping it on disk | 08:00 |
*** morganfainberg is now known as morganfainberg_Z | 08:00 | |
Ng | morning | 08:01 |
*** stewart has quit IRC | 08:01 | |
tchaypo | oh hai | 08:02 |
*** jistr has joined #tripleo | 08:02 | |
*** yassine has joined #tripleo | 08:04 | |
*** giulivo has joined #tripleo | 08:08 | |
*** martyntaylor has joined #tripleo | 08:14 | |
rcarrillocruz | morning | 08:14 |
*** athomas has joined #tripleo | 08:17 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Bridge physical interface to the seed. https://review.openstack.org/84083 | 08:28 |
*** lucasagomes has joined #tripleo | 08:28 | |
StevenK | Keystone, you were better behaved today, but I still don't love you. | 08:31 |
StevenK | Tomorrow's mission is to work out why service-list is still empty after I've created one. | 08:31 |
*** ifarkas has quit IRC | 08:35 | |
*** ramishra has quit IRC | 08:36 | |
*** ramishra has joined #tripleo | 08:36 | |
*** akrivoka has joined #tripleo | 08:39 | |
*** ifarkas has joined #tripleo | 08:39 | |
dshulyak | anybody tried deploy tripleo from master today? | 08:41 |
dshulyak | i see that every ci build is broken, but no helpfull messages, just ssh timeout | 08:41 |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Ensure there is a newline after the nodepool keys https://review.openstack.org/87146 | 08:56 |
StevenK | dshulyak: ^ | 08:57 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Support testenvs with numeric CPU etc in Ironic. https://review.openstack.org/87205 | 08:57 |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | Untriaged bugs so far: | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302881 | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
uvirtbot | Launchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete] | 09:00 |
*** CaptTofu has joined #tripleo | 09:00 | |
dshulyak | StevenK: thanks, is undercloud deployment works for you? i cant receive metadata in cluster init | 09:01 |
StevenK | dshulyak: That change should sort out the ssh timeout on our CI infrastructure | 09:01 |
StevenK | dshulyak: I've only been doing half-a-seed deployment locally today, sorry | 09:02 |
*** pblaho has joined #tripleo | 09:03 | |
*** CaptTofu has quit IRC | 09:05 | |
*** petertoft has joined #tripleo | 09:18 | |
openstackgerrit | Imre Farkas proposed a change to openstack/tripleo-image-elements: Add IPv4 flag for Ironic's TFTP setup https://review.openstack.org/87208 | 09:19 |
*** derekh has joined #tripleo | 09:21 | |
*** jp_at_hp has joined #tripleo | 09:25 | |
gilliard | Hello - we're trying to standup 30 BM nodes using devtest but we see a lot of issues which look like they are caused by slow DB access. Current status: QueuePool blown, timeout during heat's _get_stack call during overcloud standup. | 09:33 |
gilliard | Does anyone have any pointers about how to diagnose/tune our DB usage? | 09:33 |
*** ramishra has quit IRC | 09:33 | |
*** jp_at_hp has quit IRC | 09:34 | |
*** tzumainn has quit IRC | 09:36 | |
*** tzumainn has joined #tripleo | 09:36 | |
*** ramishra has joined #tripleo | 09:36 | |
*** StevenK has quit IRC | 09:44 | |
*** decede has quit IRC | 09:46 | |
*** decede has joined #tripleo | 09:47 | |
*** matty_dubs|gone has quit IRC | 09:47 | |
*** matty_dubs|gone has joined #tripleo | 09:47 | |
*** yassine has quit IRC | 09:48 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tripleo-image-elements: Db-sync the Ceilometer database https://review.openstack.org/87215 | 09:48 |
*** jp_at_hp has joined #tripleo | 09:52 | |
*** Goneri has quit IRC | 09:58 | |
*** xuhaiwei has quit IRC | 09:59 | |
jang | hrm, did anyone say "undercloud failure"? Seeing it here too - can't pick up metadata | 10:04 |
dshulyak | janj: i see it for a couple of days ) but cant understand root issue | 10:07 |
openstackgerrit | Matthew Macdonald-Wallace proposed a change to openstack/tripleo-image-elements: Install the "classic" icinga interface https://review.openstack.org/87223 | 10:07 |
openstackgerrit | Matthew Macdonald-Wallace proposed a change to openstack/tripleo-image-elements: Install check_mk server https://review.openstack.org/87226 | 10:12 |
jang | dshulyak: well, my undercloud doesn't have a /var/lib/os-collect-config, which one from before the weekend had. | 10:13 |
jang | also, my /etc/os-collect-config.conf looks to be barely populated. | 10:22 |
*** davenielsen has quit IRC | 10:27 | |
SpamapS | jang: there's usually a bootstrap os-collect-config that just sets command to os-refresh-config | 10:27 |
gilliard | re: slow DB - looks like heat is constantly polling the resource_data table. | 10:30 |
jang | SpamapS: yeah. well, it looks like it (o-c-c on the undercloud) doesn't know where to get the metadata from, and so it's failing to do so. | 10:31 |
lifeless | jang: that first stage is delivered by the EC2 metadata service. | 10:32 |
jang | lifeless: right. Is that gonna be on my seed IP, or on the dhcp server IP? | 10:32 |
jang | or 169.254.169.254 ? | 10:32 |
lifeless | jang: 169.254.169.254. A route to that is pushed by the DHCP server. | 10:33 |
jang | Hrm. the undercloud has a route to the metadata address via the seed ip | 10:33 |
lifeless | jang: so 'ip route' will tell you where it is. | 10:33 |
lifeless | yup, seed. | 10:33 |
lifeless | wget -O- http://169.254.169.254/latest/ will tell you whether it works, IIRC. | 10:33 |
lifeless | I need to halt() - gnight! | 10:33 |
jang | 404 - not found | 10:34 |
jang | that's the problem, then | 10:34 |
lifeless | gilliard: moving to ironic will remove a whole lot of IO contention | 10:34 |
jang | at / I see: 1.0 2007-01-19 ... etc... 2009-04-04 | 10:34 |
jang | then | 10:34 |
lifeless | gilliard: but there's still something fragile in heat @ 30 nodes - just sent you a small note with respect to that (cc'd SpamapS ) | 10:34 |
jang | latest | 10:34 |
lifeless | right | 10:35 |
gilliard | lifeless: cheers | 10:35 |
lifeless | http://169.254.169.254/latest/meta-data | 10:35 |
jang | 404. | 10:36 |
lifeless | works for me from my undercloud | 10:36 |
lifeless | jang: check the api log. | 10:36 |
jang | is that against a really recent seed? | 10:36 |
jang | looking now. | 10:36 |
lifeless | jang: no | 10:36 |
lifeless | jang: this stuff is stable for years :) | 10:36 |
jang | well, it was working for me on friday | 10:36 |
lifeless | gnight though, I must sleep. | 10:36 |
*** smulcahy has joined #tripleo | 10:36 | |
jang | there's one other report here that it was broken 2 days ago | 10:36 |
jang | night! | 10:36 |
jang | 2014-04-14 10:34:54.426 3939 ERROR nova.api.metadata.handler [-] Failed to get metadata for ip: 192.0.2.3 | 10:37 |
jang | that'll be the problem, then. | 10:37 |
gilliard | heat seems to be making ~300 req/s to mysql :( | 10:39 |
*** matsuhashi has quit IRC | 10:40 | |
*** matsuhashi has joined #tripleo | 10:41 | |
openstackgerrit | Matthew Macdonald-Wallace proposed a change to openstack/tripleo-image-elements: Install check_mk server https://review.openstack.org/87226 | 10:44 |
*** CaptTofu has joined #tripleo | 10:46 | |
openstackgerrit | Matthew Macdonald-Wallace proposed a change to openstack/tripleo-image-elements: Install check_mk server https://review.openstack.org/87226 | 10:47 |
jang | dshulyak: https://bugs.launchpad.net/tripleo/+bug/1307424 | 10:48 |
uvirtbot | Launchpad bug 1307424 in tripleo "undercloud won't come up: seed metadata server 404s" [Undecided,Confirmed] | 10:48 |
*** matsuhashi has quit IRC | 10:50 | |
*** matsuhas_ has joined #tripleo | 10:52 | |
*** matsuhas_ has quit IRC | 11:00 | |
*** yassine has joined #tripleo | 11:01 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-image-elements: Add elasticsearch element https://review.openstack.org/86316 | 11:01 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-image-elements: Add logstash element https://review.openstack.org/86315 | 11:01 |
*** matsuhas_ has joined #tripleo | 11:04 | |
*** dshulyak_ has joined #tripleo | 11:08 | |
*** slagle has quit IRC | 11:09 | |
*** akrivoka has quit IRC | 11:09 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Make it possible to just build images. https://review.openstack.org/85222 | 11:10 |
*** slagle has joined #tripleo | 11:11 | |
*** akrivoka has joined #tripleo | 11:11 | |
*** CaptTofu has quit IRC | 11:15 | |
*** matsuhas_ has quit IRC | 11:15 | |
*** CaptTofu has joined #tripleo | 11:15 | |
*** matsuhashi has joined #tripleo | 11:16 | |
*** dshulyak_ has quit IRC | 11:19 | |
openstackgerrit | jan grant proposed a change to openstack/diskimage-builder: Debian element should activate eth0 https://review.openstack.org/86848 | 11:19 |
*** CaptTofu has quit IRC | 11:19 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tripleo-incubator: Adding undercloud ceilometer https://review.openstack.org/86917 | 11:23 |
openstackgerrit | jan grant proposed a change to openstack/tripleo-image-elements: Prevent stand-alone tftpd on Debian https://review.openstack.org/86847 | 11:25 |
*** Shrews has joined #tripleo | 11:27 | |
jang | Can I get a final 385-yard push on this: https://review.openstack.org/#/c/86019/ ? | 11:29 |
*** weshay has joined #tripleo | 11:29 | |
jang | and this? https://review.openstack.org/#/c/83383/ | 11:30 |
jang | both trivial, seeking a second +2 | 11:30 |
*** weshay has quit IRC | 11:32 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Rabbit startup on Debian is currently broken. https://review.openstack.org/86019 | 11:33 |
jang | Thanks James :-) | 11:33 |
openstackgerrit | Coleman Corrigan proposed a change to openstack/tripleo-image-elements: Get use-pip-manifest to ignore '-e' dev versions https://review.openstack.org/87244 | 11:36 |
*** e0ne has quit IRC | 11:36 | |
*** e0ne has joined #tripleo | 11:37 | |
*** e0ne has quit IRC | 11:41 | |
*** akrivoka has quit IRC | 11:42 | |
*** akrivoka has joined #tripleo | 11:42 | |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Revert nova https://review.openstack.org/#/c/86643 https://review.openstack.org/87245 | 11:44 |
derekh | I'm wondering if ^ might be causing the undercloud metadata error | 11:44 |
*** matsuhashi has quit IRC | 11:46 | |
*** StevenK has joined #tripleo | 11:48 | |
dshulyak | derekh: it makes sense, I dont see any fixed ips stored in nova db | 11:49 |
dshulyak | derekh: when metadata requested without neutron metadata proxy it simply returns NotFound exception | 11:50 |
*** lucasagomes is now known as lucas-hungry | 11:51 | |
*** matsuhashi has joined #tripleo | 11:51 | |
slagle | jang: np...although i did -1 the 2nd :/ | 11:52 |
jang | heh, no problem. | 11:52 |
derekh | dshulyak: so do we need to configure a neutron proxy? | 11:53 |
jang | hang on. Hasn't the metadata query been targeting nova's metadata server directly for ages? I was a bit confused by that before. | 11:54 |
*** CaptTofu has joined #tripleo | 11:55 | |
*** ramishra has quit IRC | 11:58 | |
dshulyak | jang: it can be proxied by neutron metadata agent https://github.com/openstack/nova/blob/master/nova/api/metadata/handler.py#L106 | 11:58 |
dshulyak | jang: if so, it will directly query db by instance_uuid, not by remote address | 11:59 |
jang | yeah, I'm familiar with that idea. | 12:00 |
*** nosnos has quit IRC | 12:01 | |
*** ramishra has joined #tripleo | 12:01 | |
openstackgerrit | Imre Farkas proposed a change to openstack/tripleo-image-elements: Add notty file for Ironic https://review.openstack.org/87253 | 12:03 |
openstackgerrit | jan grant proposed a change to openstack/tripleo-image-elements: Ensure the (block) loop device is available. https://review.openstack.org/83383 | 12:05 |
*** rbrady has joined #tripleo | 12:07 | |
*** e0ne has joined #tripleo | 12:07 | |
*** e0ne_ has joined #tripleo | 12:09 | |
*** e0ne has quit IRC | 12:09 | |
proffalken | would these issues with the undercloud explain why a check-tripleo-undercloud-precise job just failed on one of my reviews? I seem to have an empty 192.0.2.2.logs.xz file for this run... :( | 12:15 |
dshulyak | yeah. it will, server cant ssh to instance to get those logs :( | 12:18 |
proffalken | ok, I'll leave these for now then and recheck no-bug later once this is resolved. thanks | 12:19 |
*** e0ne_ has quit IRC | 12:27 | |
*** e0ne has joined #tripleo | 12:27 | |
*** matsuhashi has quit IRC | 12:29 | |
*** matsuhashi has joined #tripleo | 12:30 | |
*** weshay has joined #tripleo | 12:33 | |
*** matsuhashi has quit IRC | 12:34 | |
*** goneri has joined #tripleo | 12:37 | |
*** jdob has joined #tripleo | 12:38 | |
*** matsuhashi has joined #tripleo | 12:42 | |
*** dtynan has quit IRC | 12:42 | |
jang | derekh: if your tests with that revert work, are you gonna push the revert back into nova, or carry something solely in CI? I ask because I'd like my local t-i installation to work too, without having to locally revert this if possible (not a problem for me, but potentially one for downstream colleagues) | 12:47 |
derekh | jang: I think a sane approach if the revert in CI proves this to be the problem would be to report to nova to get fixed/reverted, in the meantime if it looks like this will take time we can temporarily add the revert to unstick CI. | 12:50 |
jang | cool, roger that. | 12:50 |
openstackgerrit | Eamonn O'Toole proposed a change to openstack/tripleo-image-elements: Add swift.proxy-memcache metadata to proxy-server.conf https://review.openstack.org/86312 | 12:52 |
derekh | In the meantime if anybody who knows more about the problem then me (I havn't dug into it too much) wants to chat to #openstack-nova then fire ahead and get the ball rolling | 12:53 |
jang | I only had a cursory review over patches that landed over the weekend - that one looked like the most likely culprit | 12:54 |
*** lucas-hungry is now known as lucasagomes | 12:56 | |
*** dprince has joined #tripleo | 13:05 | |
*** matsuhashi has quit IRC | 13:06 | |
*** blamar has joined #tripleo | 13:07 | |
*** matsuhas_ has joined #tripleo | 13:10 | |
*** jpeeler has joined #tripleo | 13:12 | |
*** jpeeler has joined #tripleo | 13:12 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tripleo-incubator: Adding undercloud ceilometer https://review.openstack.org/86917 | 13:16 |
openstackgerrit | Ladislav Smola proposed a change to openstack/tripleo-incubator: Adding undercloud ceilometer https://review.openstack.org/86917 | 13:17 |
*** ramishra has quit IRC | 13:18 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tripleo-incubator: Adding undercloud ceilometer https://review.openstack.org/86917 | 13:19 |
*** lazy_prince has joined #tripleo | 13:27 | |
*** morazi has joined #tripleo | 13:34 | |
*** matty_dubs|gone is now known as matty_dubs | 13:34 | |
*** sballe has joined #tripleo | 13:40 | |
*** matsuhas_ has quit IRC | 13:42 | |
derekh | Can somebody with a reproducer for the metadata 404, turn on dubugging and get a traceback | 13:49 |
*** rlandy has joined #tripleo | 13:49 | |
derekh | #openstack-nova is looking for it | 13:50 |
*** matsuhashi has joined #tripleo | 13:52 | |
*** matsuhashi has quit IRC | 13:54 | |
*** mestery_ has joined #tripleo | 13:58 | |
*** mestery has quit IRC | 13:58 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Enable selective dib configuration per image https://review.openstack.org/85009 | 14:03 |
*** rwsu has joined #tripleo | 14:09 | |
*** dkehn has quit IRC | 14:13 | |
*** dkehnx has quit IRC | 14:14 | |
openstackgerrit | Coleman Corrigan proposed a change to openstack/tripleo-incubator: Use config baremetal seed ip addr not 192.0.2.1 https://review.openstack.org/87276 | 14:16 |
*** beekneemech is now known as bnemec | 14:18 | |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-image-elements: stunnel: Allow CA certificate to be specified https://review.openstack.org/85099 | 14:24 |
proffalken | sorry if this has already been covered in depth and I'm happy to be pointed in the direction of some docs, but what's the difference (apart from technologies used) between Fuel and TripleO? | 14:24 |
proffalken | They seem to be headed for the same goal but with different approaches and I'm wondering why we have two competing projects as part of OpenSTack | 14:24 |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-image-elements: stunnel: Allow CA certificate to be specified https://review.openstack.org/85099 | 14:27 |
SpamapS | proffalken: Fuel is just a stackforge project, IIRC | 14:31 |
SpamapS | proffalken: OpenStack has been aimed at being in the gate of OpenStack, and not as a 3rd party, from day 1. | 14:31 |
SpamapS | err | 14:31 |
SpamapS | TripleO | 14:31 |
SpamapS | proffalken: ^^ | 14:31 |
*** tzumainn has quit IRC | 14:32 | |
proffalken | SpamapS: so TripleO is "official" and Fuel is "fringe"? ;) | 14:32 |
*** mestery_ is now known as mestery | 14:32 | |
*** tzumainn has joined #tripleo | 14:32 | |
SpamapS | proffalken: Also Fuel doesn't use OpenStack everywhere that it could. | 14:32 |
SpamapS | proffalken: I'd say Fuel is related, not fringe. | 14:32 |
SpamapS | But they've taken some design decisions that lead to exclusion of some user bases (like using puppet). | 14:33 |
proffalken | ok, thanks | 14:33 |
hewbrocca | tripleo is the only openstack program that is devoted to installing OpenStack | 14:33 |
SpamapS | I've talked with some of the fuel devs and they've agreed that some of the holes in Fuel can be filled by TripleO. | 14:33 |
hewbrocca | Naturally, I would prefer they help out with the tripleo UI in Horizon | 14:34 |
hewbrocca | but it's their choice | 14:34 |
hewbrocca | they being Fuel | 14:34 |
proffalken | ok, thanks both. | 14:34 |
proffalken | I have a better understanding now :) | 14:35 |
SpamapS | Ideally we'd remain "SOA" and have tiny services that can be useful without the others | 14:36 |
SpamapS | which is why ironic is a thing now | 14:36 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Revert nova https://review.openstack.org/#/c/86643 https://review.openstack.org/87245 | 14:43 |
derekh | that patch ^^ to revert the nova commit has green lights on CI, should we merge to unblock CI while waitong on a proper fix? | 14:44 |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: WIP: Add performance charts to node details page https://review.openstack.org/86413 | 14:45 |
derekh | patch set 1 passed CI, ps2 has only a comment and commit message change, so I don't think we should be waiting for another CI run | 14:45 |
openstackgerrit | Gonéri Le Bouder proposed a change to openstack/diskimage-builder: map-services: add apache2 in the list https://review.openstack.org/87092 | 14:46 |
SpamapS | derekh: looking | 14:47 |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Revert nova https://review.openstack.org/#/c/86643 https://review.openstack.org/87245 | 14:48 |
derekh | SpamapS: thanks, | 14:49 |
SpamapS | derekh: and I assume Nova is moving forward with a fix and/or revert? | 14:50 |
derekh | SpamapS: yup, dansmith is looking into it as we speak | 14:50 |
SpamapS | cool | 14:50 |
derekh | Anybody developing locally will need to revert it in their environments | 14:50 |
SpamapS | right | 14:51 |
derekh | actually should we put that in /topic ? | 14:51 |
SpamapS | goo idea | 14:52 |
SpamapS | also is tripleo-cd stillin running preserve-ephemeral WIP patches?? | 14:52 |
goneri | SpamapS: some days ago, you validated https://review.openstack.org/#/c/85184/ it has since been rebased and I think it is (still) in a good shape. Can you please take a look? | 14:52 |
SpamapS | oy looks like 62042 still isn't merged | 14:53 |
*** derekh changes topic to "devtest currently not working (bug 1307424) revert nova:79ab96e34ba5b8dd3e4e542dd3a7f65624b13367 | 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:53 | |
*** ifarkas has quit IRC | 14:54 | |
SpamapS | goneri: done, ty :) | 14:54 |
SpamapS | derekh: oh how I want to be in the gate | 14:54 |
derekh | yup.... | 14:55 |
goneri | SpamapS: awesome, thanks :) https://review.openstack.org/#/c/85272/ https://review.openstack.org/#/c/85271/ are both associated patches, you also started to review the first one | 14:55 |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | Untriaged bugs so far: | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1307511 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302881 | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
uvirtbot | Launchpad bug 1307511 in tripleo "60-mysql-secure breaks 50-mysql-users" [Undecided,New] | 15:00 |
uvirtbot | Launchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete] | 15:00 |
SpamapS | goneri: I'm on vacation the next few days.. so just reviewing casually. :) | 15:01 |
goneri | SpamapS: lucky you :) | 15:03 |
openstackgerrit | Jan Provaznik proposed a change to openstack/diskimage-builder: Allow mapping of packages to multiple targets https://review.openstack.org/87290 | 15:04 |
*** lazy_prince has quit IRC | 15:05 | |
*** geerdest has joined #tripleo | 15:12 | |
*** nijaba has quit IRC | 15:14 | |
*** nijaba has joined #tripleo | 15:15 | |
*** nijaba has quit IRC | 15:15 | |
*** nijaba has joined #tripleo | 15:15 | |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Allow install mariadb from RDO repository https://review.openstack.org/87295 | 15:16 |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add simple timeout to boot-seed-vm script https://review.openstack.org/87296 | 15:18 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: TEST ONLY: make nova depend on common-venv https://review.openstack.org/79989 | 15:19 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Openstack-clients: don't hard code venv https://review.openstack.org/79988 | 15:19 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS... https://review.openstack.org/76966 | 15:19 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element https://review.openstack.org/76967 | 15:19 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: Horizon: dynamically set config time env vars https://review.openstack.org/82611 | 15:19 |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add simple timeout to boot-seed-vm script https://review.openstack.org/87296 | 15:20 |
NobodyCam | clarkb: ^^^ timeout check we chatted about friday! | 15:21 |
*** dkehn has joined #tripleo | 15:29 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-image-elements: Standardise manifest creation and retrieval https://review.openstack.org/83850 | 15:31 |
*** dkehn_ has joined #tripleo | 15:35 | |
*** dkehn is now known as dkehnx | 15:35 | |
*** dkehn_ is now known as dkehn | 15:35 | |
*** dkehn has quit IRC | 15:36 | |
*** dkehn has joined #tripleo | 15:36 | |
*** BadCub01 has joined #tripleo | 15:39 | |
*** pblaho has quit IRC | 15:39 | |
dprince | derekh: are you pushing a revert for https://review.openstack.org/#/c/86643? | 15:40 |
dprince | derekh: seems to definately be related to the breakage... so why not revert in Nova itself? | 15:41 |
*** Rakesh6 has quit IRC | 15:42 | |
derekh | dprince: was talking to dansmith about it, we is first trying to reproduce | 15:42 |
derekh | *he | 15:42 |
*** jprovazn is now known as jprovazn_bbl | 15:43 | |
dprince | derekh: I'm seeing this in my nova-api logs: Failed to get metadata for ip: 172.19.0.5 | 15:43 |
dprince | derekh: seem reproducable enough to me... | 15:43 |
openstackgerrit | Dmitry Shulyak proposed a change to openstack/tripleo-image-elements: Add pacemaker and corosync as tripleo elements https://review.openstack.org/86069 | 15:44 |
hewbrocca | SpamapS: hey how's the software config patch going | 15:45 |
derekh | dprince: yup, I think pretty much everybody on tripleo has hit the problem, will see if he has made progress | 15:45 |
dprince | derekh: my take is a revert should be safe. If you even suspect it I'd say push the revert directly to Nova. | 15:46 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Correct hard coded ip ranges https://review.openstack.org/86308 | 15:51 |
dprince | derekh: I think I see the issue, will push a revert now... | 15:51 |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tripleo-incubator: Set admin user tenant to 'admin' https://review.openstack.org/87302 | 15:51 |
derekh | dprince: ok, fire ahead | 15:52 |
*** bauzas has quit IRC | 15:53 | |
*** e0ne has quit IRC | 15:59 | |
SpamapS | hewbrocca: It's blocked by an os-collect-config bug | 15:59 |
*** e0ne has joined #tripleo | 15:59 | |
SpamapS | hewbrocca: https://review.openstack.org/#/c/87139/ FYI | 15:59 |
*** jcoufal has quit IRC | 16:01 | |
*** cwolferh_ has joined #tripleo | 16:02 | |
*** eghobo has joined #tripleo | 16:03 | |
*** e0ne has quit IRC | 16:03 | |
*** dtantsur is now known as dtantsur|bbl | 16:04 | |
hewbrocca | SpamapS: ahh, thanks | 16:05 |
* hewbrocca would like to see this progress... | 16:05 | |
dprince | derekh: https://review.openstack.org/#/c/87305/ | 16:05 |
dprince | derekh: the issue was that the nova FixedIP object (which was added to the metadata base.py code) just plain doesn't support Neutron. Nor will it... ever | 16:05 |
dprince | derekh: so... a quick revert, and then dansmith will take care of the rest | 16:06 |
dprince | derekh: and thanks for highlighting this in TOCI | 16:07 |
*** akrivoka has quit IRC | 16:08 | |
derekh | dprince: np, thanks for finding the problem | 16:09 |
*** newell_ has joined #tripleo | 16:10 | |
*** matty_dubs is now known as matty_dubs|lunch | 16:14 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add simple timeout to boot-seed-vm script https://review.openstack.org/87296 | 16:17 |
*** akuznetsov has quit IRC | 16:19 | |
*** martyntaylor has left #tripleo | 16:19 | |
*** spzala has joined #tripleo | 16:19 | |
*** davenielsen has joined #tripleo | 16:30 | |
*** akuznetsov has joined #tripleo | 16:31 | |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-incubator: Run the overcloud with an SSL enabled public IP https://review.openstack.org/85098 | 16:31 |
*** yassine has quit IRC | 16:40 | |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/python-tuskarclient: Revert Oslo integration commits https://review.openstack.org/87315 | 16:42 |
openstackgerrit | Coleman Corrigan proposed a change to openstack/tripleo-heat-templates: Add NovaDBPassword to under + overcloud templates https://review.openstack.org/87316 | 16:44 |
*** mtupitsyn has joined #tripleo | 16:45 | |
*** davenielsen has quit IRC | 16:49 | |
*** jistr has quit IRC | 16:55 | |
*** noslzzp has joined #tripleo | 17:00 | |
*** derekh has quit IRC | 17:03 | |
*** nati_ueno has joined #tripleo | 17:04 | |
*** noslzzp has quit IRC | 17:06 | |
*** epim has joined #tripleo | 17:07 | |
*** noslzzp has joined #tripleo | 17:07 | |
*** lucasagomes is now known as lucas-afk | 17:10 | |
*** noslzzp has quit IRC | 17:12 | |
*** eghobo has quit IRC | 17:12 | |
*** eguz has joined #tripleo | 17:12 | |
*** eguz has quit IRC | 17:12 | |
*** eghobo has joined #tripleo | 17:13 | |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/python-tuskarclient: Revert "Use HTTPClient from common apiclient code" https://review.openstack.org/87315 | 17:17 |
*** Rakesh6 has joined #tripleo | 17:19 | |
*** matty_dubs|lunch is now known as matty_dubs | 17:23 | |
*** UtahDave has joined #tripleo | 17:24 | |
*** UtahDave has left #tripleo | 17:46 | |
*** petertoft has quit IRC | 17:49 | |
*** jang1 has joined #tripleo | 17:49 | |
*** marun has joined #tripleo | 18:00 | |
*** jdob_ has joined #tripleo | 18:06 | |
*** Rakesh6 has quit IRC | 18:07 | |
*** nati_ueno has quit IRC | 18:08 | |
*** nati_ueno has joined #tripleo | 18:09 | |
*** chrisg_ has joined #tripleo | 18:12 | |
*** stevehuang has joined #tripleo | 18:12 | |
*** morganfainberg_Z is now known as morganfainberg | 18:15 | |
*** andreaf has quit IRC | 18:20 | |
*** e0ne has joined #tripleo | 18:20 | |
*** jtomasek has quit IRC | 18:29 | |
*** shakayumi has joined #tripleo | 18:30 | |
*** shakayumi has quit IRC | 18:31 | |
*** sdake_ has quit IRC | 18:31 | |
*** jdob has quit IRC | 18:33 | |
*** chrisg333 has joined #tripleo | 18:35 | |
*** chrisg33 has joined #tripleo | 18:35 | |
*** e0ne has quit IRC | 18:37 | |
*** chrisg_ has quit IRC | 18:37 | |
*** jtomasek has joined #tripleo | 18:38 | |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Revert "Revert nova https://review.openstack.org/#/c/86643" https://review.openstack.org/87354 | 18:41 |
*** e0ne has joined #tripleo | 18:42 | |
*** chrisg33 has quit IRC | 18:44 | |
*** eguz has joined #tripleo | 18:51 | |
*** eghobo has quit IRC | 18:55 | |
*** ifarkas has joined #tripleo | 18:55 | |
*** dtantsur|bbl is now known as dtantsur | 18:57 | |
*** jcoufal has joined #tripleo | 18:57 | |
*** lucas-afk is now known as lucasagomes | 18:57 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-heat-templates: Expose dnsmasq options https://review.openstack.org/82803 | 18:58 |
*** nati_ueno has quit IRC | 19:01 | |
*** nati_uen_ has joined #tripleo | 19:02 | |
lifeless | morning | 19:03 |
*** markmc has joined #tripleo | 19:03 | |
slagle | good morning | 19:09 |
lifeless | morning slagle | 19:20 |
ccrouch | slagle: any joy on being able to write to the stable branches? | 19:23 |
slagle | ccrouch: haven't circled back on it yet, too many other things | 19:24 |
ccrouch | https://review.openstack.org/#/c/82803/ seems like it could be a good candidate | 19:24 |
*** petertoft has joined #tripleo | 19:24 | |
ccrouch | slagle: ok, please check again today. Perhaps someone on #tripleo could put in a good word for the change with the infra team | 19:25 |
*** dshulyak_ has joined #tripleo | 19:27 | |
*** jcoufal has quit IRC | 19:46 | |
*** dshulyak_ has quit IRC | 19:46 | |
*** dshulyak_ has joined #tripleo | 19:47 | |
*** nati_uen_ has quit IRC | 19:47 | |
*** e0ne has quit IRC | 19:47 | |
*** e0ne has joined #tripleo | 19:48 | |
*** dprince has quit IRC | 19:48 | |
*** e0ne has quit IRC | 19:50 | |
*** jtomasek has quit IRC | 19:56 | |
*** e0ne has joined #tripleo | 20:00 | |
*** lucasagomes is now known as lucas-dinner | 20:05 | |
*** markmc has quit IRC | 20:05 | |
*** jml has quit IRC | 20:06 | |
*** dtantsur is now known as dtantsur|zzzZZZz | 20:06 | |
*** ifarkas has quit IRC | 20:07 | |
*** jml has joined #tripleo | 20:09 | |
*** e0ne has quit IRC | 20:09 | |
*** e0ne has joined #tripleo | 20:10 | |
*** e0ne has quit IRC | 20:11 | |
*** akuznetsov has quit IRC | 20:11 | |
*** e0ne has joined #tripleo | 20:11 | |
*** BadCub01 has quit IRC | 20:15 | |
*** e0ne has quit IRC | 20:16 | |
*** e0ne has joined #tripleo | 20:17 | |
*** dshulyak_ has quit IRC | 20:17 | |
*** jprovazn_bbl has quit IRC | 20:17 | |
*** e0ne_ has joined #tripleo | 20:20 | |
*** e0ne has quit IRC | 20:20 | |
*** akuznetsov has joined #tripleo | 20:20 | |
*** akuznetsov has quit IRC | 20:22 | |
*** jdob has joined #tripleo | 20:24 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-incubator: Add timeout to boot-seed-vm script https://review.openstack.org/87296 | 20:25 |
*** cody-somerville has joined #tripleo | 20:27 | |
*** cody-somerville has joined #tripleo | 20:27 | |
*** e0ne_ has quit IRC | 20:30 | |
*** e0ne has joined #tripleo | 20:30 | |
*** nati_ueno has joined #tripleo | 20:32 | |
*** Lotus907efi has joined #tripleo | 20:33 | |
*** e0ne has quit IRC | 20:33 | |
*** rbrady has quit IRC | 20:38 | |
*** jp_at_hp has quit IRC | 20:38 | |
*** petertoft has quit IRC | 20:43 | |
*** cody-somerville has quit IRC | 20:45 | |
*** rbrady has joined #tripleo | 20:46 | |
*** yamahata has joined #tripleo | 20:47 | |
*** nati_ueno has quit IRC | 20:48 | |
bnemec | Do we consider diskimage-builder to be a dependency of os-refresh-config? | 20:50 |
lifeless | bnemec: I don't think so. What prompts the question? | 20:50 |
bnemec | I'm wondering because we have a bug open for the fact that os-refresh-config calls dib-run-parts, which means there is an implicity dep there. | 20:51 |
bnemec | https://bugzilla.redhat.com/show_bug.cgi?id=1086494 | 20:51 |
uvirtbot | bnemec: Error: Could not parse XML returned by bugzilla.redhat.com: HTTP Error 404: Not Found | 20:51 |
bnemec | lifeless: ^ | 20:51 |
lifeless | ah, so they're definitely siblings | 20:51 |
*** nati_uen_ has joined #tripleo | 20:52 | |
lifeless | thats just being a bit naughty on code layout. | 20:52 |
bnemec | Yeah. I just don't want to fix this in the package and then have something else come up in the future. | 20:52 |
*** akrivoka has joined #tripleo | 20:52 | |
stevebaker | lifeless, bnemec, I was thinking if orc invoked orc-run-parts, and the orc element symlinks orc-run-parts to dib-run-parts | 20:54 |
stevebaker | and the package can contribute its own orc-run-parts, which is just a copy of dib-run-parts | 20:55 |
*** jdob_ has quit IRC | 20:56 | |
*** ecolnick has joined #tripleo | 20:56 | |
*** nati_uen_ has quit IRC | 20:56 | |
bnemec | stevebaker: Yeah, the only downside I see is a duplicate copy of the script, but I don't know that there's a lot of churn on that anyway. | 20:58 |
* bnemec looks up the git history of dib-run-parts | 20:58 | |
bnemec | Yeah, not a lot of changes there. | 20:59 |
*** ecolnick has left #tripleo | 21:00 | |
*** nati_ueno has joined #tripleo | 21:00 | |
*** nati_ueno has quit IRC | 21:01 | |
*** untriaged-bot has joined #tripleo | 21:02 | |
untriaged-bot | Untriaged bugs so far: | 21:02 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1302881 | 21:02 |
uvirtbot | Launchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete] | 21:02 |
*** untriaged-bot has quit IRC | 21:02 | |
*** nati_ueno has joined #tripleo | 21:02 | |
Lotus907efi | how can I get the user test image to pull from my local apt repo instead of being pulled from archive.ubuntu.com ??? | 21:10 |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Revert "Revert nova https://review.openstack.org/#/c/86643" https://review.openstack.org/87354 | 21:13 |
*** jdob has quit IRC | 21:17 | |
lifeless | bnemec: stevebaker: I'd rather a common installable thing TBH | 21:20 |
*** sdake_ has joined #tripleo | 21:26 | |
*** morazi has quit IRC | 21:27 | |
bnemec | lifeless: Maybe something like dib-utils? dib-lint could probably move there too. | 21:31 |
bnemec | Although it might be a problem because dib-run-parts is actually an element in dib. | 21:31 |
lifeless | bnemec: if dib depends on dib-utils, dib-run-parts element could consist of copying it in :) | 21:32 |
*** dkehnx has quit IRC | 21:33 | |
bnemec | lifeless: This is true. :-) | 21:33 |
bnemec | lifeless: So are you thinking a separate upstream project, or just a packaging thing? I guess if the element is going to change then there would have to at least be some reorg of dib. | 21:37 |
lifeless | bnemec: I don't believe python gets 'just a packaging thing' yet. Lets seek infra input. | 21:38 |
bnemec | lifeless: Okay, I'll check with them. Thanks. | 21:41 |
bnemec | BTW, I think the channel topic can be changed. It looks like that was reverted in Nova already. | 21:42 |
*** giulivo has quit IRC | 21:44 | |
*** dkehn_ has joined #tripleo | 21:44 | |
lifeless | cool | 21:45 |
lifeless | bnemec: use the force, luke. | 21:45 |
*** jang1 has quit IRC | 21:45 | |
*** dkehn_ is now known as dkehnx | 21:46 | |
bnemec | The last time I tried to change the topic I don't think I had permission. | 21:46 |
bnemec | I figured there was a list I needed to get on first. :-) | 21:46 |
*** bnemec changes topic to " 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" | 21:51 | |
*** davenielsen has joined #tripleo | 21:51 | |
bnemec | Hey, look at that. It worked this time. :-) | 21:51 |
* stevebaker suplicates | 21:55 | |
stevebaker | lifeless, SpamapS: another packaging issue is that orc and oac have default paths which point at /opt/stack. Would you be OK with switching to /usr defaults and setting OS_CONFIG_APPLIER_TEMPLATES and OS_REFRESH_CONFIG_BASE_DIR in the elements? (or migrating wholesale to /usr) | 21:58 |
*** stewart has joined #tripleo | 21:59 | |
lifeless | I think we'd be ok using more FHS friendly paths | 22:00 |
lifeless | stevebaker: not sure /usr is relevant though :) | 22:00 |
*** UtahDave has joined #tripleo | 22:01 | |
stevebaker | /var? | 22:02 |
lifeless | thinking so yeah | 22:03 |
stevebaker | how about /var/lib/os-refresh-config/*.d | 22:03 |
stevebaker | and /var/lib/os-apply-config/templates | 22:03 |
lifeless | I think put this to the list, but it sounds fine so far | 22:05 |
stevebaker | bnemec: do you want to do that ^? | 22:06 |
bnemec | stevebaker: Yeah, I can do that. | 22:07 |
*** matty_dubs is now known as matty_dubs|gone | 22:11 | |
*** stewart1 has joined #tripleo | 22:11 | |
*** stewart has quit IRC | 22:11 | |
*** stewart has joined #tripleo | 22:20 | |
*** stewart1 has quit IRC | 22:22 | |
*** slagle has quit IRC | 22:22 | |
*** slagle has joined #tripleo | 22:23 | |
*** athomas has quit IRC | 22:24 | |
tchaypo | morning | 22:25 |
*** rlandy has quit IRC | 22:26 | |
openstackgerrit | Gonéri Le Bouder proposed a change to openstack/diskimage-builder: debian: ability to use systemd https://review.openstack.org/86955 | 22:27 |
*** noslzzp has joined #tripleo | 22:29 | |
*** marun has quit IRC | 22:31 | |
*** epim has quit IRC | 22:32 | |
*** akuznetsov has joined #tripleo | 22:34 | |
*** akuznetsov has quit IRC | 22:37 | |
*** derekh has joined #tripleo | 22:39 | |
*** epim has joined #tripleo | 22:39 | |
derekh | Am I looking at things wrong or are the first 5 jobs on our ZUUL queue finished and should be gone hours ago | 22:42 |
bnemec | derekh: Yeah, looks like some of them are hung. | 22:46 |
* derekh toddles over to #infra | 22:47 | |
*** nati_ueno has quit IRC | 22:49 | |
*** nati_ueno has joined #tripleo | 22:49 | |
*** yamahata has quit IRC | 23:01 | |
*** epim has quit IRC | 23:03 | |
*** epim has joined #tripleo | 23:09 | |
*** epim has quit IRC | 23:10 | |
*** nati_ueno has quit IRC | 23:21 | |
*** nati_ueno has joined #tripleo | 23:22 | |
*** stewart has quit IRC | 23:24 | |
*** xuhaiwei has joined #tripleo | 23:29 | |
*** blamar has quit IRC | 23:31 | |
derekh | Anybody waiting on CI for a specific job should probably check the zuul queue to make sure its running as zuul was restarted which I think canceled some jobs | 23:36 |
*** nati_ueno has quit IRC | 23:40 | |
*** lucas-dinner has quit IRC | 23:41 | |
*** nati_ueno has joined #tripleo | 23:42 | |
*** sballe has quit IRC | 23:46 | |
*** yamahata has joined #tripleo | 23:47 | |
*** yamahata has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!