tchaypo | Goodness that was a quiet weekend | 00:03 |
---|---|---|
*** yamahata has quit IRC | 00:03 | |
greghaynes | well, next weekend were all flying to atlanta | 00:06 |
greghaynes | so weekend while you can :) | 00:06 |
*** yamahata has joined #tripleo | 00:08 | |
tchaypo | Yes, next weekend. Eurovision final weekend, but my flight starts 6 hours before the final airs here and ends 4 hours after it finishes. | 00:13 |
tchaypo | in happier news, my pull request for pip was accepted, so the next release should have more better case insensitivity | 00:14 |
* greghaynes had to google eurovision | 00:14 | |
tchaypo | at least i have all the finalists on spotify, so I can listen in the plan | 00:17 |
tchaypo | e | 00:19 |
*** shakamunyi has joined #tripleo | 00:23 | |
tchaypo | That awkward moment when you're trying to add the "Why" to a commit message and can't remember what you were thinking last week | 00:24 |
StevenK | tchaypo: You don't have anyone with a PVR to watch Eurovision when you're in Atlanta? | 00:30 |
tchaypo | StevenK: Watching eurovision, alone, in a hotel room... the only thing that would make this have any point is if I was drinking, but then I'm just drinking alone | 00:30 |
StevenK | Haha | 00:31 |
tchaypo | Eurovision is about the party, not about the show | 00:31 |
* StevenK looks forward to tchaypo's session at the summit about making certain that summit dates do not conflict with Eurovision airing times. | 00:31 | |
tchaypo | It's not just eurovision | 00:32 |
tchaypo | or summit | 00:32 |
tchaypo | I flew out for the mid-cycle on the afternoon of Mardi Gras | 00:32 |
StevenK | Hahaha | 00:32 |
*** sdake has quit IRC | 00:38 | |
*** shakamunyi has quit IRC | 00:48 | |
*** yamahata has quit IRC | 01:05 | |
*** yamahata has joined #tripleo | 01:05 | |
tchaypo | StevenK: do you remember why I was working on cleanup-env instead of making create-nodes be cleverer? | 01:08 |
StevenK | tchaypo: So that cleanup-env will deal with seed_N and baremetal_brbm only | 01:09 |
StevenK | So that we can call cleanup-env in -testenv | 01:09 |
tchaypo | yes, that's what I'm doing; but why did that seem like a better option than making create-nodes not trample on $TE_DATAFILE | 01:10 |
tchaypo | Hang on, I wrote notes about this | 01:10 |
StevenK | tchaypo: What did you do on the weekend that made you forget everything? :-P | 01:12 |
*** shakamunyi has joined #tripleo | 01:13 | |
tchaypo | went for a jog past maitland gaol in plain blue overalls | 01:15 |
tchaypo | in the middle of the night | 01:15 |
tchaypo | meh. my notes are all about how to improve cleanup-env. | 01:17 |
*** lazy_prince is now known as killer_prince | 01:27 | |
tchaypo | StevenK: Could you take a look at line 57 of https://review.openstack.org/#/c/91288/2/scripts/cleanup-env and make me feel silly by telling me a better way to do the check that doesn't require me to do a noop on line 58? | 01:27 |
*** sdake has joined #tripleo | 01:28 | |
*** sdake has quit IRC | 01:28 | |
*** sdake has joined #tripleo | 01:28 | |
tchaypo | Also, your input on line 60 would be greatly received | 01:29 |
StevenK | You don't need the else | 01:30 |
StevenK | It's already set to 'seed' if the if doesn't fire | 01:30 |
tchaypo | mrmm. You've answered both questions at once, I think | 01:31 |
tchaypo | That would mean that if -n is provided but seed_$NUM doesn't existing we only clean up the baremetal nodes and ignore the seed | 01:32 |
tchaypo | Mrm. I was thinking that it might be better to just have _testenv.sh pass in the appropriate name for the seed vm | 01:35 |
tchaypo | but then I checked and realised that it never knows the name of the seed - that calculation happens in setup-seed-vm | 01:35 |
*** yamahata has quit IRC | 01:37 | |
*** julim_ has quit IRC | 01:37 | |
*** ccrouch has joined #tripleo | 01:40 | |
tchaypo | Okay, I think I'm going to have to have _testenv pass $OVSBRIDGE into cleanup-env just so that cleanup-env can know for certain whether the name is seed or seed_n | 01:49 |
*** yamahata has joined #tripleo | 01:50 | |
StevenK | tchaypo: You probably want to pass both. But $OVSBRIDGE isn't used for the seed name. | 01:53 |
tchaypo | Correct - it's only whether or not it's set | 01:53 |
tchaypo | if set, we append the number of the environment; if unset we don't. | 01:53 |
StevenK | tchaypo: So then why are you grep'ing for seed_n ? | 01:54 |
StevenK | If NUM is set, just set SEED_NAME to seed_$NUM and then try and delete it | 01:55 |
lifeless | hihi | 01:59 |
lifeless | plane was delayed... got home at 2am | 01:59 |
StevenK | lifeless: Eeek :-( | 01:59 |
lifeless | new firefox is uhm, fugly | 01:59 |
StevenK | lifeless: C dealt? | 01:59 |
StevenK | YES | 02:00 |
tchaypo | that means that someone calling devtest_testenv and passing -n will have it succeed the first time, but fail the second time, because cleanup-env doesn't clean up the seed vm | 02:00 |
lifeless | StevenK: she tapped out and slept about half way through the flight | 02:00 |
tchaypo | it's progress, but it's an odd corner case | 02:00 |
tchaypo | lifeless: ouch | 02:00 |
lifeless | she slept to 1130 local time, 0930 sydney time | 02:00 |
lifeless | which is good | 02:01 |
tchaypo | btw, I checked again, and the velocity lounge program has been updated and does now give you lounge access on international flights | 02:01 |
tchaypo | but only for flights between Aus and NZ. | 02:01 |
openstackgerrit | Steve Baker proposed a change to openstack/tripleo-image-elements: Allow os-*-config to be installed from git repo https://review.openstack.org/92035 | 02:02 |
openstackgerrit | Steve Baker proposed a change to openstack/tripleo-image-elements: Refresh heat-cfntools element https://review.openstack.org/92036 | 02:02 |
tchaypo | oh, joyous. I'm wrong - the calculation of the name does actually happen in testenv.sh | 02:04 |
tchaypo | \ | 02:04 |
tchaypo | I love being wrong | 02:04 |
*** fandi has joined #tripleo | 02:11 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Let cleanup-env only clean a specified environment https://review.openstack.org/91288 | 02:16 |
lifeless | ah ah ah http://tldrwikipedia.tumblr.com/ | 02:16 |
StevenK | lifeless: Wrong. | 02:18 |
StevenK | So very wrong. | 02:18 |
lifeless | Toyota: Toyota is the worlds leading manufacturer of automobile recalls. | 02:19 |
* tchaypo crosses fingers | 02:22 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Clean up the any existing environment first https://review.openstack.org/92038 | 02:22 |
tchaypo | ah good, that seems to have worked. | 02:23 |
*** ccrouch has quit IRC | 02:30 | |
*** mestery has quit IRC | 02:43 | |
lifeless | cody-somerville: I can't figure out how to contact HP via the ww contact centre | 02:48 |
lifeless | cody-somerville: every path I've tried takes me to 'x needs a s/n or warranty contact' and my s/n isn't valid there, apparently | 02:49 |
tchaypo | lifeless: Mayhap you're ending up on a .au site but the number is valid for support in the US? | 02:51 |
tchaypo | I don't have experience with HP, but I've had experiences with Dell where the AU service people refuse to talk about machines that were purchased in the US | 02:52 |
tchaypo | (doubly fun when the US service people refuse to talk to us because we're not located in the US) | 02:52 |
lifeless | trying | 02:54 |
lifeless | nope | 02:56 |
lifeless | The serial number/Service Agreement [SAID]/HP Care Pack ID you entered is not valid. Please check the number and try again. | 02:56 |
lifeless | cody-somerville: so, I'm going to put the zbook on the shelf, I've moved the drive to the 9470m, and await further instructions - life is too short. | 02:57 |
*** shakamunyi has quit IRC | 02:57 | |
StevenK | lifeless: I filed out a service request for whyfor was my expense rejected | 03:00 |
* lifeless goes into the pit of expesnses doom again | 03:01 | |
StevenK | lifeless: Heh heh. | 03:04 |
StevenK | lifeless: Just in time to do it all again in another week | 03:04 |
*** blamar has quit IRC | 03:08 | |
tchaypo | And that reminds me to check on the delivery status of my SSD | 03:12 |
tchaypo | Apparently it has an estimated ship date of 01 Apr, but the status is still "production" | 03:12 |
lifeless | StevenK's attery was still in production months after delivery | 03:13 |
lifeless | tchaypo: you should have asked in the mail room | 03:13 |
tchaypo | It hasn't been shipped, there's no shipment number | 03:14 |
StevenK | lifeless: I think I need more prose, could you suggest a starting point -- http://paste.openstack.org/show/78865 | 03:23 |
lifeless | StevenK: what happens if the node is already registered? | 03:25 |
lifeless | StevenK: what happens if nova-api/ironic-api return errors? | 03:25 |
lifeless | StevenK: does anything happen to the nodes? | 03:26 |
lifeless | StevenK: what is the schema of the nodes files? | 03:26 |
StevenK | lifeless: Those questions don't sound suitable for usage? | 03:26 |
lifeless | StevenK: why not? | 03:26 |
lifeless | StevenK: we don't have a man page AIUI; either answering them or pointing at the docs that do answer them seems important | 03:27 |
StevenK | lifeless: I still vaguely know *roff, I could fix that ... | 03:28 |
*** tzumainn has quit IRC | 03:36 | |
lifeless | StevenK: even then we'd want a nod to the docs, right ? | 03:37 |
lifeless | StevenK: think discoverability for users here. | 03:37 |
lifeless | StevenK: and for example, see 'git commit -h' | 03:37 |
lifeless | (or bzr commit -h, for that matter) | 03:37 |
StevenK | lifeless: Right, but TBH, I don't like help messages that do that because then you have 2-4 terminals worth of stuff to read, and scrolling and bleh | 03:40 |
lifeless | mmm | 03:44 |
lifeless | we don't have a standard on that, so I can't appeal to a higher authority | 03:45 |
lifeless | however | 03:45 |
lifeless | You asked for feedback:) | 03:45 |
StevenK | lifeless: I was hoping to steal from what register-nodes in incubator has -- but it has nothing | 03:45 |
lifeless | yeah, its docs are effectively in devtest_setup | 03:46 |
lifeless | in the json schema | 03:46 |
lifeless | which we can turn into a pointer once we have it in cloud-oncif | 03:46 |
tchaypo | Pfft. who needs to know *roff, when we have sphinx.builders.manpage.ManualPageBuilder? | 03:50 |
lifeless | great | 03:54 |
lifeless | 500 errors attaching receipts | 03:54 |
*** Guest7428 has quit IRC | 04:05 | |
*** killer_prince is now known as lazy_prince | 04:07 | |
*** ohadlevy has joined #tripleo | 04:10 | |
*** ohadlevy is now known as Guest38273 | 04:10 | |
*** noslzzp has joined #tripleo | 04:56 | |
*** lazy_prince has quit IRC | 04:58 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add a register-nodes command and associated API https://review.openstack.org/84933 | 04:59 |
StevenK | Hm. git review, are you going to make me strace you? :-( | 05:13 |
*** marun has joined #tripleo | 05:15 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Perform PKI initialization for a Keystone host https://review.openstack.org/91520 | 05:19 |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add a init-keystone CLI https://review.openstack.org/91521 | 05:19 |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Create Keystone v2 endpoint in initialize() https://review.openstack.org/91519 | 05:19 |
openstackgerrit | Steve Kowalik proposed a change to openstack/tripleo-incubator: Link register-nodes in setup-clienttools https://review.openstack.org/84936 | 05:25 |
tchaypo | I'm guessing that 10:29pm Sunday in PA means no mordred around to talk to | 05:31 |
*** Guest38273 is now known as ohadlevy | 05:32 | |
*** ohadlevy has quit IRC | 05:32 | |
*** ohadlevy has joined #tripleo | 05:32 | |
*** rameshg87 has joined #tripleo | 05:40 | |
*** jcoufal has joined #tripleo | 05:44 | |
*** rdopieralski has joined #tripleo | 05:45 | |
*** marun has quit IRC | 05:49 | |
*** bogdando has quit IRC | 05:59 | |
*** bogdando has joined #tripleo | 06:00 | |
lifeless | oh great, the EEM issue is a server side fail with current firefox. | 06:12 |
lifeless | WHY | 06:12 |
tchaypo | because the cert expired yesterday? | 06:12 |
tchaypo | or is this a different server-side fail? | 06:13 |
lifeless | 500 errors | 06:13 |
lifeless | did the cert expire? | 06:13 |
StevenK | tchaypo: The cert expired for the service site, not EEM | 06:18 |
tchaypo | ah. Now I'm confused again. I interpreted what you said earlier to mean that they were the same thing | 06:20 |
*** akuznets_ has quit IRC | 06:24 | |
*** jprovazn has joined #tripleo | 06:25 | |
*** akuznetsov has joined #tripleo | 06:26 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Slight increase in testenv disk space https://review.openstack.org/88459 | 06:27 |
*** Rakesh6 has joined #tripleo | 06:30 | |
rameshg87 | hello lifeless: | 06:33 |
*** mrunge has joined #tripleo | 06:42 | |
*** panda has joined #tripleo | 06:47 | |
*** akuznets_ has joined #tripleo | 06:48 | |
*** akuznetsov has quit IRC | 06:48 | |
*** jtomasek has joined #tripleo | 06:58 | |
tchaypo | chuckC: I totally forgot, but a few of us have put some notes about being a new dev into https://etherpad.openstack.org/p/tripleo-newdev-notes | 07:02 |
*** lazy_prince has joined #tripleo | 07:02 | |
tchaypo | chuckC: If you run across anything else and think it would save time for future new starters to find out the easy way, please feel free to update :) | 07:03 |
*** fandi has quit IRC | 07:05 | |
*** dshulyak has joined #tripleo | 07:13 | |
GheRivero | morning all! | 07:18 |
dshulyak | morning | 07:19 |
*** fandi has joined #tripleo | 07:21 | |
*** jtomasek has quit IRC | 07:23 | |
rcarrillocruz | oh | 07:24 |
rcarrillocruz | wasn't aware of that doc tchaypo | 07:25 |
* rcarrillocruz adding to bookmarks | 07:25 | |
rcarrillocruz | morning btw | 07:25 |
*** yamahata has quit IRC | 07:36 | |
*** giulivo has joined #tripleo | 07:37 | |
*** e0ne has joined #tripleo | 07:37 | |
*** hashar has joined #tripleo | 07:39 | |
tchaypo | morning :) | 07:42 |
tchaypo | I guess the first thing to add to the etherpad is "You need to find out about this etherpad" | 07:43 |
rcarrillocruz | heh | 07:43 |
GheRivero | A metaetherpad could be also helpful | 07:43 |
StevenK | GheRivero: And then a metametaetherpad to find the metaetherpad? :-P | 07:46 |
*** e0ne has quit IRC | 07:47 | |
GheRivero | Pointing it in the tripleo wiki is enough :) | 07:48 |
StevenK | GheRivero: Spoil all my fun with facts :-P | 07:50 |
GheRivero | We can also create an etherpad element pointing to the wiki | 07:52 |
GheRivero | and, of course, needs to be tested in CI/CD | 07:53 |
*** openstackgerrit has quit IRC | 07:53 | |
tchaypo | StevenK: what do you define "regex" to mean? | 07:57 |
*** jistr has joined #tripleo | 07:57 | |
StevenK | tchaypo: A regular expression, like /\d\s$/ | 07:57 |
StevenK | brbm4 is not a regex | 07:57 |
tchaypo | how do you define "Regular expression"? | 07:58 |
StevenK | tchaypo: It's a search pattern that contains well understood elements. | 07:59 |
tchaypo | In the example "/\d\s$/" I've always thought that the regex is "\d\s$" - the / characters are delimters that surround the regex to tell sed/awk/perl/whatever where the regex starts and ends | 07:59 |
tchaypo | but I've had no formal instruction in this, I've just picked it up from context, so that might be just me | 08:00 |
StevenK | tchaypo: s/\d\s$/foo/ is also a regex | 08:00 |
StevenK | And y/\d/number/ is a PCRE | 08:01 |
tchaypo | I thought "s/.../foo/" is a command to find strings matching the regex between the first and second / and replace it with the string between the second and third / | 08:01 |
tchaypo | The sed man page calls it "s/regexp/replacement" and says that it's a command to "Attempt to match regexp against the pattern space. IF successful, replace that portion matched with replacement" | 08:02 |
StevenK | tchaypo: Yes, but the sed man page also doesn't mention back references, so ... | 08:03 |
tchaypo | If I was using "brbtm_.*" - would you accept that as a regex? | 08:04 |
lifeless | StevenK: metametaetherpad is a metaetherpad | 08:04 |
StevenK | tchaypo: That is a regex, but then you need -E for grep | 08:05 |
tchaypo | not on my system | 08:06 |
tchaypo | http://paste.openstack.org/show/OxUZwnThJutBvJ5FEgy4/ | 08:07 |
tchaypo | But in any case - if "brbtm_.*" is a regex, I don't see why "brbtm_" isn't a regex | 08:07 |
tchaypo | it doesn't use any special characters or wildcards, but I haven't seen anything saying that a regex *must* use a wildcard or special character | 08:07 |
lifeless | brbtm_ is a regex | 08:09 |
lifeless | brbtm_.* is also a glob FWIW | 08:09 |
tchaypo | I don't know if it's canonical, but http://www.cs.sfu.ca/~cameron/Teaching/384/99-3/regexp-plg.html says a RE can consist of a single simple-RE, which can consist of a single basic-RE, whcih can consist of a single elementary-RE, which can consist of a single char (if I've remembered how to read BNF) | 08:10 |
tchaypo | lifeless: yeah, but they match different things - as a glob, the . is a literal . | 08:10 |
lifeless | but I can't be arsed finding the beginning of this discussion | 08:10 |
lifeless | whats the actual thing @ question ? | 08:11 |
StevenK | Review comment of mine asking tchaypo to rename BAREMETAL_REGEX to BAREMETAL_PATTERN because I didn't think 'brbm4' was a regex | 08:11 |
tchaypo | https://review.openstack.org/#/c/91288/3/scripts/cleanup-env | 08:12 |
lifeless | is it being matched via a regex engine? | 08:12 |
tchaypo | grep | 08:12 |
tchaypo | without -E | 08:12 |
tchaypo | but according to the man page, without -E it uses the basic regex syntax, and "In GNU grep, there is no difference in available functionality between basic and extended syntax". | 08:13 |
StevenK | tchaypo: grep -E is in my muscle memory thanks to Solaris/Tru64 | 08:13 |
*** gcha has joined #tripleo | 08:14 | |
StevenK | Damnable things | 08:14 |
* tchaypo happily avoided non-gnu systems | 08:15 | |
tchaypo | except for the steve-blessed machines *sigh* | 08:16 |
*** jtomasek has joined #tripleo | 08:17 | |
tchaypo | I've responded to comments. I'd like to hear why we think it's safe to assume that devtest_testenv.sh only ever has -n used if accompanied by -b before we start making that assumption. Or, if you'd prefer, I could tweak devtest_testenv.sh to enforce that condition, and then rebase this change on top of that one | 08:19 |
* StevenK will let that percolate | 08:22 | |
lifeless | I wouldn't assume n+b or neither b nor n | 08:32 |
lifeless | they are orthogonal | 08:32 |
*** tzumainn has joined #tripleo | 08:34 | |
*** jang1 has joined #tripleo | 08:34 | |
*** andreaf has joined #tripleo | 08:36 | |
* tchaypo wanders off to get some food | 08:37 | |
StevenK | lifeless: Did you want to +A the first branch for os-c-c and init-keystone? https://review.openstack.org/91518 | 08:37 |
lifeless | StevenK: can you submit a config change to get os-cloud-config running seed/undercloud/overcloud jobs too please | 08:45 |
StevenK | lifeless: Already happening, according to the YAML in config | 08:50 |
lifeless | StevenK: I couldn't see any job feedback on your patch | 08:50 |
StevenK | - name: openstack/os-cloud-config | 08:50 |
StevenK | check-tripleo: | 08:50 |
StevenK | - check-tripleo-seed-precise | 08:50 |
lifeless | StevenK: we'll have to have this to link the binary in | 08:50 |
lifeless | I believe you :) | 08:50 |
lifeless | just saying, something funky | 08:51 |
StevenK | Huh, yeah | 08:51 |
StevenK | lifeless: I'll chase that up with the infra guys tomorrow morning | 08:52 |
dshulyak | there is bunch of patches with support for vip, starting with this one https://review.openstack.org/#/c/91346/, i tested it on local setup | 08:56 |
dshulyak | would be great if it can be merged sooner, so we can start work on haproxy configuration | 08:57 |
*** rcarrillocruz has quit IRC | 08:58 | |
dshulyak | lifeless: https://review.openstack.org/#/c/91346/, what do you think about this approach? is it ok to pass ctlplane id to templates? | 08:58 |
dshulyak | https://review.openstack.org/#/c/91349/2/scripts/devtest_overcloud.sh | 08:59 |
*** rcarrillocruz has joined #tripleo | 09:04 | |
*** pblaho has joined #tripleo | 09:12 | |
*** yamahata has joined #tripleo | 09:16 | |
*** gcha has quit IRC | 09:40 | |
*** ifarkas has joined #tripleo | 09:40 | |
lifeless | dshulyak: I haven't thought deeply but yes that seems ok, though name would be a lot better. | 09:45 |
lifeless | dshulyak: you say it doesn't work to use name? | 09:45 |
dshulyak | lifeless: yep, converting name to id is done directly in neutron cli https://github.com/openstack/python-neutronclient/blob/master/neutronclient/neutron/v2_0/port.py#L191 | 09:49 |
*** yamahata has quit IRC | 09:52 | |
*** yamahata has joined #tripleo | 09:52 | |
lifeless | dshulyak: ugh; we can't express a similar map in Heat? Seems like there is a bug here somewhere ;) | 09:53 |
*** fandi has quit IRC | 10:20 | |
*** jprovazn has quit IRC | 10:25 | |
*** fandi has joined #tripleo | 10:32 | |
*** bogdando has quit IRC | 10:38 | |
*** bogdando has joined #tripleo | 10:51 | |
*** ccrouch has joined #tripleo | 10:55 | |
*** rpodolyaka has joined #tripleo | 11:09 | |
*** jprovazn has joined #tripleo | 11:10 | |
*** jang1 has quit IRC | 11:10 | |
*** akuznets_ has quit IRC | 11:13 | |
*** jprovazn is now known as jprovazn_afk | 11:14 | |
*** rpodolyaka has quit IRC | 11:14 | |
*** Rakesh6 has quit IRC | 11:14 | |
*** akuznetsov has joined #tripleo | 11:15 | |
*** morazi has quit IRC | 11:22 | |
*** mestery has joined #tripleo | 11:39 | |
*** ccrouch has quit IRC | 11:42 | |
*** ccrouch has joined #tripleo | 11:42 | |
*** rlandy has joined #tripleo | 11:42 | |
*** fandi has quit IRC | 11:43 | |
*** gcha has joined #tripleo | 11:44 | |
*** mestery has quit IRC | 11:55 | |
*** mestery has joined #tripleo | 11:56 | |
*** mestery has quit IRC | 12:01 | |
*** e0ne has joined #tripleo | 12:18 | |
*** jdob has joined #tripleo | 12:18 | |
*** mrunge has quit IRC | 12:19 | |
*** weshay has joined #tripleo | 12:25 | |
*** weshay has quit IRC | 12:26 | |
*** weshay has joined #tripleo | 12:27 | |
*** sballe has joined #tripleo | 12:36 | |
*** e0ne has quit IRC | 12:46 | |
lsmola | is anybody able to deploy storage nodes? | 12:46 |
lsmola | I am getting ERROR: Property error : SwiftStorage0Deploy: input_values Items to join must be strings | 12:46 |
*** dprince has joined #tripleo | 12:47 | |
*** wfoster has quit IRC | 12:52 | |
*** cwolferh has joined #tripleo | 12:53 | |
*** wfoster has joined #tripleo | 12:56 | |
*** dprince has quit IRC | 12:59 | |
*** e0ne has joined #tripleo | 13:04 | |
*** dprince has joined #tripleo | 13:20 | |
*** morazi has joined #tripleo | 13:21 | |
*** matty_dubs|gone is now known as matty_dubs | 13:31 | |
*** openstackgerrit has joined #tripleo | 13:36 | |
*** blamar has joined #tripleo | 13:37 | |
*** rameshg87 has quit IRC | 13:39 | |
*** rameshg87 has joined #tripleo | 13:42 | |
*** spzala has joined #tripleo | 13:44 | |
*** julim has joined #tripleo | 13:49 | |
*** openstackgerrit has quit IRC | 13:51 | |
*** jprovazn_afk is now known as jprovazn | 14:00 | |
victor_lowther | Anyone up for more reviews on https://review.openstack.org/#/c/90560/ and https://review.openstack.org/#/c/91867/ ? | 14:03 |
*** rwsu has joined #tripleo | 14:18 | |
*** pblaho` has joined #tripleo | 14:20 | |
*** davidlenwell has quit IRC | 14:21 | |
*** davidlenwell has joined #tripleo | 14:21 | |
*** dprince has quit IRC | 14:23 | |
*** pblaho has quit IRC | 14:25 | |
*** e0ne has quit IRC | 14:25 | |
*** pblaho` has quit IRC | 14:25 | |
*** pblaho has joined #tripleo | 14:26 | |
*** e0ne has joined #tripleo | 14:26 | |
jdob | ah cool, dib in docker | 14:32 |
jdob | i'll take a look | 14:32 |
*** TravT has joined #tripleo | 14:40 | |
*** rameshg87 has left #tripleo | 14:40 | |
*** jcoufal has quit IRC | 14:49 | |
*** jcoufal has joined #tripleo | 14:50 | |
*** TravT has quit IRC | 15:05 | |
*** TravT has joined #tripleo | 15:05 | |
*** TravT has quit IRC | 15:05 | |
*** TravT has joined #tripleo | 15:06 | |
*** rdopieralski has quit IRC | 15:27 | |
*** openstackgerrit has joined #tripleo | 15:43 | |
openstackgerrit | Dirk Mueller proposed a change to openstack/tuskar: Remove explicit dependency on amqplib https://review.openstack.org/92152 | 15:48 |
*** dprince has joined #tripleo | 15:51 | |
*** spzala has quit IRC | 15:56 | |
*** matty_dubs is now known as matty_dubs|lunch | 16:00 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar: Fixing order of templates for mergepy https://review.openstack.org/92160 | 16:20 |
*** yamahata has quit IRC | 16:21 | |
*** yamahata has joined #tripleo | 16:22 | |
*** rcarrill` has joined #tripleo | 16:23 | |
*** marun has joined #tripleo | 16:24 | |
*** marun has quit IRC | 16:24 | |
*** rcarrillocruz has quit IRC | 16:25 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar: Fixing order of templates for mergepy https://review.openstack.org/92160 | 16:27 |
*** jcoufal has quit IRC | 16:28 | |
*** newell_ has joined #tripleo | 16:31 | |
*** jistr has quit IRC | 16:31 | |
*** hashar has quit IRC | 16:37 | |
*** jang1 has joined #tripleo | 16:42 | |
*** matty_dubs|lunch is now known as matty_dubs | 16:44 | |
*** spzala has joined #tripleo | 16:46 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/tuskar: Adding swift deploy template https://review.openstack.org/92160 | 16:48 |
*** tspatzier has joined #tripleo | 16:50 | |
tspatzier | Hi all, I wanted to ask if anyone recently tried to use diskimage-builder to build a fedora-20 image? I am getting an error with 11-selinux-fixfiles today, but it worked last week. | 16:51 |
tspatzier | SpamapS indicated on #heat that somebody here might be able to help. I have pasted the last few lines of my create-image run here http://paste.openstack.org/show/78985/ | 16:52 |
SpamapS | tspatzier: Unfortunately I don't see any of the usual selinux capable people around. | 16:52 |
SpamapS | shadower: ^^ maybe? | 16:52 |
SpamapS | I think it's a bit late in the work day for shadower though. | 16:53 |
tspatzier | Where is he from? | 16:53 |
beekneemech | tspatzier: The paste is erroring for me, but you might check with rwsu for selinux issues too. | 16:55 |
*** mestery has joined #tripleo | 16:55 | |
SpamapS | rwsu: right you've done some selinux stuff with dib. | 16:55 |
*** dshulyak_ has joined #tripleo | 16:56 | |
*** e0ne has quit IRC | 16:58 | |
*** e0ne has joined #tripleo | 16:58 | |
*** mestery has quit IRC | 17:00 | |
shadower | tspatzier: haven't built f20 recently, sorry | 17:03 |
* shadower looks at the log | 17:03 | |
tspatzier | shadower: thanks. I guess I will just open a bug and copy the console output. Maybe stevebaker has used it recently, since he is doing a lot with heat software config. | 17:04 |
*** morganfainberg_Z is now known as morganfainberg | 17:05 | |
shadower | tspatzier: yeah, that'd be the best thing to do I reckon | 17:06 |
shadower | I'll drop off in a few moments | 17:07 |
tspatzier | shadower: no problem. Thanks. | 17:09 |
*** ifarkas has quit IRC | 17:12 | |
*** beekneemech is now known as bnemec | 17:15 | |
*** scotty95747 has quit IRC | 17:17 | |
*** scott-millward has joined #tripleo | 17:17 | |
*** gcha has quit IRC | 17:19 | |
*** openstackgerrit has quit IRC | 17:20 | |
*** jrist has quit IRC | 17:20 | |
*** mestery has joined #tripleo | 17:21 | |
*** jrist has joined #tripleo | 17:22 | |
*** blamar_ has joined #tripleo | 17:22 | |
*** blamar has quit IRC | 17:23 | |
*** blamar_ is now known as blamar | 17:23 | |
*** lazy_prince has quit IRC | 17:24 | |
*** mestery has quit IRC | 17:24 | |
*** openstackgerrit has joined #tripleo | 17:25 | |
*** marun has joined #tripleo | 17:28 | |
*** e0ne has quit IRC | 17:31 | |
*** tspatzier has quit IRC | 17:37 | |
*** dividehex has quit IRC | 17:51 | |
greghaynes | hrm, whats up with reviews like https://review.openstack.org/#/c/90425/ which never got commented on for the tripleo jenkins tests | 17:51 |
dprince | greghaynes: recheck it again, looks like it fell through the cracks. | 17:53 |
* greghaynes swings recheck no bug hammer | 17:53 | |
greghaynes | dprince: What do you think about ML thread for pkg-map patch once it lands? Im thinking we should probably let reviewers know to switch to new style of pkg-maps for reviews that are up | 17:56 |
SpamapS | I think the whole queue got lost on Friday | 17:56 |
SpamapS | so yeah, no comment, and not in status.openstack.org/zuul/, recheck away | 17:56 |
*** e0ne has joined #tripleo | 17:59 | |
*** dividehex has joined #tripleo | 17:59 | |
*** ifarkas has joined #tripleo | 18:08 | |
dprince | greghaynes: I'm fine w/ that. I wanted to get feedback on the review first... but if we need a thread I'm all for it | 18:10 |
lifeless | o/ | 18:23 |
*** rcarrillocruz has joined #tripleo | 18:24 | |
*** rcarrill` has quit IRC | 18:26 | |
*** saurabhs has joined #tripleo | 18:28 | |
SpamapS | lifeless: home? | 18:32 |
lifeless | SpamapS: yeah | 18:33 |
lifeless | cody-somerville: btw - I pinged you yesterday, you may not have seen. (Here). | 18:34 |
* cody-somerville scrolls. | 18:34 | |
cody-somerville | lifeless: Ok. ack. Will look into this further for you. | 18:35 |
SpamapS | lifeless: Ok. I'm getting through the backlog, and then I'm going to attack the Heat metadata access problem again. | 18:35 |
SpamapS | lifeless: stevebaker has got some patches worked up to make sure deployments do not add queries.. but the big task is pre-calculating the keys that are allowed to access instead of registering callbacks which require the whole stack to be parsed. | 18:36 |
lifeless | SpamapS: ok; I understood performance to be tolerable now | 18:40 |
lifeless | SpamapS: I've not managed to reproduce a working setup with Nova-BM, but Ironic was quite happy | 18:40 |
*** bogdando has quit IRC | 18:41 | |
SpamapS | lifeless: with latest Heat? | 18:47 |
SpamapS | lifeless: you were able to go beyond 30 threads polling for metadata? | 18:47 |
lifeless | SpamapS: only have 31 working machines. It was falling over at 5 with the bad code :) | 18:50 |
*** pblaho has quit IRC | 18:50 | |
lifeless | SpamapS: thats with stevebaker's patchset | 18:50 |
SpamapS | AHH | 18:51 |
*** TravT has quit IRC | 18:51 | |
SpamapS | lifeless: Steve's code is all landed now. | 18:51 |
SpamapS | lifeless: I did a simulation where I fired up 30 os-collect-config's and just used the nova fake driver so heat would think everything was up and running. That worked well and exposed the problem (though because it was 30 all at once, I never measured between 5 and 30). | 18:52 |
lifeless | cool | 18:52 |
SpamapS | I'll recreate that and see where we're at now. | 18:52 |
*** marun_ has joined #tripleo | 18:57 | |
*** marun__ has joined #tripleo | 18:59 | |
*** TravT has joined #tripleo | 18:59 | |
*** marun has quit IRC | 19:00 | |
*** marun__ is now known as marun | 19:00 | |
*** e0ne has quit IRC | 19:02 | |
*** marun_ has quit IRC | 19:02 | |
*** e0ne has joined #tripleo | 19:03 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/tripleo-image-elements: Explicitly set Ironic's enabled drivers list https://review.openstack.org/90784 | 19:04 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/tripleo-image-elements: Explicitly set Ironic's enabled drivers list https://review.openstack.org/90784 | 19:05 |
*** dshulyak_ has quit IRC | 19:07 | |
stevebaker | lifeless: so you're still hitting the issue with my query optimise series? | 19:08 |
stevebaker | SpamapS: this change should finish the job https://review.openstack.org/#/c/92033/ | 19:09 |
SpamapS | stevebaker: lovely | 19:11 |
SpamapS | Going to get some lunch and then see how many os-collect-config's we can handle. :) | 19:11 |
stevebaker | SpamapS: you should review that whole series if you haven't already | 19:14 |
saurabhs | lifeless spamaps: with tripleo for configuring ssl certificates on the API (may be in nova) what is the suggested approach. we pass the content of whole cert/key as text a parameters to heat template or should we use cloudinit to copy the files on the instance during nova boot (i think heat support that). | 19:18 |
lifeless | stevebaker: unknown | 19:18 |
lifeless | stevebaker: the error about saving stuff - too long column - is the last heat specific issue I've seen | 19:18 |
lifeless | saurabhs: we already pass the key and cert in | 19:19 |
lifeless | saurabhs: so I'd say we stay with that; as any new nodes will need the cert, there's no single point to store it (until barbican) | 19:19 |
*** chuckC has quit IRC | 19:23 | |
saurabhs | lifeless: ok i see the point | 19:23 |
*** marun has quit IRC | 19:33 | |
*** yamahata has quit IRC | 19:33 | |
*** andreaf_ has joined #tripleo | 19:35 | |
*** andreaf_ has quit IRC | 19:35 | |
*** andreaf_ has joined #tripleo | 19:35 | |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: Fedora: Add support for configuring Yum mirrors https://review.openstack.org/92190 | 19:37 |
*** marun has joined #tripleo | 19:38 | |
*** andreaf has quit IRC | 19:38 | |
*** andreaf_ has quit IRC | 19:38 | |
*** andreaf has joined #tripleo | 19:38 | |
*** ifarkas has quit IRC | 19:39 | |
*** hashar has joined #tripleo | 19:43 | |
*** marun_ has joined #tripleo | 19:43 | |
*** marun has quit IRC | 19:45 | |
*** marun_ is now known as marun | 19:45 | |
*** rcarrillocruz has quit IRC | 19:57 | |
*** rcarrillocruz has joined #tripleo | 19:57 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: MySQL: Support Debian in libssl-symlink https://review.openstack.org/90537 | 20:01 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add notty file for Ironic https://review.openstack.org/87253 | 20:01 |
openstackgerrit | Phil Neal proposed a change to openstack/tripleo-incubator: Add Ceilometer to control node by default https://review.openstack.org/89625 | 20:02 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: Add map-services for debian distros. https://review.openstack.org/91785 | 20:08 |
*** funzo has quit IRC | 20:17 | |
*** funzo has joined #tripleo | 20:17 | |
*** funzo is now known as Guest97264 | 20:18 | |
*** chuckC has joined #tripleo | 20:21 | |
*** Guest97264 has quit IRC | 20:21 | |
*** dprince has quit IRC | 20:24 | |
*** julim has quit IRC | 20:30 | |
*** julim has joined #tripleo | 20:31 | |
*** hashar has quit IRC | 20:32 | |
openstackgerrit | Haneef Ali proposed a change to openstack/tripleo-image-elements: configure keystone with apache https://review.openstack.org/89744 | 20:35 |
*** hashar has joined #tripleo | 20:35 | |
*** julim has quit IRC | 20:38 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed a change to openstack/tripleo-heat-templates: Create RabbitMQ users on controller https://review.openstack.org/92204 | 20:45 |
openstackgerrit | Clint 'SpamapS' Byrum proposed a change to openstack/tripleo-image-elements: Ensure password is set correctly on existing users https://review.openstack.org/92207 | 20:49 |
*** yamahata has joined #tripleo | 20:54 | |
*** chuckC has quit IRC | 20:56 | |
*** rcarrillocruz has quit IRC | 21:03 | |
tchaypo | huh. | 21:07 |
tchaypo | I just had another look at stackoverflow, and found that my meager rep puts me in the top 9% | 21:07 |
tchaypo | That's different from my expectation | 21:08 |
*** rcarrillocruz has joined #tripleo | 21:08 | |
SpamapS | tchaypo: I have 566 | 21:09 |
SpamapS | 577 | 21:09 |
SpamapS | so only top 47% ;) | 21:09 |
SpamapS | but I haven't participated in quite some time | 21:09 |
tchaypo | huh. | 21:09 |
tchaypo | Maybe I've spent more time on there than I thought I had | 21:09 |
tchaypo | then again, one of my highest-scoring answers is a question about vim | 21:10 |
tchaypo | http://stackoverflow.com/questions/8929269/gender-being-changed-to-directory-server-on-google-contacts-insert/9060042#9060042 is possibly my favorite answer though | 21:12 |
*** boris-42 has quit IRC | 21:15 | |
*** boris-42 has joined #tripleo | 21:16 | |
*** e0ne has quit IRC | 21:17 | |
*** e0ne has joined #tripleo | 21:17 | |
*** tspatzier has joined #tripleo | 21:18 | |
*** tspatzier has quit IRC | 21:21 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-incubator: Add OVERCLOUD_CONTROLSCALE support https://review.openstack.org/83296 | 21:22 |
tchaypo | finally in the call. Only 22 minutes late. | 21:23 |
*** matty_dubs is now known as matty_dubs|gone | 21:25 | |
*** jprovazn has quit IRC | 21:27 | |
*** morazi has quit IRC | 21:29 | |
*** hashar has quit IRC | 21:36 | |
*** hashar has joined #tripleo | 21:36 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Document config properties in haproxy element https://review.openstack.org/90829 | 21:40 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tuskar: Migration to oslo.db https://review.openstack.org/92213 | 21:45 |
*** ccrouch has quit IRC | 21:47 | |
*** e0ne has quit IRC | 21:49 | |
openstackgerrit | Ghe Rivero proposed a change to openstack/tuskar: Migration to oslo.db https://review.openstack.org/92213 | 21:49 |
*** e0ne has joined #tripleo | 21:49 | |
*** e0ne has quit IRC | 21:51 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Allow multiple binds per service in haproxy https://review.openstack.org/89925 | 21:54 |
*** jang1 has quit IRC | 21:55 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Document config properties in haproxy element https://review.openstack.org/90829 | 21:56 |
*** spzala has quit IRC | 21:59 | |
*** ccrouch has joined #tripleo | 22:04 | |
*** chuckC has joined #tripleo | 22:05 | |
*** weshay has quit IRC | 22:05 | |
*** chuckC has quit IRC | 22:06 | |
*** rlandy has quit IRC | 22:08 | |
*** cwolferh has quit IRC | 22:09 | |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Increase PXE deployment timeout for overcloud https://review.openstack.org/86523 | 22:12 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Allow multiple binds per service in haproxy https://review.openstack.org/89925 | 22:15 |
*** hashar has quit IRC | 22:17 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Allow multiple binds per service in haproxy https://review.openstack.org/89925 | 22:18 |
*** e0ne has joined #tripleo | 22:20 | |
*** andreaf has quit IRC | 22:20 | |
*** e0ne has quit IRC | 22:21 | |
*** e0ne has joined #tripleo | 22:22 | |
*** e0ne has quit IRC | 22:26 | |
openstackgerrit | Monty Taylor proposed a change to openstack/tuskar: Install requirements from tarballs, not from git https://review.openstack.org/91611 | 22:30 |
openstackgerrit | Monty Taylor proposed a change to openstack/tuskar: Remove requirements_style_check https://review.openstack.org/92221 | 22:30 |
*** chuckC has joined #tripleo | 22:56 | |
*** e0ne has joined #tripleo | 23:20 | |
*** ccrouch has quit IRC | 23:22 | |
*** e0ne has quit IRC | 23:23 | |
*** ccrouch has joined #tripleo | 23:35 | |
*** newell_ has quit IRC | 23:43 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-incubator: Add OVERCLOUD_CONTROLSCALE support https://review.openstack.org/83296 | 23:49 |
*** marun has quit IRC | 23:50 | |
tchaypo | greghaynes: could you spam me again? | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!