[11:38] o/ [12:14] bdx: you on? [12:41] Early fallenour [12:58] rick_h Im on the HUNT! Im soooo close o.o I CAN TASTE IT! [12:59] rick_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 ?? [13:24] magicaltrout: which room are you in? [13:30] fallenour: yes, you need a relation so horizon can tell haproxy about its details, port, ip, etc. [13:46] thumper: 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 later [13:46] magicaltrout: ok, would be good to meet in person [13:48] sure 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:58] magicaltrout: let me know when you decide to emerge from your room for social interaction :) [15:10] having trouble bootstrapping 2.2.4 / s390x, says "cannot package bootstrap agent binary" - does some build somewhere need to be kicked? [15:48] o/ juju world [16:05] is there a way to include an image in the README.md such that it'll be rendered on jujucharms.com? [16:06] dannf: ~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.md [16:08] kwmonroe: ah, ok - maybe the problem is that i was trying to use relative syntax, not a fully-qualified URL [16:09] e.g. ![alt text][images/diagram.png "Diagram"] [16:09] kwmonroe: there doesn't happen to be a way to preview jujucharms.com rendering w/o publishing, is there? [16:10] yeah dannf, if you have an image baked into the charm source, maybe you can use https://api.jujucharms.com/charmstore/v5//archive/images/diagram.png as the url [16:10] dannf: i have yet to find a way to pre-render without pushing to the store [16:10] i 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:11] kwmonroe: :) [16:20] dannf: right, we just render the markdown and the relative urls don't work since the urls aren't right [16:20] dannf: 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:22] rick_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] or latest version, or whatever [16:22] dannf: yes, if you leave off the version it'll auto grab the latest stable [16:22] great [16:23] dannf: just be aware that it can be confusing then if someone loads an earlier version/unstable channel and such [16:23] dannf: since everyone will get the latest image regardless [16:24] rick_h: yeah, understood === anthonyf is now known as anthonyf_ [17:02] rick_h: catbus having issues executing commands on my juju controller all of a sudden, and it wont take my juju grant superuser --model command [17:02] any ideas? [17:03] fallenour: use --debug with the command. Have to flesh out "having issues" a bit more [17:03] fallenour: 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:10] rick_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] fallenour: gotcha good stuff [17:16] Anyone know of a good comparison doc between juju and terraform? [17:20] ejat: o/ [17:20] okie [17:20] sorry [17:20] im trying to add canonical k8s to rancher20 [17:20] nevermind: not a doc, but the general principles are dynamic infrastructure vs static [17:20] Unable to connect to the server: x509: certificate signed by unknown authority [17:20] ejat: where are you getting that message? [17:21] fenris@X240:~⟫ kubectl apply -f https://13.76.162.103/v3/scripts/2A35D059FB34679120D5:1483142400000:CS7QDnEJ07bztggKHaToPtHmA.yaml [17:21] Unable to connect to the server: x509: certificate signed by unknown authority [17:21] can you run kubectl with the --debug flag? does `kubectl cluster-info` work? [17:22] rick_h: hey whats the command to deploy an empty container to a specific machine? Ive already tried juju deploy lxd --to 10/lxd/ did i do that right? [17:22] cluster-info work [17:22] ejat: https://13.76.162.103/v3/scripts/2A35D059FB34679120D5:1483142400000:CS7QDnEJ07bztggKHaToPtHmA.yaml that URL gives me a bad cert authority [17:22] fallenour: use add-machine [17:22] is that a URL from your cluster? [17:22] rick_h: use add machine to add another container to an already existing machine? [17:23] fallenour: right, you're just wanting an empty "machine" without deploying any charm/bundle to it right? [17:23] * rick_h dbl checks he's following [17:23] rick_h: yea [17:23] marcoceppi: http://paste.ubuntu.com/25621815/ [17:23] it is from your cluster, okay [17:24] rick_h: am I crazy? isnt it juju add-machine --to 10/lxd/6 [17:24] am I doing tha tright? [17:25] rick_h: ooh wait, no im wanting to add an additional empty lxd container [17:25] rick_h: I misinterpreted that [17:25] ejat: 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 password [17:25] yeap [17:26] ejat: are you able to log in? [17:26] yes [17:27] ejat: can you just copy the YAML and save it to a local fine then kubectl apply -f ? [17:28] ejat: also, if you link me the instructions for rancher20 I'd like to give it a try myself [17:28] http://picpaste.com/Rancher20-3-zAo5Jo3a.png [17:28] fallenour: right, so you want an empty lxd container and you add that with juju add-machine with a placement directive [17:28] marcoceppi: http://rancher.com/rancher2-0/ [17:28] fallenour: so like juju add-machine --to lxd:3 [17:29] fallenour: check out the --help on add-machine for more details [17:29] ejat: thanks, we're doing a webinar with them soon so if there are problems we'll make sure to get them smoothed out [17:29] thanks .. is it the webinar public? [17:30] ejat: yup! [17:30] I'll ping you a link when more information is published [17:31] is it on the next meetup ? [17:31] Attend 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] hopefully ill be in front of the screen while u ping me [17:32] ejat: it's not, it'll be a littler after that [17:50] okie .. thanks marcoceppi [17:51] at least i already passed some point for you to check with rancher team [17:51] :) [17:56] thanks again [18:01] kwmonroe, rick_h : nice - got it working :) https://jujucharms.com/u/dannf/scalebot-jenkins/1 [18:01] dannf: woot woot [18:02] dannf: got a 404, not yet grant to everyone? [18:02] rick_h: oh right, fixed [18:11] rick_h: oops - granted to "all" instead of "everyone" - which didn't return an error, but was obviously wrong. really fixed now [18:11] dannf: yea, all might be a valid sso username who knows :) [18:12] dannf: ooh, look at the shiny picture :)