Andreas Schröder

Results 29 comments of Andreas Schröder

The problem seems to be caused by grafana-watcher: https://github.com/coreos/prometheus-operator/blob/7488886938ec366e96c8e66dd8a4e66f0dffb825/contrib/grafana-watcher/updater/dashboard.go#L51 It deletes all existing dashboards before deploying the default dashboards from the asset folder again.

@drolfe Thanks alot for your packages. In order to make IOPS / usage data appear in graphite / calamaris when running Ceph Infernalis, a small change in the ceph.py collector...

Sourcing `/root/openrc` and setting `OS_AUTH_URL=http://SERVER:5000/v3` seems to be a wordaround.

I also use LinuxBridge instead of OpenvSwitch and made the following changes: ``` diff diff --git a/manifests/profile/neutron/agent.pp b/manifests/profile/neutron/agent.pp index f05ab71..31c1c6e 100644 --- a/manifests/profile/neutron/agent.pp +++ b/manifests/profile/neutron/agent.pp @@ -1,5 +1,5 @@ #...

By the way, add forked this repository and added optional LinuxBridge support: https://github.com/kaazoo/puppetlabs-openstack Might not be fully complete, but works for me so far.

You could additionally check the EC2 tag 'k8s.io/role/master' (set to 1 for masters) for clusters created by kops.

The `ipcontroller` command should automatically create those json files: ``` ipcontroller 2015-07-25 02:12:28.694 [IPControllerApp] Using existing profile dir: u'/usr/local/drqueue/ipython/profile_default' 2015-07-25 02:12:28.712 [IPControllerApp] Hub listening on tcp://127.0.0.1:51247 for registration. 2015-07-25 02:12:28.715...

The ipcontoller process is started by the master program. You'll see it in the terminal output. First it starts MongoDB and after that it starts ipcontroller. Once ipcontroller is up,...

Yes, you can run a Samba server on the master. This can be mounted as a network drive on Windows. In the job template the path needs to be replaced...

As far as I understand, IPython locks the permissions to the user running the ip_controller (DrQueue master). So it would work without problems if you have the same user (e.g....