Cory Claflin

Results 24 comments of Cory Claflin

I think that I just got a step closer as I now see consul mentioned in docker logs when I launch my container using: docker run -d --name consul-test -e...

More headway, I added the following to the /etc/hosts file on my docker hosts: "10.0.2.15 consul.service.ourdomain.consul" The container now connects to my consul server so this confirms my suspicion that...

I think that I know what the problem is. Our consul servers are not running in Docker so the default name of "consul" won't work. We have a separate consul...

We went a different route. We are building our own containers now integrating consul-template and the run command gets the IP address of the container gateway (the host) and connects...

What module are you using to setup your puppetmaster? If using theforeman you'll want to set the following: puppet::server_ruby_load_paths: - '/opt/puppetlabs/puppet/lib/ruby/vendor_ruby' - '/opt/puppetlabs/puppet/cache/lib' This adds the line to the /etc/puppetlabs/puppetserver/conf/puppetserver.conf...

I was sort of able to get this to work by adding the zabbix::web manifest to my proxy node and then specifying the url of my primary zabbix host as...

Have to run it using the puppet gem installer: /opt/puppetlabs/puppet/bin/gem install zabbixapi

Correct. When I run it as host it works fine. But I want to be able to run multiple instances at once via bridge mode so the kids can connect...

@jhead I finally got a chance to test the change to the iptables config but unfortunately it still didn't work. Even after restarting docker the ping was still seen as...

You can close this if you wish. I wrote a docker image that utilizes Traefik that can act as a proxy to remote Bedrock & Java servers: https://github.com/cubeworx/cbwxproxy https://hub.docker.com/r/cubeworx/cbwxproxy