/srv/irclogs.ubuntu.com/2019/11/19/#juju.txt

hpidcockfew test fixes for someone https://github.com/juju/juju/pull/10916 https://github.com/juju/juju/pull/10922 https://github.com/juju/juju/pull/1092302:38
babbageclunkhpidcock: approved the two quick ones!03:11
babbageclunkstill looking at the pregen certs one03:11
hpidcockbabbageclunk: danke03:11
babbageclunkhpidcock: also approved the certs one04:18
hpidcockthankyou!04:19
sahidis someone can confirm me that juju is not using any code related to nova-network for the openstack provider?08:49
sahidi checked the code and i think we are OK, but just wanted double check with you since nova-network will be completly rmeoved for the next release of nova08:50
timClickssahid: thank you for checking09:04
timClickssahid: if you are able, could you please ask on the discourse forum?09:05
timClickssahid: that way team members who are currently offline will have a chance to check09:05
sahidtimClicks: sure I will do that09:07
stickupkidmanadart, you got time for a CR https://github.com/juju/juju/pull/1088109:45
manadartstickupkid: Yep.09:48
manadartstickupkid: Done.10:01
stickupkidmanadart, need to fix the tests fyi10:01
manadartNeed a tick on a forward-merge: https://github.com/juju/juju/pull/1092512:24
stickupkidmanadart, tick12:27
manadartstickupkid: Ta.12:28
rick_hmorning party folks12:33
icey /join #maas12:35
skayI think juju deploy is installing a different version of the charm than the one in the local build directory. The version file and codetree-collect-info.yaml in the local charms dir have a different hash.13:39
skaywhat could be causing that?13:40
rick_hskay: reactive charm that needs to be deployed from the build dir?13:40
rick_hor some missing path expectation?13:41
skayrick_h: reactive charm that needs to be deployed from the build dir13:41
skaythe normal workflow uses mojo. the path to the charms dir is setup by mojo and the charms are collected there via a collect file in my spec.13:56
skaywhile trying to figure this out I've also done it by factoring mojo out of the equation13:57
rick_hnammn_de:  so those are the old canonistack region urls14:17
rick_hnammn_de:  I've forwarded you the email on the new region, I'd suggest we update to use that14:17
rick_hnammn_de:  let me know if that'll work or not14:17
nammn_decool, can do that14:17
nammn_derick_h: should they work, if I try them locally over vpn?14:18
rick_hnammn_de:  but yea, I think we just had test data that's on old cloud endpoints and we have to update for the changes14:18
rick_hnammn_de:  yep, over vpn should be good14:18
nammn_derick_h: because of the yaml  jenkins/I couldnt reach any of those endpoints afaict14:18
rick_hnammn_de:  yea, I think they're shut down14:19
rick_hnammn_de:  or moved14:19
rick_hnammn_de:  so have to update to the current ones14:19
nammn_derick_h: cool will update14:19
rick_hachilleasa:  if we can, anywhere we have some sort of interval we should be doing backoff if it might cause any sort of issue14:21
rick_hachilleasa:  just one of those lessons where debugging something bouncing and without the backoff it makes it hard to recover14:21
nammn_derick_h: and for manual-xenial-amd64, finfolk-vmaas and vsphere?  They don't seem to work either14:21
rick_hnammn_de:  sounds like achilleasa sent you notes on vsphere, is that IP still correct?14:21
rick_hnammn_de:  and for the vmaas I'm not sure about. Have to check our infra, probably listed in cloud-city details somewhere.14:22
nammn_derick_h: yeah should be, I can use those as long as jenkins has intenrally the creds for them14:22
rick_hnammn_de: in the end this is just to test you can add multiple clouds right?14:23
nammn_derick_h: yeah, I can just steal some from clouds.yaml or just remove some14:23
rick_hnammn_de:  so I like the canonistack as it has a couple of regions as well, but honestly we just need to verify a few clouds. Find a few that work and run with it.14:23
rick_hnammn_de:  exactly, I don't think we have to over do it14:23
rick_hnammn_de:  this was just easy for the original test. let's keep it easy as long as the test validation is still legit14:24
rick_hskay:  how did you take mojo out of the question?14:24
nammn_deJust wanted to make sure that we align here and that. Yeah Didnt plan to add additional complexity. Will do14:24
skayrick_h:  I'll do this all again momentarily to make sure I remember it right. I didn't take as good of notes as I should have yesterday. but, from memory...14:26
skayrick_h: locally to run things without mojo I have env variables set up for my charm repo. I build the charm from my clone. I have a bundle file that specifies the charm in the build directory and run `juju deploy` on that bundle14:28
skayre mojo, I took different steps yesterday to make sure it wasn't somehow pulling from an old checkout. in the /path/to/mojo/workspace I removed spec/, build/, charms/.14:30
skayrick_h: do you have more troubleshooting tips to try?14:31
achilleasarick_h: in that particular PR implementing a backoff inside the watcher will not be easy and I think might cause more problems than it actually solves (I have proposed a way to do it if we really really want to in the PR comments)14:35
rick_hachilleasa:  ok, it's something I'd really like jam's signoff on in that case14:37
rick_hachilleasa:  thanks for the notes14:37
rick_hskay:  version of Juju?14:37
skayrick_h: 2.6.10-trusty-amd6414:38
achilleasarick_h: yeap, not in a hurry to merge that one (still have to fix the agent test I was talking about)14:38
rick_hachilleasa:  +114:38
rick_hskay:  hmmm, we started with the effort to have the charm build process add a version file to note git/vcs info in a version file in the charm14:39
=== narindergupta is now known as narinderguptamac
rick_hskay:  might check if that's there and match the sha up14:39
rick_hskay:  but not sure, lots of moving parts in this situation14:39
skayrick_h: yeah, see above. they don't match.14:39
skayrick_h: nor do hashes in the codetree yaml file14:39
pmatuliscan actions be run from within a charm's config file that is used during deploy?15:15
rick_hpmatulis:  no, charms don't have creds to call actions themselves15:15
rick_hpmatulis:  they're operator triggered15:16
pmatulisrick_h, thank you sir15:16
rick_hpmatulis:  if the charm wants to share some code they can manage that internally and wire it up into the install hook and such15:16
rick_hpmatulis:  but that's just code at that point vs actions/not actions15:16
stickupkidhml, CR https://github.com/juju/juju/pull/1092616:03
hmlstickupkid: any rush on this?16:04
stickupkidhml, so this fixes the controller test in 2.716:05
stickupkidhml, no rush16:05
stickupkidhml, helps if i base it on the correct branch :|16:05
hmlstickupkid: trade ya:  https://github.com/juju/juju/pull/10927. gave up on unit test, integration test proves fix16:33
stickupkidhml, deal16:34
stickupkidhml, should target 2.7 right though?16:34
hmlstickupkid: yes.  oops16:34
hmlstickupkid: fixed16:35
stickupkidhml, done16:38
timClicksis it possible to use juju scp as the root user? I'm encountering a permissions (?) issue21:21
timClicksERROR exit status 1 (Please login as the user "NONE" rather than the user "root".)21:21
rick_htimClicks:  no, the ssh key is only on the ubuntu user21:25
rick_htimClicks:  you'd have to scp it there and then juju run to mv it21:26
timClicksrick_h: okay, good to know21:26
rick_htimClicks:  what are you copying? worth it just to juju scp it to /tmp and then root has access?21:26
timClicksi'm writing a relations tutorial and want to scp before/after versions of config files that have changed21:27
timClicksi'll just do the work via juju run, rather than locally client-side21:27
rick_htimClicks:  ah yea, might just juju run --wait -- cat ....21:29
timClicksfwiw we've just had a request for ipv6 support in the #cdk slack channel21:47
timClickspart 1 of a new tutorial series on relations is up https://discourse.jujucharms.com/t/what-is-a-juju-relation-and-what-purpose-do-they-serve/234723:37

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