bench: minor updates
This commit is contained in:
parent
f7edd7763b
commit
7ddbb8b105
|
@ -9,7 +9,7 @@
|
||||||
"api_key": "{{ user `do_api_key` }}",
|
"api_key": "{{ user `do_api_key` }}",
|
||||||
"client_id": "{{ user `do_client_id` }}",
|
"client_id": "{{ user `do_client_id` }}",
|
||||||
"region_id": "1",
|
"region_id": "1",
|
||||||
"size_id": "61",
|
"size_id": "66",
|
||||||
"image_id": "3101045",
|
"image_id": "3101045",
|
||||||
"snapshot_name": "bench-bootstrap-{{ isotime }}",
|
"snapshot_name": "bench-bootstrap-{{ isotime }}",
|
||||||
"name": "bootstrap"
|
"name": "bootstrap"
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"api_key": "{{ user `do_api_key` }}",
|
"api_key": "{{ user `do_api_key` }}",
|
||||||
"client_id": "{{ user `do_client_id` }}",
|
"client_id": "{{ user `do_client_id` }}",
|
||||||
"region_id": "1",
|
"region_id": "1",
|
||||||
"size_id": "61",
|
"size_id": "66",
|
||||||
"image_id": "3101045",
|
"image_id": "3101045",
|
||||||
"snapshot_name": "bench-server-{{ isotime }}",
|
"snapshot_name": "bench-server-{{ isotime }}",
|
||||||
"name": "server"
|
"name": "server"
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"api_key": "{{ user `do_api_key` }}",
|
"api_key": "{{ user `do_api_key` }}",
|
||||||
"client_id": "{{ user `do_client_id` }}",
|
"client_id": "{{ user `do_client_id` }}",
|
||||||
"region_id": "1",
|
"region_id": "1",
|
||||||
"size_id": "61",
|
"size_id": "66",
|
||||||
"image_id": "3101045",
|
"image_id": "3101045",
|
||||||
"snapshot_name": "bench-worker-{{ isotime }}",
|
"snapshot_name": "bench-worker-{{ isotime }}",
|
||||||
"name": "worker"
|
"name": "worker"
|
||||||
|
@ -73,8 +73,8 @@
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"inline": [
|
"inline": [
|
||||||
"curl https://s3.amazonaws.com/hc-ops/boom_linux_amd64 -o /usr/bin/boom",
|
"curl https://s3.amazonaws.com/hc-ops/boom_linux_amd64 -o /usr/local/bin/boom",
|
||||||
"chmod +x /usr/bin/boom"
|
"chmod +x /usr/local/bin/boom"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"data_dir": "/var/lib/consul",
|
"data_dir": "/var/lib/consul",
|
||||||
|
"enable_debug": true,
|
||||||
"log_level": "info"
|
"log_level": "info"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue