From 8922a3885c77ffc2c922dbba077c8b9da867d279 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Thu, 3 Sep 2020 15:17:37 -0400 Subject: [PATCH] command: use correct port mapping syntax in examples --- command/assets/example-short.nomad | 8 ++-- command/assets/example.nomad | 8 ++-- command/job_init.bindata_assetfs.go | 8 ++-- drivers/docker/driver.go | 3 ++ plugins/drivers/utils_test.go | 71 +++++++++++++++++++++++++++++ 5 files changed, 86 insertions(+), 12 deletions(-) diff --git a/command/assets/example-short.nomad b/command/assets/example-short.nomad index 053e3f75a74..4229f062edc 100644 --- a/command/assets/example-short.nomad +++ b/command/assets/example-short.nomad @@ -3,7 +3,9 @@ job "example" { group "cache" { network { - port "db" {} + port "db" { + to = 6379 + } } task "redis" { @@ -12,9 +14,7 @@ job "example" { config { image = "redis:3.2" - port_map { - db = 6379 - } + ports = ["db"] } resources { diff --git a/command/assets/example.nomad b/command/assets/example.nomad index 5000e9de1b2..513791fa51f 100644 --- a/command/assets/example.nomad +++ b/command/assets/example.nomad @@ -151,7 +151,9 @@ job "example" { # https://www.nomadproject.io/docs/job-specification/network # network { - port "db" {} + port "db" { + to = 6379 + } } # The "service" stanza instructs Nomad to register this task as a service @@ -302,9 +304,7 @@ job "example" { config { image = "redis:3.2" - port_map { - db = 6379 - } + ports = ["db"] } # The "artifact" stanza instructs Nomad to download an artifact from a diff --git a/command/job_init.bindata_assetfs.go b/command/job_init.bindata_assetfs.go index 75b5d99645e..440e0c09b5b 100644 --- a/command/job_init.bindata_assetfs.go +++ b/command/job_init.bindata_assetfs.go @@ -112,7 +112,7 @@ func commandAssetsConnectNomad() (*asset, error) { return a, nil } -var _commandAssetsExampleShortNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8d\x5d\x4e\xc4\x30\x0c\x84\xdf\x7d\x8a\x91\x0f\x80\x96\x5d\xed\x22\x90\x72\x12\x84\x50\x9a\x98\x52\x4a\x9a\xc8\x49\xf9\xd1\x2a\x77\x47\x2d\xdd\xa8\x2f\x1e\x7b\xfc\x79\xfc\x11\x3b\xb0\xfc\xd8\x90\x3e\x85\x71\x25\xc0\xdb\x62\x9d\x4c\x45\x34\xc3\xe0\x99\xbd\xbb\xe7\x17\x22\xa0\xd7\x38\x27\xb0\xb3\xee\x7d\x43\x81\x49\xca\x77\xd4\x71\x9b\x80\x14\xb5\x80\x7d\xc7\xb8\xd6\xd5\xaa\xb4\x4a\xb1\x79\x04\xab\xf8\x21\x73\x83\xbd\x0e\x5f\xa2\x30\x60\x1f\xdd\x28\xca\xb4\x2d\x5c\x9c\xde\x86\xbe\x71\xc0\x10\x6c\x2f\x0b\xb8\x26\x3c\x9d\xee\x8e\x8d\xfd\xff\xf9\x1a\x6c\xda\xf1\x80\xef\x60\x70\x39\x3d\x3c\x36\xaf\xd2\x4d\xb7\x46\x25\xc7\x59\x9d\xe4\xdd\xa1\x4b\xf3\x22\x06\xe7\xc3\xa1\x99\x41\x42\xd4\x5f\x18\x1c\xcf\x17\xda\x87\x2d\xb5\x52\xa5\xbf\x00\x00\x00\xff\xff\x8f\xc2\x33\x57\x45\x01\x00\x00") +var _commandAssetsExampleShortNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x4f\xed\x4e\xc3\x30\x0c\xfc\x9f\xa7\x38\xf9\x01\xd0\xd8\xb4\x21\x90\xf2\x24\x68\x3f\x52\xc7\x94\x52\x5a\x47\x4e\xca\x87\xd0\xde\x1d\x75\x8b\x42\xc5\x8f\xe4\x92\xf3\xf9\xec\x7b\xd3\x0e\x24\x5f\x61\x4a\xef\x42\xf8\x71\x40\x0c\x25\xb0\xcc\x45\x2c\xc3\xe3\x99\x22\xdf\xd3\xd9\x39\xa0\x37\x5d\x12\x88\x03\xbf\x56\x29\x30\x4b\xf9\x54\x1b\xeb\x0f\x48\x6a\x05\x14\x3b\x6a\x0c\x50\x14\x1e\xa7\xc3\xc3\x63\x65\x2e\xee\x76\x5f\xa1\x84\x3c\x82\x4c\xe2\x90\xff\x7a\xa2\x0d\x1f\x62\xf0\xa0\xa8\x3c\x8a\x91\xab\x05\xd6\xf9\x65\xe8\x37\xde\xc3\x14\x7a\x59\x85\x57\x87\xa7\xc3\xdd\xbe\x69\x6f\xcb\xd4\x0c\x1d\x9d\xdb\xf4\xfa\x30\xc9\xba\x18\x4b\xde\xd8\x71\x5a\x56\xf0\x38\xee\x76\x8d\x9c\x64\x52\xfb\x86\xc7\xfe\x78\xfa\x17\x61\x3d\x17\xf7\x1b\x00\x00\xff\xff\x4b\x71\xf7\x97\x44\x01\x00\x00") func commandAssetsExampleShortNomadBytes() ([]byte, error) { return bindataRead( @@ -127,12 +127,12 @@ func commandAssetsExampleShortNomad() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "command/assets/example-short.nomad", size: 325, mode: os.FileMode(420), modTime: time.Unix(1598663009, 0)} + info := bindataFileInfo{name: "command/assets/example-short.nomad", size: 324, mode: os.FileMode(420), modTime: time.Unix(1599160264, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _commandAssetsExampleNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdd\x6f\x24\x37\x72\x7f\xd7\x5f\x51\x68\x05\xb8\x04\x90\x46\x1f\x6b\xd9\xf1\x06\xf3\x60\xfb\x72\xf1\x26\xf1\x25\x88\x9d\x1c\x82\xf8\x20\x70\xba\xab\xa7\xb9\xc3\x26\xdb\x24\x7b\x66\x67\x17\xfa\xdf\x83\x2a\x7e\x34\x7b\x66\xa4\x95\x65\x9c\xb5\x0f\xd2\xaa\x9b\x2c\x16\xeb\xf3\x57\x45\xf6\x39\xfc\xd4\xa1\x45\xa8\x85\x06\xa3\xd5\x1e\x56\x08\x02\x9c\xd4\x6b\x85\xf0\xde\xac\xa0\xc1\x56\x6a\xe9\xa5\xd1\x30\xa0\x85\x56\x2a\x5c\xc0\x4f\x9d\x74\xfc\x56\x3a\xd0\xa2\xc7\xe6\xec\x1c\x2a\xfc\x20\xfa\x41\x61\x05\xce\x80\xf4\xb0\x93\x4a\x41\x6d\x51\x78\xa2\x48\x83\x77\xd2\x77\xe0\x3b\x84\x77\x7f\x04\xa1\x1b\xf8\xb3\xe8\x71\x9a\xb6\x38\x3b\x63\x66\xa0\x7a\x6f\x56\x15\x38\x2f\xf4\x47\x41\x0b\xd0\x0c\x6f\x86\xcb\xde\x38\x0f\xb5\xd1\xad\x5c\x8f\x56\x30\x47\x66\xe0\x5f\x52\xf3\xa0\xf7\x66\x75\x76\x0e\x6e\xc0\x5a\xb6\xb2\xe6\x11\x0b\xf8\x26\xf1\x29\xa0\xc1\x5a\x09\x9a\xb9\xc5\xf9\x28\x30\x2d\x78\xe1\x36\xb4\x96\xf0\xf0\x67\xd3\x0b\xda\x91\xeb\xcc\xa8\x1a\xb0\xa3\x5e\xc0\xbf\x9a\x95\x83\x4e\x6c\x69\x2f\x6b\x65\x56\x42\xa9\x3d\x8c\x5a\xfe\x32\x22\x4b\xe0\x02\x8c\x46\x30\x16\x7a\xa1\xf7\x4c\x0c\xd6\xd6\x8c\x83\xbb\x80\x5d\x27\xeb\xee\xec\x1c\x84\x45\x62\xb3\x77\xa8\xb6\xe8\xa0\x36\x4a\x61\x4d\xcb\x3b\x5a\xff\x70\xba\x5b\x9c\x9d\x9f\x9d\xc3\x9f\xe8\x99\xb1\x08\x52\xb7\xc6\xf6\x81\x5d\x12\x5e\x14\x9b\x03\x13\x36\x5f\x4a\xed\x02\x06\x85\xc2\x21\x38\xc4\xb3\x73\x7e\x6d\xb4\x92\x1a\xa1\x31\xf5\xd8\xa3\xf6\x91\x8e\x7f\xcb\x8b\xd0\xbf\xce\xfb\xc1\xbd\xbd\xba\xda\xed\x76\x0b\x4d\x02\x18\xac\x79\x8f\xb5\x5f\x48\x73\xd5\x98\xda\x5d\xbd\x37\xab\xcb\x99\xd4\xae\x58\xde\x67\x24\xde\x49\xf7\x9f\xce\x00\xa2\x1a\x2d\xae\xa5\xd1\x15\x0c\xc2\x8a\x1e\x3d\xda\x24\x74\x0c\x3a\x0d\xef\x49\x79\x2c\x21\xf0\x06\xf0\x03\xd6\xa3\xc7\xa4\xcd\x05\x13\x7b\xd7\x82\xe9\xa5\xf7\xd8\x5c\x80\x27\xc3\x93\xba\x43\x2b\x7d\xa0\xd2\x60\x2b\x46\xe5\x13\x35\xd2\x05\x89\xb3\x0a\x4a\xaa\x02\x89\xf8\x72\x99\x1f\xd3\xd3\x89\xd3\x46\x78\x51\xa3\xf6\x68\xdd\xe3\xec\x2a\xe9\x3c\x51\x2e\x06\x47\xc6\x83\x9d\x30\xb9\x15\x92\x85\x3a\xd9\xa0\xc5\x06\x76\x1d\x6a\x18\x94\xa8\xa5\x5e\x07\xd6\x49\xb3\xd1\x7d\xfa\xd1\x79\x1a\x3f\x58\xb3\x95\x0d\x36\xc4\x69\x49\x7b\x09\xff\x57\x35\xf5\x4d\xf5\xd7\xb3\x89\x51\xbf\x1f\xb0\xe4\xb0\x36\xda\x5b\xa3\xa2\x8f\xec\x07\xde\xfa\x7b\xb3\x8a\x46\x07\xb2\x1f\x44\x1d\x05\xe5\xea\x0e\x9b\x51\xa1\xfd\x83\x63\x82\x0d\xd6\xd2\xb1\xf1\x07\x1e\x91\xec\x22\xf2\x36\xf7\x32\xe9\xa2\xa3\x09\xc5\xa6\x17\x45\xee\xc0\x1b\xa6\x54\x39\xb4\x5b\x59\x63\xb5\x60\x73\x15\xd0\x8e\x4a\x65\x79\x91\x7d\x10\x6b\x8e\xe7\xfa\x0e\xa5\x85\x46\xb6\x2d\x5a\xd4\x35\xba\x99\xad\x12\xb5\xc7\xac\x75\x91\x75\x76\xca\x27\x4a\x32\x4f\x1b\x7c\xa2\xf2\x2c\xa3\xcf\x42\x73\x71\x1e\x0b\x79\x39\x6d\xb9\x50\x0e\x29\xde\x5b\x21\xb5\xcf\xd1\x8b\x83\x27\xed\xbc\x69\x64\x14\xe0\x34\xca\x41\x6b\xec\xdc\x3c\x48\x75\x4c\x50\xea\x3c\x87\xfc\x82\x82\x82\x45\x67\x46\x5b\x73\x94\x68\xac\xdc\x06\xf5\x27\x5a\x51\x71\x71\xdd\x5e\x70\x20\x67\xb5\x06\xc3\x14\x7e\x8a\x12\x17\x50\x71\x6c\xaa\x2e\x88\x56\x45\x36\x59\x81\xc2\x2d\xaa\x0b\xd6\x91\x1b\x87\xc1\x58\xef\x60\x2b\xac\x14\x2b\x45\x82\xf6\x68\x07\xa3\x9e\xa1\x88\xd3\xc1\xe9\x58\x36\xcf\xd6\xfb\xaf\x57\xda\x71\xa4\x9a\x96\xcf\x94\xa6\x47\x31\x66\x01\x08\xef\xad\x5c\x51\xfc\x59\x42\xf5\x77\x9f\xe8\xcf\xc5\x06\xad\x46\xb5\xa0\xb0\xf2\x50\xc5\x71\x5b\xa1\x46\x64\x56\x96\x50\x29\xa9\xc7\x0f\xe1\xcd\x43\x61\x0c\xe3\xd0\x08\x8f\xd9\x10\xe6\xa1\x24\xbc\x04\x5a\xdf\xe3\x7a\x9f\xd2\x4f\xcc\x18\x0b\xa6\x10\xc6\x30\xc1\x3c\x4e\x3a\x18\x1d\x36\x64\x11\xd1\xf3\xc9\x6c\xf4\xda\x81\x92\x1b\x04\x6b\x94\x22\x53\x1a\x87\xb5\x15\x0d\xb9\x56\x2d\xb4\xb0\x92\xfe\x27\x74\x0c\x50\x6a\xc4\xab\xb5\x45\xd4\xd0\xe0\xa0\xcc\x9e\xe4\xec\x16\xb3\x20\xab\xcd\x11\x87\xd2\x01\x92\x8e\x6b\x6c\x98\xbd\xe0\xf7\x07\x9b\x9c\x59\x5d\xb2\x38\x72\x7f\x63\x8b\xfd\x2d\xe0\x2f\x29\x2c\xe6\x51\x4c\x8e\xe3\x96\xf4\x20\x86\x41\xb1\xa4\x0c\x08\xa5\xa2\x50\x18\x3c\x4c\x79\xfe\x88\xc8\xca\x44\x6c\x41\xeb\xa5\xcd\xf2\xd4\x64\xd9\x1c\x03\x99\x51\xc7\xa9\xb8\x47\xbb\xa6\x18\x9d\x40\x09\x0f\xfe\x03\x85\xe8\x0d\x09\x71\xb0\x58\x63\x43\x21\xea\x25\xf6\x3e\x97\xcc\xef\x6a\xeb\x93\xe1\x9c\x41\xd2\x23\x59\x78\x36\xcd\x5e\x7c\xb8\xa7\x14\xa2\x14\xaa\xc7\xd3\x5d\x2f\x3e\xc8\x7e\xec\x41\x8f\xfd\x0a\x2d\x99\x68\xa0\x15\xa3\x3e\x51\x1b\xd0\x92\x18\x28\x58\x25\x7a\x0b\x78\xa7\x43\x28\xab\x85\xc3\x98\xaf\x0b\xc2\xd9\xb2\x32\xc6\x24\xc3\x88\xf4\x84\x07\x01\x5e\xf6\x2c\x71\x80\x92\x4f\x58\xc2\xcd\xd9\x6c\x13\x52\xdf\x77\x28\x94\xef\xf6\xf7\x34\xe5\x89\x8d\x48\xcd\x1b\xa1\x51\xfc\x40\x28\x65\x82\xac\x22\xc1\x94\x89\xa3\x79\x45\xb2\xa4\x3b\x8f\xb0\xc2\x96\x35\xee\xc9\x07\x7a\x61\x37\x64\x6f\x2e\x0f\x22\xed\x8f\x7a\xa5\x4c\xbd\x71\x91\x5c\x3b\x5a\xdf\xa1\x2d\xd6\x71\xd0\x5a\xd3\xc3\x0a\x83\x77\x92\x00\x9a\xb8\xc7\x83\x6d\x50\x44\xb9\xb9\x76\xd5\x6c\xaf\x69\x40\x83\xa2\x21\x9b\x79\x7c\xaf\x69\x44\x01\xaa\xd8\xb9\x58\xba\x99\x9d\xbc\xe1\x13\xdb\x69\x89\x68\x9e\x5a\x4e\x92\x69\x7f\x62\xf4\x86\x6c\xbf\x66\x0c\xec\xad\xd0\x8e\x13\x55\x08\x4c\xa3\x8e\xb4\x16\xf0\x53\x7e\xc5\x09\xae\x78\xc7\xc5\x41\x12\x97\x90\x2a\x32\x9f\xe2\x11\x4b\x75\x30\x1e\xb5\x97\xbc\x08\x45\x36\x58\x89\x7a\x93\x5d\x5c\xb6\x50\x11\x23\xf7\x16\xb7\x68\x7d\x35\xb1\xe7\xd0\xd3\x5a\xde\x8e\xd1\x8e\x0e\xc5\x47\x32\x7e\xd3\xcf\x45\x3c\x58\xb3\xb6\xe8\xdc\x8b\x64\x2c\xf4\xaf\x10\x71\x88\xee\x99\xc8\x0a\xd7\x52\xbb\x80\x14\x89\x7a\x2b\xad\xf3\xc7\xe4\x08\x29\x1c\xc8\x88\x7c\x8c\xab\xab\x86\xc5\x25\x1d\x21\x04\xf4\x4c\x8a\x64\x02\x42\x1f\x9b\xba\x70\xb4\x2f\xc6\x65\x07\xe4\x26\x3d\x86\xc8\x3b\x77\x03\x4e\x10\xda\x1c\x13\x3c\x98\xf6\xa8\xff\xd0\x8b\x24\xe4\xbc\xfb\x8b\xc2\x3c\xe7\x3b\x9b\xc4\x46\xe6\x91\xbc\xe5\x48\x4b\xc1\x5d\x0e\x74\x39\x33\x8b\x53\x5a\x94\x6d\x36\xa3\x58\xe2\xd1\x94\xcb\x30\x25\xee\x22\x12\x54\xc2\x79\xda\xc8\x2a\x56\xc3\xa6\x4c\x9b\xcc\xdb\x68\xb1\x28\x32\x27\xbe\xe3\x24\xd9\x72\x12\x3b\xe5\x86\xae\xd4\x06\x95\x33\x05\xe5\x1d\xd5\xe4\x91\x58\x32\x1c\x26\x50\x6c\x0e\x96\xd0\x0a\xe5\x70\xb6\x79\xce\xf8\xfb\xc7\xac\x57\x78\xa8\x3b\xa1\xd7\x98\x95\xc5\xe8\x9c\x9e\xef\x42\xad\x8b\x6e\x54\xc9\xfe\x24\x6d\xd6\x79\x3b\xd6\x5c\x32\xa7\xf8\x1f\x65\x16\x4b\x7b\x4e\xab\x71\x89\xa6\xc8\x16\x09\x7a\x44\x5a\x94\x66\xcd\x48\xb2\x34\xc3\x40\xe1\x80\x20\xed\x60\x71\x2b\xcd\xe8\x4a\xa1\x2c\xe0\x3f\x74\x1d\x21\xfc\x80\x56\x78\x82\xbb\xb4\x91\x9e\x91\xf4\x24\xc8\xb4\x00\x27\xf3\x28\x23\x36\xa8\x3d\x37\x33\x42\x65\xd5\x1b\xcf\x75\x18\xb9\x69\x0a\xd3\x20\x0a\xa4\x14\x73\x25\x11\x8c\x3e\x61\xb1\x17\x92\x23\xd6\x4c\x55\x94\x9b\x08\x0c\x71\x71\x39\x4b\xa1\x41\x31\xe7\x91\xca\x9f\x42\xf4\xbf\xa0\x38\xe4\x89\x4a\x56\x09\xfe\x32\x0a\x95\xe4\x5e\x9b\x51\x67\x37\x9c\xc0\x11\xaf\xb9\x4b\x42\x7b\x0c\xac\xfd\x25\x45\x8b\x68\x75\x31\xa5\x5c\xa4\xd2\x8b\xc2\x40\x24\xad\x71\x17\x89\x6d\xd1\xba\x58\xcd\x05\x62\x31\x70\x8c\x03\x15\x80\x2c\x2a\x19\xe1\x8b\x51\x4d\x39\x9c\x75\x96\x7c\x30\xec\x06\x96\x70\x7d\x06\xf0\x90\x01\x6f\x2f\xd7\x36\x20\xc6\x13\x78\x37\x41\xab\x0c\x27\x29\x9c\x85\x19\x24\x21\xd3\xb6\x60\xda\x50\x94\xda\x28\x7b\x6d\x1a\x3c\x80\xa5\x22\xd7\xfa\x71\xaa\xd1\x33\x80\x1a\x70\x63\xf3\x19\xb8\x96\x10\x5a\x64\xf8\x55\x20\x5a\x5c\x3b\x92\x49\xa2\x4b\x20\xed\xc7\x99\xec\x26\x8f\x2a\x4a\x84\xe8\xca\xc1\xcc\xe3\xfc\x8c\xb8\x9d\xe8\x93\x49\x33\x98\x0a\x95\x61\xa4\x93\xf2\x92\xa2\x38\xec\x3b\xa1\x63\x7b\xcd\x73\x69\x4a\x36\x99\x52\x4d\xb4\xc7\x64\x8b\x7f\x1f\xde\x5e\xce\x60\xd9\x3f\x84\x2e\x1f\xd3\x6b\x3d\xd8\x51\xb3\xf2\x9a\xd1\xd2\xaf\xac\x26\xf7\x34\xa0\x9b\x6f\xb8\x47\x0a\x51\xd2\xf5\x45\x82\x2d\x1c\x31\x78\x7a\xb0\xe2\x18\x15\x72\x49\xc2\xa0\x34\xc1\x86\x50\xa6\x85\xf0\x50\xd5\x1d\xd6\x1b\x57\xe5\x7a\xf7\x9e\x93\x93\xab\x4a\x84\x70\xcf\x83\x28\xa5\xc4\xd1\x8f\xf0\xf7\x38\x9e\x7c\x12\x49\x26\x9f\x7e\x3e\x9e\xfc\x0c\x92\x4c\xe8\x35\xaa\x3f\xea\xb9\xc0\xdb\x0d\x8c\x8e\xe3\x18\x28\xb1\x42\x05\x6e\x6c\x5b\xf9\x21\xd4\x8a\xd5\x9b\xeb\x28\x8e\x9b\xbb\xbe\x7a\x1e\x18\xfd\xf1\xf3\x58\xf3\x59\x10\x28\x65\xc2\xa7\xb0\xe6\xaf\x40\x99\x5d\x86\x7e\xcf\xdd\xfb\x6d\x1f\xb7\xde\x55\x8f\x43\xc4\xbb\xbe\x9a\x45\xb8\xd8\x33\x39\x6a\xed\x80\x43\x4e\x43\xf3\x1e\x72\x4c\x92\xdc\x0f\xbc\xe4\x7d\x61\x03\x8c\x9a\xce\xb3\x93\x86\x46\x33\xd4\x4a\x72\xe7\xed\x9b\xd4\x38\x8e\xa5\xae\x88\x2e\x98\x5c\x2c\x16\xbb\x31\x80\x45\x2f\x3f\x4f\xd3\x5f\x50\xa4\xce\x36\xf4\xbb\x06\x40\x5e\x39\x12\x09\x9b\xac\x6a\x51\x77\xb1\x7f\x5c\x74\xd4\x46\xfd\x08\x86\x3b\x08\x8d\xb3\x24\x3a\x53\x41\x76\xbb\x1c\x9d\x46\xdd\xa0\x0d\x95\x69\x6c\x48\xb0\xe3\x84\xae\x4e\x32\x5a\x6d\xf4\xa5\xc6\x75\x38\x2c\x28\x9b\x9e\x29\xb2\x1a\xb8\x89\x09\x91\xe3\xe2\x61\x7d\xaa\xd1\xef\x8c\xdd\x3c\xd2\x00\x8a\x6f\x0f\xfa\xac\x29\xf2\x1e\x81\x6c\xa9\x6b\x35\x36\xc4\xbb\xc5\x5f\x46\x74\x9c\x35\x07\x63\x3d\xac\xa4\xa6\xe7\xee\x00\x83\x3c\xdb\x04\x0e\xd8\x3c\x30\x82\x67\x98\xc1\xb4\xe8\x0b\x4d\x21\x72\x50\x90\x4a\xc2\x09\xa6\x00\x61\xa3\x55\xb3\xaa\xe0\xd3\x03\x3f\x7a\x98\x49\x3a\x75\x62\xf3\x89\x91\x0e\x90\xd5\x45\xf7\xf2\x86\xdb\xff\xce\x27\xa5\xb3\xa1\x88\xe8\xb9\x34\x75\x82\xbb\xec\x58\xe1\x21\x34\xd2\xd5\x66\x8b\x76\x0f\xa8\xd7\x5c\xac\xc4\x9e\xba\x83\x7a\xb4\x16\xb5\x57\x7b\xf8\xce\x68\x37\xaa\x68\x41\x45\x51\xdb\x8b\x0d\xce\xa8\x89\xa6\xa1\xca\x85\x6b\x82\x10\xf8\x02\x77\x1d\xd5\x00\xc1\xb1\xa5\x27\xb5\x08\xe8\x8c\xf3\xb1\x85\x15\x12\x9a\xf5\x2f\x55\xef\x81\x6c\x5e\x41\xbd\x33\x11\xf3\xcf\x24\x91\xa4\x5e\x3e\xb1\x59\x42\x65\xb1\x91\xee\x32\x84\x81\xf8\xca\x8b\x75\x38\x07\x89\xa7\x36\x17\x29\x4c\xfc\xb5\x34\x8d\x25\x1b\xc7\x59\x7c\x94\x42\x07\xa5\xf0\xa7\x6c\x22\x9f\x4c\x06\x15\x26\x5c\x11\x30\x40\x6b\x6c\x26\x17\x5a\x58\x81\x69\xaa\xf4\x1c\xcb\x38\x0e\x94\x2e\x9f\xdf\x00\x9f\xa3\x92\x0f\xef\xcd\xc8\xbd\xf9\x2d\x6a\x89\xba\xc6\x7f\xca\xb4\x46\x5d\x9b\x3e\xd4\xb8\x5c\x68\xa2\x0e\x45\xa2\x5f\x9c\xe4\xda\x65\x9d\x90\x79\xe8\x5c\xfc\xcc\x0e\x5d\x72\x42\x9a\x1f\x96\xe4\x81\x81\xd1\x4f\xf9\xef\x28\xf1\xd8\xbe\x16\x4a\x6e\xb3\xbc\xe9\x25\x1f\x70\xc4\x97\xbe\x1e\xca\x57\x7c\x0a\xb0\x15\x2a\xe3\x82\x62\x96\xec\x91\xca\x3b\x7a\x75\x5b\xbc\x89\xae\x3a\xf7\x58\x8b\xce\x0b\x3b\x9d\x92\xa4\x28\xc8\xd9\x34\xd5\x0a\x2b\xec\xc4\x56\x1a\xcb\xb6\x4c\x1e\x9b\x8b\xed\x77\x6d\x2a\xce\x09\x73\x8e\x3a\xa7\xfc\xb2\x44\x88\x6b\xc0\x60\x94\xac\xa7\xce\xf9\x4a\xb8\x29\x85\xa6\x93\xa9\x97\x7a\xd7\xc1\x3e\x5e\xc1\xbb\x22\x07\x05\xa9\xb4\xef\x4f\x33\x77\x98\x32\xa5\xf0\x1e\xfb\x81\xcf\xee\x28\x21\x66\x39\x14\xed\xf5\x09\x42\x25\x85\x2f\x22\xb1\x3c\x79\x09\xb7\xf1\x51\x69\x13\x6f\x72\x27\x66\x3a\x59\x45\x25\x1e\xed\x46\x20\x15\x0a\x22\x9d\x71\xed\x84\xf4\x09\x1d\xc7\x5d\x24\x90\xcb\x68\x31\xc6\x6d\x8e\x9d\xd2\x73\xe0\x2c\x7b\x43\x00\xbc\x16\xdb\xe6\x9d\x3b\xe4\xa3\x37\xcd\xe9\x83\xd3\x1d\x21\x85\x4e\x0c\x03\xa6\x2e\x5c\x5c\x88\xe8\x47\x36\xb0\x99\xbc\x2e\x89\xa0\x62\x93\x9f\x1d\x4b\x64\x69\xe5\x6d\xd3\xaa\x81\xad\x94\xf6\x3f\xf8\x4c\x2a\x69\x6a\xd4\x3e\x36\x40\xe9\x75\x49\x85\xb6\x97\x88\x18\x74\xa0\xcd\x64\xd7\x09\xf1\x64\x72\xdc\x10\xcd\xcc\x11\xf7\x2b\x44\x0d\x1d\xdf\xc4\x38\xe6\x31\xce\x63\xe2\xcb\xb8\xd4\x09\x57\xc5\xa1\xc3\x1e\xad\x50\xf7\x8d\x74\x4f\xc6\xd3\xd1\x4b\x25\x3f\x12\x56\x82\x3c\x89\x72\xe8\x26\x67\x57\xe7\x51\x34\x6c\x83\xd0\x09\xdb\xf0\x4b\x06\x34\xd2\xc6\xb3\xe7\xef\x18\xca\xba\x08\xdd\x7d\x71\xa0\x39\xc3\x72\x24\x87\x60\x47\xfb\x23\x22\x2e\xa5\xf1\x74\x5c\x9a\x49\x14\x30\x71\x01\xdf\xe4\x4c\x1d\x30\xbb\xd4\x05\x20\x0c\x88\xdb\x75\xf1\xc2\x46\xc0\xea\xf3\x4d\xbd\x34\x64\x9c\x96\x67\x8a\x1c\xb9\x83\xfd\xd9\x23\xec\xdf\x1c\x39\xe6\x8c\x14\x14\xe7\x2f\x8a\x38\xc2\x4d\x27\xe7\x65\xbd\xe1\x70\xea\xed\x88\xe9\x44\xbf\x6c\x60\x95\xed\xa8\xd9\xb5\x83\x4c\x88\xa5\x3b\x58\x6c\x09\x90\x99\x80\x7e\x8a\x63\xd1\xa6\x2c\x04\x8b\x62\x87\x5b\x42\x19\x17\x65\x42\xa9\x7b\xc2\xe1\x44\x78\x31\x95\xc1\xa3\xc3\x76\x54\x01\x55\x17\x85\x99\x27\x45\xd1\xc8\x22\xc3\x4f\x05\xdb\x80\xd6\x49\xc2\x5f\xb5\x35\xae\x6c\x4c\xa6\xf6\xe7\x22\x4f\x8b\xb2\x58\xb2\x28\xd2\xd3\xfc\xf6\xc7\xd8\xfe\xcb\xfc\x85\x23\x89\xd8\x61\xcd\x66\x5a\x2c\xd0\x48\x8b\xb5\x37\x96\xcf\x83\xc5\xe1\x32\x27\x07\x7a\x53\x36\x80\x26\xd6\xd2\xa2\x8f\xf0\x16\x70\xb3\xfc\xf8\xc4\x29\x07\xbd\x25\x1e\x7f\xf8\x96\xb8\x61\x5f\x68\x4e\x39\x76\xa8\xad\xfc\x8e\x62\x4d\xe1\x4a\xb1\x7d\x94\x38\x62\x6a\x4b\x78\x73\x7d\x7d\x22\xc6\x88\x96\x6f\x98\xed\x73\x74\x09\xa8\xc8\xe5\xfe\xaf\x0b\x57\x83\x06\x3e\x3b\xc8\x57\x55\xa2\x09\xf1\x25\x92\x54\xe4\xa5\xec\x1e\x4c\x25\x1d\xe7\x3b\xbe\x58\x85\x5e\xb0\x7d\xbc\xd0\x73\x0f\xb9\x7c\x05\x9f\x4d\x2c\xcc\x68\xa5\x87\xb9\x72\x9e\x6e\x31\x1c\xd4\x9c\xf1\x66\x94\x38\x90\x4e\x29\x9c\x23\x12\x7c\x11\x82\xc6\x2f\xa6\xab\x49\x0f\xd5\x59\xd2\x5f\xa8\x99\x0f\xcf\xc7\x9c\xb4\xdc\x8d\x4c\x44\x78\xd4\x74\x32\x1c\x45\x1b\xaf\xd9\x1d\xc7\x84\x49\xc3\x32\x9d\xa6\xbb\xcb\x1d\x3a\x7f\x53\x15\x17\xa4\x16\x33\x16\x88\xd1\x3c\x2a\xb3\xb7\x43\xb9\xee\x72\x9f\x34\x5d\x9d\xa0\x92\xb9\x26\xef\xb0\xa8\x42\x7d\x3f\x59\x52\x9a\x58\x36\xd8\x29\x97\xf6\xe1\x0c\x8b\x2f\x49\x62\x96\xf9\x02\xde\xf9\xf2\x36\x14\xdc\x5d\x53\x1e\xe6\xfc\x84\xa9\x68\x4b\x5c\x2c\xe1\x26\x9a\xff\x39\x7b\xc0\xac\x86\x1d\x2c\x8a\x26\x3b\x40\x38\x04\x98\xdb\xbf\xd4\x54\xb1\xb8\x60\x65\x11\x0b\x83\x37\x0a\xad\xd0\x35\x86\xfe\x79\x84\x9c\xd2\x86\x5e\x78\x6a\x19\xae\xf6\x29\x5d\x86\x8e\xd8\x81\xfe\x39\xfc\x15\x2d\xc6\x64\xd1\xb9\x83\x15\xb8\x03\x2a\x86\x5f\x5c\x88\xce\x36\xf8\x0a\xbe\x13\x18\x98\x51\x8a\xdb\x7a\x0d\xbf\xf1\xc2\xae\xd1\xbb\x43\xcb\x0c\x3d\xc5\xec\x41\x03\x5a\x9a\x29\xd6\xa1\xbb\x78\xac\x22\x4a\x6d\x28\xea\x2e\xd2\x3b\xe1\x74\x07\xa2\x0b\xe3\xd8\x55\x50\xb0\x43\x7d\x2a\xc4\x1a\xd7\x83\x25\x7c\x99\x0d\x15\x1e\x4e\x4d\x8e\xde\x78\x7a\xf2\x17\x27\x26\xcf\x23\x7e\xb8\x71\x96\xaa\x3f\x2e\xc4\x1d\x01\x47\xf2\xcc\xad\x6c\x46\xa1\x60\xd4\x92\xcf\xb0\x76\xc6\x6e\x2e\xc0\x8d\x75\x17\x5a\x36\x7f\x34\xf5\x26\x62\x09\xbe\xc3\xe5\x85\xd4\x68\x2f\x60\x87\xab\xd2\xe8\xf9\x66\xdb\x4a\xf8\xba\xa3\xfa\xbc\x46\x47\x88\xf2\xa5\xc6\x5b\xb2\xfb\x0a\x45\xde\x74\x43\x86\x7f\x32\xd6\x0a\xdd\x92\xea\xa0\xcc\xab\xc2\xbd\xc0\xc7\xb3\x3a\xcf\x8d\x97\x07\x0f\xda\xd4\xd1\x06\xa7\xf2\x24\x16\x87\x8c\x97\x53\x85\x15\x66\x2e\xa1\x6a\x58\x0d\x47\x4d\x17\x2e\xe4\x1f\xe9\x79\x4e\x77\x16\xa7\x96\x67\xd1\x53\x1b\x84\x73\x45\xa1\x15\x30\x8e\xda\xa7\xf3\xd2\xc4\xb4\x81\x79\xfd\x93\xae\x53\x78\x21\x15\x7b\xc9\x8c\xbe\x9b\xca\x47\x3b\xdd\xf9\x66\x38\x41\x6e\x13\x88\x5e\x80\x33\xe5\xed\xd1\x3c\x2c\xbc\x9e\x58\x9a\x29\xb7\x3d\x61\x3e\x49\x4e\x81\x87\xac\x1c\x00\xd9\x8b\xf5\xd4\xe4\x7a\xfb\x66\x71\x9b\x45\x17\x9a\x58\xf7\xbd\x18\x8a\xf1\x00\xcd\x8a\xdc\xf0\xcd\x57\x5f\xe7\x67\x0f\x67\xe9\xf7\x5c\xe8\x54\x27\xb7\xa2\xf6\x4f\x15\x67\x8d\xd9\x69\x65\x44\xc3\x77\x42\xe2\xf8\x70\x92\x24\x8a\x7a\xb4\x37\x14\xfc\xc2\x25\xd3\xc1\x4a\x33\x89\x3b\x94\x63\x58\x5e\x5f\x8e\x6d\x2f\xf2\xc9\xdc\xea\x9a\x8a\xdb\xe9\x10\x8f\xe4\x94\x96\x27\x32\x07\x2d\x6f\xa9\x02\x3c\xa3\x30\x09\x1a\xb1\x09\x91\x30\x5a\xdf\x04\xd1\x79\xe1\x77\x7c\x68\x36\x18\xe7\xe4\x4a\x31\xa4\x4e\x65\xa0\x3f\x29\x89\x7e\x54\x5e\x12\xd4\x08\xb5\x7a\x61\xdd\x59\x20\x79\x48\x9a\x3c\x01\xfc\x3c\xf8\x57\x80\xc4\x03\x0e\x8e\xa2\xc5\xb3\xe2\x45\xb9\xf6\x0b\x63\x46\x62\xe4\x88\x5e\xd6\x7e\xd9\x10\x8c\x3a\x5f\x42\x45\x4b\xbd\xbd\xba\x6a\x8d\x59\xd4\xa6\xcf\x64\x16\x5e\xd8\xc5\xfa\x63\xd9\xf1\x0b\x37\xc2\xdd\x8c\x0e\x84\x66\xa3\x1b\x7b\xa2\xd5\x37\x77\x6f\xeb\x2f\x84\xf8\xc7\xbb\x37\xa2\xb9\xbd\xbd\xb9\xfb\xe2\xf6\x4b\x5c\x7d\xd5\x7c\x75\x2d\x6e\x6f\xbe\xbe\xbd\xc5\xaf\xbe\xfe\xa2\xa4\xf8\x50\x76\x0d\xe7\x36\xae\xcc\xda\x9d\xb0\x6f\x92\x64\x79\x86\x46\x7a\xe8\xcc\x2e\x7c\x44\xa1\xcc\x3a\x9a\x57\x59\x33\x96\x57\x1b\xb9\x2a\xe1\xb6\x80\x71\x48\xe3\x5d\x9c\xc0\x47\x06\x94\x59\x16\xf0\xef\x66\xbd\x26\xb3\xe5\x0b\xb0\x54\x96\x34\xb0\xda\x4f\x66\x14\xb0\xdf\x05\xac\xc6\x78\xbf\x7a\xc6\x69\xc4\x71\xe4\x02\x94\xd8\xed\xe5\xda\x52\xba\x6a\xf2\xed\x5d\x53\xc6\x17\xfe\xc8\xc0\xac\xc1\x1a\x3f\x99\x18\x95\xab\x14\x3b\x66\x6e\xf3\x5b\x4c\xb4\x64\xf0\xd5\xcc\x93\x98\x38\xa2\xc5\x0a\x28\xcd\xa9\x17\x1f\xee\x83\x42\x80\xfb\xd1\x37\xd7\x27\x5e\xde\xc7\xda\xf2\xe6\xae\x34\x9f\x99\xf5\xe4\x56\x50\x71\x78\xeb\x6a\x2b\x57\xf9\x43\x94\xa2\x7d\x14\xdb\x7f\x14\x8a\x66\x11\x23\x7e\x9a\xb2\x80\xff\x4a\xf7\xf0\x0f\xba\x4e\xb5\x1a\x1b\x84\x1e\x7b\x63\xf7\x17\x50\x0f\x63\xb8\x4c\x4f\x5a\x59\x14\xfc\xb0\x21\x39\x6e\x76\xe7\x8c\xcc\xd5\x4f\xfa\xf6\x85\xcf\x80\x7a\x51\x77\xa4\x81\x70\xcf\x23\xc0\x1c\x9a\x68\xc6\x75\x57\x76\x10\x03\x27\xb5\x18\x44\x4d\xf5\xc8\x6f\xb0\x8b\x23\x21\xbd\x9a\x71\x64\x4e\x0e\x08\x4e\x1d\xbd\x29\x51\xd6\xc3\x18\x6c\xe3\xee\xfa\x1a\xce\xf9\xe7\x0f\xdf\x7f\xcc\xaf\x83\x36\x60\x09\xb7\x77\x5f\xc2\x39\xfd\xfc\xe1\xdb\x9c\x46\xc3\xef\x03\x5b\xf1\xd8\x0f\xaa\xbc\xd4\x7e\x22\x9b\xf6\x42\x93\x4b\x0a\x48\x83\x33\x40\x9d\xc2\xec\x89\x3c\x47\x69\x8e\xcc\x6e\x48\x5f\xd9\xa4\xe9\xe1\xe3\xbb\xf8\x85\x8d\xda\xc3\x30\x2a\x35\xef\x50\x71\xaa\x8e\x07\x55\xc6\xc2\xff\xf0\x11\x87\x37\x30\x98\x61\x64\x0a\x76\xd4\x7c\x63\x63\xbe\xea\xd4\xef\x78\x99\x4d\x1c\x0a\xe3\xd5\x4c\x22\x31\x72\x44\x2f\x8b\xb0\x8c\x1b\x8c\x25\xf2\xbf\x25\x54\x97\x97\x97\x3f\xeb\x0d\xee\xdf\xc2\xa7\x4f\xb0\xc1\x3d\xfc\x9c\x4e\xcf\xae\xfa\xfd\xe5\x06\xf7\x3f\x57\xf0\xf0\x50\xe6\xa2\x86\x0f\xd9\xc3\x3e\xc2\x67\x1e\xa6\x16\xea\x8a\xbf\x7e\xdc\xf7\xaa\x1c\x1a\x2e\x54\xde\x73\x27\x9d\x87\x3a\xb9\xd6\xe2\xd4\x90\xf0\x82\x86\xfc\xf8\xee\x5f\xbe\xff\xef\xff\x3c\x3a\x26\x7b\xdc\x0a\x6b\xbe\xcc\xeb\x4c\x59\x2d\xc6\x13\x4c\xd4\x5b\x69\x8d\xe6\x86\x49\xfa\x60\x67\x32\xc4\x83\xee\x67\x6a\xbb\x72\xc6\x0b\x9f\x91\x10\x52\xe5\x28\x1b\xa0\xf4\x14\x90\x56\x78\xe2\x00\x84\x3b\x23\x2c\x60\xb2\x52\x6c\x4e\x9b\x66\xbc\x64\x7a\x6c\x7b\x9f\xd5\xd7\x12\xaa\x7f\xfb\xe7\xff\x5d\xbe\x44\x4f\x73\x2d\xa1\xde\x96\x03\x51\x6f\x0b\x8b\x28\xbb\xa2\x47\xc2\xdf\xd2\x16\x9e\x83\x36\xbc\x01\x51\x73\x0e\xa0\x58\x60\x36\xa8\x59\x1a\x45\x10\xf8\x5e\xb8\x4e\x7e\x67\xec\x10\xe5\x42\xbb\x41\x1b\x04\x1d\x48\x85\x27\xd3\xd7\x80\xf9\x2c\xb4\x99\xc1\x16\x31\xfa\xce\x58\xf9\x31\x7d\xfc\xd3\xf7\xa3\x0e\x4d\x2c\xfe\x7e\x85\xa9\x2f\xe0\xdb\xfd\x84\x48\x02\x79\x56\xa4\xd4\xe4\x5e\xb3\x4d\x06\x6e\xa5\x2e\x6e\x01\x6f\xa5\xe0\xc3\x9b\x13\xe6\x14\x12\x59\xba\xd2\xc0\x73\x27\xce\xb6\x42\x2a\x11\xe1\xf8\xc9\xa8\x51\x6e\x37\x4a\xae\x13\xba\x51\x39\xfb\x6a\xdc\x09\x35\x11\xd4\x0d\x58\xdc\x9a\xe2\xd3\xdc\x0e\x73\xc8\xdb\xe0\x6f\x42\x3f\x33\xdd\xbe\x5a\x38\x63\x2e\x8e\x88\xf1\xd3\x99\x63\xf0\xe1\xb5\x8c\xf8\x87\x2f\x42\xd4\x8d\xae\x2e\xa0\x6a\xad\xd1\x1e\x75\x93\x2f\x42\xfc\x0d\x02\xd1\x77\xb3\x6f\x4b\xe3\xf9\x7e\x6a\xf5\x07\x0a\x2a\xf4\x13\x39\x64\xa4\x2f\xbe\x57\x08\x1b\x49\x91\x61\xa6\x50\x7a\x34\x2f\x22\xdf\xe5\x3e\x69\x71\x6a\x1f\x8f\xe9\x27\xbc\x44\xf3\xee\xd3\xe2\x4b\xa8\x6e\xd3\xb5\x83\x07\xbe\x9b\xf7\x70\xf6\xff\x01\x00\x00\xff\xff\xc5\x4a\xd9\x9a\xc0\x3e\x00\x00") +var _commandAssetsExampleNomad = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\xdd\x6f\x24\x37\x72\x7f\xd7\x5f\x51\x68\x05\xb8\x04\x90\x46\x1f\x6b\xd9\xf1\x06\xf3\x60\xfb\x72\xf1\x26\xf1\x25\x88\x9d\x1c\x82\xf8\x20\x70\xba\x6b\xa6\xb9\xc3\x26\xdb\x24\x7b\x66\x67\x17\xfa\xdf\x83\x2a\x7e\x34\xbb\x67\xa4\x95\x65\x9c\xb5\x0f\xb3\xbb\xdd\x64\xb1\x58\x9f\xbf\x2a\xb2\xcf\xe1\xa7\x16\x2d\x42\x2d\x34\x18\xad\x0e\xb0\x42\x10\xe0\xa4\xde\x28\x84\xf7\x66\x05\x0d\xae\xa5\x96\x5e\x1a\x0d\x3d\x5a\x58\x4b\x85\x0b\xf8\xa9\x95\x8e\xdf\x4a\x07\x5a\x74\xd8\x9c\x9d\x43\x85\x1f\x44\xd7\x2b\xac\xc0\x19\x90\x1e\xf6\x52\x29\xa8\x2d\x0a\x4f\x14\x69\xf0\x5e\xfa\x16\x7c\x8b\xf0\xee\x8f\x20\x74\x03\x7f\x16\x1d\x8e\xd3\x16\x67\x67\xcc\x0c\x54\xef\xcd\xaa\x02\xe7\x85\xfe\x28\x68\x01\x9a\xe1\x4d\x7f\xd9\x19\xe7\xa1\x36\x7a\x2d\x37\x83\x15\xcc\x91\xe9\xf9\x2f\xa9\x79\xd0\x7b\xb3\x3a\x3b\x07\xd7\x63\x2d\xd7\xb2\xe6\x11\x0b\xf8\x26\xf1\x29\xa0\xc1\x5a\x09\x9a\xb9\xc3\xe9\x28\x30\x6b\xf0\xc2\x6d\x69\x2d\xe1\xe1\xcf\xa6\x13\xb4\x23\xd7\x9a\x41\x35\x60\x07\xbd\x80\x7f\x35\x2b\x07\xad\xd8\xd1\x5e\x36\xca\xac\x84\x52\x07\x18\xb4\xfc\x65\x40\x96\xc0\x05\x18\x8d\x60\x2c\x74\x42\x1f\x98\x18\x6c\xac\x19\x7a\x77\x01\xfb\x56\xd6\xed\xd9\x39\x08\x8b\xc4\x66\xe7\x50\xed\xd0\x41\x6d\x94\xc2\x9a\x96\x77\xb4\xfe\x7c\xba\x5b\x9c\x9d\x9f\x9d\xc3\x9f\xe8\x99\xb1\x08\x52\xaf\x8d\xed\x02\xbb\x24\xbc\x28\x36\x07\x26\x6c\xbe\x94\xda\x05\xf4\x0a\x85\x43\x70\x88\x67\xe7\xfc\xda\x68\x25\x35\x42\x63\xea\xa1\x43\xed\x23\x1d\xff\x96\x17\xa1\x3f\xad\xf7\xbd\x7b\x7b\x75\xb5\xdf\xef\x17\x9a\x04\xd0\x5b\xf3\x1e\x6b\xbf\x90\xe6\xaa\x31\xb5\xbb\x7a\x6f\x56\x97\x13\xa9\x5d\xb1\xbc\xcf\x48\xbc\xa3\xee\x3f\x9d\x01\x44\x35\x5a\xdc\x48\xa3\x2b\xe8\x85\x15\x1d\x7a\xb4\x49\xe8\x18\x74\x1a\xde\x93\xf2\x58\x42\xe0\x0d\xe0\x07\xac\x07\x8f\x49\x9b\x0b\x26\xf6\x6e\x0d\xa6\x93\xde\x63\x73\x01\x9e\x0c\x4f\xea\x16\xad\xf4\x81\x4a\x83\x6b\x31\x28\x9f\xa8\x91\x2e\x48\x9c\x55\x50\x52\x15\x48\xc4\x97\xcb\xfc\x98\x9e\x8e\x9c\x36\xc2\x8b\x1a\xb5\x47\xeb\x1e\x67\x57\x49\xe7\x89\x72\x31\x38\x32\x1e\xec\x84\xc9\xad\x90\x2c\xd4\xc9\x06\x2d\x36\xb0\x6f\x51\x43\xaf\x44\x2d\xf5\x26\xb0\x4e\x9a\x8d\xee\xd3\x0d\xce\xd3\xf8\xde\x9a\x9d\x6c\xb0\x21\x4e\x4b\xda\x4b\xf8\xbf\xaa\xa9\x6f\xaa\xbf\x9e\x8d\x8c\xfa\x43\x8f\x25\x87\xb5\xd1\xde\x1a\x15\x7d\xe4\xd0\xf3\xd6\xdf\x9b\x55\x34\x3a\x90\x5d\x2f\xea\x28\x28\x57\xb7\xd8\x0c\x0a\xed\x1f\x1c\x13\x6c\xb0\x96\x8e\x8d\x3f\xf0\x88\x64\x17\x91\xb7\xa9\x97\x49\x17\x1d\x4d\x28\x36\xbd\x28\x72\x07\xde\x30\xa5\xca\xa1\xdd\xc9\x1a\xab\x05\x9b\xab\x80\xf5\xa0\x54\x96\x17\xd9\x07\xb1\xe6\x78\xae\x6f\x51\x5a\x68\xe4\x7a\x8d\x16\x75\x8d\x6e\x62\xab\x44\xed\x31\x6b\x5d\x64\x9d\x9d\xf2\x89\x92\xcc\xd3\x06\x9f\xa8\x3c\xcb\xe8\xb3\xd0\x5c\x9c\xc7\x42\x5e\x8e\x5b\x2e\x94\x43\x8a\xf7\x56\x48\xed\x73\xf4\xe2\xe0\x49\x3b\x6f\x1a\x19\x05\x38\x8e\x72\xb0\x36\x76\x6a\x1e\xa4\x3a\x26\x28\x75\x9e\x43\x7e\x41\x41\xc1\xa2\x33\x83\xad\x39\x4a\x34\x56\xee\x82\xfa\x13\xad\xa8\xb8\xb8\x6e\x27\x38\x90\xb3\x5a\x83\x61\x0a\x3f\x46\x89\x0b\xa8\x38\x36\x55\x17\x44\xab\x22\x9b\xac\x40\xe1\x0e\xd5\x05\xeb\xc8\x0d\x7d\x6f\xac\x77\xb0\x13\x56\x8a\x95\x22\x41\x7b\xb4\xbd\x51\xcf\x50\xc4\xe9\xe0\x74\x2c\x9b\x67\xeb\xfd\xd7\x2b\xed\x38\x52\x8d\xcb\x67\x4a\xe3\xa3\x18\xb3\x00\x84\xf7\x56\xae\x28\xfe\x2c\xa1\xfa\xbb\x4f\xf4\xdf\xc5\x16\xad\x46\xb5\xa0\xb0\xf2\x50\xc5\x71\x3b\xa1\x06\x64\x56\x96\x50\x29\xa9\x87\x0f\xe1\xcd\x43\x61\x0c\x43\xdf\x08\x8f\xd9\x10\xa6\xa1\x24\xbc\x04\x5a\xdf\xe3\xe6\x90\xd2\x4f\xcc\x18\x0b\xa6\x10\xc6\x30\xc1\x3c\x4e\x3a\x18\x1c\x36\x64\x11\xd1\xf3\xc9\x6c\xf4\xc6\x81\x92\x5b\x04\x6b\x94\x22\x53\x1a\xfa\x8d\x15\x0d\xb9\x56\x2d\xb4\xb0\x92\xfe\x25\x74\x0c\x50\x6a\xc0\xab\x8d\x45\xd4\xd0\x60\xaf\xcc\x81\xe4\xec\x16\x93\x20\xab\xcd\x11\x87\xd2\x01\x92\x8e\x6b\x6c\x98\xbd\xe0\xf7\xb3\x4d\x4e\xac\x2e\x59\x1c\xb9\xbf\xb1\xc5\xfe\x16\xf0\x97\x14\x16\xf3\x28\x26\xc7\x71\x4b\x7a\x10\x7d\xaf\x58\x52\x06\x84\x52\x51\x28\x0c\x1e\xc6\x3c\x7f\x44\x64\x65\x22\xb6\xa0\xf5\xd2\x66\x79\x6a\xb2\x6c\x8e\x81\xcc\xa8\xe3\x54\xdc\xa1\xdd\x50\x8c\x4e\xa0\x84\x07\xff\x81\x42\xf4\x96\x84\xd8\x5b\xac\xb1\xa1\x10\xf5\x12\x7b\x9f\x4a\xe6\x77\xb5\xf5\xd1\x70\xce\x20\xe9\x91\x2c\x3c\x9b\x66\x27\x3e\xdc\x53\x0a\x51\x0a\xd5\xe3\xe9\xae\x13\x1f\x64\x37\x74\xa0\x87\x6e\x85\x96\x4c\x34\xd0\x8a\x51\x9f\xa8\xf5\x68\x49\x0c\x14\xac\x12\xbd\x05\xbc\xd3\x21\x94\xd5\xc2\x61\xcc\xd7\x05\xe1\x6c\x59\x19\x63\x92\x61\x44\x7a\xc2\x83\x00\x2f\x3b\x96\x38\x40\xc9\x27\x2c\xe1\xe6\x6c\xb2\x09\xa9\xef\x5b\x14\xca\xb7\x87\x7b\x9a\xf2\xc4\x46\xa4\xe6\x8d\xd0\x28\x7e\x20\x94\x32\x41\x56\x91\x60\xca\xc4\xd1\xbc\x22\x59\xd2\x9d\x47\x58\xe1\x9a\x35\xee\xc9\x07\x3a\x61\xb7\x64\x6f\x2e\x0f\x22\xed\x0f\x7a\xa5\x4c\xbd\x75\x91\xdc\x7a\xb0\xbe\x45\x5b\xac\xe3\x60\x6d\x4d\x07\x2b\x0c\xde\x49\x02\x68\xe2\x1e\x67\xdb\xa0\x88\x72\x73\xed\xaa\xc9\x5e\xd3\x80\x06\x45\x43\x36\xf3\xf8\x5e\xd3\x88\x02\x54\xb1\x73\xb1\x74\x33\x3b\x79\xc3\x27\xb6\xb3\x26\xa2\x79\x6a\x39\x49\xa6\xfd\x89\xc1\x1b\xb2\xfd\x9a\x31\xb0\xb7\x42\x3b\x4e\x54\x21\x30\x0d\x3a\xd2\x5a\xc0\x4f\xf9\x15\x27\xb8\xe2\x1d\x17\x07\x49\x5c\x42\xaa\xc8\x7c\x8a\x47\x2c\xd5\xde\x78\xd4\x5e\xf2\x22\x14\xd9\x60\x25\xea\x6d\x76\x71\xb9\x86\x8a\x18\xb9\xb7\xb8\x43\xeb\xab\x91\x3d\x87\x9e\xd6\xf2\x76\x88\x76\x34\x17\x1f\xc9\xf8\x4d\x37\x15\x71\x6f\xcd\xc6\xa2\x73\x2f\x92\xb1\xd0\xbf\x42\xc4\x21\xba\x67\x22\x2b\xdc\x48\xed\x02\x52\x24\xea\x6b\x69\x9d\x3f\x26\x47\x48\x61\x26\x23\xf2\x31\xae\xae\x1a\x16\x97\x74\x84\x10\xd0\x33\x29\x92\x09\x08\x7d\x6c\xea\xc2\xd1\xbe\x18\x97\xcd\xc8\x8d\x7a\x0c\x91\x77\xea\x06\x9c\x20\xb4\x39\x26\x38\x9b\xf6\xa8\xff\xd0\x8b\x24\xe4\xbc\xfb\x8b\xc2\x3c\xa7\x3b\x1b\xc5\x46\xe6\x91\xbc\xe5\x48\x4b\xc1\x5d\x66\xba\x9c\x98\xc5\x29\x2d\xca\x75\x36\xa3\x58\xe2\xd1\x94\xcb\x30\x25\xee\x22\x12\x54\xc2\x79\xda\xc8\x2a\x56\xc3\xa6\x4c\x9b\xcc\xdb\x60\xb1\x28\x32\x47\xbe\xe3\x24\xb9\xe6\x24\x76\xca\x0d\x5d\xa9\x0d\x2a\x67\x0a\xca\x7b\xaa\xc9\x23\xb1\x64\x38\x4c\xa0\xd8\x1c\x2c\x61\x2d\x94\xc3\xc9\xe6\x39\xe3\x1f\x1e\xb3\x5e\xe1\xa1\x6e\x85\xde\x60\x56\x16\xa3\x73\x7a\xbe\x0f\xb5\x2e\xba\x41\x25\xfb\x93\xb4\x59\xe7\xed\x50\x73\xc9\x9c\xe2\x7f\x94\x59\x2c\xed\x39\xad\xc6\x25\x9a\x22\x5b\x24\xe8\x11\x69\x51\x9a\x35\x03\xc9\xd2\xf4\x3d\x85\x03\x82\xb4\xbd\xc5\x9d\x34\x83\x2b\x85\xb2\x80\xff\xd0\x75\x84\xf0\x3d\x5a\xe1\x09\xee\xd2\x46\x3a\x46\xd2\xa3\x20\xd3\x02\x9c\xcc\xa3\x8c\xd8\xa0\x0e\xdc\xcc\x08\x95\x55\x67\x3c\xd7\x61\xe4\xa6\x29\x4c\x83\x28\x90\x52\xcc\x95\x44\x30\xfa\x84\xc5\x4e\x48\x8e\x58\x13\x55\x51\x6e\x22\x30\xc4\xc5\xe5\x24\x85\x06\xc5\x9c\x47\x2a\x7f\x0a\xd1\xff\x82\xe2\x90\x27\x2a\x59\x25\xf8\xcb\x20\x54\x92\x7b\x6d\x06\x9d\xdd\x70\x04\x47\xbc\xe6\x3e\x09\xed\x31\xb0\xf6\x97\x14\x2d\xa2\xd5\xc5\x94\x72\x91\x4a\x2f\x0a\x03\x91\xb4\xc6\x7d\x24\xb6\x43\xeb\x62\x35\x17\x88\xc5\xc0\x31\xf4\x54\x00\xb2\xa8\x64\x84\x2f\x46\x35\xe5\x70\xd6\x59\xf2\xc1\xb0\x1b\x58\xc2\xf5\x19\xc0\x43\x06\xbc\x9d\xdc\xd8\x80\x18\x4f\xe0\xdd\x04\xad\x32\x9c\xa4\x70\x16\x66\x90\x84\xcc\x7a\x0d\x66\x1d\x8a\x52\x1b\x65\xaf\x4d\x83\x33\x58\x2a\x72\xad\x1f\xa7\x1a\x3d\x01\xa8\x01\x37\x36\x9f\x81\x6b\x09\xa1\x45\x86\x5f\x05\xa2\xc5\xb5\x23\x99\x24\xba\x04\xd2\x7e\x9c\xc8\x6e\xf4\xa8\xa2\x44\x88\xae\x1c\xcc\x3c\xce\xcf\x88\xdb\x89\x2e\x99\x34\x83\xa9\x50\x19\x46\x3a\x29\x2f\x29\x8a\xc3\xbe\x15\x3a\xb6\xd7\x3c\x97\xa6\x64\x93\x29\xd5\x44\x7b\x4c\xb6\xf8\xf7\xe1\xed\xe5\x04\x96\xfd\x43\xe8\xf2\x31\xbd\xb5\x07\x3b\x68\x56\x5e\x33\x58\xfa\x2b\xab\xc9\x3d\x0d\xe8\xa6\x1b\xee\x90\x42\x94\x74\x5d\x91\x60\x0b\x47\x0c\x9e\x1e\xac\x38\x46\x85\x5c\x92\x30\x28\x4d\xb0\x21\x94\x69\x21\x3c\x54\x75\x8b\xf5\xd6\x55\xb9\xde\xbd\xe7\xe4\xe4\xaa\x12\x21\xdc\xf3\x20\x4a\x29\x71\xf4\x23\xfc\x3d\x8e\x27\x9f\x44\x92\xc9\xa7\x9f\x8f\x27\x3f\x83\x24\x13\x7a\x8d\xea\x8f\x7a\x2e\xf0\x76\x03\x83\xe3\x38\x06\x4a\xac\x50\x81\x1b\xd6\x6b\xf9\x21\xd4\x8a\xd5\x9b\xeb\x28\x8e\x9b\xbb\xae\x7a\x1e\x18\xfd\xf1\xf3\x58\xf3\x59\x10\x28\x65\xc2\xa7\xb0\xe6\xaf\x40\x99\x6d\x86\x7e\xcf\xdd\xfb\x6d\x17\xb7\xde\x56\x8f\x43\xc4\xbb\xae\x9a\x44\xb8\xd8\x33\x39\x6a\xed\x80\x43\x4e\x43\xd3\x1e\x72\x4c\x92\xdc\x0f\xbc\xe4\x7d\x61\x03\x8c\x9a\xce\xb3\x93\x86\x46\x33\xd4\x4a\x72\xe7\xed\x9b\xd4\x38\x8e\xa5\xae\x88\x2e\x98\x5c\x2c\x16\xbb\x31\x80\x45\x2f\x3f\x4f\xd3\x5f\x50\xa4\x4e\x36\xf4\xbb\x06\x40\x5e\x39\x12\x09\x9b\xac\x6a\x51\xb7\xb1\x7f\x5c\x74\xd4\x06\xfd\x08\x86\x9b\x85\xc6\x49\x12\x9d\xa8\x20\xbb\x5d\x8e\x4e\x83\x6e\xd0\x86\xca\x34\x36\x24\xd8\x71\x42\x57\x27\x19\xad\x36\xfa\x52\xe3\x26\x1c\x16\x94\x4d\xcf\x14\x59\x0d\xdc\xc4\x84\xc8\x71\x71\x5e\x9f\x6a\xf4\x7b\x63\xb7\x8f\x34\x80\xe2\xdb\x59\x9f\x35\x45\xde\x23\x90\x2d\x75\xad\x86\x86\x78\xb7\xf8\xcb\x80\x8e\xb3\x66\x6f\xac\x87\x95\xd4\xf4\xdc\xcd\x30\xc8\xb3\x4d\x60\xc6\xe6\xcc\x08\x9e\x61\x06\xe3\xa2\x2f\x34\x85\xc8\x41\x41\x2a\x09\x27\x98\x02\x84\x8d\x56\xcd\xaa\xca\x4f\x80\xc4\xbf\x84\x2f\xdf\x7c\xf5\x75\x7c\xf2\x70\x16\x7e\x4b\x15\xa4\x16\x6d\x3e\x4a\xd2\x01\xcb\xba\xe8\x77\xde\xf0\xb9\x80\xf3\xc9\x1a\xd8\x82\x44\x74\x69\x9a\x3a\xe2\x60\xf6\xb8\xf0\x10\x1a\xe9\x6a\xb3\x43\x7b\x00\xd4\x1b\xae\x62\x62\xb3\xdd\x41\x3d\x58\x8b\xda\xab\x03\x7c\x67\xb4\x1b\x54\x34\xad\xa2\xda\xed\xc4\x16\x27\xd4\x44\xd3\x50\x49\xc3\xc5\x42\x88\x88\x81\xbb\x96\x8a\x83\xe0\xf1\xd2\x93\xbe\x04\xb4\xc6\xf9\xd8\xdb\x0a\x99\xce\xfa\x97\xea\x7d\x26\x9b\x57\xd0\xfb\x44\xc4\xfc\x9b\x24\x92\xb4\xcc\x47\x39\x4b\xa8\x2c\x36\xd2\x5d\x86\xf8\x10\x5f\x79\xb1\x09\x07\x24\xf1\x38\xe7\x22\xc5\x8f\xbf\x96\x36\xb3\x64\xab\x39\x8b\x8f\x52\x4c\xa1\xdc\xfe\x94\x4d\xe4\x23\xcb\xa0\xc2\x04\x38\x02\x38\x58\x1b\x9b\xc9\x85\xde\x56\x60\x9a\x4a\x40\xc7\x32\x8e\x03\xa5\xcb\x07\x3b\xc0\x07\xac\xe4\xdc\x07\x33\x70\xd3\x7e\x87\x5a\xa2\xae\xf1\x9f\x32\xad\x41\xd7\xa6\x0b\xc5\x2f\x57\xa0\xa8\x43\xf5\xe8\x17\x27\xb9\x76\x59\x27\x64\x1e\x3a\x57\x45\x93\xd3\x98\x9c\xa9\xa6\xa7\x28\x79\x60\x60\xf4\x53\xfe\x7f\x94\x78\xec\x6b\x0b\x25\x77\x59\xde\xf4\x92\x4f\x3e\xe2\x4b\x5f\xf7\xe5\x2b\x3e\x1e\xd8\x09\x95\x01\x43\x31\x4b\x76\x48\x75\x1f\xbd\xba\x2d\xde\x44\x57\x9d\x7a\xac\x45\xe7\x85\x1d\x8f\x4f\x52\x78\xe4\x34\x9b\x8a\x88\x15\xb6\x62\x27\x8d\x65\x5b\x26\x8f\xcd\x55\xf8\xbb\x75\xaa\xda\x09\x8c\x0e\x3a\x63\x81\xb2\x76\x88\x6b\x40\x6f\x94\xac\xc7\x96\xfa\x4a\xb8\x31\xb7\xa6\x23\xab\x97\x7a\xd7\x6c\x1f\xaf\xe0\x5d\x91\x83\x82\x54\xda\xf7\xa7\x89\x3b\x8c\x29\x54\x78\x8f\x5d\xcf\x87\x7a\x94\x29\xb3\x1c\x8a\xbe\xfb\x88\xad\x92\xc2\x17\x91\x58\x9e\xbc\x84\xdb\xf8\xa8\xb4\x89\x37\xb9\x45\x33\x1e\xb9\xa2\x12\x8f\xb6\x29\x90\x2a\x08\x91\x0e\xbf\xf6\x42\xfa\x04\x9b\xe3\x2e\x12\xfa\x65\x18\x19\xe3\x36\xc7\x4e\xe9\x39\x70\x96\x4d\x23\x00\x5e\x8b\x6d\xf3\xce\xcd\xf9\xe8\x4c\x73\xfa\x44\x75\x4f\x10\xa2\x15\x7d\x8f\xa9\x3d\x17\x17\x22\xfa\x91\x0d\x6c\x46\xaf\x4b\x22\xa8\xd8\xe4\x27\xe7\x15\x59\x5a\x79\xdb\xb4\x6a\x60\x2b\xe1\x81\x0f\x3e\x93\x4a\x9a\x1a\xb4\x8f\x9d\x51\x7a\x5d\x52\xa1\xed\x25\x22\x06\x1d\x68\x33\xda\x75\x82\x42\x99\x1c\x77\x4a\x33\x73\xc4\xfd\x0a\x51\x43\xcb\x57\x34\x8e\x79\x8c\xf3\x98\xf8\x32\x2e\x75\xc2\x55\xb1\x6f\xb1\x43\x2b\xd4\x7d\x23\xdd\x93\xf1\x74\xf0\x52\xc9\x8f\x04\xa2\x20\x4f\xa2\x1c\xba\xcd\xd9\xd5\x79\x14\x0d\xdb\x20\xb4\xc2\x36\xfc\x92\x91\x8e\xb4\xf1\x50\xfa\x3b\xc6\xb8\x2e\x62\x7a\x5f\x9c\x74\x4e\x40\x1e\xc9\x21\xd8\xd1\xe1\x88\x88\x4b\x69\x3c\x9d\xa3\x66\x12\x05\x7e\x5c\xc0\x37\x39\x53\x07\x30\x2f\x75\x81\x14\x03\x14\x77\x6d\xbc\xc9\x11\x40\xfc\x74\x53\x2f\x0d\x19\xa7\xe5\x99\x22\x47\x6e\x6d\x7f\xf6\x6c\xfb\x37\x47\x8e\x29\x23\x05\xc5\xe9\x8b\x22\x8e\x70\x37\xca\x79\x59\x6f\x39\x9c\x7a\x3b\x60\x3a\xea\x2f\x3b\x5b\x65\x9f\x6a\x72\x1f\x21\x13\x62\xe9\xf6\x16\xd7\x04\xc8\x4c\x40\x3f\xc5\x79\x69\x53\x56\x88\x45\x15\xc4\xbd\xa2\x8c\x8b\x32\xa1\xd4\x56\xe1\x70\x22\xbc\x18\xeb\xe3\xc1\xe1\x7a\x50\x01\x6e\x17\x15\x9b\x27\x45\xd1\xc8\x22\xc3\x8f\x95\x5c\x8f\xd6\x49\xc2\x5f\xb5\x35\xae\xec\x58\xa6\xbe\xe8\x22\x4f\x8b\xb2\x58\xb2\x28\xd2\xd3\xfc\xf6\xc7\xd8\x17\xcc\xfc\x85\xb3\x8a\xd8\x7a\xcd\x66\x5a\x2c\xd0\x48\x8b\xb5\x37\x96\x0f\x8a\xc5\x7c\x99\x93\x03\xbd\x29\x3b\x43\x23\x6b\x69\xd1\x47\x78\x0b\xb8\x59\x7e\x7c\xe2\xf8\x83\xde\x12\x8f\x3f\x7c\x4b\xdc\xb0\x2f\x34\xa7\x1c\x3b\x14\x5d\x7e\x4f\xb1\xa6\x70\xa5\xd8\x57\x4a\x1c\x31\xb5\x25\xbc\xb9\xbe\x3e\x11\x63\xc4\x9a\xaf\x9e\x1d\x72\x74\x09\xa8\xc8\xe5\xc6\xb0\x0b\x77\x86\x7a\x3e\x54\xc8\x77\x58\xa2\x09\xf1\xed\x92\x54\xfd\xa5\xec\x1e\x4c\x25\x9d\xf3\x3b\xbe\x71\x85\x5e\xb0\x7d\xbc\xd0\x73\xe7\x5c\xbe\x82\xcf\x26\x16\x26\xb4\xd2\xc3\x5c\x52\x8f\xd7\x1b\x66\xc5\x68\xbc\x32\x25\x66\xd2\x29\x85\x73\x44\x82\x6f\x48\xd0\xf8\xc5\x78\x67\xe9\xa1\x3a\x4b\xfa\x0b\xc5\xf4\xfc\xe0\xcc\x49\xcb\x6d\xca\x44\x84\x47\x8d\x47\xc6\x51\xb4\xf1\xfe\xdd\x71\x4c\x18\x35\x2c\xd3\x31\xbb\xbb\xdc\xa3\xf3\x37\x55\x71\x73\x6a\x31\x61\x81\x18\xcd\xa3\x32\x7b\x7b\x94\x9b\x36\x37\x50\xd3\x9d\x0a\xaa\xa5\x6b\xf2\x0e\x8b\x2a\x14\xfe\xa3\x25\xa5\x89\x65\xe7\x9d\x72\x69\x17\x0e\xb7\xf8\xf6\x24\x66\x99\x2f\xe0\x9d\x2f\xaf\x49\xc1\xdd\x35\xe5\x61\xce\x4f\x98\x8a\xb6\xc4\xc5\x12\x6e\xa2\xf9\x9f\xb3\x07\x4c\x6a\xd8\xde\xa2\x68\xb2\x03\x84\xd3\x81\xa9\xfd\x4b\x4d\x15\x8b\x0b\x56\x16\xb1\x30\x78\xa3\xd0\x0a\x5d\x63\x68\xac\x47\xc8\x29\x6d\x68\x92\xa7\x5e\xe2\xea\x90\xd2\x65\x68\x95\xcd\xf4\xcf\xe1\xaf\xe8\x3d\x26\x8b\xce\xad\xad\xc0\x1d\x50\x31\xfc\xe2\x42\x74\xb2\xc1\x57\xf0\x9d\xc0\xc0\x84\x52\xdc\xd6\x6b\xf8\x8d\x17\x76\x83\xde\xcd\x2d\x33\x34\x1b\xb3\x07\xf5\x68\x69\xa6\xd8\x84\xb6\xe3\xb1\x8a\x28\xb5\xa1\xa8\xdb\x48\xef\x84\xd3\xcd\x44\x17\xc6\xb1\xab\xa0\x60\x87\xfa\x54\x88\x35\xae\x07\x4b\xf8\x32\x1b\x6a\x6c\xb9\xcc\x26\x47\x6f\x3c\x3d\xf9\x8b\x13\x93\xa7\x11\x3f\x5c\x45\x4b\xd5\x1f\x17\xe2\x8e\x80\x23\x79\xe6\x4e\x36\x83\x50\x30\x68\xc9\x87\x5b\x7b\x63\xb7\x17\xe0\x86\xba\x0d\x2d\x9b\x3f\x9a\x7a\x1b\xb1\x04\x5f\xee\xf2\x42\x6a\xb4\x17\xb0\xc7\x55\x69\xf4\x7c\xe5\x6d\x25\x7c\xdd\x52\x7d\x5e\xa3\x23\x44\xf9\x52\xe3\x2d\xd9\x7d\x85\x22\x6f\xbc\x3a\xc3\xbf\x8c\xb5\x42\xb7\xa4\x9a\x95\x79\x55\xb8\x30\xf8\x78\x56\xe7\xb9\xf1\x56\xe1\xac\x7f\x1d\x6d\x70\x2c\x4f\x62\x71\xc8\x78\x39\x55\x58\x61\xe6\x12\xaa\x86\xd5\x70\xd4\x74\xe1\x42\xfe\x91\x66\xe8\x78\x99\x71\xec\x85\x16\x3d\xb5\x5e\x38\x57\x14\x5a\x01\xe3\xa8\x43\x3a\x48\x4d\x4c\x1b\x98\xd6\x3f\xe9\x9e\x85\x17\x52\xb1\x97\x4c\xe8\xbb\xb1\x7c\xb4\xe3\x65\x70\x86\x13\xe4\x36\x81\xe8\x05\x38\x53\x5e\x2b\xcd\xc3\xc2\xeb\x91\xa5\x89\x72\xd7\x27\xcc\x27\xc9\x29\xf0\x50\xf4\x31\x65\x27\x36\x63\x93\xeb\xed\x9b\xc5\x6d\x16\x5d\x68\x62\xc5\x7b\xc0\xab\xdc\xd9\x7a\x98\x89\x96\xaa\xe1\xb5\xa8\xfd\x53\x25\x58\x63\xf6\x5a\x19\xd1\xf0\x95\x90\x38\x3e\x1c\x24\x89\xa2\xea\xec\x0c\x85\xb8\x70\xc7\xb4\xb7\xd2\x8c\x42\x0d\x45\x17\x96\xb7\x97\x63\x73\x8b\x3c\x2f\x37\xb4\xc6\x12\x76\x3c\xc3\x23\x69\xa4\xe5\x89\xcc\xac\xe3\x2d\x55\x00\x61\x14\x0c\x41\x23\x36\x21\xde\x45\x1b\x1b\x81\x38\x2f\xfc\x8e\xcf\xcc\x7a\xe3\x9c\x5c\x29\x06\xce\xa9\xd8\xf3\x27\x25\xd1\x0d\xca\x4b\x02\x14\xa1\x22\x2f\x6c\x38\x0b\x24\x0f\x49\x93\x47\x18\x9f\x07\xff\x0a\x28\x38\xe3\xe0\x28\x26\x3c\x2b\x2a\x94\x6b\xbf\x14\x10\x46\x46\x8e\xe8\x65\xed\x97\x6d\xbf\xa8\xf3\x25\x54\xb4\xd4\xdb\xab\xab\xb5\x31\x8b\xda\x74\x99\xcc\xc2\x0b\xbb\xd8\x7c\x2c\xfb\x7a\xe1\x42\xb8\x9b\xd0\x81\xd0\x52\x74\x43\x47\xb4\xba\xe6\xee\x6d\xfd\x85\x10\xff\x78\xf7\x46\x34\xb7\xb7\x37\x77\x5f\xdc\x7e\x89\xab\xaf\x9a\xaf\xae\xc5\xed\xcd\xd7\xb7\xb7\xf8\xd5\xd7\x5f\x94\x14\x1f\xca\xde\xe0\xd4\xc6\x95\xd9\xb8\x13\xf6\x4d\x92\x2c\x8f\xd0\x48\x0f\xad\xd9\x87\x6f\x28\x94\xd9\x44\xf3\x2a\x2b\xc3\xf2\x66\x23\xd7\x1e\x5c\xfc\x1b\x87\x34\xde\xc5\x09\x7c\x30\x40\xf9\x63\x01\xff\x6e\x36\x1b\x32\x5b\xbe\xff\x4a\xc5\x47\x03\xab\xc3\x68\x46\x01\xe1\x5d\xc0\x6a\x88\xd7\xab\x27\x9c\x46\xb4\x46\x2e\x40\xe9\xdb\x5e\x6e\x2c\x25\xa5\x26\x5f\xde\x35\x65\x14\xe1\x6f\x0c\xcc\x06\xac\xf1\xa3\x89\x51\x51\x4a\x11\x62\xe2\x36\xbf\xc5\x44\x4b\x06\x5f\xcd\x3c\x89\x89\x23\x5a\xac\x80\xd2\x9c\x3a\xf1\xe1\x3e\x28\x04\xb8\xeb\x7c\x73\x7d\xe2\xe5\x7d\xac\x20\x6f\xee\x4a\xf3\x99\x58\x4f\x6e\xf8\x14\x67\xb7\xae\xb6\x72\x95\xbf\x43\x29\x9a\x44\xb1\xc9\x47\xa1\x68\x12\x31\xe2\x97\x29\x0b\xf8\xaf\x74\x0d\x7f\xd6\x5b\xaa\xd5\xd0\x20\x74\xd8\x19\x7b\xb8\x80\xba\x1f\xc2\x5d\x7a\xd2\xca\xa2\xe0\x87\x0d\xc9\x71\x4b\x3b\xe7\x5d\xae\x71\xd2\xa7\x2f\x7c\xd2\xd3\x89\xba\x25\x0d\x84\x6b\x1e\x01\xcc\xd0\x44\x33\x6c\xda\xb2\x4f\x18\x38\xa9\x45\x2f\x6a\xaa\x3a\x7e\x83\x5d\x1c\x09\xe9\xd5\x8c\x23\x73\x32\x23\x38\xf6\xed\xc6\xf4\x59\xf7\x43\xb0\x8d\xbb\xeb\x6b\x38\xe7\xdf\x1f\xbe\xff\x98\x5f\x07\x6d\xc0\x12\x6e\xef\xbe\x84\x73\xfa\xfd\xe1\xdb\x31\x8d\x4e\xad\xc4\x63\xd7\xab\xf2\x36\xfb\x89\x3c\xda\x09\x4d\xce\x28\x20\x0d\xce\x00\x74\x0c\xb0\x27\x32\x1c\x25\x38\x32\xb8\x3e\x7d\x5e\x93\xa6\x87\xaf\xee\xe2\xa7\x35\xea\x00\xfd\xa0\xd4\xb4\x03\xc5\x49\x3a\x1e\x44\x19\x0b\xff\xc3\x47\x18\xde\x40\x6f\xfa\x81\x29\xd8\x41\xf3\x55\x8d\xe9\xaa\x63\x3f\xe3\x65\xd6\x30\x17\xc6\xab\x19\x43\x62\xe4\x88\x5e\x16\x61\x19\x31\x18\x45\xe4\x3f\x4b\xa8\x2e\x2f\x2f\x7f\xd6\x5b\x3c\xbc\x85\x4f\x9f\x60\x8b\x07\xf8\x39\x9d\x8e\x5d\x75\x87\xcb\x2d\x1e\x7e\xae\xe0\xe1\xa1\xcc\x42\x0d\x9f\xae\x87\x7d\x84\xef\x3b\x4c\x2d\xd4\x15\x7f\xf6\x78\xe8\x54\x39\x34\xdc\xa4\xbc\xe7\x4e\x39\x0f\x75\x72\xa3\xc5\xa9\x21\xe1\x05\x0d\xf9\xf1\xdd\xbf\x7c\xff\xdf\xff\x79\x74\x0c\xf6\xb8\x15\xd6\x7c\x8b\xd7\x99\xb2\x1a\x8c\x27\x94\xa8\x77\xd2\x1a\xcd\x0d\x91\xf4\xa5\xce\x68\x88\xb3\xee\x66\x6a\xab\x72\xae\x0b\xdf\x8f\x10\x12\xe5\xf8\x1a\xa0\xf2\x18\x8a\x56\x78\xe2\x80\x83\x3b\x1f\x2c\x60\xb2\x52\x6c\x4e\x9b\x66\xbc\x5d\x7a\x6c\x7b\x9f\xd5\xd7\x12\xaa\x7f\xfb\xe7\xff\x5d\xbe\x44\x4f\x53\x2d\xa1\xde\x95\x03\x51\xef\x0a\x8b\x28\xbb\x9e\x47\xc2\xdf\xd1\x16\x9e\x83\x33\xbc\x01\x51\x73\xf4\xa7\x58\x60\xb6\xa8\x59\x1a\x45\x10\xf8\x5e\xb8\x56\x7e\x67\x6c\x1f\xe5\x42\xbb\x41\x1b\x04\x1d\x48\x85\x27\xe3\x67\x80\xf9\xac\xb3\x99\x00\x16\x31\xf8\xd6\x58\xf9\x31\x7d\xf5\xd3\x75\x83\x0e\x4d\x2a\xfe\x70\x85\xa9\x2f\xe0\xdb\xc3\x88\x45\x02\x79\x56\xa4\xd4\xe4\x5e\x93\x4d\x06\x6e\xa5\x2e\xae\xff\xee\xa4\xe0\xc3\x99\x13\xe6\x14\x52\x58\xba\xb2\xc0\x73\x47\xce\x76\x42\x2a\x11\x81\xf8\xc9\xa8\x51\x6e\x37\x4a\xae\x15\xba\x51\x39\xef\x6a\xdc\x0b\x35\x12\xd4\x0d\x58\xdc\x99\xe2\x9b\xdc\x16\x73\xc8\xdb\xe2\x6f\xc2\x3d\x13\xdd\xbe\x5a\x38\x63\x2e\x8e\x88\xf1\xd3\x89\x63\xf0\xe1\xb4\x8c\xc8\x87\x2b\xc0\xba\xd1\xd5\x05\x54\x6b\x6b\xb4\x47\xdd\xe4\x72\xf0\x6f\x10\x88\xbe\x9b\x7c\x54\x1a\xcf\xef\x53\x2b\x3f\x50\x50\xa1\x5f\xc8\x21\x23\x7d\xea\xbd\x42\xd8\x4a\x8a\x0c\x13\x85\xd2\xa3\x69\xf9\xf8\x2e\xf7\x41\x8b\x53\xf9\x78\x0c\x3f\x22\x25\x9a\x77\x9f\x16\x5f\x42\x75\x9b\xae\x15\x3c\xf0\xa5\xbc\x87\xb3\xff\x0f\x00\x00\xff\xff\xb7\x06\x79\x5c\xb9\x3e\x00\x00") func commandAssetsExampleNomadBytes() ([]byte, error) { return bindataRead( @@ -147,7 +147,7 @@ func commandAssetsExampleNomad() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "command/assets/example.nomad", size: 16064, mode: os.FileMode(420), modTime: time.Unix(1598662943, 0)} + info := bindataFileInfo{name: "command/assets/example.nomad", size: 16057, mode: os.FileMode(420), modTime: time.Unix(1599160294, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/drivers/docker/driver.go b/drivers/docker/driver.go index fd5908e2f04..0a9b696dd80 100644 --- a/drivers/docker/driver.go +++ b/drivers/docker/driver.go @@ -1078,6 +1078,9 @@ func (d *Driver) createContainerConfig(task *drivers.TaskConfig, driverConfig *T default: if len(driverConfig.PortMap) > 0 { + if task.Resources.Ports != nil { + return c, fmt.Errorf("'port_map' cannot map group network ports, use 'ports' instead") + } return c, fmt.Errorf("Trying to map ports but no network interface is available") } } diff --git a/plugins/drivers/utils_test.go b/plugins/drivers/utils_test.go index f595aa25dd4..5f46dc8a197 100644 --- a/plugins/drivers/utils_test.go +++ b/plugins/drivers/utils_test.go @@ -3,6 +3,8 @@ package drivers import ( "testing" + "github.com/hashicorp/nomad/helper/uuid" + "github.com/hashicorp/nomad/nomad/structs" "github.com/stretchr/testify/require" ) @@ -32,3 +34,72 @@ func TestResourceUsageRoundTrip(t *testing.T) { require.EqualValues(t, parsed, input) } + +func TestTaskConfigRoundTrip(t *testing.T) { + + input := &TaskConfig{ + ID: uuid.Generate(), + Name: "task", + JobName: "job", + TaskGroupName: "group", + Resources: &Resources{ + NomadResources: &structs.AllocatedTaskResources{ + Cpu: structs.AllocatedCpuResources{ + CpuShares: int64(100), + }, + Memory: structs.AllocatedMemoryResources{ + MemoryMB: int64(300), + }, + }, + LinuxResources: &LinuxResources{ + MemoryLimitBytes: 300 * 1024 * 1024, + CPUShares: 100, + PercentTicks: float64(100) / float64(3200), + }, + Ports: &structs.AllocatedPorts{ + { + Label: "port", + Value: 23456, + To: 8080, + HostIP: "10.0.0.1", + }, + }, + }, + Devices: []*DeviceConfig{ + { + TaskPath: "task", + HostPath: "host", + Permissions: "perms", + }, + }, + Mounts: []*MountConfig{ + { + TaskPath: "task", + HostPath: "host", + Readonly: true, + }, + }, + Env: map[string]string{"gir": "zim"}, + DeviceEnv: map[string]string{"foo": "bar"}, + User: "user", + AllocDir: "allocDir", + StdoutPath: "stdout", + StderrPath: "stderr", + AllocID: uuid.Generate(), + NetworkIsolation: &NetworkIsolationSpec{ + Mode: NetIsolationModeGroup, + Path: "path", + Labels: map[string]string{"net": "abc"}, + }, + DNS: &DNSConfig{ + Servers: []string{"8.8.8.8"}, + Searches: []string{".consul"}, + Options: []string{"ndots:2"}, + }, + } + + parsed := taskConfigFromProto(taskConfigToProto(input)) + + require.EqualValues(t, input, parsed) + +}