diff --git a/templates/rabbitmq-examples/0/README.md b/templates/rabbitmq-examples/0/README.md deleted file mode 100644 index a797d5a..0000000 --- a/templates/rabbitmq-examples/0/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# RabbitMQ Examples - -I needed to test a rabbitMQ with some basics so I forked the official tutorials and added a Dockerfile -[here](https://github.com/joshuacox/rabbitmq-tutorials/tree/jsdockerfile/javascript-nodejs) - -[dockerhub here](https://hub.docker.com/r/joshuacox/rabbitmq-tutorials/) - -In that fork, there is a `Makefile` that can run through the proof of -concept. `make` will start a rabbitmq container, then start all the -listeners as deamons, and the emitters to run once. The emitters are -ephemeral and will go away once their message is sent or they error out. diff --git a/templates/rabbitmq-examples/0/rancher-compose.yml b/templates/rabbitmq-examples/0/rancher-compose.yml deleted file mode 100644 index 1ad07d9..0000000 --- a/templates/rabbitmq-examples/0/rancher-compose.yml +++ /dev/null @@ -1,38 +0,0 @@ -version: '2' -catalog: - name: RabbitMQ_Examples - version: 3.6-rancher1 - description: | - tutorial storage examples - questions: - - variable: rabbitmq_link - description: "rabbitmq service link" - label: "rabbitmq stack/service" - default: "" - required: false - type: "service" -services: - receive: - scale: 1 - send: - scale: 1 - worker: - scale: 1 - newtask: - scale: 1 - rpcserver: - scale: 1 - rpcclient: - scale: 1 - receivelogs: - scale: 1 - emitlog: - scale: 1 - receivelogsdirect: - scale: 1 - emitlogdirect: - scale: 1 - receivelogstopic: - scale: 1 - emitlogtopic: - scale: 1 diff --git a/templates/rabbitmq-examples/catalogIcon-rabbitmq.png b/templates/rabbitmq-examples/catalogIcon-rabbitmq.png deleted file mode 100755 index f458f7f..0000000 Binary files a/templates/rabbitmq-examples/catalogIcon-rabbitmq.png and /dev/null differ diff --git a/templates/rabbitmq-examples/config.yml b/templates/rabbitmq-examples/config.yml deleted file mode 100755 index a90ef55..0000000 --- a/templates/rabbitmq-examples/config.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: RabbitMQ 3.6 Tutorial Examples -description: | - Robust messaging for applications Examples -version: 3.6-rancher1 -category: Message queues -maintainer: "Josh Cox " -minimum_rancher_version: v0.59.0