Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkushagra authored and GitHub Enterprise committed Nov 16, 2017
1 parent e17fc51 commit 33f38ab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions redis_nomad/README.md
Original file line number Diff line number Diff line change
@@ -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 "<host>/api/toggleFeature", which toggles the redis feature flag.

Reference:

- https://github.ncsu.edu/kpresle/techtalk
- https://github.com/CSC-DevOps/Queues

0 comments on commit 33f38ab

Please sign in to comment.