From 67bb279755c4195c5182da062549c01ef2fa60e9 Mon Sep 17 00:00:00 2001 From: angudadevops Date: Mon, 18 May 2020 22:10:42 -0700 Subject: [PATCH] Hashi Stack --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54d3728..bbee8d3 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,17 @@ The Final Test Environment inclides: Update your number of servers depends on your system memory and CPU and run below command to explore hashi tools ``` -cd vagrant -vagrant up +$ cd vagrant +$ vagrant up +``` +## Deployment + +Connect nomad cluster and run below command to install job on nomad, please make sure you have enough resources to run the jobs + +``` +$ vagrant ssh server-1 +$ nomad run -address http://172.20.20.11:4646 /tmp/jobs/nginx.nomad +$ nomad run -address http://172.20.20.11:4646 /tmp/jobs/simple.nomad ``` ### Access