[00:00] but it needs the full path [00:00] bdx: ok, so I just need to feed it a config.yaml, right? [00:00] valeech: juju deploy cs:~blake-rouse/maas-region-4 [00:00] valeech: correct [00:01] valeech: ubuntu deploys looks good [00:01] bdx: is the latest blake-rouse or maas-maintainers [00:02] arosales: so the status unknown is ok/expected? [00:02] valeech, arosales: the ha functionality isn't there yet as the docs portray, but if you just want 1 rack-controller + 1 region-controller it works great [00:02] bdx: curses! I was hoping for the HA pieces :) [00:03] arosales: as far as I know, yes - I have cs:~blake-rouse/maas-region-4 deployed [00:03] valeech: workload state looks to be "unknown" which is ok [00:03] arosales: ok [00:03] how do I go about removing those stranded mariadb and wordpress apps? [00:03] valeech: from what I hear the ha portion will be getting some cycles again soon [00:04] valeech: in juju 2.0 beta9 the new syntax is "juju remove-application mariadb" [00:04] and juju remove-application wordpress [00:05] bdx: cool. How does one go about contributing to something like that? I am new to this, but would love to give back [00:06] arosales: I have run both of those and the apps persist, they’re like extended family, they just won’t leave! [00:06] valeech: start here -> https://jujucharms.com/docs/devel/developer-getting-started [00:06] bdx, re ha no available, the docs @ https://maas.ubuntu.com/docs2.0/ha.html are very misleading then :-( [00:06] arosales: Yes, the docs are misleading :) [00:07] * arosales filing a bug on that [00:07] valeech: then go here -> https://jujucharms.com/docs/devel/developer-layer-example [00:07] valeech: huh remove-application doesn't want to work for you . . . [00:07] let me see if there is a --force [00:08] valeech: were you interested in maas ha contributions or charm contributions? [00:08] or both :-) [00:08] arosales: both! I plan on using these products heavily [00:09] valeech: I'm with you there .... I've got the hardware already set aside for it :-) [00:10] valeech: great to hear, the docs that bdx pointed are are excellent. I would also add https://jujucharms.com/docs/devel/developer-getting-started and suggest to join the mail list I pointed at earlier [00:11] bdx: me too! trying to get this lab up and running so the my product managers can push it into production before it’s ready! [00:12] arosales: I joined the mailing list! I’ll spend some time on the docs as soon as I can get a functioning concept of all of this :) [00:12] valeech: the docs will aid you in getting the concept down too though:-) [00:13] bdx: good point [00:13] valeech: for maas contributions see http://maas.ubuntu.com/docs/about.html#contributing [00:14] valeech: but your manual setup is running [00:14] just not a lot of xenial charms yet [00:14] suggest to spin up some trusty machines [00:14] or if you have maas configured just point juju at that :) [00:15] arosales: true. I was trying to use juju to deploy maas ha :) Then I would point juju at maas. I guess I need to get maas ha up manually. [00:16] would it make sense to deploy 2 maas region controllers with juju and then do the work externally to ha them togeher? or is that more work than its worth? [00:17] valeech: try: juju deploy --to 3 cs:~maas-maintainers/trusty/maas-region-3 [00:17] Added charm "cs:~maas-maintainers/trusty/maas-region-3" to the model. [00:17] Deploying charm "cs:~maas-maintainers/trusty/maas-region-3" with the user specified series "trusty". [00:17] ERROR cannot add application "maas-region": cannot deploy to machine 3: series does not match [00:18] ugh [00:18] xenial [00:18] same issue as wordpress, no xenail charm for maas-region charm [00:20] valeech: you can try appending --force to see if deploy maas-region on xenail [00:20] but that is uncharted territory [00:20] arosales: sure [00:21] as the charm maintainer may have to make special accommodations for xenail especially given systemd [00:21] juju deploy --to 3 cs:~maas-maintainers/trusty/maas-region-3 --force [00:21] may get you a deploy, but results may vary if it works on a xenial machine [00:21] valeech: may be better to just spin up a trusty machine and go from there [00:22] arosales: yeah, perhaps. I’ll give that a shot and report back on results. [00:23] valeech: good luck [00:23] the —force won’t take because between the time you asked to try the mass-region-3 and it failed and asking me to try the —force I install maas-region-4 and it took. I didn’t give it a yaml file though, I just wanted to see what would hapen. [00:23] * arosales goes to file bug against maas docs [00:24] but the remove-application function isn’t working so I can’t remove it and try the maas-region-3 —force install :) [00:24] arosales bdx lazyPower thanks for all the help! [00:25] valeech anytime :) [00:25] valeech: I will also file a bug on remove-application [00:25] that should remove the application from the model [00:25] valeech: could you pastebin me "juju remove-application wordpress --debug" [00:26] arosales: sounds good. Is there any logs or data I should gather? [00:26] sure [00:27] juju debug-log --replay may be interesting [00:27] but the --debug with remove-application I think will have the interesting bits [00:27] http://pastebin.com/xyjcMz9m [00:30] valeech: thanks [00:31] arosales: np! [00:31] valeech: the heavy handed approach would be to destroy the model and create a new one once you are done experimenting given remove-application doesn't seem to be happy atm. [00:32] arosales: I tried that too and it just runs forever waiting for the service to stop… [00:32] valeech: nice :-/ [00:32] :) [00:33] and no --force on destory-model [00:34] there is on the controller, but at that point its a new bootstrap [00:35] This is neat: http://pastebin.com/iSnUi1ez [00:36] valeech: ah you may have to remove the units first, given they are manually added [00:38] valeech: try "juju remove-unit 4" [00:38] note if you have ubuntu on that still you may want to at least try "juju remove-application ubuntu" [00:39] 4 what? [00:39] error: invalid unit name "4" [00:40] valeech: sorry try remove-machine [00:40] so "juju remove-machine 4" [00:40] thumper: you just trying to cause trouble :-) [00:41] that worked [00:41] * thumper lobs hand grenades from the safety of another country [00:41] thumper: remove-application not being helpful tonight [00:41] well that sucks [00:41] thumper: http://pastebin.com/xyjcMz9m [00:42] valeech: try the same with 3 [00:42] that worked too for 3 [00:42] but the apps are still there :) [00:42] valeech: what does "juju destroy-model default" return now [00:43] ok, now destroy-model worked! [00:43] arosales: ooo... [00:43] 2016-06-17 00:26:42 DEBUG juju.api apiclient.go:520 health ping failed: connection is shut down [00:43] that line right there [00:43] thumper: timeout? [00:43] uh [00:43] maybe not [00:43] valeech: ok suggest to start a new model, and spin up some trusty images [00:43] debug on the client when things aren't working don't tell us much [00:43] the debug log of the controller is much more useful [00:43] thumper: well deploy ubuntu worked [00:44] thumper: but couldn't remove wordpress [00:44] if you have debug logging on [00:44] grab the output by doing this: [00:45] juju debug-log -m controller --replay --no-tail > foo.log [00:45] valeech: also if you want some run time on AWS and are interested in contributing to juju charms please feel free to enroll in https://developer.juju.solutions/ [00:45] that will get the apiserver calls and internal errors or issues with removal [00:46] valeech: that will give access to more "machines" if you want to focus on just the charm piece if you don't have a lot of spare hardware in your maas to test against. [00:46] thumper: already destroyed the controller :-/ [00:47] thumper: I'll try to recreate on AWS, but this issue was on manual provider so I may try Digital ocean to reproduce [00:47] ack [00:47] thumper: but " juju debug-log -m controller --replay --no-tail > foo.log" noted if I am able to reproduce [00:47] yeah, that is a handy command [00:47] arosales and thumper I can spin it back up again [00:48] * thumper is in the bowels of juju ripping at the bad code he left several years ago [00:48] thumper: make sure you get _all_ the bad code then [00:48] valeech: if you have time, sure. If not I can also try to produce [00:49] arosales: sure. It doesn’t take long to setup [00:50] valeech: thanks [00:50] arosales: no chance... [00:50] but I'll get the cancer called fslock out [00:51] thumper: well at least there is that :-) [01:31] * arosales filed https://bugs.launchpad.net/maas/+bug/1593516 in reference to the incorrect syntax for deploys [01:31] Bug #1593516: docs2.0/ha juju deploy maas-region not correct syntax [07:25] nova-compute/10 error idle 2.0-beta7 2 10.100.100.200 hook failed: "install" [07:25] How to solve this? [07:25] Please help. [07:35] Yash: juju debug-log -i nova-compute/10 -n 30 [07:45] admcleod: yash@ugocloud:~$ juju debug-log -i nova-compute/10 -n 30 ERROR invalid entity name or password yash@ugocloud:~$ juju debug-log -i nova-compute/9 -n 30 ERROR invalid entity name or password yash@ugocloud:~$ juju debug-log -i nova-compute/11 -n 30 ERROR invalid entity name or password [07:45] ERROR invalid entity name or password [07:47] Yash: do you still have this 'upgrade in progress' message somewhere? [07:50] Yash: also i forget, which juju version are you on? (juju --version) [07:51] Yash: also can you pastebin the full results of 'juju status --format=yaml' [07:56] juju 2.0 7 beta [07:56] nova-compute/9 waiting executing 2.0-beta7 2 10.100.100.200 Incomplete relations: image, storage-backend neutron-openvswitch/36 error idle 2.0-beta7 10.100.100.200 hook failed: "install" ntp/73 error idle 2.0-beta7 10.100.100.200 hook failed: "install" [08:21] Yash: hmm [08:23] Yash: how did you resolve the issue you were having yesterday? with connecting to the ip / port? [08:25] Yash: also can you upgrade juju to the latest version? [08:31] admcleod : I restarted machine after login using container exec command [08:31] 2.0-beta7-xenial-amd64 [08:31] How to upgrade? [08:31] using ppa? [08:31] devel one? [08:31] yes [08:32] beta8 is available [08:34] ppa:juju/devel [08:34] right? [08:34] And do I need to bootstarp again? [08:35] babbageclunk: welcome :) [08:35] *bootstrap [08:36] amd64 2.0-beta9-0ubuntu1~16.04 [08:36] 2.0-beta9 [08:36] its downloading 9 [08:36] is that ok? [08:37] admcleod: please confirm [08:38] Yash: im sorry i seem to have disconnected and only saw you ask 'devel?' to which i responded 'yes', was there something else? [08:38] ppa:juju/devel [08:38] amd64 2.0-beta9-0ubuntu1~16.04 [08:38] is that ok? [08:39] np :) [08:39] Also do I need to bootstrap again? [08:40] beta9 -even better :) [08:40] you should bootstrap again, i think there is something wrong with the current deployment you have there [08:41] Yash: ^ [08:41] ok [08:41] Thanks let me try with beta 9 [08:41] Thank you [08:42] Is there anytime when 2.0 stable will release? === verterok` is now known as verterok === admcleod_ is now known as admcleod [08:44] Yash: i was told, but ive forgotten and dont want to guess so ive asked [08:44] yash: (the date) [08:45] which date... I don't get it? [08:45] Yash: the release date for 2.0 stable [08:45] ohh..my bad ok :) [08:46] admcleod: Thanks [08:48] Yash: let us know if re-bootstrapping with the new version fixes things please? [08:49] admcleod: ok..I'm doing it now. I will keep you posted. [08:49] admcleod: is there any tester position? I can join. ;) [08:50] Yash: haha im not sure, maybe :) [08:51] admcleod: please ask and let me join your team :) ..lol [08:54] Yash: :D === jacekn_ is now known as jacekn [09:29] https://api.jujucharms.com/identity/v1/idp/usso/callback?waitid=a593011ca1d5b53b399df26515435a53&openid.assoc_handle=%7BHMAC-SHA1%7D%7B5763c2e4%7D%7BCAq6Vg%3D%3D%7D&openid.claimed_id=https%3A%2F%2Flogin.ubuntu.com%2F%2Bid%2FhpYfrJt&openid.identity=https%3A%2F%2Flogin.ubuntu.com%2F%2Bid%2FhpYfrJt&openid.mode=id_res&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fextensions%2Fsreg%2F1.1&openid.op_endpoint=https%3A%2F%2F [09:29] {"message":"cannot get user details for \"https://login.ubuntu.com/+id/hpYfrJt\": not found: not found","code":"forbidden"} [09:29] juju authentication problem [11:55] cholcombe, hey - can you join #openstack-charms as well pls [11:56] cholcombe, I tidied https://review.openstack.org/#/c/328374/ in the interest of getting that cleared for the landscape folk [12:06] anyone here? === frankban is now known as frankban|afk [13:27] bdx, hey - could you respond to my re-licensing request on openstack-dev pls (ideally want all contributors to agree before we switch to Apache 2.0) === fginther is now known as fginther` [17:39] is there a way with a manual cloud to prevent juju from removing the machine after all services are removed from it? [17:40] valeech - there is a setting to tweak the machine reaping, but i dont recall what it is offhand [17:49] hi everybody, we have got issue with juju-gui-130. it doesn't display changes. i have found error in dev console - "Unknown delta type: actionInfo" [17:55] Thx lazyPower [17:55] valeech - i'm still looking [17:55] thats buried in one of our FAQ documents i think [17:55] Hi, JUJU 2.0 will create a linux bridge interface  as "br-eth0" on the node with eth0 interface. Is there a way to stop juju from creating that bridge interface? [18:00] catbus1: As it stands the bridge is always created. [18:00] catbus1: is it actually causing problems, or is it just untidy? [18:02] dooferlad: I will find out if it's causing problems from this charm partner. [18:03] lazyPower, valeech: https://www.jujucharms.com/docs/devel/howto-harvesting [18:10] bdx: w00t! thanks. One more question, where is the environments.yaml in juju 2.0??? [18:10] gone away [18:11] never to be seen again [18:11] banished, if you will [18:11] haha I just read that [18:40] ok so reading the 2.0 docs, I set the provisioner-harvest-mode to none with this command: juju set-model-config provisioner-harvest-mode=none [18:41] I then spun up some services on a machine, verified they worked and then destroyed them. After the services were removed juju stopped the machine and them removed it. Am I missing something? [18:59] valeech - it may be prudent to send that to the list - juju@lists.ubuntu.com, that way the core devs can get a chance ot see it and respond, as a lot of them are over in europe and way past EOD for them. [18:59] lazyPower got it! === tvansteenburgh1 is now known as tvansteenburgh [19:28] bdx yo [19:47] yo [19:50] lazyPower: writing documentation like a madman :-) [19:50] bdx - http://146.148.77.23/app/kibana#/dashboard/Dockerbeat-Dashboard [19:51] lazyPower: no [19:51] redic [19:51] ulous [19:51] awww [19:51] he told me no ;_; [19:51] :-) [19:51] it just keeps on giving man. [19:52] now if only it supported triggers and notifications like prometheus, and we'd have a killer ops app on our hands. [19:53] no doubt ... did dockerbeat pre-exist, or did you build that? [19:54] its a community beat :) [19:54] https://github.com/Ingensi/dockerbeat [20:00] I have a feeling the beats stack is going to gain traction real fast .... its sooo useful and lightweight. Once people start to understand how simple and powerful it is .... game over [20:08] interesting prediction :) [20:08] I hope it does happen though, its a great stack to work with. Super simple and straight forward [21:12] thedac: nice mp for dnsha [21:15] bdx: thanks. It is coming along. Should be in our 16.07 release [21:16] bdx: follow along if you care to https://review.openstack.org/#/q/topic:dnsha [21:41] thedac: thats great. thanks, I will [22:02] I'm documenting like a monster as of late .... what do you guys think about these top level juju admin categories -> http://imghub.org/image/HHh4 [22:14] I have made a lot of progress on my juju understanding last night and today. Thanks for all of the help! [22:14] I am now stuck and can’t seem to find an answer. [22:15] I blew my whole setup away ealier and started with 3 fresh Trusty machines. [22:18] I have installed juju 2.0 beta 9 on the first, created a new model and add a manual cloud with 2 machines. I need to setup a postgres cluster. So I ran juju deploy cs:trusty/postgresql-101 —to 0. After postgres came all the way up I then ran juju add-unit postgres —to 1. Postgres installed on the other node and everything looked great until I get “Failed to clone postgresql/0” [22:19] That failure shows up in juju status [22:19] It changes between that and “(leader-settings-changed) Failed to clone postgresql/0” [22:20] How do I troubleshoot this one? [22:22] Fixed it. [22:23] I added my machines to maas using host names not IPs. The two machines weren’t able to resolve each other’s names so postgres could replicate. [22:25] I love this channel! you all are so helpful :) [22:44] valeech: good to see your making progress [22:53] arosales thx! [22:55] valeech tell your friends about us ^_^ [22:57] lazyPower That’s why I’m here. I need friends :) [23:00] :) We welcome you with open arms my friend [23:16] So I have juju 2.0 beta 9 working well on trusty. I would now like to delpoy maas 2.0. If I look at the apt-cache I see the maas versions are old. Is there a way I can specify what version of maas I want loaded at deploy time? Do I have to add the maas dev repositories to the 2 trusty machines so that when the charm installs it gets the latest version? [23:20] valeech: 'sudo add-apt-repository ppa:maas-maintainers/experimental3' will get you the daily [23:21] valeech: then you must 'sudo apt-get update && sudo apt-get install --upgrade maas' [23:22] bdx: I only do the upgrade if I have maas installed, right? I don’t have maas installed yet. I am using a manual cloud to deploy maas and then I will connect juju to that cloud once installed [23:26] have a good weekend folks [23:27] arosales you too === cmars` is now known as cmars [23:41] bdx: apparently the maas-maintainers don’t have a trusty experimental release.