From 33f38abdebc02cad155340b61adde47866e158d3 Mon Sep 17 00:00:00 2001 From: kmishra Date: Wed, 15 Nov 2017 21:53:59 -0500 Subject: [PATCH] Create README.md --- redis_nomad/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 redis_nomad/README.md diff --git a/redis_nomad/README.md b/redis_nomad/README.md new file mode 100644 index 0000000..af81369 --- /dev/null +++ b/redis_nomad/README.md @@ -0,0 +1,20 @@ +# Nomad & Redis Feature Flag + +## To Run + +To set up control server: + ansible-playbook playbooks/configure-control-server.yml -i inventory + +From Control Server: + ansible-playbook playbooks/main.yml -i inventory + +## Nomad & Reids Notes +- First a control server is created and all relevant files are copied to the control server. +- The main.yml configures the nomad cluster and redis master slave nodes. +- The checkbox.io code was changed to add a toggleFeature route "/api/toggleFeature", which toggles the redis feature flag. + +Reference: + +- https://github.ncsu.edu/kpresle/techtalk +- https://github.com/CSC-DevOps/Queues +