-
I related logstash:elasticsearch with elasticsearch:client in an ELK deploy with beats and got this traceback in the logstash/0 unit ("ANDREAS" is my added juju log just before the problematic return(…
-
I admit it. PHP still is a language I prefer over JS... And that is why I want to use it properly.
A while ago, I had discovered WebPack. It allows me to use Loaders in order to transpile stuff to pu…
-
If the default value is left empty as described in this document, proof will complain about it:
"proof: I: config.yaml: option extra_sans has no default value"
Is proof wrong here or is the docu…
-
even after https://github.com/juju/1.25-upgrade/pull/57, I'm still seeing bindings missing. In particular, for example with the Keystone charm on a config-changed hook, I see:
```
2018-02-28 02:1…
-
I need some help with my android library written in Kotlin and build with gradle (4.1-milestone-1). I tryed to deploy it with jitpack but with no success
Log https://jitpack.io/org/bitbucket/MG83/un…
-
```
var php = require('uniter').createEngine('PHP');
php.getStdout().on('data', function (text) { console.log(text); });
var jsFunction = function () {
var arr = [];
arr['bobs'] = 'burgers';
…
-
```
var php = require('uniter').createEngine('PHP');
php.getStdout().on('data', function (text) { console.log(text); });
php.getStderr().on('data', function (text) { console.error(text); });
var jsFu…
-
https://github.com/juju/juju/blob/01b24551ecdf20921cf620b844ef6c2948fcc9f8/worker/uniter/runner/jujuc/application-version-set_test.go#L61
In checking out bug https://github.com/juju/charmstore/issu…
-
```
var php = require('uniter').createEngine('PHP');
php.getStdout().on('data', function (text) { console.log(text); });
php.getStderr().on('data', function (text) { console.error(text); });
var jsFu…
-
Observed on pike and ocata. After deploy, when all units are active, ceph-radosgw is in error, reporting
hook failed: "identity-service-relation-changed" for keystone:identity-service
unit-radosg…