Skip to content

Instantly share code, notes, and snippets.

@dontrebootme
Last active September 28, 2015 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dontrebootme/aed04434a632e85d24a5 to your computer and use it in GitHub Desktop.
Save dontrebootme/aed04434a632e85d24a5 to your computer and use it in GitHub Desktop.
100 Microbot Containers on Hashicorp Nomad using default Vagrantfile
job "microbot" {
datacenters = ["dc1"]
update {
# Stagger updates every 10 seconds
stagger = "10s"
# Update a single task at a time
max_parallel = 10
}
group "demo" {
count = 100
task "microbot" {
driver = "docker"
config {
image = "dontrebootme/microbot:v3"
}
resources {
cpu = 128
memory = 8
network {
mbits = 10
dynamic_ports = ["microbot"]
}
}
}
}
}
vagrant@nomad:~$ nomad run microbot.nomad
==> Monitoring evaluation "c9982baf-801f-50db-ab5c-ae078d8db208"
Evaluation triggered by job "microbot"
Allocation "8b041b99-153b-cdd6-e0cb-d2fbd7d02bd9" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "958a0e24-ddcc-760b-a23a-2765ab110b36" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "059abdb9-4602-f048-ec48-dcb93b748302" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "130c421f-0199-35cc-4cff-a35b1a9b57ae" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "174daa6a-4b1b-5f26-b699-5bb77d836183" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "1dc09e13-8a91-7b06-c09e-65cf494a8fda" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "2ebf68f8-25e3-cb18-c70b-d438400b34d4" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "529c0138-9dd5-fd2e-120f-ea2e9a7681cb" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "f102369a-6cae-b67d-8207-0ee361e8a1d5" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "aec5a783-2fca-c030-005b-33ec03a8bd10" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "f2e6cc4d-5390-c065-4a4f-4c481479a164" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "0bcfcd2a-b5ce-3ef9-127d-1935978c390d" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "0e66ad19-0d04-57b4-fe7e-2909ab719d3d" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "1fdc63ec-2f85-2402-fb4e-5b35668b70b7" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "5ae0dfc2-b2e6-c63b-521d-a844936c76d0" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "746e64e5-3797-fc27-28d3-709e281667e2" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "a3cb4073-af50-5770-7aec-0f1c9466ab23" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "176022c4-40bb-85fa-a740-b32af3656d5b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "2d027fea-7231-1a99-ac17-25cba7fe38db" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "563afda5-10e6-c14c-db18-29e8b1f46192" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "86939155-8c13-8afb-1165-40b74a9c29db" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "8fe4779e-ac2f-f0d5-f3cd-5652ab7ff835" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "dd741514-6bcd-801d-b215-254526a31f67" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "87e56ea0-a8e0-909c-31af-30fed34e832b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "9397ff63-4f15-b4cc-56ee-0591cd415d27" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "d6e57e48-0807-b310-0a20-c67a2adc39c8" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "fa53ec78-c2f8-4016-4bc9-5f34ca302f95" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "f1b8bc22-a62e-9688-5e08-6d4bb8076191" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "44c2355a-4a92-531d-7373-a1d07c5ae6b8" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "766c1e2a-d51e-c676-b295-b79a868b84d3" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "8bab30dd-21ca-434a-7319-519f591adc35" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "a257a694-ab97-32be-db68-b6ad5fb3ce8c" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "c351c610-098a-fb59-461e-c7776a11891b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "eb90a21b-1248-a404-9592-ddeb4ae76704" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "978a9d5e-f3ea-c008-3505-c9f361099802" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "97efc3b8-1bad-d174-4c30-aee787cdaac9" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "02cbfd18-930b-5e34-458b-b2211f922baa" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "1b37d3c0-9fae-c5a7-4095-4c3a3dcb045a" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "2403b07e-64f1-dac7-fc2f-c19cd14dedf8" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "621ddee2-d4ac-7e66-50de-be7b6e32b66e" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "66755a88-b87f-63cc-ea5c-7d29070d001b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "6be26dae-58ac-af79-7149-f2c80fe4d008" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "dccc97ce-9709-eec0-0e66-04e616224781" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "ef4d55fa-c159-768b-db3e-be3b01e5a7a8" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "ff280535-4be9-6ac5-cdeb-d0effc0b8ba2" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "dffa510c-753b-e362-cd9a-63e1b79c1004" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "e5991272-6995-34d5-62e3-979c40a8ae08" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "3761e505-0d89-2b41-4bfe-657dd5913dd1" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "41a6d86d-34a7-4394-0385-101908ac6eeb" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "6555a2a5-c96b-1f02-d46c-460f43ce4686" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "74be2fec-6f0d-7ba2-35f4-9fe777014470" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "907d6fca-5bd0-9c80-d0cc-65f5ca15c25c" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "b88cfe87-e2e7-07c1-f403-c74704f199c7" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "322fa6b8-657e-f119-2692-54de027ab47c" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "35ef6ebd-d536-cb27-036b-23901815d04d" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "5faf9be1-d1e2-679b-dd56-7d151ad7a8ee" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "c9f698c8-499e-d726-c7ed-ef1f3e414480" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "e2ca837c-5072-a146-1f1f-ce228c8e128b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "987cfa72-40e6-f6dc-49ab-a7388c9c1625" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "d1dbb1cb-08ba-aaa2-fb9f-193b090f55c9" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "2c8e0cea-5505-1030-a93c-7b56b5613b4b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "383b601b-753a-3c5f-fa7c-364dc1ac3fbc" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "3e52e51e-264b-12b6-d76f-076bfbef23f3" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "4659a876-b05b-4990-8643-6bf531723725" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "68355202-4c97-8d04-56d9-963446e4e155" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "6e220326-b08a-9764-420a-4721aa628358" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "f2458b00-aaa5-b3a3-d439-1094a173593d" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "08d1bd61-8940-83fc-414a-2cced059f86c" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "36678238-e27f-c8f0-ac02-8a881a186cd6" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "b21c8957-d855-0084-aa14-a6aec13194c5" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "d0f5e1d4-af9d-e823-eee0-ae996230922e" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "e7a4393f-b2fd-bcff-c1d9-c40a1d7ffc26" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "ef5e2b8d-a170-1bd4-bd1a-2726b92957cf" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "005b8714-bab6-ef17-9a6c-c5ba6768e6fb" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "3434654f-e00b-d73a-d2dc-5904e62fa20e" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "5dd1f3b8-a9e9-763d-c452-872332dd33ae" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "6909be4a-a926-febd-a40e-1ee9acada0d7" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "8ae8562d-f468-929a-7dae-7fda29d0c113" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "e4969f4f-a47c-d485-885e-89eefcd2894b" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "f9dbddef-e78c-2524-2ad7-5784154c3df2" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "0171f278-0dab-d706-54dd-8e7fe76df20d" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "41d272da-a0b2-4fc1-a79b-393a44bcd489" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "548dc036-91c5-d712-00ab-b65aeda8f9cc" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "5f7fa653-d889-a765-d1bf-b893c16a4d08" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "c1371083-5128-99f7-322b-e49fdd09afa3" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "e3779336-3a2d-f008-7362-66772b606948" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "148ad968-70db-5b90-4700-7f4b38229e06" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "2ebcdd3f-ab99-f73c-bcd0-e3be6034d368" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "20b73b39-d79d-8507-e2be-d34db458ba15" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "63118ed6-eacd-0304-d428-9592bf970960" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "64994218-d204-61e4-2394-aafd0f0a07ad" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "967568db-1bb4-41d9-c59c-c59975453912" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "b6c89d9f-d53f-f86b-6f26-1d71c2013975" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "e914c51d-230c-c4c8-1b77-51057feb7976" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "f4d15c6d-32f6-282f-cc09-07860f300fb8" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "1b58a1f7-222a-5e7a-89a8-a176910f847c" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "4a21b9af-2ef3-3305-d6b8-9a9ba7fa8ced" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "bf1d0676-4d7d-f71f-eca1-8463f184447d" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "d60f15f9-3c90-8d75-a035-4072d2cac5ba" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Allocation "ea73ff75-3097-8c65-5809-241b6a9548f4" created: node "d7777082-3bc8-f568-bd6c-3b9ec401bc4a", group "demo"
Evaluation status changed: "pending" -> "complete"
==> Evaluation "c9982baf-801f-50db-ab5c-ae078d8db208" finished with status "complete"
vagrant@nomad:~$ nomad status microbot|grep -c running
100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment