Hashi Stack
This commit is contained in:
parent
64bdab8adc
commit
67bb279755
13
README.md
13
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user