Re: 18.02 OpenStack Charms release

2018-03-09 Thread Dmitrii Shcherbakov
Without a dot in the URL: https://docs.openstack.org/charm-guide/latest/1802.html Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Fri, Mar 9, 2018 at 1:47 PM, David Ames <david.a...@canonical.com> wrote: > Announcing the 18.02 release of the

Re: Is there a universal interface I can use?

2017-11-22 Thread Dmitrii Shcherbakov
subordinate does not impact your ability to set up "scope: global" relations - being a subordinate only affects your placement and units you can observe over a "scope: container" relation. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Wed

Re: Handling uninstallation upon subordinate removal in reactive

2017-11-21 Thread Dmitrii Shcherbakov
uot;installed", like when_not("foobar") and install packages there - it's just not intuitive. Removal is different as it is quite explicit (you don't really need a state for it). Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Tue, Nov 21, 2017 at 5:5

Re: Juju 2.3 beta2 is here!

2017-11-10 Thread Dmitrii Shcherbakov
t be + 1). I think this edge case can stay as is because you've already hacked an initial model further at this point - just modify your add-on bundle to reflect the model state. But a clean deployment is an important case to consider in my view. Best Regards, Dmitrii Shcherbakov Field Software En

Re: Juju 2.3 beta2 is here!

2017-11-10 Thread Dmitrii Shcherbakov
reference to symbolic machine name ideas. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Fri, Nov 10, 2017 at 2:20 AM, Tim Penhey <tim.pen...@canonical.com> wrote: > On 10/11/17 12:12, Dmitrii Shcherbakov wrote: > > It's situations lik

Re: Juju 2.3 beta2 is here!

2017-11-09 Thread Dmitrii Shcherbakov
am" cat ../rabbitmq.yaml rabbitmq-server: source: cloud:xenial-ocata min-cluster-size: 3 cluster-partition-handling: pause_minority Which includes brain-parsing the definition, serializing it to .yaml + -n --to --bind Machine to unit mapping: not that important in my view. Bes

Re: Juju 2.3 beta2 is here!

2017-11-09 Thread Dmitrii Shcherbakov
nchpad.net/charm-6wind-virtual-accelerator 2. endpoint -> network space bindings and storage bindings for existing apps in a given model that may be present in a newly deployed bundle. Really appreciate the major changes coming to Juju 2.3 - thanks a lot! Best Regards, Dmitrii Shcherbakov F

Re: Relation scope clarification

2017-10-17 Thread Dmitrii Shcherbakov
mes to mind) so it's just another way to model in my view. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Tue, Oct 17, 2017 at 10:21 PM, John Meinel <j...@arbash-meinel.com> wrote: > Ah, I guess that telegraf is actually gathering extra data f

Re: vsphere support

2017-10-04 Thread Dmitrii Shcherbakov
https://assets.ubuntu.com/v1/b35eca50-Enterprise-Kubernetes-datasheet.pdf?_ga=2.138877683.1310562253.1507133746-467575700.1507133746 Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Wed, Oct 4, 2017 at 12:08 PM, Serge E. Hallyn <se...@hallyn.com> wrote: &g

Re: ceilometer charm 17.08

2017-09-25 Thread Dmitrii Shcherbakov
upgrade-charm --switch cs:~/ceilometer- This should give you a temporary workaround for having to relate to mongodb if you are running Pike. You can then upgrade with --switch when a bug is fixed and backported. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii

Re: charmhelpers migration to github

2017-09-21 Thread Dmitrii Shcherbakov
s not gerrit, so it's difficult (as the bugs indicate) to >> get it to work like gerrit, if you want to preserve the PR history, yet >> keep clean commits. Once it gets to a PR I think you're pretty much stuck >> with the "GitHub way". >> >> Cheers >> Al

Re: charmhelpers migration to github

2017-09-20 Thread Dmitrii Shcherbakov
g random and have a common workflow. Thanks in advance! Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Wed, Sep 20, 2017 at 4:14 PM, Alex Kavanagh <alex.kavan...@canonical.com> wrote: > Great stuff; I can confirm that I'm in. I'm guess

Re: charmhelpers migration to github

2017-09-18 Thread Dmitrii Shcherbakov
Not from me. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Mon, Sep 18, 2017 at 1:22 PM, James Page <james.p...@ubuntu.com> wrote: > Resurrecting this thread; I think its a good time to push on with this > work - anyone have any objections

Re: ceilometer charm 17.08

2017-09-14 Thread Dmitrii Shcherbakov
with previous OpenStack releases for quite a bit. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Thu, Sep 14, 2017 at 3:31 AM, Giuseppe Attardi <giuseppe.atta...@garr.it> wrote: > I have upgraded ceilometer to release 17.08 for use with the new gnocch

Re: Newbie Question: How do I replace a machine in a deployed Model?

2017-09-02 Thread Dmitrii Shcherbakov
stration code must have admin access to the juju controller and contain subjective logic about how to scale-up or scale-down your application. https://github.com/juju/juju/blob/develop/doc/architectural-overview.md#juju-components I hope that helps. Best Regards, Dmitrii Shcherbakov Field Sof

Re: Juju deploy a model, MAAS node status

2017-08-07 Thread Dmitrii Shcherbakov
ve any "Ready" nodes. If you don't, that makes sense. Also, I hope you are using the latest versions of both Juju and MAAS - not the ones that come in the main repo: https://jujucharms.com/docs/2.2/reference-install https://docs.ubuntu.com/maas/2.2/en/installconfig-package-install

Re: How to set local charm path in bundle file

2017-08-03 Thread Dmitrii Shcherbakov
Hi Feng, Just use an absolute path: https://github.com/juju/docs/pull/1980 Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Thu, Aug 3, 2017 at 11:34 PM, fengxia <fx...@lenovo.com> wrote: > Hi Juju, > > Trying to deploy a bundle which co

Re: CephFS Backend for Hadoop

2017-07-26 Thread Dmitrii Shcherbakov
ystem stored on one machine with multiple active MDS daemons. -- I think the scope of work in charm-cephfs would be to: - implement standby MDS configuration; - implement multi-active MDS configuration. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh

Re: call for testing: relations across Juju models

2017-07-24 Thread Dmitrii Shcherbakov
manager to have federation control plane for multiple clouds. This is similar to an orchestrator use-case in the ETSI NFV architecture. Quite an interesting problem to solve with cross-controller relations. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh

telegraf charm confusion in the charm store search

2017-07-12 Thread Dmitrii Shcherbakov
anks in advance. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: new ceilometer

2017-07-09 Thread Dmitrii Shcherbakov
erspective. --- To sum up: we need to make a decision on how to modify the current config files to use the new options without breaking old deployments that could potentially get updated charms. As always, patches are welcome :^) Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode):

Re: Consuming MongoDB from a Snap

2017-06-26 Thread Dmitrii Shcherbakov
Hi everybody, Thanks for highlighting this in a public thread. Before switching to snaps, please consider mongodb lifetime as snapd does not give you any strict lifetime guarantees as of now: 1. it will try to stop a service on update; 2. will send SIGTERM if that timed out; 3. if processes in

Re: Exiting an unconditional juju debug-hooks session

2017-06-05 Thread Dmitrii Shcherbakov
ike bash (pid 3391) was forked 4 times consecutively with the last process (3404) `exec`-ing `tmux attach-session -t {unit_name}` I am going to need to check why there are 4 of them but detaching like that is fine by me. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-

Exiting an unconditional juju debug-hooks session

2017-06-04 Thread Dmitrii Shcherbakov
ker/uniter/runner/debug/common.go#L24 --- If this approach with killing a tmux session is fine then I could create a PR for the doc repo and for the description in the debugHooksServerScript to explicitly mention it. I doubt it deserves a helper command but rather a more verbose explanation. H

Exiting an unconditional juju debug-hooks session

2017-06-04 Thread Dmitrii Shcherbakov
ker/uniter/runner/debug/common.go#L24 --- If this approach with killing a tmux session is fine then I could create a PR for the doc repo and for the description in the debugHooksServerScript to explicitly mention it. I doubt it deserves a helper command but rather a more verbose explanation. H

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-26 Thread Dmitrii Shcherbakov
xist.", Type: environschema.Tstring, }, "*external-network*": { Description: "The network label or *UUID* *to create floating IP addresses* on when multiple external networks exist.", Type: environschema.Tstring, }, Best Regards, Dmitrii Shcherbakov Field Software Engineer

Re: Proposing Alex Kavanagh for ~charmers

2017-04-26 Thread Dmitrii Shcherbakov
the generic underlying concepts put into our framework he would be a go-to person for these! Cheers Dmitrii Shcherbakov On Wed, Apr 26, 2017 at 12:52 PM, James Page <james.p...@ubuntu.com> wrote: > Hi Charmers > > I'd like to propose Alex (tinwood) for membership of charmers; he's worke

Re: Juju deploy same application twice, failed "application already exist"

2017-04-21 Thread Dmitrii Shcherbakov
Patrizio, In a bundle: nova-compute-kvm: charm: cs:xenial/nova-compute ... options: ... virt-type: kvm nova-compute-lxd: charm: cs:xenial/nova-compute ... options: ... virt-type: lxd Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode

Re: Juju Leader Election and Application-Specific Leadership

2017-04-06 Thread Dmitrii Shcherbakov
protocols such as Paxos and Raft. Best Regards, Dmitrii Shcherbakov On Thu, Apr 6, 2017 at 5:07 PM, Aaron Bentley <aaron.bent...@canonical.com> wrote: > On 2017-04-05 09:30 PM, Andrew Wilkins wrote: >> On Wed, Apr 5, 2017 at 10:26 PM Dmitrii Shcherbakov > >> Thi

Re: Juju Leader Election and Application-Specific Leadership

2017-04-06 Thread Dmitrii Shcherbakov
or rel.set_remote('x', 'y') or: @when(leadership.is_leader) def handler(rel=None) if rel: rel.set_remote('x', 'y') # <--- dead code Thoughts? Best Regards, Dmitrii Shcherbakov Dmitrii Shcherbakov | Canonical Field Software Engineer dmitrii.shcherba...@canonical.com IRC (freenode)

Juju Leader Election and Application-Specific Leadership

2017-04-05 Thread Dmitrii Shcherbakov
stance on this? Thanks in advance! Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: Juju2 behind proxy

2017-03-30 Thread Dmitrii Shcherbakov
positories so additional addresses might need to be white-listed). Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Tue, Mar 28, 2017 at 4:40 PM, Vladimir Burlakov <v...@fgts.ru> wrote: > Hello guys, > I wonder, if you can you tell, is there any

Re: Network Space Binding Changes After Deployment or Upgrades

2017-03-28 Thread Dmitrii Shcherbakov
$ git log 4616e3592ba62dd44d62babd84b23f84f6b33ddb~10..4616e3592ba62dd44d62babd84b23f84f6b33ddb http://git.qemu-project.org/?p=qemu.git;a=commit;h=4616e3592ba62dd44d62babd84b23f84f6b33ddb Best Regards, Dmitrii Shcherbakov Dmitrii Shcherbakov | Canonical Field Software Engineer dmitri

Network Space Binding Changes After Deployment or Upgrades

2017-03-27 Thread Dmitrii Shcherbakov
d more update-friendly. Has it been discussed before? Any feedback is appreciated - thanks in advance. Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev