Dmitrii Shcherbakov
Dmitrii Shcherbakov
``` snap install drawio --edge ➜ ~ drawio /snap/drawio/2/drawio: error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or directory ``` It looks like some...
I am writing a charm for a stateful application which has clustering built-in. For the complete application removal case I need to avoid removing members from the actual cluster while...
`credential-get` hook tool is used by k8s cloud integrator charms (OpenStack, AWS, GCP, Azure etc.) to get access to cloud credentials via a Juju controller. https://jaas.ai/docs/deploying-advanced-applications#heading--trusting-an-application-with-a-credential https://github.com/juju/juju/blob/juju-2.7.4/worker/uniter/runner/jujuc/credential-get.go E.g. OpenStack Integrator:...
Just encountered a situation where the current `make sync` behavior with using `charm_helpers_sync.py` is lacking. charm_helpers_sync.py currently does not do `git add` after it downloads charm-helpers. https://github.com/juju/charm-helpers/blob/master/tools/charm_helpers_sync/charm_helpers_sync.py A natural thing...
See https://bugs.launchpad.net/charm-rabbitmq-server/+bug/1758470 For client-side TLS connectivity to rabbitmq nodes it is important to use hostnames rather than IP addresses to validate server TLS certificates.
For most of the OpenStack charms openstack-origin is present, however, subordinates may not always have this option because they rely on a primary charm's versions (e.g. keystone-ldap charm) given that...
https://pypi.org/project/charm-tools/ Still uses python 2.7 instead of python 3.x
## Checklist - [X] Confirmed this is an issue with charm-tools, not charmstore-client - [x] Provide versions of tools used - [x] Described the feature or ways to replicate the...
Currently the default replication factor for Kafka is hard-coded to be set to 2 if there are multiple zookeeper servers present and to 1 otherwise. https://github.com/Juniper/contrail-container-builder/blob/R5.1/containers/external/kafka/docker-entrypoint.sh#L30-L35 It would be good...
As far as I can see the version of Kafka currently in use is 0.9.0.1: https://github.com/Juniper/contrail-container-builder/blob/R5.1/containers/external/kafka/Dockerfile#L10 Version 0.10.0.0 that follows it supports rack-aware replication: https://issues.apache.org/jira/browse/KAFKA-1215 http://kafka.apache.org/documentation.html#basic_ops_racks https://kafka.apache.org/downloads#0.10.0.0 It would be...