nseyvet
nseyvet
Using https://github.com/geerlingguy/ansible-role-docker to install docker, the rest is pretty straightforward. The following dependencies are needed in yum: ``` - name: install additional dependencies (yum) yum: name={{ item }} state=present with_items:...
No. This ansible role is for Rancher 1.x
The plugin is fixed IFF the ipaddress package is added to dependencies. At the moment ipaddress is NOT included. I raised an issue on monasca story board for this. https://review.openstack.org/#/c/519651/...
Kubernetes_get_host.py is still included in the monasca agent base image. So the problem remains and using the downward API would be a safer option. On Wed, 17 Jan 2018 at...
The explanation helps but the following statement does not: « the lack of the topic inside the kafka is critical error hence the component shouldn't even start”. It could be...
The -init is more flexible. I would go for: - aim at just updating compose files to allow restarting upon failures On Wed, 11 Oct 2017 at 12:28, Tomasz Trębski...
Kafka-init as a separate container is a valid separation of concern. Let's park that topic :). From my perspective, a positive restart count (kubernetes) that stops growing indicates eventual consistency....
p2cli is a nice reference! To remove python dependencies, confd is being used in our Dockerfiles (~16MBs if I remember correctly).
@javierviera , @casualjim There is a typo in the example (I think). The method: ``` func (lrw *metricResponseWriter) writeHeader(code int) { lrw.statusCode = code lrw.ResponseWriter.WriteHeader(code) } ``` Should be: ```...