/srv/irclogs.ubuntu.com/2018/01/26/#juju.txt

admcleodkwmonroe: i just added an outbound static route00:09
elmaciejzeestrat: it is only for [General] section - this item should go to [libvirt] section so I tried even injecting this but does not work11:55
magicaltrouti have some units stuck with the agent lost and workload unknown11:58
magicaltroutis is possible to remove them without destroying the application11:58
magicaltrout?11:58
magicaltroutgoooooo kjackal11:58
magicaltroutoh remove-machine --force did it12:19
magicaltroutcancel that12:19
kjackalhi magicaltrout, destroy the machine holding the broken agents?13:28
ybaumyquestion. what happens if my controller is unavailable or dead and gone forever. and i dont have a second one. will there be a chance to manage the models still?17:04
ybaumyis it possible to create a new one and say that this controller should manage model xxx17:04
ybaumythose are questions i took from our architecture meeting17:05
ybaumysince controllers are not HA when is it planned to implement this17:05
pmatulisybaumy, the model is lost if its controller is gone17:38
gbccan anyone out there help with a juju charm deployment issue?17:42
gbcceph charm deployment issue17:43
=== frankban is now known as frankban|afk
ybaumypmatulis: hmm what is the recommandation of how many controller units i should have17:49
ybaumydoes it even make sense to distribute controllers accross zones or is this only good for datacenters in vsphere17:51
ybaumyalso what i noticed is that when deploying machines are setup in sequential order17:54
ybaumynot parallel17:54
ybaumywhy is that17:54
ybaumywhen i do juju status i see only one doing something17:54
pmatulisi'm sorry but i'm not fluent in juju ha but i gather the more ha units, and distributed, the better, in a sense.17:55
pmatulisnot sure what you mean by 'only one doing something'17:55
ybaumypmatulis: i see only one VM donwloading a image17:56
akern07How do I successfully deploy my first juju charm?20:11
pmatulisakern07, with the 'juju deploy' command. `juju deploy mysql`21:41
rick_hakern07: is this a charm you wrote or just any charm?22:00
rick_hakern07: the best thing to do is walk through the first tutorial: https://jujucharms.com/docs/stable/getting-started22:04
elmaciejHello22:13
rick_hhowdy elmaciej22:14
elmaciejDoes anyone knows how to add cinder volumes with different volume-type thru juju ? so I have profile ssd and hdd but want to do it thru juju22:15
elmaciejalso simpler question - how to block juju from rolling back my changes in config file for example nova.conf22:21
rick_helmaciej: so Juju has a config for the charm that as it's updated it writes out the file. If you want to override it you'll have to see if the charm allows special injection as well or if there's a second file you can edit/leave that is slurped into the generation of the final nova.conf22:22
elmaciejso I have to modify the charm if it's not provided? I'm talking about situation I posted before - deploying nova-compute, change instance disk type to lvm. this charm do not provide the images_volume_group property. you can inject only to GENERAL section thru charm22:25
elmaciejand when I add this manually juju reverts the nova.conf after some time22:25
elmaciejso have to either modify the charm or after deployment shutdown juju22:25
rick_helmaciej: right, because juju is syncing things when the charm config is changed and it's written to rewrite the file. The best bet would be to chat with the #openstack-charmers and see what provisions they've got in the charms to help with what specific changes you want to make around it22:26
rick_helmaciej: Juju can't know the current state and make things repeatable (e.g. dump out the same config that should work again on a second install) if it's done manually around Juju's control.22:26
elmaciejok, thanks for confirming this - I was not sure . it would be good if you can for example set kind of unmanage flag for specific charm in the model22:27
elmaciej:) but it's just a wish to wishlist22:27
rick_helmaciej: yea, I don't have insights into the charm and the various control knobs it exposes but I know we use these charms for real prod customer openstack deploys so I'm assuming there's some method to the madness there just might take an ask to the mailing list or irc for the openstack folks to find it.22:29
elmaciejwell it's so many variations and in my case is rare situation. Mostly people use ceph for storage and here I have just lvm on SAN. so it's hard to predict everything. but as I used mirantis before in production +100nodes clusters and also redhat I can say that juju is far way better and user firendly then all others distros.22:31
elmaciejand debugging is so much easier22:31
elmaciejso I love it really22:32
rick_helmaciej: nice to hear, sorry I don't have a firm answer for you there on the last bit you're hitting.22:37

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