/srv/irclogs.ubuntu.com/2017/07/18/#juju-dev.txt

hmlif the service for the image metadata is setup and named per the docs - it will be found automagically by juju based on the naming.00:00
schkovichhml: product-stream00:00
hmland the service type is product-streams?00:01
schkovichhml: yes00:01
hmldid the debug output list the URL juju was trying it?00:01
hmlyou might need to list it as: http://10.0.8.52:80/swift/v1/simplestreams/images00:02
hmlif that’s how you set it up00:02
schkovichhml: image-metadata-url: invalid URL "http://10.0.8.52:80/swift/v1/streams/v1/index.json" not found00:03
hmlcan you download from the list I just listed?00:03
hmlif so , you can update your endpoint.00:04
hmljuju will add the streams/v1/index.json to the end itself00:04
schkovichhml: http://10.0.8.52/swift/v1/simplestreams is giving me 200 OK00:11
hmlsounds like you just need to update the endpoint service url and/or the url given on the CLI00:12
schkovichhml: yup, that was it :)00:13
schkovichhml: of course, im missing correct instance type now :)00:14
schkovichhml: anyway, thank you very much00:14
hmlschkovich: you’re welcome.00:15
hmlmy openstack-novalxd is using the m1.medium instance type for the controller fwiw, and m1.small for a unit currently00:16
schkovichhml: i did not create all flavours eg m1.medium is missing00:17
schkovichhml: should be simple but it's 2am on my side of the globe. time to go to bed. i will continue tomorrow. :)00:17
hmlschkovich: sounds good :-)00:18
schkovichhml: it's so easier when there is someone to discuss the problem with :) thanks once again00:18
axwbabbageclunk: thanks for the review. did I miss anything in the standup?01:17
axwbabbageclunk: https://github.com/juju/juju/pull/764601:54
=== arosales_ is now known as arosales
=== coreycb_ is now known as coreycb
babbageclunkaxw: sorry, was out - no, nothing much02:23
ashipikahi core team.. any chance i could get a review of https://github.com/juju/juju/pull/7642 ?06:40
menn0ashipika: i'm just reviewing something else. i'll do yours next.08:13
ashipikamenn0: tyvm08:14
menn0ashipika: done08:47
rogpeppe1i've got a PR for a change to testing/checkers that will undoubtedly break juju tests (but in a good way, i'd suggest). https://github.com/juju/testing/pull/12913:29
=== rogpeppe1 is now known as rogpeppe
=== kjackal_ is now known as kjackal
hmlcrunchywelch: welcome - here’s the wiki link: https://github.com/juju/juju/wiki/Implementing-environment-providers17:21
crunchywelchaaay, thanks! o/17:23
babbageclunkaxw: I'm looking at PR 7649 now22:44
axwbabbageclunk: muchas gracias23:49
babbageclunkaxw: It looks good, except I'm confused by destroy methods with don't-destroy parameters.23:53
blahdeblahany parameter on anything that says "don't do X" should be burned with fire23:54
axwbabbageclunk: you mean "juju remove-storage --no-destroy" ?23:55
axwblahdeblah: happy to hear alternative suggestions to ^^23:55
blahdeblahaxw: Pretty sure there's a bug about that which says that destroying should be non-default. :-)23:56
axwblahdeblah: AFAIK there's only a bug that says destroying an application/unit shouldn't destroy the storage, and that's the case now23:56
blahdeblahAh, that might be the one I was thinking of.23:57
babbageclunkaxw: No, I'm fine with `remove-storage --no-destroy` - it's the methods internally that are called DestroyX but have a parameter that means that they don't destroy the x.23:58
axwbabbageclunk: ok. probably the API method, I'll check the review23:58
blahdeblahI was referring more to the general case where code does X by default and then someone puts in an option to toggle the behaviour, and calls it "disable_X" which defaults to false rather than "enable_X" and defaulting to true.  It just makes the logic more complex for the user to understand.23:58
babbageclunkaxw: I'd rather they were named in the same way as the command - RemoveX with an argument that says whether to also destroy.23:58
axwbabbageclunk: hmm I guess I'm OK with that. the main reason it's not Remote, is because of the distinction between Destroy and Remove in state23:59

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