Hashi Stack

This commit is contained in:
angudadevops 2020-05-18 22:10:42 -07:00 committed by GitHub
parent 64bdab8adc
commit 67bb279755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Update your number of servers depends on your system memory and CPU and run below command to explore hashi tools
``` ```
cd vagrant $ cd vagrant
vagrant up $ 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 ### Access