/srv/irclogs.ubuntu.com/2017/09/26/#juju.txt

fallenouro/11:38
fallenourbdx: you on?12:14
rick_hEarly fallenour12:41
fallenour rick_h Im on the HUNT! Im soooo close o.o I CAN TASTE IT!12:58
fallenourrick_h: do I need to setup a relationship between openstack horizon and haproxy in order for it to process proxy requests properly? Im assuming yes, and my brain says I should, but my energy drink hasnt kicked in yet. Im assuming its juju add relationship haproxy:? openstack-dashboard ??12:59
thumpermagicaltrout: which room are you in?13:24
rick_hfallenour: yes, you need a relation so horizon can tell haproxy about its details, port, ip, etc.13:30
magicaltroutthumper: none at the moment, i've taken refuge in my room to get some stuff done before my bosses kick off, i'll be kicking around a bit later13:46
thumpermagicaltrout: ok, would be good to meet in person13:46
magicaltroutsure thing come and grab me at some point i'm just rotating around various groups to catch up with folks and discuss use cases etc, happy to chat whenever same for you icey just accost me when you see me ;)13:48
thumpermagicaltrout: let me know when you decide to emerge from your room for social interaction :)13:58
admcleodhaving trouble bootstrapping 2.2.4 / s390x, says "cannot package bootstrap agent binary" - does some build somewhere need to be kicked?15:10
stormmoreo/ juju world15:48
dannfis there a way to include an image in the README.md such that it'll be rendered on jujucharms.com?16:05
kwmonroedannf: ~tengu-team makes some of the nicest readmes i've seen:  https://jujucharms.com/eclipse-che/.  they do it like this:  https://api.jujucharms.com/charmstore/v5/eclipse-che/archive/README.md16:06
dannfkwmonroe: ah, ok - maybe the problem is that i was trying to use relative syntax, not a fully-qualified URL16:08
dannfe.g. ![alt text][images/diagram.png "Diagram"]16:09
dannfkwmonroe: there doesn't happen to be a way to preview jujucharms.com rendering w/o publishing, is there?16:09
kwmonroeyeah dannf, if you have an image baked into the charm source, maybe you can use https://api.jujucharms.com/charmstore/v5/<charm>/archive/images/diagram.png as the url16:10
kwmonroedannf: i have yet to find a way to pre-render without pushing to the store16:10
kwmonroei mean, you can get close with any markdown renderer, but the full md syntax isn't supported on the store.  that's why i have triple digit revision counts on most of my charms ;)16:10
dannfkwmonroe: :)16:11
rick_hdannf: right, we just render the markdown and the relative urls don't work since the urls aren't right16:20
rick_hdannf: as kwmonroe mentions you could link to the api of the image if it's in the charm or any other image link that you've got up somewhere.16:20
dannfrick_h: *nod* - yeah - makes sense. relative links work in github, so i tried that before asking - but yeah, an api url will work for me. does the api url have to be versioned, or can i point to the "latest stable"?16:22
dannfor latest version, or whatever16:22
rick_hdannf: yes, if you leave off the version it'll auto grab the latest stable16:22
dannfgreat16:22
rick_hdannf: just be aware that it can be confusing then if someone loads an earlier version/unstable channel and such16:23
rick_hdannf: since everyone will get the latest image regardless16:23
dannfrick_h: yeah, understood16:24
=== anthonyf is now known as anthonyf_
fallenourrick_h: catbus having issues executing commands on my juju controller all of a sudden, and it wont take my juju grant <username> superuser --model <model> command17:02
fallenourany ideas?17:02
rick_hfallenour: use --debug with the command. Have to flesh out "having issues" a bit more17:03
rick_hfallenour: can you connect to it (network connectivity issues?) or is it experiencing load? or is the juju controller not responding because jujud is not running for some reason?17:03
fallenourrick_h: figured it out. I had read and write, but not admin. Im guessing I fat fingered while adding other users lol, my bad man.17:10
rick_hfallenour: gotcha good stuff17:10
nevermindAnyone know of a good comparison doc between juju and terraform?17:16
marcoceppiejat: o/17:20
ejatokie17:20
ejatsorry17:20
ejatim trying to add canonical k8s to rancher2017:20
marcoceppinevermind: not a doc, but the general principles are dynamic infrastructure vs static17:20
ejatUnable to connect to the server: x509: certificate signed by unknown authority17:20
marcoceppiejat: where are you getting that message?17:20
ejatfenris@X240:~⟫ kubectl apply -f https://13.76.162.103/v3/scripts/2A35D059FB34679120D5:1483142400000:CS7QDnEJ07bztggKHaToPtHmA.yaml17:21
ejatUnable to connect to the server: x509: certificate signed by unknown authority17:21
marcoceppican you run kubectl with the --debug flag? does `kubectl cluster-info` work?17:21
fallenourrick_h: hey whats the command to deploy an empty container to a specific machine? Ive already tried juju deploy lxd --to 10/lxd/<new container number> did i do that right?17:22
ejatcluster-info work17:22
marcoceppiejat: https://13.76.162.103/v3/scripts/2A35D059FB34679120D5:1483142400000:CS7QDnEJ07bztggKHaToPtHmA.yaml that URL gives me a bad cert authority17:22
rick_hfallenour: use add-machine17:22
marcoceppiis that a URL from your cluster?17:22
fallenourrick_h: use add machine to add another container to an already existing machine?17:22
rick_hfallenour: right, you're just wanting an empty "machine" without deploying any charm/bundle to it right?17:23
* rick_h dbl checks he's following17:23
fallenourrick_h: yea17:23
ejatmarcoceppi: http://paste.ubuntu.com/25621815/17:23
marcoceppiit is from your cluster, okay17:23
fallenourrick_h: am I crazy? isnt it juju add-machine --to 10/lxd/617:24
fallenouram I doing tha tright?17:24
fallenourrick_h: ooh wait, no im wanting to add an additional empty lxd container17:25
fallenourrick_h: I misinterpreted that17:25
marcoceppiejat: I'm not sure why, but it's using a self signed certificate for that URL. If you open it in your browser you get the cert warning - then it prompts you for a username and password17:25
ejatyeap17:25
marcoceppiejat: are you able to log in?17:26
ejatyes17:26
marcoceppiejat: can you just copy the YAML and save it to a local fine then kubectl apply -f <file> ?17:27
marcoceppiejat: also, if you link me the instructions for rancher20 I'd like to give it a try myself17:28
ejathttp://picpaste.com/Rancher20-3-zAo5Jo3a.png17:28
rick_hfallenour: right, so you want an empty lxd container and you add that with juju add-machine with a placement directive17:28
ejatmarcoceppi: http://rancher.com/rancher2-0/17:28
rick_hfallenour: so like juju add-machine --to lxd:317:28
rick_hfallenour: check out the --help on add-machine for more details17:29
marcoceppiejat: thanks, we're doing a webinar with them soon so if there are problems we'll make sure to get them smoothed out17:29
ejatthanks .. is it the webinar public?17:29
marcoceppiejat: yup!17:30
marcoceppiI'll ping you a link when more information is published17:30
ejatis it on the next meetup ?17:31
ejatAttend our monthly online meetup on Thursday October 5 (1 PM US Eastern Time) when we'll demo the cool new features in Rancher 2.0.17:31
ejathopefully ill be in front of the screen while u ping me17:31
marcoceppiejat: it's not, it'll be a littler after that17:32
ejatokie .. thanks marcoceppi17:50
ejatat least i already passed some point for you to check with rancher team17:51
ejat:)17:51
ejatthanks again17:56
dannfkwmonroe, rick_h : nice - got it working :) https://jujucharms.com/u/dannf/scalebot-jenkins/118:01
rick_hdannf: woot woot18:01
rick_hdannf: got a 404, not yet grant to everyone?18:02
dannfrick_h: oh right, fixed18:02
dannfrick_h: oops - granted to "all" instead of "everyone" - which didn't return an error, but was obviously wrong. really fixed now18:11
rick_hdannf: yea, all might be a valid sso username who knows :)18:11
rick_hdannf: ooh, look at the shiny picture :)18:12

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