openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Run all non-sensitive jobs on single-use workers https://review.openstack.org/73732 | 00:05 |
---|---|---|
openstackgerrit | A change was merged to openstack-infra/gitdm: Terry Howe added to other files https://review.openstack.org/71651 | 00:05 |
*** harlowja_at_home has joined #openstack-infra | 00:07 | |
*** VijayT has joined #openstack-infra | 00:08 | |
harlowja_at_home | sdague: yt | 00:08 |
*** lcheng has joined #openstack-infra | 00:08 | |
harlowja_at_home | sdague: wondering what to do about https://review.openstack.org/#/c/73437/, more removal of packages? :-( | 00:09 |
clarkb | libdrizzle | 00:10 |
clarkb | seriously we should tie linuxjedi to a chair until he libdrizzle's openstack for us | 00:11 |
fungi | uh... saywhatnow? https://jenkins04.openstack.org/job/gate-nova-python26/78/console | 00:11 |
clarkb | that is amazing | 00:12 |
jeblair | fungi: ord bare-centos6 image is 20.13 hours old | 00:12 |
clarkb | jeblair: fungi you can hold 1390449 | 00:13 |
clarkb | that is another ord bare centos6 host | 00:13 |
jeblair | clarkb: done | 00:13 |
clarkb | I would do it but unsure if that will interfere with jeblair | 00:13 |
jeblair | Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) | 00:14 |
harlowja_at_home | qq, are u guys planning rhel7 (which i think comes out soon?) | 00:16 |
* fungi is caught up | 00:16 | |
clarkb | harlowja_at_home: no definite plans because no one tells us when images will update | 00:17 |
clarkb | harlowja_at_home: but our intent is to track latest rhel | 00:17 |
harlowja_at_home | cool, latest rhel, hehe, funny statement | 00:17 |
clarkb | especially since we can kill python2.6 when rhel 7 happens | 00:17 |
harlowja_at_home | def | 00:17 |
fungi | yeah, i have to assume that error, strange as it is, is the fault of whatever was looking for python2.6 and not the machine... will centos boot without a python interpreter? | 00:17 |
clarkb | harlowja_at_home: we will move to trusty when that happens as well | 00:18 |
clarkb | but who knows when that will happen :) | 00:18 |
* fungi thinks tox had an issue | 00:18 | |
harlowja_at_home | trusty, thats 14.04? | 00:18 |
clarkb | yes | 00:18 |
clarkb | fungi: it does that occasionally | 00:18 |
*** gokrokve_ has quit IRC | 00:18 | |
*** gokrokve has joined #openstack-infra | 00:19 | |
harlowja_at_home | clarkb: it'd be interesting to create openstacks own distro, just the raw openstack pieces, nothing else | 00:19 |
mordred | harlowja_at_home: ++ | 00:19 |
harlowja_at_home | i know there's been some thought about that at y!, although its dangerous to go down that road, lol | 00:20 |
harlowja_at_home | *support and all | 00:20 |
fungi | harlowja_at_home: it's definitely not at all the first time i've heard someone suggest exactly that (nor even the 10th) | 00:20 |
harlowja_at_home | 9th | 00:21 |
harlowja_at_home | lol | 00:21 |
clarkb | harlowja_at_home: https://github.com/farcepest/MySQLdb1/pull/48 some progress on py33 btw | 00:23 |
clarkb | not that the upstream has been awesome at taking patches, but stuff is sort of happening | 00:23 |
jog0 | clarkb: for fixing ES | 00:24 |
*** gokrokve has quit IRC | 00:24 | |
jog0 | any ideas on how to get sdague's patch working? If not whats your opinion on landing my ugly patch for a short term fix? | 00:24 |
harlowja_at_home | clarkb: nice | 00:24 |
jog0 | I would rather get sdague's working myself | 00:24 |
clarkb | jog0: fix pep8 first I haven't looked at the unittest fail but will | 00:24 |
clarkb | jog0: oh, the error by parsing the %z that object is offset aware | 00:25 |
clarkb | apparently there is a subtraction for an offset unaware host | 00:25 |
clarkb | s/host/object | 00:25 |
jog0 | clarkb: yeah not sure what that means | 00:25 |
jog0 | well I know what it means not sure how to fix it | 00:25 |
clarkb | epoch is probably not offset aware | 00:26 |
clarkb | since the epoch is midnight | 00:26 |
jog0 | clarkb: thats correct | 00:26 |
clarkb | hrm its utc from timestamp | 00:27 |
*** krtaylor has joined #openstack-infra | 00:27 | |
* clarkb reads datetime docs | 00:27 | |
harlowja_at_home | clarkb: hmmm, ya, sorta hope that we can maybe put pyMysql into test-requirements at least until that mysqldb for py3 is done | 00:28 |
clarkb | jog0: use fromtimestamp and provide a timezone | 00:28 |
clarkb | jog0: timezone should be utc then it won't be naive | 00:28 |
jog0 | I just got it | 00:29 |
jog0 | yup | 00:29 |
*** cadenzajon has quit IRC | 00:29 | |
clarkb | harlowja_at_home: I don't raelly care, I think it is worth addressing sdague's concern | 00:30 |
clarkb | do you support py33 if mysql is completely underperformant? maybe maybe not | 00:30 |
jog0 | clarkb: patch coming soon | 00:30 |
harlowja_at_home | clarkb: sure, its an understandable question | 00:31 |
openstackgerrit | A change was merged to openstack-infra/git-review: Reduce testr concurrnecy to 2. https://review.openstack.org/73715 | 00:31 |
fungi | clarkb: ^ | 00:31 |
clarkb | fungi: woot, did it pass both times through?becoming more reliable if so | 00:31 |
fungi | clarkb: yep! | 00:32 |
fungi | both check and gate passed on the first trty | 00:32 |
fungi | try | 00:32 |
clarkb | nice | 00:32 |
jog0 | clarkb: pep8 and unit passing trying both binaries now | 00:33 |
jog0 | and patch coming soon | 00:33 |
*** dims_ has quit IRC | 00:34 | |
jog0 | clarkb: if this is the only gotcha from the ES upgrade, thats really good | 00:35 |
clarkb | jog0: yeah I honestly expected no gotchas based on release notes | 00:35 |
*** dcramer_ has joined #openstack-infra | 00:37 | |
jog0 | clarkb: one more bug TypeError: argument must be 9-item sequence, not datetime.datetime | 00:37 |
jog0 | in elastic-recheck-uncategorized | 00:38 |
clarkb | jog0: can you paste a full traceback? | 00:38 |
jog0 | http://paste.openstack.org/show/65627/ | 00:38 |
*** senthil_ has joined #openstack-infra | 00:39 | |
*** lifeless has quit IRC | 00:40 | |
clarkb | jog0: I think url['timestamp'] is a datetime.dateime instead of a string | 00:40 |
clarkb | jog0: eg it has already been converted | 00:40 |
jog0 | clarkb: yeah | 00:41 |
jog0 | trying that | 00:41 |
*** gyee has joined #openstack-infra | 00:43 | |
*** senthil_ has quit IRC | 00:44 | |
clarkb | jog0: yeah I think dp.parse() mustreturn a different object type | 00:44 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Improved timestamp parsing https://review.openstack.org/73741 | 00:46 |
jog0 | clarkb: that should do it ^ | 00:47 |
jog0 | tested locally | 00:47 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Add fingerprint for bug 1280489 https://review.openstack.org/73750 | 00:49 |
jog0 | clarkb: https://review.openstack.org/#/c/73741 passed tests | 00:49 |
jeblair | jog0: out of curiosity, what was the problem with changing the formatting to "+00:00"? | 00:49 |
jog0 | can you review it so we can get the graphs working again | 00:50 |
jog0 | jeblair: the time format went from '2014-02-14T16:07:47.718Z' to '2014-02-14T16:07:47.718+00:00' in ES's timestamp data | 00:51 |
jog0 | and we were looking for "%Y-%m-%dT%H:%M:%S.%fZ" | 00:51 |
jeblair | jog0: right, so you wrote a patch that changed Z to +00:00 in the format string didn't you? what was wrong with that? | 00:51 |
jog0 | jeblair: it assumes ES will always return GMT time | 00:52 |
jog0 | err UTC | 00:52 |
jog0 | which is probablly true for our rig, but this change makes things more flexible | 00:52 |
jeblair | jog0: is that wrong? | 00:52 |
*** hemna_ is now known as hemnafk | 00:52 | |
jog0 | also dateutil.parser understands both the new and old time formats in one go, which is cool | 00:53 |
jog0 | jeblair: I would assume that ES should always return +00:00 otherwise its wrong | 00:53 |
jeblair | yeah, i'm just not a fan of adding extra dependencies to do something like parse a time string | 00:53 |
jog0 | jeblair: yeah I can go either way on this | 00:53 |
jog0 | I agree with that concern | 00:54 |
jeblair | i've waited too long to speak up on this, so i'm not going to try to persuade you either way. :) | 00:54 |
jog0 | jeblair: I don't care either way myself | 00:54 |
jog0 | its infra's call | 00:55 |
jog0 | https://review.openstack.org/#/c/73740 or https://review.openstack.org/#/c/73741 | 00:55 |
jog0 | both patches worked locally | 00:55 |
jog0 | and pass unit tests etc | 00:55 |
jog0 | jeblair: the only thing I would like to see is this bug fixed today | 00:56 |
jog0 | clarkb ^ | 00:56 |
clarkb | jog0: I like sdague's change | 00:56 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Allow for etherpad title to be parameterized https://review.openstack.org/73751 | 00:59 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: First stab at using yaml substitutions https://review.openstack.org/73752 | 00:59 |
mordred | that second is untests and WIP - I just needed to push it up so I didn't lose it - marked WIP | 01:00 |
jeblair | clarkb, fungi, mordred: i can't find the leak in nodepool. | 01:00 |
jeblair | mordred: ack. did you see the discussion about puppetboard earlier? | 01:00 |
mordred | jeblair: :( | 01:00 |
mordred | jeblair: yes | 01:00 |
clarkb | jeblair: and I bet valgrinding python is just too obtuse | 01:00 |
mordred | jeblair: and then I looked briefly at the puppetdb module | 01:00 |
mordred | clarkb: it is actually possible | 01:00 |
jeblair | clarkb: you just need to recompile python is all. | 01:01 |
clarkb | jeblair: we should switch infra to gentoo | 01:01 |
mordred | clarkb, nibalizer: there is a disable_firewall option in the puppetdb module, fwiw | 01:01 |
clarkb | mordred: oh good | 01:01 |
clarkb | seems like that should be an inverted logic flag | 01:01 |
* jog0 lets clarkb and jeblair sort out which patch is better | 01:03 | |
clarkb | uh | 01:04 |
fungi | how horrible would it be to wait for a quiet(ish) period, then switch nodepool to a horribly inefficient single-threadded model and profile that statically? | 01:08 |
clarkb | I am going to walk home now and will assume jeblair will approve whichver he preferes. I am not terribly picky about eithersolution | 01:08 |
jeblair | clarkb: done :) | 01:08 |
jeblair | fungi: i may try something like that locally | 01:08 |
jeblair | fungi: i _can_ run nodepool locally, i just thought that profiling at scale would show the answer quickly | 01:09 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Parse both new and old ES timestamp formats https://review.openstack.org/73740 | 01:09 |
jeblair | but none of the methods i tried showed it. | 01:09 |
*** lcheng has quit IRC | 01:10 | |
jeblair | my testing with local fakes has like 100% coverage of threads, task managers, gearman interactions; 90% coverage of zmq, and no coverage of jenkins, novaclient, or paramiko. | 01:10 |
* fungi has a feeling it's one of those :/ | 01:11 | |
jeblair | i have restarted nodepool via the init script | 01:11 |
fungi | at least if it's novaclient we have people to hound about it ;) | 01:12 |
jeblair | in a few mins, i'll try to clean up the servers it has missed | 01:12 |
fungi | we're roughly 5 minutes away from seeing whether zuul automatically reenqueues 62206,3 into the gate following the check run it triggered from my reverify comment | 01:14 |
*** dkliban has quit IRC | 01:14 | |
*** ryanpetrello has joined #openstack-infra | 01:14 | |
*** hogepodge has quit IRC | 01:14 | |
*** ryanpetrello has quit IRC | 01:15 | |
*** pcrews has quit IRC | 01:18 | |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add fingerprint for bug 1280489 https://review.openstack.org/73750 | 01:19 |
jog0 | clarkb jeblair: new e-r pages generated as expected, thanks | 01:19 |
jeblair | jog0: cool | 01:19 |
jeblair | the nodepool deletes are running now (they'll return another 291 nodes) | 01:20 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add fingerprint for bug 1280464 https://review.openstack.org/73726 | 01:21 |
*** zul has joined #openstack-infra | 01:22 | |
jeblair | make that 351 | 01:22 |
fungi | grar. the last test running, and it's failing on TestSnapshotPattern.test_snapshot_pattern in check-tempest-dsvm-neutron-pg | 01:22 |
fungi | er, last job running | 01:23 |
*** sabari has quit IRC | 01:23 | |
jeblair | :( | 01:23 |
fungi | oh, new twist we hadn't considered | 01:30 |
*** tomhe has quit IRC | 01:30 | |
fungi | gating fails so change gets a -2 from jenkins. reverify or resetting approve causes a new check run. check run fails... change now has approval and a -1 from jenkins | 01:31 |
*** gokrokve has joined #openstack-infra | 01:31 | |
fungi | at this point, you need to recheck, not reverify | 01:31 |
fungi | i have a feeling people are going to get even more confused about when to recheck vs reverify with this in place | 01:32 |
clarkb | :/ | 01:32 |
jeblair | fungi: i bet we can fix that | 01:32 |
fungi | this has been discussed before and i forget the reasoning, but can we merge recheck and reverify and let zuul sort out what it needs to do? | 01:33 |
jeblair | fungi: we couldn't before but we can now. | 01:33 |
jeblair | fungi: (because they are now both actions that enqueue into the check queue) | 01:33 |
fungi | ahhhhhhhh*lightbulb* | 01:33 |
jeblair | fungi: but let's wait a bit before we do that... | 01:33 |
fungi | k | 01:34 |
jeblair | fungi: in case this goes south, i don't want to ask people to change behavior, and then change back. | 01:34 |
fungi | completely agree | 01:34 |
*** gokrokve has quit IRC | 01:35 | |
*** gokrokve has joined #openstack-infra | 01:36 | |
*** markmcclain has quit IRC | 01:36 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Allow reverified on any approved change https://review.openstack.org/73756 | 01:37 |
*** gokrokve_ has joined #openstack-infra | 01:37 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Allow reverify on any approved change https://review.openstack.org/73756 | 01:38 |
*** gokrokve has quit IRC | 01:40 | |
*** ryanpetrello has joined #openstack-infra | 01:41 | |
*** dcramer_ has quit IRC | 01:45 | |
*** bhuvan_ has joined #openstack-infra | 01:46 | |
*** bhuvan has quit IRC | 01:47 | |
*** ryanpetrello has quit IRC | 01:47 | |
reed | i'm outta here | 01:48 |
fungi | have a good weekend, reed | 01:48 |
reed | try not to break anything while I'm gone :) | 01:48 |
fungi | i'm similarly going dormant for a while, so unless my absence breaks things, i should be okay | 01:49 |
reed | back in a week | 01:49 |
*** reed has quit IRC | 01:49 | |
fungi | oh! have a good week then | 01:49 |
*** gokrokve_ has quit IRC | 01:50 | |
*** rkukura has quit IRC | 01:51 | |
*** gokrokve has joined #openstack-infra | 01:51 | |
*** wenlock has quit IRC | 01:51 | |
openstackgerrit | A change was merged to openstack/requirements: Adding Mako>=0.4.0 to global requirements https://review.openstack.org/73025 | 01:52 |
*** rkukura has joined #openstack-infra | 01:54 | |
*** sarob has quit IRC | 01:54 | |
*** amcrn has quit IRC | 01:55 | |
*** gokrokve has quit IRC | 01:55 | |
harlowja_at_home | btw, if u guys use czuul (i think someone uses it besides me) i recently added the clarkb suggestion around using git to fetch the reviews summary, author... | 01:56 |
harlowja_at_home | thx clarkb :-P | 01:56 |
harlowja_at_home | had to figure out git-python doing that, lol | 01:56 |
openstackgerrit | Jenkins proposed a change to openstack-dev/pbr: Updated from global requirements https://review.openstack.org/73119 | 01:56 |
*** khyati_ has quit IRC | 01:57 | |
*** pcrews has joined #openstack-infra | 01:58 | |
*** dcramer_ has joined #openstack-infra | 02:00 | |
nibalizer | mordred: so i don't see the disable_firewall line, can you link me with a line #? i'm probably just being blind | 02:01 |
*** harlowja_at_home has quit IRC | 02:02 | |
*** jeckersb is now known as jeckersb_gone | 02:13 | |
*** banix has joined #openstack-infra | 02:13 | |
openstackgerrit | Diane Fleming proposed a change to openstack-infra/config: OpenStack Image Service API v2 Reference link broken https://review.openstack.org/73331 | 02:13 |
*** lifeless has joined #openstack-infra | 02:23 | |
*** CaptTofu has joined #openstack-infra | 02:40 | |
*** jp_at_hp has quit IRC | 02:42 | |
*** khyati_ has joined #openstack-infra | 02:45 | |
*** pcrews has quit IRC | 02:48 | |
*** lttrl has quit IRC | 02:49 | |
*** sarob has joined #openstack-infra | 02:50 | |
*** chandan_kumar has joined #openstack-infra | 02:50 | |
*** oubiwann has quit IRC | 02:53 | |
*** oubiwann has joined #openstack-infra | 02:53 | |
*** banix has quit IRC | 02:57 | |
*** thomasem has joined #openstack-infra | 02:59 | |
*** thomasem has quit IRC | 02:59 | |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Add test to make sure filename's work with with grenade https://review.openstack.org/73764 | 03:01 |
jog0 | clarkb: ^ | 03:06 |
clarkb | jog0: approved | 03:08 |
clarkb | that is a nice simple but effective check | 03:08 |
rainya | clarkb, was randomly think of our meetup in Seattle a couple months back | 03:09 |
rainya | hope things are well for you | 03:09 |
rainya | s/think/thinking | 03:09 |
clarkb | rainya: they are thanks. Busy busy but good | 03:09 |
*** chandan_kumar has quit IRC | 03:10 | |
rainya | that is good to read :D | 03:10 |
openstackgerrit | A change was merged to openstack-infra/elastic-recheck: Add test to make sure filename's work with with grenade https://review.openstack.org/73764 | 03:10 |
rainya | clarkb, will you be at the ironic / tripleo meetup next month? | 03:10 |
clarkb | probably not unless mordred insists I go | 03:11 |
clarkb | I am not sure there will be as much value in my attendance as there was last time and infra is still digging out of the post holiday/conferencing hole | 03:11 |
clarkb | I think lifeless would like a dayish of time for sorting out more CI stuff and that is reasonable to do remote | 03:12 |
rainya | did you all in infra ever do a mid-cycle meetup? I was able to attend the nova one this past week and it was really excellent | 03:12 |
rainya | i went as a deployer/operator and general amuck bringer | 03:12 |
clarkb | not this cycle, we did a bootcamp last cycle | 03:13 |
rainya | i remember the bootcamp and wanting to go and not being able to | 03:13 |
rainya | hopefully will see you in May | 03:13 |
clarkb | yes infra should be well represented at the summit | 03:13 |
rainya | the nova devs were gushing around elastic recheck (as much as they gush you know) | 03:14 |
*** pcrews has joined #openstack-infra | 03:16 | |
*** chandan_kumar has joined #openstack-infra | 03:20 | |
*** sarob has quit IRC | 03:22 | |
*** lcheng has joined #openstack-infra | 03:26 | |
*** lcheng has quit IRC | 03:29 | |
*** gyee has quit IRC | 03:30 | |
*** chandan_kumar has quit IRC | 03:31 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/config: Fix changeid links in gerrit https://review.openstack.org/73771 | 03:31 |
lifeless | clarkb: I would like DAYS OF YOUR TIME | 03:32 |
lifeless | clarkb: :) | 03:32 |
*** khyati_ has quit IRC | 03:32 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Allow workers to send back metadata https://review.openstack.org/66173 | 03:44 |
*** julim has quit IRC | 03:44 | |
lifeless | jeblair: whats involved in a new pipeline ? | 03:44 |
lifeless | jeblair: e.g. experimental2 | 03:44 |
lifeless | clarkb: ^ do you know ? | 03:50 |
*** banix has joined #openstack-infra | 03:51 | |
*** ryanpetrello has joined #openstack-infra | 03:54 | |
*** ryanpetrello has quit IRC | 03:58 | |
*** nibalizer has quit IRC | 04:02 | |
*** nibalizer has joined #openstack-infra | 04:05 | |
*** ryanpetrello has joined #openstack-infra | 04:05 | |
*** ryanpetrello has quit IRC | 04:06 | |
*** david-lyle has joined #openstack-infra | 04:10 | |
*** david-lyle has quit IRC | 04:14 | |
*** khyati has joined #openstack-infra | 04:15 | |
*** sarob has joined #openstack-infra | 04:20 | |
*** stevemar has left #openstack-infra | 04:27 | |
*** e0ne has joined #openstack-infra | 04:30 | |
*** e0ne has quit IRC | 04:31 | |
*** pcrews has quit IRC | 04:41 | |
*** david-lyle has joined #openstack-infra | 04:41 | |
*** sarob has quit IRC | 04:52 | |
*** ryanpetrello has joined #openstack-infra | 04:53 | |
*** ryanpetrello has quit IRC | 04:53 | |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Allow workers to send back metadata https://review.openstack.org/66173 | 05:06 |
openstackgerrit | Joshua Hesketh proposed a change to openstack-infra/zuul: Allow workers to send back metadata https://review.openstack.org/66173 | 05:12 |
*** starmer has joined #openstack-infra | 05:34 | |
*** prad has joined #openstack-infra | 05:35 | |
*** prad has quit IRC | 05:39 | |
*** banix has quit IRC | 05:44 | |
*** sarob has joined #openstack-infra | 05:50 | |
*** hdd has quit IRC | 05:52 | |
*** ArxCruz has quit IRC | 05:56 | |
openstackgerrit | A change was merged to openstack/requirements: Add climate-nova to tracked projects list https://review.openstack.org/71221 | 06:03 |
*** DinaBelova_ is now known as DinaBelova | 06:04 | |
*** VijayT has quit IRC | 06:16 | |
*** david-lyle has quit IRC | 06:19 | |
*** sarob has quit IRC | 06:23 | |
*** cadenzajon has joined #openstack-infra | 06:25 | |
*** saju_m has joined #openstack-infra | 06:27 | |
*** morganfainberg is now known as morganfainberg_Z | 06:28 | |
*** DinaBelova is now known as DinaBelova_ | 06:29 | |
*** Ryan_Lane has quit IRC | 06:32 | |
*** cadenzajon has quit IRC | 06:32 | |
*** DinaBelova_ is now known as DinaBelova | 06:32 | |
*** VijayT has joined #openstack-infra | 06:45 | |
*** saju_m has quit IRC | 06:51 | |
*** AaronGr is now known as AaronGr_Zzz | 06:54 | |
*** flaper87 is now known as flaper87|afk | 06:56 | |
*** VijayT has quit IRC | 06:57 | |
*** starmer has quit IRC | 07:03 | |
*** yamahata has quit IRC | 07:08 | |
*** yamahata has joined #openstack-infra | 07:09 | |
*** sarob has joined #openstack-infra | 07:09 | |
*** markwash has quit IRC | 07:20 | |
*** oubiwann has quit IRC | 07:26 | |
SlickNik | hey guys | 07:51 |
SlickNik | I was trying to submit a talk but I got a deadline passed message as I was in the process of doing so. | 07:51 |
SlickNik | Any ideas who I can email / contact to help me finish the submission? | 07:52 |
SlickNik | Thanks! | 07:52 |
SlickNik | (Talk for the ATL summit, in case that wasn't clear) | 07:52 |
*** prad has joined #openstack-infra | 07:58 | |
*** zenoway has joined #openstack-infra | 08:02 | |
*** prad has quit IRC | 08:03 | |
*** adam_g has quit IRC | 08:03 | |
*** adam_g has joined #openstack-infra | 08:04 | |
*** adam_g has quit IRC | 08:04 | |
*** adam_g has joined #openstack-infra | 08:04 | |
*** yamahata has quit IRC | 08:12 | |
*** lttrl has joined #openstack-infra | 08:13 | |
*** vkozhukalov has joined #openstack-infra | 08:14 | |
*** yamahata has joined #openstack-infra | 08:17 | |
*** dpyzhov has joined #openstack-infra | 08:19 | |
*** vkozhukalov has quit IRC | 08:21 | |
*** yolanda has joined #openstack-infra | 08:24 | |
*** zenoway has quit IRC | 08:28 | |
openstackgerrit | ramesh proposed a change to openstack/requirements: Add scp module for an ironic driver https://review.openstack.org/73790 | 08:31 |
*** dpyzhov has quit IRC | 08:33 | |
*** DinaBelova is now known as DinaBelova_ | 08:50 | |
openstackgerrit | A change was merged to openstack/requirements: Use >=, not >, for the lower bound of a requirement https://review.openstack.org/72918 | 08:51 |
*** yamahata has quit IRC | 08:51 | |
*** sarob has quit IRC | 08:52 | |
*** yamahata has joined #openstack-infra | 08:53 | |
*** sarob has joined #openstack-infra | 08:53 | |
*** sarob_ has joined #openstack-infra | 08:54 | |
*** sarob has quit IRC | 08:58 | |
*** sarob_ has quit IRC | 08:58 | |
*** dpyzhov has joined #openstack-infra | 09:09 | |
*** lttrl has quit IRC | 09:15 | |
*** sarob has joined #openstack-infra | 09:25 | |
*** sarob has quit IRC | 09:30 | |
*** sarob has joined #openstack-infra | 09:55 | |
*** yamahata has quit IRC | 09:57 | |
*** yamahata has joined #openstack-infra | 10:02 | |
*** dpyzhov has quit IRC | 10:03 | |
*** vipul has quit IRC | 10:04 | |
*** katyafervent_awa has quit IRC | 10:05 | |
*** vipul has joined #openstack-infra | 10:05 | |
*** katyafervent_awa has joined #openstack-infra | 10:05 | |
*** dpyzhov has joined #openstack-infra | 10:05 | |
*** dpyzhov has quit IRC | 10:08 | |
*** DeeJay1 has joined #openstack-infra | 10:10 | |
*** DinaBelova_ is now known as DinaBelova | 10:11 | |
openstackgerrit | Michael Prokop proposed a change to openstack-infra/jenkins-job-builder: Fix misspelling in jenkins-job-builder https://review.openstack.org/73803 | 10:12 |
*** dpyzhov has joined #openstack-infra | 10:14 | |
*** freyes has quit IRC | 10:16 | |
*** freyes has joined #openstack-infra | 10:17 | |
*** dpyzhov has quit IRC | 10:17 | |
*** dpyzhov has joined #openstack-infra | 10:23 | |
*** dpyzhov has quit IRC | 10:23 | |
*** ArxCruz has joined #openstack-infra | 10:24 | |
*** ArxCruz has quit IRC | 10:24 | |
*** dpyzhov has joined #openstack-infra | 10:25 | |
*** sarob has quit IRC | 10:29 | |
*** dpyzhov has quit IRC | 10:31 | |
*** DinaBelova is now known as DinaBelova_ | 10:50 | |
*** sarob has joined #openstack-infra | 10:55 | |
*** prad has joined #openstack-infra | 11:00 | |
*** talluri has joined #openstack-infra | 11:04 | |
*** prad has quit IRC | 11:05 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 11:07 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 11:12 | |
*** yamahata has quit IRC | 11:18 | |
*** yamahata has joined #openstack-infra | 11:22 | |
DeeJay1 | bump https://review.openstack.org/#/c/73624/ please :) | 11:23 |
*** sarob has quit IRC | 11:29 | |
*** talluri_ has joined #openstack-infra | 11:30 | |
*** talluri has quit IRC | 11:31 | |
*** yamahata has quit IRC | 11:33 | |
*** garyk has joined #openstack-infra | 11:37 | |
*** talluri has joined #openstack-infra | 11:42 | |
*** yolanda has quit IRC | 11:44 | |
*** talluri_ has quit IRC | 11:44 | |
*** talluri has quit IRC | 11:48 | |
*** yamahata has joined #openstack-infra | 11:53 | |
*** sarob has joined #openstack-infra | 11:56 | |
*** yamahata has quit IRC | 12:09 | |
*** yamahata has joined #openstack-infra | 12:12 | |
*** beagles has quit IRC | 12:15 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 12:15 | |
*** yamahata has quit IRC | 12:21 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 12:21 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 12:23 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 12:29 | |
*** sarob has quit IRC | 12:30 | |
*** DinaBelova_ is now known as DinaBelova | 12:42 | |
*** chandan_kumar has joined #openstack-infra | 12:49 | |
*** sarob has joined #openstack-infra | 12:56 | |
*** CaptTofu has quit IRC | 12:59 | |
*** CaptTofu has joined #openstack-infra | 12:59 | |
openstackgerrit | Lukasz Jernas proposed a change to openstack-infra/config: Periodic documentation build for translators https://review.openstack.org/73806 | 12:59 |
*** CaptTofu has quit IRC | 13:04 | |
*** sarob has quit IRC | 13:30 | |
*** DeeJay1 has quit IRC | 13:41 | |
*** saju_m has joined #openstack-infra | 13:46 | |
openstackgerrit | A change was merged to openstack-infra/config: Fix typo in openstack-install-deploy-guide-{lang} job https://review.openstack.org/73624 | 13:51 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack/requirements: Standardize read ops to 'with open' construction https://review.openstack.org/73808 | 13:52 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack/requirements: Don't update pbr's setup.py https://review.openstack.org/73431 | 13:52 |
*** ryanpetrello has joined #openstack-infra | 13:54 | |
*** sarob has joined #openstack-infra | 13:56 | |
*** DinaBelova is now known as DinaBelova_ | 14:03 | |
*** ryanpetrello has quit IRC | 14:04 | |
*** yamahata has joined #openstack-infra | 14:07 | |
*** DinaBelova_ is now known as DinaBelova | 14:11 | |
*** DinaBelova is now known as DinaBelova_ | 14:13 | |
*** ryanpetrello has joined #openstack-infra | 14:16 | |
*** yamahata has quit IRC | 14:16 | |
*** talluri has joined #openstack-infra | 14:29 | |
*** sarob has quit IRC | 14:30 | |
*** banix has joined #openstack-infra | 14:32 | |
*** talluri has quit IRC | 14:38 | |
*** talluri has joined #openstack-infra | 14:40 | |
*** banix has quit IRC | 14:42 | |
*** talluri has quit IRC | 14:53 | |
*** sarob has joined #openstack-infra | 14:56 | |
*** talluri has joined #openstack-infra | 14:56 | |
*** prad has joined #openstack-infra | 15:03 | |
*** flaper87|afk is now known as flaper87 | 15:06 | |
*** prad has quit IRC | 15:07 | |
*** talluri_ has joined #openstack-infra | 15:20 | |
*** talluri has quit IRC | 15:20 | |
*** talluri_ has quit IRC | 15:26 | |
*** sarob has quit IRC | 15:29 | |
fungi | SlickNik: probably todd@openstack.org is your best bet | 15:40 |
openstackgerrit | Khai Do proposed a change to openstack-infra/config: update All-Project configuration for gerrit 2.8 https://review.openstack.org/70818 | 15:43 |
*** banix has joined #openstack-infra | 15:50 | |
*** ryanpetrello has quit IRC | 15:51 | |
*** ryanpetrello has joined #openstack-infra | 15:54 | |
*** chandan_kumar has quit IRC | 15:56 | |
*** sarob has joined #openstack-infra | 15:56 | |
*** gokrokve has joined #openstack-infra | 15:57 | |
*** ryanpetrello has quit IRC | 15:59 | |
*** ryanpetrello has joined #openstack-infra | 16:09 | |
*** ryanpetrello has quit IRC | 16:10 | |
*** pcrews has joined #openstack-infra | 16:15 | |
*** pcrews has quit IRC | 16:21 | |
*** dkranz has quit IRC | 16:26 | |
*** dkranz has joined #openstack-infra | 16:26 | |
*** gokrokve has quit IRC | 16:28 | |
*** gokrokve has joined #openstack-infra | 16:28 | |
*** sarob has quit IRC | 16:28 | |
*** alexpilotti has joined #openstack-infra | 16:30 | |
*** gokrokve_ has joined #openstack-infra | 16:31 | |
*** gokrokve has quit IRC | 16:33 | |
*** ArxCruz has joined #openstack-infra | 16:34 | |
*** ArxCruz has quit IRC | 16:34 | |
*** gokrokve_ has quit IRC | 16:36 | |
*** esker has joined #openstack-infra | 16:38 | |
*** banix has quit IRC | 16:41 | |
*** DinaBelova_ is now known as DinaBelova | 16:50 | |
*** sarob has joined #openstack-infra | 16:56 | |
*** ociuhandu has joined #openstack-infra | 16:58 | |
*** gokrokve has joined #openstack-infra | 16:59 | |
*** gokrokve has quit IRC | 17:05 | |
*** dcramer_ has quit IRC | 17:07 | |
*** yamahata has joined #openstack-infra | 17:08 | |
*** banix has joined #openstack-infra | 17:08 | |
*** zhiyan_ has quit IRC | 17:09 | |
*** zhiyan_ has joined #openstack-infra | 17:10 | |
*** banix has quit IRC | 17:13 | |
*** AaronGr_Zzz is now known as AaronGr | 17:19 | |
*** sarob has quit IRC | 17:24 | |
*** sarob has joined #openstack-infra | 17:24 | |
*** Hefeweizen has quit IRC | 17:26 | |
*** Hefeweizen has joined #openstack-infra | 17:27 | |
BobBall | Anyone suggest why nodepool delete gives me the error about authentication methods at ubuntu@slave:~$ nodepool delete 1 | 17:40 |
BobBall | ERROR:nodepool.ProviderManager:Unable to get flavors for rax-iad | 17:40 |
BobBall | sorry - failed again... | 17:40 |
BobBall | http://paste.openstack.org/show/65862/ | 17:40 |
BobBall | That paste... | 17:40 |
BobBall | nodepool itself works | 17:41 |
BobBall | and delete from A.N.Other app works too (where I just imported the nodepool stuff and did similar to the nodepool command line) | 17:41 |
clarkb | BobBall: https://github.com/openstack/python-novaclient/commit/abd75f24b1ffc0afab51f7f6c09e3759e5465823 is the commit that introduced the auth_plugin stuff, I think novaclient is trying to use a non existant rax auth plugin | 17:47 |
BobBall | but but but... I thought nodepool didn't support that - so I had to use the password | 17:48 |
BobBall | indeed - if I used the hash then nodepool itself wouldn't bring up nodes | 17:48 |
clarkb | I have no idea, this is generally where I grumble that clouds are compatible and hit things with a stick until they work | 17:49 |
BobBall | do I need to use the hash to delete nodes? | 17:49 |
BobBall | haha | 17:49 |
clarkb | perhaps it is a behavior difference in different versions of novaclient? | 17:50 |
clarkb | I am not sure what version our nodepool server uses | 17:50 |
BobBall | The thing I don't get is the delete function seemed to work when running it from my own app which had imported nodepool | 17:51 |
BobBall | yet running nodepool delete - i.e. through the command line interface - gets that error | 17:51 |
* BobBall scratches his head | 17:51 | |
BobBall | It's possible that I was mistaken about the delete... | 17:52 |
BobBall | I'll re-test that. | 17:52 |
clarkb | BobBall: its version switched in authenticate | 17:57 |
clarkb | v2 is what you appaer to be using | 17:57 |
clarkb | does 1.1 work instead? | 17:57 |
*** gokrokve has joined #openstack-infra | 17:59 | |
BobBall | ah - ok - I'll change the URL. | 18:00 |
BobBall | That worked much better - thanks a lot. | 18:00 |
*** chandan_kumar has joined #openstack-infra | 18:05 | |
clarkb | BobBall: so, my guess is that is a novaclient bug | 18:10 |
clarkb | if v1.1 can authenticate without plugins v2 should too because authentication is indepdendent of the nova api iirc | 18:10 |
clarkb | or possibly a rax side bug? in any case I don't think that is something nodepool should need to deal with | 18:11 |
*** Hefeweizen has quit IRC | 18:16 | |
BobBall | Maybe | 18:17 |
BobBall | I've got a second issue though - using 1.1 worked for nodepool BUT it now seems it can't find the flavors | 18:17 |
*** dpyzhov has joined #openstack-infra | 18:17 | |
BobBall | When using 2.0 it finds the flavors but can't delete | 18:17 |
BobBall | *grin* | 18:17 |
BobBall | something to solve on Monday I think | 18:18 |
*** Hefeweizen has joined #openstack-infra | 18:18 | |
*** gokrokve has quit IRC | 18:19 | |
*** gokrokve_ has joined #openstack-infra | 18:19 | |
*** bogdando has quit IRC | 18:22 | |
*** max_lobur_afk has quit IRC | 18:23 | |
*** yolanda has joined #openstack-infra | 18:41 | |
*** jamespage_ has joined #openstack-infra | 18:46 | |
*** boris-42_ has quit IRC | 18:46 | |
*** e0ne has joined #openstack-infra | 18:48 | |
*** e0ne has quit IRC | 18:49 | |
*** boris-42_ has joined #openstack-infra | 18:52 | |
*** saju_m has quit IRC | 18:56 | |
*** dcramer_ has joined #openstack-infra | 19:02 | |
*** DinaBelova is now known as DinaBelova_ | 19:05 | |
*** jamespage_ has quit IRC | 19:06 | |
*** prad has joined #openstack-infra | 19:06 | |
*** gokrokve_ has quit IRC | 19:10 | |
*** gokrokve has joined #openstack-infra | 19:10 | |
*** prad has quit IRC | 19:11 | |
*** gokrokve_ has joined #openstack-infra | 19:11 | |
*** gokrokve has quit IRC | 19:15 | |
*** DinaBelova_ is now known as DinaBelova | 19:16 | |
*** chandan_kumar has quit IRC | 19:17 | |
*** gokrokve_ has quit IRC | 19:23 | |
*** gokrokve has joined #openstack-infra | 19:24 | |
*** AaronGr is now known as AaronGr_Zzz | 19:28 | |
*** gokrokve has quit IRC | 19:28 | |
*** thomasem has joined #openstack-infra | 19:31 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 19:32 | |
*** VijayT has joined #openstack-infra | 19:42 | |
mriedem | jog0: elastic-recheck didn't comment on the change in this fail, any idea why? http://goo.gl/77ZQdP | 19:44 |
mriedem | there is a query for bug 1210483 | 19:44 |
*** Hefeweizen has quit IRC | 19:46 | |
*** Hefeweizen has joined #openstack-infra | 19:47 | |
*** cody-somerville has quit IRC | 19:58 | |
*** jcooley_ has joined #openstack-infra | 20:09 | |
*** thomasem has quit IRC | 20:21 | |
*** dpyzhov has quit IRC | 20:28 | |
*** gokrokve has joined #openstack-infra | 20:29 | |
*** dpyzhov has joined #openstack-infra | 20:30 | |
*** yolanda has quit IRC | 20:32 | |
*** mido has joined #openstack-infra | 20:35 | |
*** mido has left #openstack-infra | 20:38 | |
*** sarob has quit IRC | 20:41 | |
*** sarob has joined #openstack-infra | 20:41 | |
*** sarob has quit IRC | 20:46 | |
*** hemna has quit IRC | 20:49 | |
*** zaro0508 has joined #openstack-infra | 20:51 | |
*** DinaBelova is now known as DinaBelova_ | 20:51 | |
*** VijayT has quit IRC | 20:52 | |
*** zaro0508 has quit IRC | 20:55 | |
*** cody-somerville has joined #openstack-infra | 21:06 | |
*** dpyzhov has quit IRC | 21:07 | |
*** dpyzhov has joined #openstack-infra | 21:24 | |
*** sarob has joined #openstack-infra | 21:30 | |
*** sarob_ has joined #openstack-infra | 21:32 | |
*** mkerrin has quit IRC | 21:32 | |
*** sarob has quit IRC | 21:34 | |
*** banix has joined #openstack-infra | 21:35 | |
*** mkerrin has joined #openstack-infra | 21:40 | |
*** sarob_ has quit IRC | 21:42 | |
*** AaronGr_Zzz is now known as AaronGr | 21:45 | |
*** oanufriev has joined #openstack-infra | 21:49 | |
*** mkerrin has quit IRC | 21:49 | |
*** AaronGr is now known as AaronGr_Zzz | 21:52 | |
*** jamespage_ has joined #openstack-infra | 21:52 | |
*** mkerrin has joined #openstack-infra | 21:52 | |
*** derekh has joined #openstack-infra | 21:55 | |
*** mkerrin has quit IRC | 22:03 | |
*** thomasem has joined #openstack-infra | 22:09 | |
*** mkerrin has joined #openstack-infra | 22:17 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 22:17 | |
*** jamespage_ has quit IRC | 22:25 | |
*** gokrokve has quit IRC | 22:26 | |
*** gokrokve has joined #openstack-infra | 22:27 | |
*** mkerrin has quit IRC | 22:28 | |
*** gokrokve has quit IRC | 22:32 | |
*** sarob has joined #openstack-infra | 22:32 | |
*** thomasem has quit IRC | 22:42 | |
*** sarob has quit IRC | 22:44 | |
*** sarob has joined #openstack-infra | 22:44 | |
*** starmer has joined #openstack-infra | 22:50 | |
*** starmer has quit IRC | 22:52 | |
openstackgerrit | Bob Ball proposed a change to openstack-infra/nodepool: Add support for rackspace authentication https://review.openstack.org/73839 | 22:56 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Add puppetdb to a new puppetdb host https://review.openstack.org/73840 | 22:57 |
jeblair | BobBall: we use nodepool just fine without the rax auth plugin | 22:58 |
nibalizer | anteaya: clarkb https://review.openstack.org/#/c/73840/ | 22:58 |
nibalizer | AaronGr_Zzz: ^ | 22:58 |
jeblair | BobBall: including with https://identity.api.rackspacecloud.com/v2.0/ | 22:59 |
jeblair | BobBall: here is our config: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/templates/nodepool/nodepool.yaml.erb | 23:03 |
BobBall | I think the issue is that I needed to use performance flavors jeblair | 23:05 |
BobBall | I've fixed it now though and added the rax auth plugin support | 23:05 |
jeblair | BobBall: we use them -- we use 'name-filter' to get them | 23:06 |
BobBall | now delete works too | 23:06 |
jeblair | BobBall: i'm not keen on adding the rax auth plugin; i'd rather be 'pure openstack' | 23:06 |
*** mkerrin has joined #openstack-infra | 23:08 | |
BobBall | OK - well I can have a harder look next week. For now I'm going to stick with the patch I've just uploaded until I can get things working | 23:08 |
BobBall | btw - does "nodepool delete <id>" work for you? because that was the only thing that wasn't working for me | 23:08 |
BobBall | launching worked fine | 23:08 |
BobBall | which I really don't understand... :D | 23:09 |
jeblair | BobBall: ok -- we're definitely doing everything nodepool does without the rax plugin (you just use the account password instead of the api key); happy to help figure out what's missing | 23:09 |
jeblair | BobBall: i have an idea about that... | 23:09 |
jeblair | BobBall: so nodepool delete doesn't talk to the running nodepool server, it's a completely stand-alone process; it reads the config file and makes its own connections, etc... | 23:10 |
BobBall | ah... That'd explain why me calling delete from my app which just imports nodepool might work... ;) | 23:10 |
jeblair | BobBall: so if you ran 'nodepool delete' in an environment that was somehow different -- different python virtualenv, different novaclient, different config file, etc, it might behave differently (eg not work) | 23:10 |
BobBall | I don't think the environment was different, but I suppose it's possible... config file is the same for sure, and I didn't think I Was using a virtual env... | 23:12 |
*** alexpilotti has quit IRC | 23:14 | |
jeblair | BobBall: and just to confirm, yeah we do run 'nodepool delete' against rax ... i did it quite a lot yesterday while testing | 23:14 |
*** dpyzhov has quit IRC | 23:14 | |
*** mkerrin has quit IRC | 23:14 | |
BobBall | poo | 23:15 |
BobBall | :P | 23:15 |
BobBall | Then I have no idea what's going on... | 23:15 |
BobBall | I'll investigate further if you really don't like the patch to support auth plugins :) | 23:15 |
BobBall | did you see the paste above? | 23:16 |
jeblair | BobBall: http://paste.openstack.org/show/65862/ ? no; looking now | 23:16 |
BobBall | that was nodepool failing with auth system errors - hence why I went down the rabbit hole | 23:16 |
BobBall | yeah | 23:16 |
jeblair | BobBall: what version of python-novaclient are you using? | 23:17 |
BobBall | python-novaclient==2.15.0 | 23:17 |
jeblair | BobBall: we're using python-novaclient==2.14.1 | 23:17 |
jeblair | BobBall: i haven't tried 2.15 | 23:18 |
*** alexpilotti has joined #openstack-infra | 23:18 | |
BobBall | k - I'll downgrade in a bit and try that | 23:18 |
*** alexpilotti has quit IRC | 23:23 | |
anteaya | nibalizer: thanks, a nice size for that patch | 23:24 |
anteaya | nibalizer: I left some syntax notes | 23:24 |
anteaya | nibalizer: what is the status of the firewall/ip tables conflict, I see that patch brings in puppetlabs firewall | 23:24 |
anteaya | perhaps I don't fully understand the nature of the problem | 23:24 |
anteaya | i had been working under the understanding that puppetdb was implimenting a firewall | 23:25 |
anteaya | perhaps you could explain to me what is happening so I have a better understanding | 23:25 |
anteaya | unless you already have in which case, let me know when so I can look for the logs | 23:25 |
*** banix has quit IRC | 23:38 | |
*** flaper87 is now known as flaper87|afk | 23:42 | |
*** sarob has quit IRC | 23:46 | |
*** sarob has joined #openstack-infra | 23:46 | |
BobBall | jeblair: https://github.com/citrix-openstack/install-nodepool/blob/master/inp/nodepool.yaml is our nodepool config with variables substituted from http://paste.openstack.org/show/65939/ (so that nova list works with the same credentials as nodepool) | 23:47 |
BobBall | jeblair: I don't see any difference between the way this is set up and the infra setup? | 23:48 |
BobBall | jeblair: which suggests maybe this is down to the python-novaclient version? | 23:48 |
*** mkerrin has joined #openstack-infra | 23:49 | |
nibalizer | anteaya: i think i cried wolf on the inconsistency, i was using an lxc setup for testing, where iptables was failing | 23:49 |
nibalizer | i missattributed that to an incompatiblity between puppetlabs-puppetdb and the openstack modules | 23:49 |
jeblair | BobBall: is the username "citrix.nodepool2" a straightforward username? (no funny multi tenancy thing going on, right?) | 23:51 |
*** sarob has quit IRC | 23:51 | |
nibalizer | anteaya: this class gets included https://github.com/puppetlabs/puppetlabs-puppetdb/blob/master/manifests/server/firewall.pp | 23:52 |
nibalizer | which includes the firewall class, but then conditionally opens up ports | 23:52 |
nibalizer | the default for those conditional statements is false | 23:52 |
BobBall | uhhhh well actually it's sort of funny stuff jeblair - that account has 3 usernames | 23:52 |
BobBall | maybe that's the problem :P I could try the primary username... | 23:52 |
nibalizer | and i open up 8081 (the ssl port) as an argument to openstack_project::server (in openstack_project::puppetdb) | 23:53 |
jeblair | BobBall: neat; i didn't know rax was doing that.... we aren't using anything like that, so you're the test pilot on that one. :) | 23:53 |
jeblair | BobBall: that's the only thing that jumps out at me | 23:53 |
BobBall | ok | 23:55 |
BobBall | thanks for having a butchers | 23:55 |
* jeblair is enthralled by http://en.wikipedia.org/wiki/Rhyming_slang | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!