[01:58] o/ [01:58] juju didnt build my openstack ceph-osd systems as expected [01:59] I ran the juju config ceph-osd=/dev/sdb,/dev/sdc,/dev/sdd , etc command,but I dont see a change yet for application. does it require a reboot, or do I need to rebuild? === thumper-afk is now known as thumper [02:22] changed the config file with juju config ceph-osd osd-devices=/dev/sdb,/dev/sdc,/dev/sdd, etc, but I dont see the changes yet. do I need to reboot something, or am I going to have to rebuild? [04:03] wallyworld ping [04:05] axw ping [04:05] pong [04:06] burton-aus: what's up? [04:06] axw would you help to take a look at this PR? https://github.com/juju/juju/pull/7949 [04:06] axw so I can merge it. [04:06] burton-aus: LGTM [04:07] axw OK, and do I have the green light to proceed the release process, given that the unit test failed again in a re-run, as described in my email sent out? [04:08] axw I'm about to launch the release CI job now, so this is the last chance to abort. [04:09] burton-aus: yeah, that failure just needs a backport of the fix for go 1.9 [04:09] burton-aus: it only affects tests [04:11] axw OK, release CI job triggered. === marosg` is now known as marosg [06:01] Hi , I have a query related to Juju deployment . We are working on integration of EPC bundle on opnfv and we have to run juju client on alpine docker . [06:02] Is there any way to run juju client on alpine or any api available to bootstrap a new controller from alpine [06:03] I have gone through python juju api but I have not see any bootstrapping api . [06:32] Hi everyone, is it necessary to set python3 as default for juju-wait to work? [06:34] I'm facing the following error when `juju wait` is run: AttributeError: 'module' object has no attribute 'which' [06:35] at this line -> https://git.launchpad.net/juju-wait/tree/juju_wait/__init__.py#n102 === frankban|afk is now known as frankban [07:40] junaidali: How are you installing juju-wait? The deb package and snap should not have that problem. juju-wait does require Python3. [09:36] stub: I'm installing with pip [09:36] Haven't tried with deb/snap. I will try it now [09:40] Deb is working fine. Thanks [09:44] stub: I have installed the package with this ppa -> 'ppa:stub/juju'. Let me know please if there is any other ppa to use. [10:00] junaidali: yes, that is the correct PPA. Maybe it should go into one of the Juju ones one day. [10:01] junaidali: Pip will work, but you need to use pip3 to install it with the correct Python version. Or into a Python3 virtualenv. [11:01] Thanks stub: [13:37] hello, i am working on juju for my application to scale, however, i want new nodes will be deployment depends on coming traffic on my charm. can anybody help please [13:55] EnvY, you want to be able to add more units if necessary? [13:57] while following the documentation i find that using a load balancer we can scale up or down [13:57] but it mean that those instance are deployed on lxd container and load balancer is balancing those resources [13:58] haproxy [14:00] i have followed this link to deploy [14:00] https://jujucharms.com/docs/1.25/charms-scaling [14:01] and with add-unit we are adding instances [14:06] EnvY, eww, you are using juju 1.25 ? [14:08] juju add-unit -n5 mediawiki [14:08] 2.0.2 [14:09] EnvY, what operating system? if Ubuntu, and you're starting out, best go with 2.3, which will soon be released [14:10] yeah it ubuntu 16.04 [14:10] is this option is available in juju or we have to use OSM [14:12] i think i get the answer [14:13] hello lovely jujuers [14:13] k8s stack manual deployment all green but kubectl get nodes is empty [14:13] EnvY, what option? 2.3? [14:14] any ideas? [14:15] pmatulis, i will definitely switch to latest stable release. i get the solution of my question of scaling [14:16] EnvY, ok good [14:16] EnvY, 2.3 will be stable soon so you might want to start with the beta, at least for testing [14:17] ok [14:18] EnvY, it has improvements in storage (dynamic) and the ability to relate applications across different models/controllers/clouds [14:18] Oh, thats very good === frankban is now known as frankban|afk [18:40] is there a variable for timeout for machine provisioning? [19:37] getting an error: backups are not supported for hosted models. havent seen that before. any thoughts/ [19:44] Potential Bug: https://bugs.launchpad.net/juju/+bug/1576184 Is there a status update on this bug other than whats posted here? [19:44] Bug #1576184: "juju create-backup" fails if you're not operating on the admin model [19:44] Im operating as admin, with admin on all models