/srv/irclogs.ubuntu.com/2014/10/23/#juju.txt

=== scuttlemonkey is now known as scuttle|afk
=== urulama_eod is now known as urulama
=== TheRealMue is now known as TheMue
ktosiekcan juju work with mixed environment? Multiple networks, different hypervisors etc., or would I have to show it one API? (for example, setup OpenStack under Juju)07:40
ktosiekand another question: what's the story for doing orchestrated, rolling upgrades with Juju? At the moment I have an Ansible setup that will take a batch of instances, remove them from loadbalancing and silence monitoring, upgrade each of them, wait for OK from monitoring, and only then put  them back into LB. Can I do something like that with Juju?07:43
gnuoyjamespage, a couple of charmsync'y reviews if you have a moment:08:15
gnuoyhttps://code.launchpad.net/~gnuoy/charms/precise/rabbitmq-server/sync-charmhelpers/+merge/23934308:15
gnuoyhttps://code.launchpad.net/~gnuoy/charms/trusty/mysql/fix-source/+merge/23934408:15
jamespagegnuoy, +1 to both - marked as such08:16
jamespagegnuoy, how are we across the OS charms with regards to release to stable today?08:16
jamespagegnuoy, I had a walk through some proposals last night08:17
gnuoyjamespage, ta08:20
gnuoyjamespage, I don't know of any that need to go in before the big switch.08:43
jamespagegnuoy, https://docs.google.com/a/canonical.com/spreadsheets/d/1jMjgmlH0gcKRecsLVIZTK47X8Su8ASR4loVDmmCROOw/edit#gid=008:55
gnuoyjamespage, I'm not sure what 'done' indicates08:58
jamespagegnuoy, mp's reviewed08:58
jamespageanything merged if required08:58
gnuoyjamespage, is the initial in the done column indicating who has reviewed the list or who had done the individual mps reviews?09:01
jamespagegnuoy, its who has reviewed and said nothing needs to be landed09:01
jamespagegnuoy, https://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/next-multi-console-fix/+merge/23361209:07
gnuoyjamespage, I don't get your comment there. It just runs on the leader09:18
jamespagegnuoy, your proposed change relies on hook execution to move console-auth around09:19
jamespageif the leader dies, nothing else will take over right?09:19
gnuoytrue09:20
ktosiekhmm, is askubuntu.com a better place for questions about overall Juju usage (orchestration, assumptions about environment etc.)?09:26
=== beisner-afk is now known as beisner
thedellsterHey hoping for a bit of help on a openstack install…13:00
thedellsterAnyone here able to provide help with that?13:00
thedellsterHi all wondering if anyone knows how to make a dedicated network for nova cinder iscsi traffic on juju13:07
ktosiekat what times is this channel more lively?13:19
sarnold_seems busier to me in west coast afternoon13:20
ktosiekand what timezone would that be? GMT+7?13:21
sarnold_gmt-813:22
ktosiekthanks, I'll try nagging people then :-)13:23
sarnold_:)13:23
jcw4fwiw; I think folks from UTC-5 ish monitor this channel too13:24
* thedellster slaps head should have asked ktosieks question13:25
sarnold_thedellster: I knew how to answer his :P13:25
thedellster;) will revert back at a more friendly west coast hour.13:26
sarnold_tell me about it, this east-coast stuff is too early for me13:28
thedellsterI’ve always thought that I should live on the east coast and say I lived on the west coast. That way I could start working at 12pm and tell everyone it’s 9am.13:29
sarnold_hahaha13:29
jamespagecoreycb, I'd like to take https://code.launchpad.net/~corey.bryant/charms/trusty/nova-cloud-controller/fix-step/+merge/238476 for release13:50
jamespagecould you update inline with my comments pls13:50
coreycbjamespage, yes13:51
coreycbjamespage, so, my main goal of adding that was so that I could test upgrades prior to  ppa:ubuntu-cloud-archive/juno-staging prior to it landing in the UCA13:56
coreycbjamespage, it should probably throw an exception, but then it would have to get hacked to let the code continue each release for early migration testing.. not a big deal I guess13:57
jamespagecoreycb, my intent is that we have update populated by b1 every cycle for the CA13:58
coreycbjamespage, I like that.  alright I'll fix this up.13:58
mattywtvansteenburgh, have you seen this before from charmhelpers? https://bugs.launchpad.net/charm-helpers/+bug/138472314:03
mupBug #1384723: charmhelpers.fetch.SourceConfigError: Unknown source: u'None' <Charm Helpers:New> <https://launchpad.net/bugs/1384723>14:03
tvansteenburghmattyw: introduced by a commit on 8/2114:04
tvansteenburghunknown sources used to just no-op silently, now they raise. jamespage fixed a particular case ('distro') on Monday, but i think we need to restore the original behaviour. too much stuff breaking on this now14:05
jamespagetvansteenburgh, +114:06
jamespagetvansteenburgh, gnuoy fixed it actually14:06
tvansteenburghstub: are you interested in looking into this? iirc you're using the SourceConfigError?14:07
jamespagegnuoy, 2014-10-23 14:10:31 INFO unit.nova-cloud-controller/0.shared-db-relation-changed context.go:473 oslo.config.cfg.ConfigFilesNotFoundError: Failed to read some config files: /etc/neutron/neutron.conf14:11
jamespagefrom nova-cc14:11
jamespagegnuoy, neutron.conf_unused14:11
jamespageexplosion14:11
gnuoy?????14:12
jamespagegnuoy, the nova-cc charm always does the neutron migration right?14:13
gnuoyargh14:13
gnuoyI see14:13
jamespagebut if the neutron-api charm is related, it disables its neutron.conf and stops generating it14:13
gnuoyyep14:13
jamespagegnuoy, hence the explosion14:13
tvansteenburghmattyw: it appears to be an easy fix since SourceConfigError is only caught by tests, i'll make time for it today if you or stub can't14:15
mattywtvansteenburgh, did you have in mind anything more complicated than: if source is None or source == "None": ... ?14:18
gnuoyjamespage, I could keep generating the file but remove the neutron-server service from the resource map14:18
tvansteenburghmattyw: replace the `raise SourceConfigError` with `pass`14:18
jamespagegnuoy, yes14:19
jamespagegnuoy, and the plugin as well14:19
tvansteenburghmattyw: so that anything undefined is a no-op14:19
jamespagegnuoy, but that feels ugly14:19
jamespagegnuoy, also we have a divergent charm issue in mysql - https://code.launchpad.net/~charmers/charms/trusty/mysql/trunk14:19
gnuoyjamespage, it is fugly but I don't see another way14:19
mattywtvansteenburgh, If you're happy with that I'll submit something now for it14:19
jamespagegnuoy, actually its ok as neutron now syncs the db for all plugins, not just the configured one14:19
tvansteenburghmattyw: it's not awesome but that's the way it was before 8/21, so +114:20
jamespagegnuoy, gah - the precise charm does not have the allowed hosts fix either14:21
jamespagegnuoy, you focus on nova-cc14:21
gnuoyack14:21
coreycbjamespage, updated https://code.launchpad.net/~corey.bryant/charms/trusty/nova-cloud-controller/fix-step/+merge/23847614:26
mattywtvansteenburgh, https://code.launchpad.net/~mattyw/charm-helpers/unknown-source-noop/+merge/23937414:28
tvansteenburghmattyw: grep for SourceConfigError, I believe there are a few tests that will need adjusting14:28
mattywtvansteenburgh, ah dammit - I thought I'd added those14:29
jamespagecoreycb, the intent of that change is to enforce upgrade paths via the CA only right?14:30
coreycbjamespage, correct14:30
coreycbjamespage, which, it's the only charm that has that afaik14:30
coreycbjamespage, it started as a work around for upgrading to the juno staging ppa because the open() in step_upgrade was exploding14:32
mattywtvansteenburgh, sorry about that, forgot to commit the test again - I'll get this right one of these days https://code.launchpad.net/~mattyw/charm-helpers/unknown-source-noop/+merge/23937414:35
coreycbjamespage, eh, not good.  upgrading nova-cc to openstack-origin=cloud:trusty-juno/proposed also blows up on open(/etc/apt/sources.list.d/cloud-archive.list) -- the file doesn't exist14:35
jamespagecoreycb, so this is a first upgrade from trusty to juno CA right?14:36
coreycbjamespage, yeah, I'd only tested using the ppa before14:36
tvansteenburghmattyw: cool, thanks! will review shortly14:36
mattywtvansteenburgh, no hurry, and feel free to throw it away and fix it another way, just thought I'd do something quick while I was in that part of the code14:37
gnuoyjamespage, lp:~gnuoy/charms/trusty/nova-cloud-controller/fix-db-migrations should fix it, testing now14:43
=== jaywink_ is now known as jaywink
jcastrotvansteenburgh, I think I found a bug in charm tools14:50
jcastroW: README.md includes line 6 of boilerplate README.ex14:50
jcastroW: README.md includes line 8 of boilerplate README.ex14:50
jcastrowhen I run it on my newly made README.md14:51
jcastrobut lines 6 and 8 are newlines.14:51
marcoceppijcastro: it's just a confusing message14:51
marcoceppiit's matching line 6 and 8 of the boilerplate of matchable lines14:51
marcoceppiso not new lines and not headers14:51
marcoceppiany line over X characters14:51
jcastrooh, do you think it's the headers?14:52
jcastrolike #Usage  and so on?14:52
lazyPowerjcastro: more than likely. that happens to me constantly.14:52
marcoceppiI didn't realize this was still happening to people14:52
cory_fuDoes anyone else find the screen keybindings for tmux in `juju debug-hooks` annoying?  If you prefer the default tmux keybindings, 'juju ssh $unit touch .tmux.conf && juju debug-hooks $unit' will make it use the default key bindings.14:52
marcoceppiwe should fix the consistent matches, or at the very least the messaging14:52
cory_fu(You can also upload a custom .tmux.conf file that way, using juju scp.)14:53
jcastroI would just ignore anything in # and ##14:53
lazyPowercory_fu: good fodder for a quick post on teh solutions blog.14:53
jcastrothose are supposed to be templated titles anyway14:53
cory_fuHey, good idea.  Thanks14:53
marcoceppijcastro: yeah, I'll patch that with everything else tvansteenburgh has unless he beats me to it14:54
jcastrook so I'll push it anyway?14:55
tvansteenburghmarcoceppi: it's all you14:55
marcoceppiwe'll roll a release after this charmschool thing14:56
jcastromarcoceppi, are you planning on doing your shift today or bumping it due to other stuff?14:59
marcoceppijcastro: I'm probably going to bump to later today14:59
jcastrobecause if you are, the top three new charms on the top of the queue have good sign off from corey, I think you can just do a final check and promulgate14:59
marcoceppijcastro: sweet, thanks for the heads up14:59
jcastroThey Look Easy(tm)14:59
jcastrolol, probably hard.14:59
=== roadmr is now known as roadmr_afk
=== roadmr_afk is now known as roadmr
coreycbjamespage, I pushed a fix to https://code.launchpad.net/~corey.bryant/charms/trusty/nova-cloud-controller/fix-step/+merge/238476 that fixes the open() issue15:09
coreycbjamespage, I'll run a full upgrade test now to juju set nova-cloud-controller openstack-origin=cloud:trusty-juno/proposed15:10
gnuoyjamespage, https://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/fix-db-migrations/+merge/23938915:10
coreycbjamespage, I mean,  I'll run a full upgrade test now to cloud:trusty-juno/proposed for all the charms15:10
jcastrombruzek, fyi, hpcc has a green box in the review queue, I didn't notice that before15:13
jcastromarcoceppi, got a sec or you charm schooling?15:19
marcoceppijcastro: schooling15:20
mattywcory_fu, ping?15:23
cory_fumattyw: Hey, how's it going?15:23
mattywcory_fu, not bad thanks, hope you're well?15:23
mattywcory_fu, thanks for your review of my mongodb auth branch. I started looking at it but I had a question that I put on the review: https://code.launchpad.net/~mattyw/charms/precise/mongodb/auth_experiment/+merge/16288715:24
jcastrotvansteenburgh, ok I've already fixed like 5 or 6, incoming into the queue15:24
jcastrotvansteenburgh, this is much better than before. <315:24
lazyPowermattyw: I think your security concerns are valid15:26
tvansteenburghjcastro: \o/15:26
lazyPowermattyw: the only issue with this model is that it has potential to cause a temporary intermittant outage should the passowrd change while the webapp is running and delivering.15:27
cory_fumattyw: I agree, it's less secure than not storing it, but the password is also available on the relation, so it's possible to retrieve it that way (though ever so slightly more difficult).  whit and I were just discussing this morning the need for a better credentials management system for charms15:27
lazyPowermattyw: suggest to store a hash of the password to disk and validate against that hash. eg: if sha1sum(password) != cached_sha1_of_password15:27
jrwrencory_fu: please update the docs with that information: https://juju.ubuntu.com/docs/authors-hook-debug.html  https://github.com/juju/docs/blob/master/src/en/authors-hook-debug.md15:28
cory_fumattyw: I'm not averse to recreating the password, and I gave the merge my +1.  You could also just touch a flag file to indicate that you'd already set the password for that relation.15:28
lazyPowerjrwren: did you ever get an answer re: your merge not showing up in the queue?15:29
jcastromy merges are also not showing up in the queue15:29
cory_fulazyPower: You can't retrieve the password to test against the hash from the providing side of the relation15:29
jrwrenlazyPower: nope.15:30
lazyPowercory_fu: ah good point.15:30
cory_fuI think changing it each time is fine.  It was more of a passing thought, really.15:30
lazyPowercory_fu: my only concern is that it will cause an outage15:30
cory_fuI just thought it might be surprising for the admin if it changed out from under them.15:30
lazyPowerif your app cannot connect to mongo, your users will see a 500 error, or your daemon may panic15:30
mattywlazyPower, cory_fu I don't think there will be an outage if the relation changes at the moment, It just adds a new user, the old one is still valid15:30
lazyPowerahhh, ok.15:31
cory_fuTrue15:31
lazyPowermattyw: good insight. ty for clarification15:31
lazyPowertbh i had not looked @ the branch as of yet15:31
coreycbjamespage, gnuoy: unit tests added to https://code.launchpad.net/~corey.bryant/charms/trusty/nova-cloud-controller/fix-step/+merge/23847615:31
mattywlazyPower, cory_fu It's still not great - but in a different way ;)15:31
lazyPowerwas going based on the meta discussion in here15:31
* lazyPower returns to trolling in silence15:31
mattywlazyPower, I prefer that approach :)15:32
cory_fuSo that leads to a potential proliferation of users.  So, the option of storing a flag (either in config, StoredContext, or a flag file) saying that you'd created a user and set the password for a given relation would solve that without needing to store the password on disk15:32
lazyPowerjrwren: link me to your branch again if you dont mind15:32
lazyPoweri'll take a look - i'm giong to be context switching to the queue as soon as ingest lands this last bundle15:32
mattywcory_fu, that's a good idea, sounds sensible15:33
cory_fu:)15:33
mattywcory_fu, I'll make that change - thanks very much15:33
jamespagecoreycb, that looks good - did it test OK?15:33
coreycbjamespage, yep tested ok15:33
mattywcory_fu, I'll also take a look at the amulet tests - I don't have much experience with those, but I need to get some15:33
jrwrenlazyPower: https://code.launchpad.net/~evarlast/charms/trusty/elasticsearch/add-version-config15:34
coreycbjamespage, but ci caught me red handed with unit test issues!  those are fixed in that mp15:34
lazyPowermattyw: i'm available to help with them as i wrote them :)15:34
lazyPowerjrwren: ta!15:34
jamespagecoreycb, indeed!15:34
jamespagemerged - thanks!15:34
mattywlazyPower, that would be perfect, Can I go as far as putting something in the diary?15:34
thedellsterHi hoping someone can give me some guidance on setting up multiple interfaces on juju openstack. Particularly an ISCSI network so that storage traffic goes out the right nic.15:35
lazyPowermattyw: not parsing re: diary? Do you mean on the calendar?15:35
mattywlazyPower, yeah - that's what I meant15:35
mattywlazyPower, can you not read minds yet?15:35
cory_fumattyw: It shouldn't be too difficult.  Just adding another line in validate_relationships()15:35
mattyw:)15:35
lazyPowermattyw: i'm close... my psychic helmet is in the shop this week for upgrades.15:35
lazyPowerbut yeah that sounds good.15:36
mattywlazyPower, awesome15:36
lazyPowercory_fu: i've been lending myself out to people getting their hands dirty with amulet as we've been changing the story around amulet quite a bit lately15:36
cory_fumattyw: And also not a big issue.  I don't think the tests currently check the actual relation data, just the relation existence15:36
lazyPowerolder info still works but there's enough knowledge now for patterns to be recommending, such as your unit testing template15:36
mattywcory_fu, that would be nice, last time I was unable to even run the tests, so I'd like to at least get that far15:36
lazyPowerand how to approach the tests from a bundle standpoint vs a charm standpoint15:36
cory_fumattyw: This might be of help: http://blog.juju.solutions/cloud/juju/2014/10/02/charm-testing.html15:37
cory_fuI was able to run up to and including the 200_deploy test without issue with bundletester15:38
cory_fuThough 200_relate_ceilometer.test had an issue15:38
cory_fu(Unrelated to your change)15:38
mattywcory_fu, awesome, thanks very much, I'll take a look15:41
cory_funp, thanks for working on this.  :)15:42
=== roadmr is now known as roadmr_afk
thedellsterHey all quick question. Trying to define more than two networks on juju and openstack outside of public and private. Is this possible currently, or do I need to configure the hosts using another method once juju deploys them. Online for ceph I saw the following answer posted. “Currently Juju has a very simple networking model, which assumes only a "private" (inside the cloud environment) and "public" (externally accessible)15:57
thedellsternetworks. “ Is this true for all openstack services?15:57
=== roadmr_afk is now known as roadmr
thedellsterIs there a better forum or place I should go for information relating to this? I’ve looked online and haven’t really been able to find anything.16:05
jamespagegnuoy, hows you nova-cc testing coming along?16:09
gnuoyjamespage, I did a deploy with it and added the comment to the mp16:28
jamespagegnuoy, link? sorry - that will be folderized somewhere which takes time :-)16:29
gnuoy<gnuoy> jamespage, https://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/fix-db-migrations/+merge/23938916:29
lazyPowercory_fu: wait, the ceilometer test had an issue?16:30
lazyPowercory_fu: do you recall what that issue was?16:30
jamespagegnuoy, +116:30
jamespagegnuoy, pls land :-)16:31
cory_fulazyPower: I thought it seemed like an environment issue or I would have noted it on the review, but I don't recall exactly16:31
lazyPowerok. phwew16:31
jamespagemarcoceppi, re mysql - was it intentional what precise and trusty branches have diverged16:31
jamespage?16:31
lazyPowercory_fu: checking myself now - thanks for teh tip. last thing i want is jamespage pinging me that we broke openstack dependencies16:32
marcoceppijamespage: no, I'm trying to get the fixes out the door today but it's not looking good16:32
* lazyPower hides16:32
cory_fu:)16:32
cory_fulazyPower: I was just running bundletester, so it should be easy enough to replicate16:32
lazyPowerack, thats what i'm doing on hPCloud16:32
marcoceppijamespage: going to simply submit some small fixes for the charm today, ones that move to charm helpers completely and implement better configuration and has support for oracle/5.6/5.716:33
jamespagemarcoceppi, awesome16:33
=== roadmr is now known as roadmr_afk
gnuoyjamespage, merged16:40
jamespagegnuoy, awesome thankyou!16:41
jamespagegnuoy, OK working through each charm for release now17:09
jamespagegnuoy, for reference i'm saving the existing trunk charm to /old-stable under ~openstack-charmers17:13
gnuoyjamespage, ack17:14
jamespagegnuoy, all done17:25
jamespagegnuoy, must remember that precise hacluster != trusty hacluster17:25
gnuoy\o/17:25
* jamespage had to do some reverting17:25
adjohnAnyone have good resources on using Juju with existing puppet manifests?17:28
ktosiekit looks more lively, so I'll try now - can I use Juju to setup a deploy like this: for each batch of app hosts, silence (disable?) their monitoring, remove them from load balancer, upgrade the app, re-enable monitoring, wait for monitoring to turn green, put back in load balancer17:40
=== roadmr_afk is now known as roadmr
ktosiekI'd like the whole process to stop as early as possible if something goes wrong, too. I can script juju calls if that cannot be done inside Juju itself, but I'm not sure how disabling only some units would work17:41
ktosiekhmm, or am I thinking with wrong categories... I can split app into few groups, and then for each unlink them from LB, do the upgrade (which should make Juju unlink/link with monitoring by itself, right?), check if it's OK with external tool, and put them back into LB17:43
lazyPoweradjohn: We dont have a good example for that, but i'm happy to work with you to develop that story17:45
lazyPoweradjohn: the most helpful tips I can give you, are to split your manifest resources out into the contexts that the hooks themselves handle, and execute the manifests as standalone 'recipes' in each of the hook contexts. How familiar with chef are you? i've got a few examples leveraging chef that should translate fairly well.17:46
adjohnlazyPower: pretty familiar with Chef, that would be helpful!17:58
lazyPoweradjohn: ok, i have some patterns here that should help then - its leveraging chef-solo, and each hook is outlined as a resource in the cookbook -   https://code.launchpad.net/~charmers/charms/precise/rails/trunk17:59
lazyPowerif you come up with any specific questions feel free to ping me18:00
adjohnThanks, will do!18:00
lazyPowerjrwren: will review your branch after i wrap up stub's pending review of postgres. so you're up next18:16
lazyPowerbut a cursory review looks good - i just want to do some deploy testing18:16
jrwrenlazyPower: any idea why it missed the queue?18:18
lazyPowerjrwren: the ingest is turning into chunky salsa on a bug - which is preventing items that come after it from ingesting.18:18
lazyPowerjrwren: i'll probably put in some OT on helping get a fix for this. I have an idea that may help prevent this from happening in teh future - creating a "problematic items" report so we can skip items if they fail ingest for whatever reason - but continue on the ingestion path. There's probably always going to be something that winds up being a twit and doesn't ingest for w/e reason. Character encoding, weird formatting of a date, something.18:23
marcoceppijcastro: jrwren review queue is fixded18:39
marcoceppithere's a ton of stuff in the review queue now18:39
marcoceppi<3 you all18:39
jcastromarcoceppi, huh, I had like 10 that should be in there now18:39
marcoceppijcastro: the ingest is still running18:39
jcastrooh, is it still ingesting?18:39
jcastroack18:39
marcoceppiwe're moving away from celery and on to a better delayed task tool in the next week18:40
marcoceppiso errors will get caught quicker18:40
jcastromarcoceppi, my metadata spam compells you18:43
lazyPowerstub: are you around?19:45
marcoceppilazyPower: some interesting stuff in the testing page: http://reports.vapour.ws/charm-tests/charm-bundle-test-1256-results19:56
lazyPowerstub: landed https://code.launchpad.net/~stub/charms/precise/postgresql/integration/+merge/23366619:56
lazyPowerfiling a bug re: tests for follow up work.19:56
marcoceppitvansteenburgh output is looking better ^19:57
lazyPowerstub: https://bugs.launchpad.net/charms/+source/postgresql/+bug/138489420:00
mupBug #1384894: Tests Fail Consistently <postgresql (Juju Charms Collection):New> <https://launchpad.net/bugs/1384894>20:00
=== roadmr is now known as roadmr_afk
=== roadmr_afk is now known as roadmr
ktosieklet's say I have a simple app on top of PostgreSQL with hot standby, what's the chance of split brain? Would putting 1 app instance and 1 postgres instance on a separate partition cause it?21:31
ktosiekoh, nevermind, the postgresql node won't upgrade to master without confirmation from juju main node21:33
ktosiekhmm, which make the state server a sinngle point of failure... how would it handle being brought up after environment changed?21:35
marcoceppiktosiek: you can scale the state server out to avoid it being a single point of failure21:35
ktosiekright, but my second question still stands: what would happen if something changed (like nodes failing) while state server was failing over?21:36
marcoceppiSince all state servers are in sync, if one state server is failing the others would know that the postgresql server was failing as there's a call home ever X period of time. So the state would be updated accordingly regardless of the state servers state as long as there was still a state server running21:40
marcoceppiI need to look in to the clustering stuff a bit more, but that's my understanding as not a juju dev21:40
ktosiekyeah, so the state server is used as a source of truth for charms with HA. Sounds sensible21:41
ktosiekthanks, I'm starting to feel I've got the basic architecture :-)21:43
=== arosales_ is now known as arosales
lazyPowermarcoceppi: latent response - yeah i'm aware. I put this on amir's radar and will be revisiting this again. most of it is cosmetic - but there are some legitimate things bothering me re: namenode relationshipc hanged failed.22:06
thedellsterSeems like you guys are in the middle of some serious dev/testing. I have an openstack maas juju environment up, and need to do some tweeking with the network settings on cinder and nova, and integrate with a third party cinder driver. I realize you guys are probably less inclined to answer admin type questions, but I’ve really tried engaging multiple sources for more info including the openstack team at HP, online documentatio22:08
thedellsteretc, and am coming up short on answers. Is there a good forum to get help on? Or a should I come back at a later time? Thanks for any response.22:08
ktosiekthedellster: I'd try askubuntu.com or even stackoverflow as a last resort22:12
thedellsterThanks ktosiek…22:14
lazyPowerthedellster: the mailing list is also a great way to get latent responses to questions - juju@lists.ubuntu.com22:14
lazyPowernot everyone monitors the irc channel, but there are a fair number of eyes monitoring the mailing list22:15
thedellsterAh great!22:15
marcoceppithedellster: and most of the OpenStack charmers are on UK time :)22:21
marcoceppithe mailing list is a great place to start, if you send in your question I'll make sure to poke them tomorrow to take a look. Ask Ubuntu is another great place as well (a bit more SEO than a mailing list)22:22
thedellsterWriting the email now…22:22
thedellsterMight stick around till UK time22:23
thedellsterthanks again everyone!22:23
marcoceppio/22:23
=== roadmr is now known as roadmr_afk
* thedellster sends email crosses fingers. Preparing to drink pot of coffee for 4am UK time handoff. 22:41
lazyPowerthedellster: maybe take a nap before hand so you're fresh and ready to go when they arrive.22:46
thedellsterLol a very diplomatic way to get me out of here…. Thanks again I’ll wait on the mailing list reply, and maybe come back at 4am…22:47
thedellsterreplacing tequila with coffee22:48
thedellsterthanks for the help22:48
=== roadmr_afk is now known as roadmr

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!