diff --git a/pkg/acsengine/engine.go b/pkg/acsengine/engine.go index 83159d643..2ac990831 100644 --- a/pkg/acsengine/engine.go +++ b/pkg/acsengine/engine.go @@ -298,13 +298,19 @@ func (t *TemplateGenerator) getTemplateFuncMap(properties *api.Properties) map[s return getDataDisks(profile) }, "GetDCOSMasterCustomData": func() string { - return getSingleLineDCOSCustomData(properties.OrchestratorProfile.OrchestratorType, properties.MasterProfile.Count, DCOSMaster) + str := getSingleLineDCOSCustomData(properties.OrchestratorProfile.OrchestratorType, properties.MasterProfile.Count, DCOSMaster) + + return fmt.Sprintf("\"customData\": \"[base64(concat('#cloud-config\\n\\n', '%s'))]\",", str) }, - "GetAgentMasterCustomData": func(ports []int) string { + "GetDCOSAgentCustomData": func(ports []int) string { + str := "" if len(ports) > 0 { - return getSingleLineDCOSCustomData(properties.OrchestratorProfile.OrchestratorType, properties.MasterProfile.Count, DCOSPublicAgent) + str = getSingleLineDCOSCustomData(properties.OrchestratorProfile.OrchestratorType, properties.MasterProfile.Count, DCOSPublicAgent) + } else { + str = getSingleLineDCOSCustomData(properties.OrchestratorProfile.OrchestratorType, properties.MasterProfile.Count, DCOSPrivateAgent) } - return getSingleLineDCOSCustomData(properties.OrchestratorProfile.OrchestratorType, properties.MasterProfile.Count, DCOSPrivateAgent) + + return fmt.Sprintf("\"customData\": \"[base64(concat('#cloud-config\\n\\n', '%s'))]\",", str) }, "GetMasterAllowedSizes": func() string { if t.ClassicMode { diff --git a/pkg/acsengine/templates.go b/pkg/acsengine/templates.go index 97e34f945..7ba31d9e0 100644 --- a/pkg/acsengine/templates.go +++ b/pkg/acsengine/templates.go @@ -170,7 +170,7 @@ func classicparamsT() (*asset, error) { return a, nil } -var _dcosagentresourcesvmasT = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5a\x4f\x6f\xdb\x38\x16\x3f\x67\x80\xf9\x0e\x84\xf6\x20\x1b\x50\x6d\x60\xb1\xd8\xc3\xdc\xd2\x64\xa6\x6b\x34\x4e\x8c\x7a\x9a\x4b\xc6\x07\x5a\x7c\xb6\x89\x48\xa4\x40\x52\x6e\xbd\x81\xbf\xfb\x82\x94\x64\x89\x12\xa9\xd8\x89\xd3\x66\x17\xeb\x8b\xe3\x92\xef\x91\xef\xf7\xfe\x3f\x16\x21\x84\x9e\x7e\xfd\x05\x99\x4f\x80\x33\x7a\x0f\x42\x52\xce\x82\xdf\x50\xf0\xb0\xc5\x82\xe2\x65\x02\x72\x10\xd6\x2b\xd7\xb0\xc2\x79\xa2\xc2\xe1\x22\x88\xd0\x81\x32\xe1\x31\x56\x15\x9d\x00\xc9\x73\x11\xc3\x27\xc1\xf3\x6c\x30\x1c\x55\x8b\x16\x05\xc3\x29\xb4\x4f\x79\x7a\x1a\xdd\xe2\x14\xf6\xfb\xdb\xf9\x27\xfd\x47\xeb\x90\x4c\xf0\x0c\x84\xa2\x20\x83\xdf\xea\x5b\x23\x14\x48\x88\x73\x41\xd5\xee\x4b\x9e\x98\xb5\x87\x7a\xcd\x08\xf8\xf4\x09\xd4\xbc\xb9\x07\x8d\x66\x5c\x28\xb9\xdf\xd7\x1b\x17\xd5\x9f\xfb\xc6\x89\x6a\x97\x99\x4b\x4e\x69\x2c\xb8\xe4\x2b\x35\xba\x05\xf5\x8d\x8b\xc7\x31\x2b\xbe\x2b\xae\x46\x54\x19\x14\x84\xfb\xa8\xf8\x3e\x07\xb0\x31\xcf\x76\x2d\x69\x63\x9e\x33\xe5\x85\xee\x4a\xaf\xda\x4c\x1a\x68\x27\x9c\x67\x81\x4b\x52\x02\x19\x30\x22\xef\x58\x01\xdf\xd3\x13\x5d\xa1\xd1\x44\x5e\xe5\x52\xf1\xf4\xfe\xf6\xf7\x3f\x6b\xac\x82\x87\x98\xb3\x18\xab\x41\x78\x24\x2c\xe3\x30\x42\xbd\x5a\x1e\x2e\x02\xa4\xcf\x84\x44\x42\xf3\x9c\x06\xd1\x96\x81\x9a\x5c\x6b\xb9\xcc\x46\x46\xf4\x3e\x73\xcb\x89\x9c\xe5\xcb\x84\xc6\x0d\x9d\x5e\x20\x14\xb9\xd1\xb9\x59\x76\x98\x94\xea\x3f\x8f\x31\x97\xc8\xb8\x8e\xbe\x9f\xea\xef\x99\x80\x15\xfd\x1e\x0e\x23\x14\x32\x1a\x7f\x08\x23\xa4\x35\x3c\x61\x04\xbe\x0f\x86\xfd\xe6\xee\xd2\x09\xea\x7c\x8c\xf4\xfa\x4a\x0e\x4d\x14\x7c\x2e\x2e\x10\x0a\x28\xb1\xa4\x9b\x90\xb3\x6a\xb3\xbc\x84\x76\x84\x16\xce\xfa\xe8\xec\x8a\xb3\x15\x5d\xe7\xc2\x00\xd9\x71\xd8\x27\xdb\x7b\x0f\xe0\x56\x74\xb7\x9c\x80\x65\xdd\x7e\xb4\x1c\xb6\x61\xa3\x15\x24\x1c\x93\x8f\x38\xc1\x2c\x06\xf1\x11\xc7\x8f\xc0\xc8\x25\x21\x02\xa4\x9c\x71\x9e\x94\x77\xbb\xb8\x68\xdc\xad\xfa\xd1\x40\xb1\xf2\x87\xb1\xcc\x97\x32\x16\x34\x33\x72\x69\xa0\x9a\xff\x30\x18\x8e\x9a\x3f\x27\x24\x0a\xc7\x96\x75\x19\x8a\xb6\xbd\x69\xe9\x23\x14\x8e\x33\xc1\xb7\x94\x80\x90\xe3\xae\x9e\x9a\x42\x78\xf5\x73\xb3\x2c\xd4\xa3\x99\x2d\xbb\x92\x8e\xc3\xc8\x4d\x55\xa2\xa2\x37\x35\xf5\x7b\x80\x64\x5f\xff\x30\x4e\x54\x2a\x1c\xa1\x0e\xd6\x99\xa0\x5b\xac\x60\x32\xbb\x4c\x2a\x2f\x9a\x82\xda\x70\x03\xe2\xf5\x8e\xe1\x94\xc6\x1d\xc5\xea\xf0\x9e\x2f\x19\x28\x3b\x0a\xd6\xd6\x44\xbc\xa1\xf0\x9e\x81\x9a\x1b\xda\xca\xe9\x2d\xd2\x96\x31\x58\x3f\x5f\x9d\x18\x26\x4c\x81\x58\xe1\x18\x9a\x49\xa1\xf2\xe0\x29\x66\x78\x0d\xe4\x9a\xca\xc7\x83\x4d\x9e\x96\x2c\xe6\x8a\x0b\xbc\x86\x26\xa3\xb7\xcd\xc8\x97\x5b\x4c\x13\xbc\xa4\x09\x55\xbb\x39\xb4\xb3\x94\xed\x7c\xcd\xc4\x93\x25\x58\xad\xb8\x48\xff\xd0\xb9\xed\x9a\xa7\x98\xb2\xab\x2a\x7f\xfd\xdd\xce\x51\xd5\xd6\xaf\x19\xc1\x0a\xba\x7b\x1b\x5b\xd3\x42\x6e\xbd\xa0\x44\x0e\x8d\x8c\xd6\xa3\xa1\x2b\x9e\x66\xb9\x82\x31\xb6\x45\xb1\x15\xa4\x53\x10\x2a\xb4\x54\x62\x7c\x19\x9b\x84\xfb\x2a\x3d\xbd\x36\xa9\xdb\x57\x91\xe7\xc9\xf1\x07\xc2\x9e\x7c\x9e\x99\xf0\x39\x99\x95\x91\x02\xda\xd1\x25\xc5\x52\x81\x98\xd9\xbb\x1a\x61\xa2\x74\xa1\xb7\x4a\xae\xd2\xc2\xa5\xc8\xad\x20\xc3\xe1\x43\xca\xc9\x00\x13\x32\x68\x24\x57\x67\x78\xb3\x81\xbd\x5b\xad\xa4\xb6\x6d\x6b\xaf\xfb\x8c\x52\x05\xc3\xc5\xf3\x5b\xc3\xe1\x03\xa1\xdb\x9f\x70\x9d\xda\x79\x8b\xcd\x07\xbd\x44\xcf\x97\xd4\xb8\x20\xf9\xb3\xf4\x22\xab\x14\x4b\xe7\xf4\xdf\x20\xa7\x38\x0b\x87\xee\xb8\x3b\xd5\x1b\xc2\xe1\x62\x64\x5f\x56\x33\x5b\x38\x2d\xb3\xeb\xac\x25\x12\x63\x9b\x43\xa7\xc2\x36\x01\xf5\x5f\x58\x5a\xa1\x14\xb5\x8b\x88\x97\xbb\xaa\xc7\x5d\xcf\xe4\xb2\x96\x79\x13\xac\x30\xa1\xf2\xf1\xa6\xe9\xbe\x2d\xa0\xfa\xdc\xf8\xc7\xb8\x72\xcb\x9d\x5f\xe6\xd2\x67\x74\xeb\x06\x95\x06\x70\xee\xa0\x9c\x03\x90\x96\x13\xfd\x7c\xff\x7f\x57\xf7\x3e\xb0\xbd\xc6\x0a\x77\x82\x85\xad\x36\x5f\xc4\xf8\x41\x51\xc3\xe5\x10\xa7\x46\x0f\x8b\x87\xd5\x9f\xbc\xc3\x51\xc8\x29\x85\x57\x7f\x48\x3d\xae\xfe\xe9\xef\xac\xdf\x29\x48\xad\x78\x75\xdc\xd4\x88\x30\x39\x07\xa5\x28\x5b\x77\x4c\x39\x20\xa6\xfa\xd4\xdc\x6e\xf0\x12\x12\xef\xc1\xbf\x33\x92\x71\xca\xd4\xf5\xed\xbc\xd9\xdd\x2f\x5c\x96\x56\xdc\xa6\x8a\xaf\x3d\x2d\xd0\x69\x0d\x47\x27\xae\xbf\xc1\x14\xea\x0d\x2a\x47\x9f\xee\xce\x5f\x36\xf6\x35\xc3\xc7\x59\x8a\xa3\x5d\x3e\x76\x68\xe1\x39\xbd\xd3\x54\xb7\x22\x5c\xa3\xfd\xb4\xcc\x67\x25\x38\x53\xc0\xc8\x64\xf6\xb2\x19\x8a\x6f\x28\x56\xb2\xeb\x82\xf2\x0c\x34\x6d\xab\x2e\x10\xea\x6f\xd5\xfb\x67\x4e\x1d\xbb\x71\xcf\x25\xfa\x2b\x14\x74\x42\x7b\x6f\xe1\x4b\xd9\x92\xe7\x8c\xdc\x62\x75\x98\x25\xdb\x1b\xea\x51\x0b\x65\x6b\xef\xbc\x79\xf0\x09\xd4\xcd\xc7\x72\xd4\xac\x6f\x58\x86\xd0\xe1\xde\x7b\x72\x26\xf8\xd2\xcf\x6c\x66\x56\x9d\x5c\x4e\x8b\x16\xd6\xa8\xc8\x15\xf9\x4b\xeb\xe9\x1b\x55\xbc\x72\x46\x51\x4f\x7a\xd1\x8b\x43\x53\x3d\x66\x7a\xab\x49\xf9\x36\xd5\x85\xb8\x99\x35\x9e\x30\x2f\x77\xcf\x0c\x90\x27\x56\x7a\xca\x14\x7b\x14\xf7\x6c\x31\xac\x8b\x4b\x4f\x63\x99\xe2\xef\xf7\x53\x39\x03\x61\xdf\xeb\x9d\x54\xc3\xef\xf5\xe2\xfd\x7d\xb3\xbf\xe7\x7c\x3b\x15\xff\x70\xb4\x4e\xe8\x49\xce\x69\x11\xff\x23\x72\xf6\xf7\x53\x85\x11\x1d\x0a\xed\xf6\xf3\xc8\xf3\xaf\x6b\xf5\x6c\xd9\x57\x53\x9d\xfa\xd6\xe4\x3e\xd6\xd7\x30\xf8\x4e\xed\xb4\x2a\x9e\x5a\x4e\x61\x5d\x71\x57\x3f\xad\x80\x2d\xc0\xd4\x33\x73\x53\x20\x04\xa8\xf9\xb8\x82\x63\x09\x6c\x4d\x19\x7c\x38\x52\x68\x5b\x58\xc7\x88\xf8\xc7\xbc\xf3\x1d\xfd\xbe\x77\x40\xa1\x85\x77\xa7\x39\xe9\xad\xa3\x7c\x4a\x73\x97\x51\x7d\x2a\x6b\xb7\x2e\x1b\x2c\xc8\x37\x2c\x60\x26\xf8\x8a\x26\xd0\xb9\x56\xd1\xe1\xfb\x5f\x63\xaa\xfe\xde\x7b\x40\x69\xde\x3e\xfe\xdd\x97\x95\x6e\xb1\xd4\xa9\x4c\x4f\x79\xe7\xac\x39\x87\xd1\x2b\x1f\x72\x3b\xf5\xa8\x55\x7e\x2e\x7c\x08\x70\xe9\x13\x1e\x93\x94\xb2\xaf\x12\x84\xab\x92\xb7\x16\x9d\x03\x4c\x63\x13\xe2\x9c\xe6\x5b\x30\x36\x4f\xd1\x3a\xca\x19\xb6\x4b\x2c\xe1\x9f\xff\x18\x54\x1e\xfb\xb7\x38\xe1\x39\xf9\x10\x9b\xd6\xe2\x2f\xf6\x17\x0b\x23\x14\x9a\xff\x8c\x71\xb9\x06\xa6\xa6\x66\xe0\x78\x75\x60\x71\x18\x33\xb8\xc6\x4e\x09\x65\xf9\x77\xab\xe7\x71\x36\x22\x84\x4a\x2d\xd0\x0c\x4b\xf9\x8d\x0b\x72\x99\xab\x0d\x30\x45\x6b\x3f\x37\xcf\x45\xae\x37\x46\xb9\xf1\x74\x2d\x45\x43\xf2\x19\x76\x0e\x7b\xf3\x58\x5d\x49\xf9\x08\xbb\x03\x34\x19\x16\x38\x05\x05\x42\x67\x12\xb9\xf9\x32\xbf\x9c\x55\x7c\x5d\x0d\x57\x7d\x3a\x56\x9b\xb6\xba\xa5\xdc\x7c\x86\xdd\x0c\xab\x8d\xe3\x55\xd3\x7c\x3a\xef\xdc\x96\xcd\x39\xf7\xec\x7d\x36\x59\xe6\x3d\x8f\x61\x1a\x75\x6a\x29\x4d\x35\x84\x46\xf6\x13\x7b\x40\x53\xbc\x86\x2f\xb0\x02\x01\x2c\xee\x10\x6b\x8b\x5f\xad\x40\xb4\x05\xe4\x72\xa2\xe9\xee\xf4\x9a\xbb\x1d\xd5\xd8\xc9\x8d\x97\x72\x56\xad\x3b\xa9\xe5\x63\xee\xa1\x9b\x7f\xfe\xea\xa4\xd8\xba\x7b\x93\x92\xaa\xec\x4f\x1c\x4d\xfc\xf3\x6d\x01\x42\x51\xc0\x4d\x29\xe9\x7a\x61\xc0\xf1\x86\xb2\xb5\x3e\xf6\x0b\x60\x72\xc7\x92\x5d\xf7\x6e\x26\x67\xc2\x5d\x56\x59\xf8\x1f\x82\xa7\xe6\x5a\xfe\xa7\x86\x17\xfa\x7f\x14\x7e\xe0\x92\x50\xf9\xe8\xc6\x68\x43\x9c\x2e\x99\x0b\xda\x3c\x53\x54\xc6\x30\xf8\x7f\x3f\xf4\xdf\xdd\x0f\x45\xfd\xcf\x68\xc3\x51\x26\x68\x8a\xc5\xae\x9a\x91\xca\xd1\x32\xe1\xcb\x28\x2c\x6c\xe8\xd8\xd2\xb5\x09\x08\xaa\x0c\x70\xb4\xdd\x90\x6e\xec\x6b\x8f\x78\x3a\xb5\xf5\xfe\xb8\x59\x49\x55\x42\x6d\xa9\x50\x39\x4e\xa6\xc6\x0b\xeb\xb9\xea\xaf\xbf\xfc\x27\x00\x00\xff\xff\x56\xb2\x6f\x1e\x36\x29\x00\x00") +var _dcosagentresourcesvmasT = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5a\x4f\x6f\xe2\xba\x16\x5f\xf7\x4a\xf7\x3b\x58\xd9\x04\x24\x06\xa4\xb7\xbc\xbb\x4e\xb9\x77\x1e\x9a\xd2\xa2\x72\xa7\x9b\x8a\x85\x89\x0f\x60\x35\xb1\x23\xdb\x61\xca\xab\xf8\xee\x4f\x76\x12\x12\x27\x76\x0a\x2d\xed\xf4\x3d\x5d\x36\x94\xb1\x8f\xed\xf3\x3b\xff\xcf\x19\x84\x10\x7a\xfe\xfd\x37\x64\x3e\x01\x4e\xe9\x3d\x08\x49\x39\x0b\xfe\x40\xc1\xc3\x16\x0b\x8a\x97\x31\xc8\x5e\x58\xad\x8c\x61\x85\xb3\x58\x85\xfd\x45\x30\x40\x07\xca\x98\x47\x58\x95\x74\x02\x24\xcf\x44\x04\xdf\x04\xcf\xd2\x5e\x7f\x58\x2e\x5a\x14\x0c\x27\xd0\xbc\xe5\xf9\x79\x78\x83\x13\xd8\xef\x6f\xe6\xdf\xf4\x1f\x8d\x4b\x52\xc1\x53\x10\x8a\x82\x0c\xfe\xa8\x5e\x8d\x50\x20\x21\xca\x04\x55\xbb\xbb\x2c\x36\x6b\x0f\xd5\x9a\x61\xf0\xf9\x1b\xa8\x79\x7d\x0f\x1a\xce\xb8\x50\x72\xbf\xaf\x36\x2e\xca\x3f\xf7\xb5\x1b\xd5\x2e\x35\x8f\x9c\xd2\x48\x70\xc9\x57\x6a\x78\x03\xea\x27\x17\x8f\x23\x96\x7f\x97\xa7\x1a\x56\x65\x90\x13\xee\x07\xf9\xf7\x39\x80\x8d\x78\xba\x6b\x70\x1b\xf1\x8c\x29\x2f\x74\x57\x7a\xd5\x3e\xa4\x86\x76\xcc\x79\x1a\xb8\x38\x25\x90\x02\x23\xf2\x96\xe5\xf0\x3d\x3f\xd3\x15\x1a\x4e\xe4\x55\x26\x15\x4f\xee\x6f\xfe\xfc\xbb\xc2\x2a\x78\x88\x38\x8b\xb0\xea\x85\x47\xc2\x32\x0a\x07\xa8\x53\xca\xfd\x45\x80\xf4\x9d\x10\x4b\xa8\xdf\x53\x23\xda\x32\x50\x93\xb1\xe6\xcb\x6c\x64\x44\xef\x33\xaf\x9c\xc8\x59\xb6\x8c\x69\x54\x93\xe9\x05\x42\x03\x37\x3a\xd7\xcb\xd6\x21\x85\xf8\xcf\xa3\xcc\x05\x32\xae\xab\xef\xa7\xfa\x7b\x26\x60\x45\x9f\xc2\xfe\x00\x85\x8c\x46\x5f\xc2\x01\xd2\x12\x9e\x30\x02\x4f\xbd\x7e\xb7\xba\xbb\x64\x82\x5a\x1f\xc3\xbd\x7e\x92\x43\x12\xf9\x39\x17\x17\x08\x05\x94\x58\xdc\x4d\xc8\x59\xa5\x59\x3c\x42\x1b\x42\x03\x67\x7d\x75\x7a\xc5\xd9\x8a\xae\x33\x61\x80\x6c\x19\xec\xb3\x6d\xbd\x07\x70\x4b\xba\x1b\x4e\xc0\xd2\x6e\x3f\x5a\x0e\xdd\xb0\xd1\x0a\x62\x8e\xc9\x57\x1c\x63\x16\x81\xf8\x8a\xa3\x47\x60\xe4\x92\x10\x01\x52\xce\x38\x8f\x8b\xb7\x5d\x5c\xd4\xde\x56\xfe\xa8\xa1\x58\xda\xc3\x48\x66\x4b\x19\x09\x9a\x1a\xbe\x34\x50\xf5\x7f\xe8\xf5\x87\xf5\x9f\x13\x32\x08\x47\x96\x76\x19\x8a\xa6\xbe\x69\xee\x07\x28\x1c\xa5\x82\x6f\x29\x01\x21\x47\x6d\x39\xd5\x99\xf0\xca\xe7\x7a\x99\x8b\x47\x1f\xb6\x6c\x73\x3a\x0a\x07\x6e\xaa\x02\x15\xbd\xa9\x2e\xdf\x03\x24\xfb\xea\x87\x31\xa2\x42\xe0\x08\xb5\xb0\x4e\x05\xdd\x62\x05\x93\xd9\x65\x5c\x5a\xd1\x14\xd4\x86\x1b\x10\xc7\x3b\x86\x13\x1a\xb5\x04\xab\xdd\x7b\xb6\x64\xa0\x6c\x2f\x58\x69\x13\xf1\xba\xc2\x7b\x06\x6a\x6e\x68\x4b\xa3\xb7\x48\x1b\xca\x60\xfd\x7c\x73\x60\x98\x30\x05\x62\x85\x23\xa8\x07\x85\xd2\x82\xa7\x98\xe1\x35\x90\x31\x95\x8f\x07\x9d\x3c\x2d\x58\xcc\x15\x17\x78\x0d\xf5\x83\xde\x37\x22\x5f\x6e\x31\x8d\xf1\x92\xc6\x54\xed\xe6\xd0\x8c\x52\xb6\xf1\xd5\x03\x4f\x1a\x63\xb5\xe2\x22\xf9\x4b\xc7\xb6\x31\x4f\x30\x65\x57\x65\xfc\xfa\x97\x1d\xa3\xca\xad\x3f\x52\x82\x15\xb4\xf7\xd6\xb6\x26\x39\xdf\x7a\x41\x89\x0c\x6a\x11\xad\x43\x42\x57\x3c\x49\x33\x05\x23\x6c\xb3\x62\x0b\x48\x87\x20\x94\x4b\xa9\xc0\xf8\x32\x32\x01\xf7\x4d\x72\x7a\x6b\x50\xb7\x9f\x22\xcf\x13\xe3\x0f\x84\x1d\xf1\x3c\x35\xee\x73\x32\x2b\x3c\x05\x34\xbd\x4b\x82\xa5\x02\x31\xb3\x77\xd5\xdc\x44\x61\x42\xef\x15\x5c\xa5\x85\x4b\x1e\x5b\x41\x86\xfd\x87\x84\x93\x1e\x26\xa4\x57\x0b\xae\x4e\xf7\x66\x03\x7b\xbb\x5a\x49\xad\xdb\xd6\x5e\xf7\x1d\x85\x08\xfa\x8b\x97\xb7\x86\xfd\x07\x42\xb7\xbf\xe0\x39\x95\xf1\xe6\x9b\x0f\x72\x19\xbc\x9c\x52\xe3\x9c\xe4\xef\xc2\x8a\xac\x54\x2c\x99\xd3\xff\x80\x9c\xe2\x34\xec\xbb\xfd\xee\x54\x6f\x08\xfb\x8b\xa1\xfd\x58\x7d\xd8\xc2\xa9\x99\x6d\x63\x2d\x90\x18\xd9\x27\xb4\x32\x6c\xe3\x50\xff\x8d\xa5\xe5\x4a\x51\x33\x89\x78\xbd\xa9\x7a\xcc\xf5\x4c\x26\x6b\xa9\x37\xc1\x0a\x13\x2a\x1f\xaf\xeb\xe6\xdb\x00\xaa\xcb\x8c\x3f\xc6\x94\x1b\xe6\xfc\x3a\x93\x3e\xa3\x59\xd7\xa8\x34\x80\x73\x07\xe5\x1c\x80\x34\x8c\xe8\xd7\xdb\xff\xa7\x7a\xf7\xe1\xd8\x31\x56\xb8\xe5\x2c\x6c\xb1\xf9\x3c\xc6\x07\x79\x0d\x97\x41\x9c\xea\x3d\xac\x33\xac\xfa\xe4\x13\xb6\x42\x4e\x49\xbc\xba\x5d\xea\x71\xf9\x4f\x77\x65\xfd\x49\x41\x6a\xf8\xab\xe3\xba\x46\x84\xc9\x39\x28\x45\xd9\xba\xa5\xca\x01\x31\xd9\xa7\x3e\xed\x1a\x2f\x21\xf6\x5e\xfc\x27\x23\x29\xa7\x4c\x8d\x6f\xe6\xf5\xea\x7e\xe1\xd2\xb4\xfc\x35\xa5\x7f\xed\x28\x81\x4e\x2b\x38\x5a\x7e\xfd\x1d\xba\x50\xef\x90\x39\xfa\x64\x77\xfe\xb4\xb1\xab\x18\x3e\x4e\x53\x1c\xe5\xf2\xb1\x4d\x0b\xcf\xed\xad\xa2\xba\xe1\xe1\x6a\xe5\xa7\xa5\x3e\x2b\xc1\x99\x02\x46\x26\xb3\xd7\xf5\x50\x7c\x4d\xb1\xe2\xb8\x36\x28\x2f\x40\xd3\xd4\xea\x1c\xa1\xee\x52\xbd\xbb\xe7\xd4\xd2\x1b\x77\x5f\xa2\x3b\x43\x41\x27\x94\xf7\x16\xbe\x94\x2d\x79\xc6\xc8\x0d\x56\x87\x5e\xb2\xbd\xa1\x6a\xb5\x50\xb6\xf6\xf6\x9b\x7b\xdf\x40\x5d\x7f\x2d\x5a\xcd\xfa\x85\x85\x0b\xed\xef\xbd\x37\xa7\x82\x2f\xfd\x87\xcd\xcc\xaa\xf3\x94\xd3\xbc\x85\xd5\x2a\x72\x79\xfe\x42\x7b\xba\x5a\x15\x6f\xec\x51\x54\x9d\x5e\xf4\x6a\xd7\x54\xb5\x99\xde\xab\x53\xbe\x4d\x74\x22\x6e\x7a\x8d\x27\xf4\xcb\xdd\x3d\x03\xe4\xf1\x95\x9e\x34\xc5\x6e\xc5\xbd\x98\x0c\xeb\xe4\xd2\x53\x58\x26\xf8\xe9\x7e\x2a\x67\x20\xec\x77\x7d\x92\x6c\xf8\xb3\x3e\xbc\xbb\x6e\xf6\xd7\x9c\xef\x27\xe2\x0f\x47\xeb\x84\x9a\xe4\x9c\x1a\xf1\x7f\xc2\x67\x77\x3d\x95\x2b\xd1\x21\xd1\x6e\x8e\x47\x5e\x9e\xae\x55\xbd\x65\x5f\x4e\x75\xea\xac\xc9\x7d\xad\xaf\x60\xf0\xdd\xda\x2a\x55\x3c\xb9\x9c\xc2\x3a\xe3\x2e\x7f\x5a\x0e\x5b\x80\xc9\x67\xe6\x26\x41\x08\x50\x7d\xb8\x82\x23\x09\x6c\x4d\x19\x7c\x39\x92\x69\x9b\x59\x47\x8b\xf8\x63\xe6\x7c\x47\xcf\xf7\x0e\x28\x34\xf0\x6e\x15\x27\x9d\x79\x94\x4f\x68\xee\x34\xaa\x4b\x64\xcd\xd2\x65\x83\x05\xf9\x89\x05\xcc\x04\x5f\xd1\x18\x5a\xcf\xca\x2b\x7c\xff\x34\xa6\xac\xef\xbd\x17\x14\xea\xed\x3b\xbf\x3d\x59\x69\x27\x4b\xad\xcc\xf4\x94\x39\x67\x75\x72\x38\x78\xe3\x20\xb7\x95\x8f\x5a\xe9\xe7\xc2\x87\x00\x97\x3e\xe6\x31\x49\x28\xfb\x21\x41\xb8\x32\x79\x6b\xd1\xd9\xc0\x34\x3a\x21\xce\xa9\xbe\xa8\xfc\x8f\x15\xe3\xab\xdb\xf9\xe5\x1a\x98\xca\xe7\xd2\xda\xe5\x1d\x1a\x06\x8d\x3e\x21\x65\xd9\x93\x55\xb7\x38\x8b\x09\x42\xa5\x7e\xd4\x0c\x4b\xf9\x93\x0b\x72\x99\xa9\x0d\x30\x45\x2b\x5b\x35\x23\x1f\xd7\x9c\x50\x6e\x3c\x95\x47\x5e\x54\x7c\x87\x9d\x43\x67\x3c\x9a\x53\x50\x3e\xc2\x4e\x73\x64\x50\x4b\xb1\xc0\x09\x28\x10\x3a\x1a\xc8\xcd\xdd\xfc\x72\x56\x9e\xeb\x2a\x9a\xaa\xdb\xb1\xda\x34\x45\x26\xe5\xe6\x3b\xec\x66\x58\x6d\x1c\x93\x49\xf3\x69\xcd\xaa\x2d\xbd\x71\xee\xd9\xfb\xf4\xaa\x88\x5d\x1e\xe5\xca\xc5\x88\x15\x36\x19\x0d\x1a\xda\x63\xf2\x80\x26\x78\x0d\x77\xb0\x02\x01\x2c\x6a\x11\x6b\xad\x5d\xad\x40\x34\x19\xe4\x72\xa2\xe9\x6e\xf5\x9a\xbb\xa4\xd4\xd8\xc9\x8d\x97\x72\x56\xae\x3b\xa9\xe5\x63\xe6\xa1\x9b\x7f\xff\xe1\xa4\xd8\xba\xeb\x8b\x82\xaa\xa8\x31\x1c\x85\xf8\xcb\xa9\x3d\x42\x83\x80\x9b\x74\xd0\x35\x25\xc0\xd1\x86\xb2\xb5\xbe\xf6\x0e\x30\xb9\x65\xf1\xae\xfd\x36\x13\xf7\xe0\x36\x2d\x35\xfc\x2f\xc1\x13\xf3\x2c\xff\xb8\xe0\x95\x36\x3c\x08\xbf\x70\x49\xa8\x7c\x74\x63\xb4\x21\x4e\x93\xcc\x04\xad\xdf\x29\x4a\x65\xe8\xfd\x53\xd3\xfc\x6f\xd7\x34\x83\xee\x51\x58\x7f\x98\x0a\x9a\x60\xb1\x2b\xfb\x9c\x72\xb8\x8c\xf9\x72\x10\xe6\x3a\x74\x6c\xfa\x59\x07\x04\x95\x0a\x38\xdc\x6e\x48\xdb\xf7\x35\xdb\x34\xad\xfc\x78\x7f\x5c\xbf\xa3\x4c\x83\xb6\x54\xa8\x0c\xc7\x53\x63\x85\x55\x6f\xf4\xf7\xdf\xfe\x1b\x00\x00\xff\xff\x11\xf9\x18\xf4\xfa\x28\x00\x00") func dcosagentresourcesvmasTBytes() ([]byte, error) { return bindataRead( @@ -185,12 +185,12 @@ func dcosagentresourcesvmasT() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dcosagentresourcesvmas.t", size: 10550, mode: os.FileMode(438), modTime: time.Unix(1477497605, 0)} + info := bindataFileInfo{name: "dcosagentresourcesvmas.t", size: 10490, mode: os.FileMode(438), modTime: time.Unix(1477506656, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _dcosagentresourcesvmssT = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5a\x4b\x6f\xdb\x38\x10\xbe\x07\xc8\x7f\x10\xb4\x07\x59\x80\x6a\xef\xa3\xd8\x43\x6f\x79\x74\x03\xa3\x75\x62\xc4\x6d\x2e\xa9\x0f\xb4\x38\xb2\x89\x48\xa4\x40\x52\x6e\xbd\x86\xff\xfb\x82\x7a\x58\xa2\x44\xda\x4e\x9b\xba\x09\xb2\x3a\x24\x96\x48\xce\x0c\xbf\x79\x70\x66\x24\xc7\x71\x9c\xf5\xe9\x89\x93\x5f\x2e\x4a\xc9\x1d\x70\x41\x18\x75\xdf\x39\xee\xfd\x12\x71\x82\x66\x31\x88\x9e\x57\x8f\x5c\x42\x84\xb2\x58\x7a\xfe\xd4\x0d\x9c\xed\xca\x98\x85\x48\x56\xeb\x38\x08\x96\xf1\x10\xae\x38\xcb\xd2\x9e\xdf\xaf\x06\xb5\x15\x14\x25\xd0\xe6\xb2\x5e\xf7\xaf\x51\x02\x9b\xcd\xf5\xe4\x4a\xfd\x68\x31\x49\x39\x4b\x81\x4b\x02\xc2\x7d\x57\x4b\xed\x38\xae\x80\x30\xe3\x44\xae\x6e\xb3\x38\x1f\xbb\xaf\xc7\xf2\x0d\xae\xaf\x40\x4e\x9a\x73\x9c\xfe\x98\x71\x29\x36\x9b\x7a\xe2\xb4\xfa\xb9\x69\x70\x94\xab\x34\x17\x72\x44\x42\xce\x04\x8b\x64\xff\x1a\xe4\x57\xc6\x1f\x06\xb4\xf8\x5f\x51\xcd\xb7\x2a\xdc\x62\xe1\x26\x38\x3d\x59\xaf\x49\xe4\xf4\x87\x62\x22\x19\x47\x73\x38\x0b\x43\x96\x51\x59\x31\x7c\x1c\xe4\x25\x8d\x16\x1a\x21\x4b\x57\x2d\x1c\x72\x1e\x56\x50\x75\x51\xc4\x85\xfa\xab\xd3\x6c\xa8\x25\x66\x2c\x75\x4d\x90\x60\x48\x81\x62\x71\x43\x75\x9c\xdd\xfb\x90\xd1\x10\xc9\x9e\xd7\xc5\x2a\xcd\x66\x31\x09\x87\xe3\x33\x8c\x39\x08\x01\x62\xe0\x05\x4e\x43\xc2\x04\x09\x09\x7c\xac\xcf\x2a\xf4\xef\x4f\xb7\x42\x4c\x9f\xc6\xdc\x4a\x31\x1b\xec\x85\x86\xcb\x98\x43\x44\xbe\x81\xf0\xfc\xfb\x84\xe1\x1e\xc2\xb8\xa7\x90\x1e\x52\x0c\xdf\x7a\x7e\xb0\x1f\xd8\x9b\x28\x12\x20\x3d\x5f\x9b\x6b\xe6\x51\xaa\xc0\x9f\xee\x9f\xea\xf9\xf7\x98\x2c\x7f\x81\x38\x5b\xb2\xe5\xe4\xad\x5e\x82\xfd\x7e\x89\x8a\x25\x9f\x4a\x2f\x6a\x5a\xe5\x32\x99\x90\x7f\x41\x8c\x50\xea\xf9\x46\x6b\xbd\x1b\xa9\x09\x9e\x3f\xed\xeb\xc2\x2a\x62\x53\xa3\x65\x76\x9d\xb5\x44\x62\xa0\x53\xd0\xdd\x14\x28\x56\x5e\x99\xfb\xeb\x50\x14\x46\xd8\x0a\x0f\xcf\x30\x40\xb6\xdc\xe4\xb0\x30\x89\xa9\x98\x80\x94\x84\xce\x5b\x23\x6a\x8c\x25\x88\x50\x45\xed\x23\x9a\x41\x6c\x65\xfc\x9e\xe2\x94\x11\x2a\x2f\xaf\x27\xea\x41\x61\x3a\x5e\xc3\x4d\x35\x9d\x28\x69\x2a\xb7\x8e\xab\x5d\x8e\x40\x2e\x18\x56\x1c\x2e\x57\x14\x25\x24\x3c\x50\x9b\xd6\x70\xd2\xd0\xe7\x53\xa9\xeb\x27\x44\x39\x9b\xee\x9e\x3e\xc4\x99\x98\x7e\x9c\x3d\xc6\x52\x66\x28\x7c\x00\x8a\x4b\x39\xc7\x8c\xc5\x9d\x63\x75\xad\x9f\xb1\xfb\xb8\x9f\x17\x14\x15\xa9\x4a\x90\x26\x81\xe6\x41\xac\x99\x4f\xc4\x19\x95\x40\xf1\x70\x7c\xc1\x68\x44\xe6\x19\xcf\x37\xfe\xa3\xe2\x54\xe4\xba\xa0\xec\x81\xa6\x6d\xd5\x05\x42\xa6\x39\x8e\xe3\x12\xac\x69\x6f\x88\x0f\xb2\x1b\xcf\x18\x7e\xed\x56\x63\xc0\xb0\x73\x6b\xc5\x97\xd0\x19\xcb\x28\xbe\x46\x72\x9b\x3c\xe9\x13\x62\x86\xf0\x39\x8a\x11\x0d\x09\x9d\x5b\x13\xac\xde\x15\xc8\x8f\xe7\x65\x6e\xa5\x24\x2c\x43\xa8\xbf\xb1\x72\x4e\x39\x9b\xd9\x89\x8d\xf3\x51\x23\x95\xc7\x45\x8b\x5a\x7e\xe0\xc6\xc8\x5f\x5a\x4f\x95\xb0\x8d\x10\x45\x73\xc0\x97\x44\x3c\x34\xf2\xc3\xc7\xe4\x69\x4d\x0a\x5e\x71\x50\xae\xd7\x10\x0b\xd8\x6c\x9c\xef\x0e\x4d\x5b\x81\x1d\x6b\x90\xaa\x76\x70\x91\x09\xc9\x92\xbb\xeb\xf7\x9f\x1a\xf2\xef\x08\x5c\xc6\x54\xd6\x16\xbc\xb6\x99\xb9\x3f\x75\x9d\x7a\x63\x35\x9f\xe6\x19\x4f\x41\x0e\x2f\x0b\x57\xd7\x0f\x5a\x6b\x62\xac\xae\xc0\x24\xac\xe5\x28\x1f\x78\x07\xa5\x4e\x55\x26\xf7\xfb\x73\xc8\xdf\x8e\x21\xc4\xfe\xac\xcd\x6c\x13\x4f\x03\xf3\x1f\xcf\x01\xe6\x63\x08\x61\x87\xd9\x39\x06\xce\x7f\x3e\x07\x9c\x8f\x21\xc4\x2f\xc6\xf9\xaf\xe7\x80\xf3\x31\x84\xf8\xc5\x38\xbf\x7d\x0e\x38\x1f\x43\x08\x2b\xce\x07\x56\xa4\xb6\x53\xd2\x98\xf4\xd8\x8e\xf2\xaa\x24\xd0\xd9\x56\xa9\x5a\x9d\x5a\x21\x55\x2e\x56\xb7\x5a\xbb\x89\x43\x9e\x8c\x4f\xf2\xec\xd6\x75\x1a\xed\x15\x0f\x85\x02\xe8\x9c\x50\x78\x63\xe1\x7e\x37\x6a\xd6\x8f\x81\xe3\xbd\x59\x26\x42\x34\xeb\x82\x4d\xf0\x73\xfa\x3d\x07\x88\x70\x48\x8d\x94\xa5\x73\x8e\x30\x8c\x59\x4c\xc2\x55\xa7\x9e\x4e\x18\x2e\x12\x52\x44\x33\x14\x5b\xab\xe3\x25\xe1\x32\x43\xf1\x08\x85\x0b\x42\x61\xcc\x59\x44\x62\xe8\x10\x2b\x33\x34\xcb\x70\x3d\x61\x48\x25\xf0\x08\x85\xb0\xbb\x56\x72\xba\xf5\x92\x86\x19\x25\x61\xa7\x20\x32\x62\x61\xca\x38\xdb\x8b\x1c\x03\xa1\x5a\x62\x2d\xe9\x34\x57\x51\xce\xc1\x95\xd4\x77\x27\xb2\x26\xa6\x9d\x1a\xa1\x2d\x51\xba\x1f\x64\x2b\xd4\x5d\xc0\x49\x1a\xe6\xe4\x8c\xc0\x97\xd3\x8d\xf0\xdb\x23\x44\x97\x40\x33\x2c\x9c\xef\x2f\xf1\x0f\xde\x48\x05\x09\x6e\x7a\x9c\x37\x10\xd9\x4c\x84\x9c\xa4\x39\x3e\x4a\x0f\xcd\x07\x3d\xbf\xdf\xbc\x1d\xe2\xc0\x1b\x68\x9e\x9d\xaf\x68\xfb\xba\x42\x2c\x70\xbc\x41\xca\xd9\x92\x60\x15\xdc\x7e\x30\xf8\x29\x62\x86\x6e\xc7\xc0\x5c\x84\x1b\xfa\x18\x16\xf3\xa9\xae\x1d\xea\xc8\xcb\xe1\x1d\x26\x56\xa2\x2a\xb2\x19\x05\x69\xf7\x0d\x1d\x7c\x63\x9c\xa3\x20\x27\x39\x95\xaa\x1a\x7b\xb4\xb4\x96\x01\xe3\xe3\xa9\xd9\x84\xdd\x94\x93\x04\x71\x15\x2a\x5d\xc9\x33\x30\x88\xd1\x21\xd7\x7a\x30\xd5\x5a\x1a\x3a\x1b\x97\x09\x7b\x7c\x44\x38\x21\xf4\xb3\x00\x6e\x6a\x0b\x69\x83\xc6\x66\x50\xc8\x92\x34\x93\xc0\xeb\xe3\xc2\x8e\xf5\x48\x6f\x8b\x76\x69\xe5\xb1\xf2\x12\x49\x94\xd3\x98\x21\x01\x7f\xbf\xed\x55\x3e\xf3\x5b\x18\xb3\x0c\xbf\x29\x62\xc1\x17\xfa\x85\x7a\x81\xe3\xe5\xef\xaf\xce\xe6\x40\xe5\x28\x7f\x53\x72\xb1\x25\xb1\x75\xfa\x76\x6d\x97\xb3\x8a\x09\xcd\xbe\x69\x51\xca\xd8\xcb\xc2\x44\xa8\x5d\x8c\x91\x10\x5f\x19\xc7\x67\x99\x5c\x00\x95\xa4\x3e\x71\x73\x6d\x75\x95\xea\x0a\xb1\xb0\x34\xbe\x8a\x9e\xd6\x07\x58\x59\x63\x8a\x2d\xd0\x3f\xc0\x6a\x8b\x4d\x8a\x38\x4a\x40\x02\x57\xc9\x95\x58\xdc\x4e\xce\xc6\x15\x5d\x13\xb4\x35\x77\x24\x17\x6d\x05\x09\xb1\xf8\x00\xab\x31\x92\x0b\x9b\x07\x18\x6c\x79\xfa\xa8\x16\x5b\xcb\x1e\xcb\x74\xd0\x6e\x94\x24\x41\x73\xb8\x85\x08\x38\xd0\xd0\x30\x41\xd9\x74\x14\x01\x6f\x6f\x85\x89\xa1\x5a\x79\xa3\xc6\xcc\x38\x14\xf8\x8b\x85\x75\xed\xb8\x1a\xb7\xac\x17\x0f\x99\x65\xe5\xe4\xc3\x67\xcb\x9a\xa5\xb9\x9d\x55\xae\x2b\x5b\x5a\x5d\xf0\x37\x41\xbb\xfd\x77\x05\x52\x99\x40\xde\x3f\x73\xfa\xed\xd8\xe8\x32\xa1\x46\x8c\x70\x85\x79\x1a\x35\x57\x22\xdc\x02\xc2\x37\x34\x5e\x99\x24\xcd\xf3\x56\xb8\x49\x2b\xfb\xfe\x87\xb3\x24\x17\xd2\x3d\xa4\x3d\x55\x5c\xc1\xf6\xf0\x56\x39\x23\x13\x58\xc9\x14\x74\x41\x59\xe0\x0b\x46\x25\x22\x14\xb8\xc5\x17\xb6\x07\x26\xaf\x4c\xa1\xf7\x7f\xfb\xeb\xe7\xd4\x57\xc1\xee\xd7\xeb\x7e\xbf\x3c\xa2\xaa\x97\x5c\xa2\x3f\x8b\xd9\x2c\xf0\x0a\xf5\x7a\xdd\x10\x7b\x64\xfd\xbd\xf6\xbe\xda\x4b\xd7\xdf\x6b\xef\xd7\xbd\x74\xfd\xbd\xf6\x3e\xe0\x4b\xd7\xdf\x6b\xef\x2f\xfe\xb8\xfe\x4e\x4f\xda\x0a\x9c\x5a\x6a\x58\xdb\xeb\xe7\x8d\xe9\xf5\x6d\x91\x6f\x6a\xbd\x45\x94\xa2\x90\xc8\x95\xb5\xd0\xda\xfd\xf9\xda\xee\x4f\x8a\xf4\x35\x92\x14\x79\xf2\x44\x22\x8a\x11\xc7\x07\x7e\x8e\x72\x51\x14\x85\x03\xbd\x85\x37\x09\x51\x0c\x13\xa8\x3f\x32\x3a\x3d\xf9\x2f\x00\x00\xff\xff\x68\xfc\x0a\x5d\x64\x29\x00\x00") +var _dcosagentresourcesvmssT = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5a\xcb\x6e\xdb\x3a\x13\xde\x07\xc8\x3b\x08\xda\xc8\x02\x54\xfb\xbf\xad\xba\x4b\xe2\xfe\x81\xd1\x3a\x31\xa2\x36\x9b\xc0\x0b\x5a\x1c\xd9\x44\x24\x52\x20\x29\xb7\x3e\x86\xdf\xfd\x80\xba\x58\xa2\x44\xda\x4e\x9b\x26\x29\x72\xbc\x68\x63\x93\x9c\xf9\xf8\xcd\x70\x38\x33\x92\xe3\x38\xce\xf6\xfc\xcc\x29\x3e\x2e\xca\xc8\x3d\x70\x41\x18\x75\x3f\x3a\xee\xc3\x1a\x71\x82\x16\x09\x88\x81\xd7\x8c\x8c\x21\x46\x79\x22\x3d\x7f\xee\x06\xce\x7e\x65\xc2\x22\x24\xeb\x75\x1c\x04\xcb\x79\x04\xd7\x9c\xe5\xd9\xc0\x1f\xd6\x83\xda\x0a\x8a\x52\xe8\x6a\xd9\x6e\x87\x37\x28\x85\xdd\xee\x26\xbc\x56\x7f\x74\x94\x64\x9c\x65\xc0\x25\x01\xe1\x7e\x6c\x50\x3b\x8e\x2b\x20\xca\x39\x91\x9b\xbb\x3c\x29\xc6\x1e\x9a\xb1\x62\x83\xdb\x6b\x90\x61\x7b\x8e\x33\x9c\x31\x2e\xc5\x6e\xd7\x4c\x9c\xd7\x7f\xee\x5a\x1a\xe5\x26\x2b\x40\x4e\x49\xc4\x99\x60\xb1\x1c\xde\x80\xfc\xce\xf8\xe3\x88\x96\xff\xd7\x52\x8b\xad\x0a\xb7\x5c\xb8\x0b\xce\xcf\xb6\x5b\x12\x3b\xc3\x89\x08\x25\xe3\x68\x09\x17\x51\xc4\x72\x2a\x6b\x85\x4f\xa3\xbc\x92\xd1\x61\x23\x62\xd9\xa6\xc3\x43\xa1\xc3\x4a\xaa\x0e\x45\x5c\xa9\x7f\x75\x99\x2d\xb3\x24\x8c\x65\xae\x89\x12\x0c\x19\x50\x2c\x6e\xa9\xce\xb3\xfb\x10\x31\x1a\x21\x39\xf0\xfa\x5c\x65\xf9\x22\x21\xd1\x64\x76\x81\x31\x07\x21\x40\x8c\xbc\xc0\x69\x21\x4c\x91\x90\xc0\x67\xfa\xac\xd2\xfe\xfe\x7c\x0f\x62\xfe\x3c\xee\x56\xc1\x6c\xa9\x17\x1a\x2f\x33\x0e\x31\xf9\x01\xc2\xf3\x1f\x52\x86\x07\x08\xe3\x81\x62\x7a\x42\x31\xfc\x18\xf8\xc1\x71\x62\x6f\xe3\x58\x80\xf4\x7c\x6d\xae\x59\x47\x65\x02\x7f\x7e\x7c\xaa\xe7\x3f\x60\xb2\x7e\x05\x38\x7b\xb1\xd5\xe4\xbd\x5d\x82\xe3\xe7\x12\x95\x4b\xbe\x56\xa7\xa8\xed\x95\xeb\x34\x24\x7f\x81\x98\xa2\xcc\xf3\x8d\xde\x7a\x3f\x55\x13\x3c\x7f\x3e\xd4\xc1\x2a\x61\x73\xa3\x67\xf6\x0f\x6b\xc5\xc4\x48\x97\xa0\x1f\x53\xa0\x58\x9d\xca\xe2\xbc\x4e\x44\xe9\x84\x9d\xf0\xf0\x06\x03\x64\xe7\x98\x9c\x16\x26\x31\x15\x21\x48\x49\xe8\xb2\x33\xa2\xc6\x58\x8a\x08\x55\xd2\xbe\xa0\x05\x24\x56\xc5\x9f\x28\xce\x18\xa1\x72\x7c\x13\xaa\x1f\x4a\xd7\xf1\x5a\xc7\x54\xb3\x89\x42\x53\x1f\xeb\xa4\xde\xe5\x14\xe4\x8a\x61\xa5\x61\xbc\xa1\x28\x25\xd1\x89\xd6\xb4\x86\x93\x96\x3d\x9f\xcb\x5c\xbf\x21\xca\xd9\x6c\xf7\xfc\x21\xce\xa4\xf4\xcb\xe2\x29\x9e\xb2\x40\xd1\x23\x50\x5c\xe1\x9c\x31\x96\xf4\xae\xd5\xad\x7e\xc7\x1e\xd3\x7e\x59\x4a\x54\xa2\x6a\x20\x6d\x01\xed\x8b\x58\x73\x9f\x98\x33\x2a\x81\xe2\xc9\xec\x8a\xd1\x98\x2c\x73\x5e\x6c\xfc\x57\xe1\xd4\xe2\xfa\xa4\x1c\xa1\xa6\xeb\xd5\x25\x43\xa6\x39\x8e\xe3\x12\xac\x59\x6f\x82\x4f\xf2\x1b\xcf\x18\x7e\xed\x5e\x63\xe0\xb0\xf7\xd5\xca\x2f\xa1\x0b\x96\x53\x7c\x83\xe4\x3e\x79\xd2\x27\x24\x0c\xe1\x4b\x94\x20\x1a\x11\xba\xb4\x26\x58\x83\x6b\x90\x5f\x2e\xab\xdc\x4a\x21\xac\x42\xa8\xbf\xb3\x6a\xce\x38\x5b\xd8\x85\xcd\x8a\x51\xa3\x94\xa7\x45\x8b\x06\x3f\x70\x63\xe4\xaf\xbc\xa7\x4e\xd8\xa6\x88\xa2\x25\xe0\x31\x11\x8f\xad\xfc\xf0\x29\x79\x5a\x5b\x82\x57\x5e\x94\xdb\x2d\x24\x02\x76\x3b\xe7\xa7\x43\xd3\x1e\xb0\x63\x0d\x52\xf5\x0e\xae\x72\x21\x59\x7a\x7f\xf3\xe9\x6b\x0b\xff\x81\xc0\x65\x4c\x65\x6d\xc1\x6b\x9f\x99\xfb\x73\xd7\x69\x36\xd6\xe8\x69\xdf\xf1\x14\xe4\x64\x5c\x1e\x75\xfd\xa2\xb5\x26\xc6\xea\x13\x98\xc0\x5a\xae\xf2\x91\x77\x52\xea\x54\x67\x72\xff\x7a\x0b\xf9\xdb\x4b\x80\x38\x9e\xb5\x99\x7d\xe2\x79\x68\xfe\xf7\x5b\xa0\xf9\x25\x40\xd8\x69\x76\x5e\x82\xe7\xff\xbc\x05\x9e\x5f\x02\xc4\x2b\xf3\xfc\xdf\xb7\xc0\xf3\x4b\x80\x78\x65\x9e\xff\xf7\x16\x78\x7e\x09\x10\x56\x9e\x4f\xac\x48\x6d\xb7\xa4\x31\xe9\xb1\x5d\xe5\x75\x49\xa0\xab\xad\x53\xb5\x26\xb5\x42\xaa\x5c\xac\xbf\x6a\xed\x26\x0e\x45\x32\x1e\x16\xd9\xad\xeb\xb4\xda\x2b\x1e\x8a\x04\xd0\x25\xa1\xf0\xc1\xa2\xfd\x7e\xda\xae\x1f\x03\xc7\xfb\xb0\x4e\x85\x68\xd7\x05\xbb\xe0\xf7\xf4\x7b\x4e\x80\x70\x4a\x8d\x94\x67\x4b\x8e\x30\xcc\x58\x42\xa2\x4d\xaf\x9e\x4e\x19\x2e\x13\x52\x44\x73\x94\x58\xab\xe3\x35\xe1\x32\x47\xc9\x14\x45\x2b\x42\x61\xc6\x59\x4c\x12\xe8\x09\xab\x32\x34\xcb\x70\x33\x61\x42\x25\xf0\x18\x45\x70\xb8\x56\x72\xfa\xf5\x92\xc6\x19\x25\x51\xaf\x20\x32\x72\x61\xca\x38\xbb\x8b\x1c\x83\xa0\x06\xb1\x96\x74\x9a\xab\x28\xe7\xe4\x4a\xea\xa7\x13\x59\x93\xd2\x5e\x8d\xd0\x45\x94\x1d\x27\xd9\x4a\x75\x9f\x70\x92\x45\x85\x38\x23\xf1\xd5\x74\x23\xfd\xf6\x08\xd1\x17\xd0\x0e\x0b\x97\xc7\x4b\xfc\x93\x37\x52\x53\x82\xdb\x27\xce\x1b\x89\x7c\x21\x22\x4e\xb2\x82\x1f\x65\x87\xf6\x0f\x03\x7f\xd8\xfe\x3a\xc1\x81\x37\xd2\x4e\x76\xb1\xa2\x7b\xd6\x15\x63\x81\xe3\x8d\x32\xce\xd6\x04\xab\xe0\xf6\x8b\xc1\x4f\x09\x33\x74\x3b\x46\xe6\x22\xdc\xd0\xc7\xb0\xb8\x4f\xfd\x39\x60\x8e\xa2\x1c\x3e\xe0\x62\x15\xab\x22\x5f\x50\x90\xf6\xb3\xa1\x93\x6f\x8c\x73\x14\x64\x58\x48\xa9\xab\xb1\x27\xa3\xb5\x0c\x18\x7f\x9e\x9b\x5d\xd8\xcd\x38\x49\x11\x57\xa1\xd2\x95\x3c\x07\x03\x8c\x9e\xb8\xce\x0f\x73\xad\xa5\xa1\xab\x71\x99\xb0\xc7\x47\x84\x53\x42\xbf\x09\xe0\xa6\xb6\x90\x36\x68\x6c\x06\x45\x2c\xcd\x72\x09\xbc\xb9\x2e\xec\x5c\x4f\xf5\xb6\x68\x57\x56\xf1\x2c\x6a\x7c\x75\x1b\x5e\x2c\x81\xca\x32\x70\x8e\x91\x44\x96\xe3\xeb\x26\x84\xe6\x3f\xb4\x48\x63\xec\x47\x61\x22\x14\x92\x19\x12\xe2\x3b\xe3\xf8\x22\x97\x2b\xa0\x92\x34\xb7\x66\xc1\x78\xdf\x30\xae\x10\x2b\x4b\xf3\xaa\xec\x4b\x7d\x86\x8d\x35\x2e\xd8\x82\xf5\x23\x6c\xd4\x96\x0a\x8e\x32\xc4\x51\x0a\x12\xb8\x4a\x90\xc4\xea\x2e\xbc\x98\xd5\x72\x4d\xf4\x34\xda\x91\x5c\x75\x49\x16\x62\xf5\x19\x36\x33\x24\x57\x36\x2f\x36\xf8\xe3\xfc\x49\x6d\xb2\x8e\x4f\x55\x29\x9d\xdd\xb1\x48\x8a\x96\x70\x07\x31\x70\xa0\x91\x61\x82\xf2\xcb\x38\x06\xde\xdd\x0a\x13\x13\xb5\xf2\x56\x8d\x99\x79\x28\xf9\x17\x2b\xeb\xda\x59\x3d\x6e\x59\x2f\x1e\x73\xcb\xca\xf0\xf3\x37\xcb\x9a\xb5\xb9\x25\x55\xad\xab\xda\x52\x7d\xf2\x77\x81\xc9\xc9\x91\x44\x45\x0f\xcc\x19\xf6\xbc\x9a\x09\x35\x62\xa4\x2b\x2a\x52\xa1\xa5\x82\x70\x07\x08\xdf\xd2\x64\x63\x42\x5a\xe4\x9e\x70\x9b\xd5\xfe\xfd\x7f\xce\xd2\x02\xa4\x7b\x4a\x8b\xa9\xfc\x04\xfb\x0b\x58\xe5\x7d\x4c\x60\x85\x29\xe8\x93\xb2\xc2\x57\x8c\x4a\x44\x28\x70\xcb\x59\xd8\x5f\x7a\xbc\x76\x85\xc1\x3f\x2d\xac\xdf\x53\x23\x05\x87\x1f\x91\xfb\xc3\xea\x9a\xa9\x1f\x54\x89\xe1\x22\x61\x8b\xc0\x2b\xcd\xeb\xe9\x2d\xb0\x57\xb0\xdf\x7b\xef\x8d\xfd\xe9\xf6\x7b\xef\x3d\xb7\x3f\xdd\x7e\xef\xbd\x97\xf7\xa7\xdb\xef\xbd\xf7\x08\x7f\xdd\x7e\xe7\x67\x5d\x03\xce\x2d\x75\xa8\xed\x11\xf2\xce\xf4\x08\xb6\xcc\x37\xb5\xfe\x20\xca\x50\x44\xe4\xc6\x5a\x2c\x1d\x7e\x05\xed\xf0\x6b\x41\xfa\x1a\x49\xca\x3c\x39\x94\x88\x62\xc4\xf1\x89\xaf\x94\x5c\x95\x85\xdd\x48\x6f\xc3\x85\x11\x4a\x20\x84\xe6\x45\xa1\xf3\xb3\xbf\x03\x00\x00\xff\xff\x1e\xe4\xfd\xcf\x28\x29\x00\x00") func dcosagentresourcesvmssTBytes() ([]byte, error) { return bindataRead( @@ -205,7 +205,7 @@ func dcosagentresourcesvmssT() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dcosagentresourcesvmss.t", size: 10596, mode: os.FileMode(438), modTime: time.Unix(1477497633, 0)} + info := bindataFileInfo{name: "dcosagentresourcesvmss.t", size: 10536, mode: os.FileMode(438), modTime: time.Unix(1477506646, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -290,7 +290,7 @@ func dcoscustomdata184T() (*asset, error) { return a, nil } -var _dcosmasterresourcesT = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5a\x5f\x6f\xdb\x38\x12\x7f\x5f\x60\xbf\x03\xa1\x7b\x50\xbc\x70\xec\x36\xe8\xdd\x43\xfb\x94\xc6\x69\x6b\x34\x76\x8c\x28\xcd\x3d\x74\x83\x03\x4d\x8e\x6d\x22\x12\x29\x90\x94\x13\x5f\xe0\xef\x7e\xa0\xfe\xd8\x92\x48\xd9\x72\xe2\x6c\x0f\x87\xcb\xcb\xc2\xab\x99\x21\x67\xe6\x37\xbf\x19\x92\x45\x08\xa1\xe7\xdf\x7f\x43\xe9\x9f\x87\x63\x76\x07\x52\x31\xc1\xbd\x8f\xc8\xfb\xb9\xc4\x92\xe1\x69\x08\xea\xc4\xdf\x7e\x09\xb4\x90\x78\x0e\x7e\xe7\xde\xeb\xa2\x8d\x26\x85\x18\x38\x55\xd7\x46\xf1\x67\xf1\x7f\x11\xf2\x7e\x12\xc1\x09\xd6\x27\xfe\x88\x11\x29\x94\x98\xe9\xde\x18\xf4\xa3\x90\x0f\xfd\x38\x99\x86\x8c\x0c\x27\xe7\x94\x4a\x50\x0a\x54\xdf\xef\xa2\xd2\x92\x11\x56\x1a\xe4\xa4\x2a\x35\xc6\x11\xf8\x9d\xce\xbd\x57\xac\x71\x5f\xda\x44\x28\x08\xd6\xc5\xe6\x25\x28\x91\x48\x02\x5f\xa5\x48\xe2\x93\x4e\xaf\xf8\x58\xd9\x36\xc7\x11\xd4\x5d\xcd\xd6\xcd\xdd\x3c\x27\x44\x24\x5c\x67\xcb\x56\x54\x63\x29\x62\x90\x9a\x81\xf2\x3e\x6e\x43\x68\x82\x98\xa9\xdc\xae\x62\xcb\xf4\x32\x0a\xd8\xbf\x41\x8d\x70\xec\x77\xec\x25\xef\x46\xe6\xab\xdf\xb9\xef\xa9\xca\xe2\xc6\xd2\xd6\xe1\x75\x69\x0f\x3a\x5f\x63\x1b\xdc\x7c\xdb\xfd\xaa\x05\x95\x6b\x6f\x74\xff\x9f\xf2\xbd\x29\xbf\x7c\x5a\xb0\x29\xd3\x42\xbe\x22\xf7\x81\xc6\x9c\x62\x49\xff\x75\x75\x13\x1c\x29\x81\xbf\xff\xf6\xfc\xcc\x66\x88\x0b\x8d\x7a\xa3\x2c\x5c\x52\xcc\x58\x08\xbd\xa1\xba\x48\x94\x16\xd1\xdd\xf8\xf2\x76\xbd\x7e\x49\x9e\x07\x30\xc3\x49\xa8\xdb\xe5\x19\xa1\xe7\xe7\xaf\xa0\xcd\x6a\x41\x32\xe5\xa0\x07\xa9\x1c\x70\xc2\x40\x15\xeb\xbf\x45\xb2\x96\x4c\xea\x04\x87\x39\xa6\x0e\xca\x4e\x06\xa8\x20\xc6\x04\xaa\x9f\xb6\x1f\x27\x12\x66\xec\x29\x55\xad\x38\x5b\x72\xf7\xbc\x2a\xb9\xf5\x35\xf5\x77\xfb\xa3\x94\x68\x84\x3c\x95\x06\xc9\xb2\x5b\x0b\xa2\x42\x5a\x26\x50\x36\x79\xdf\x0e\x37\x45\x89\x55\xa3\x53\xc5\x0d\x70\x7a\x4c\x60\x1c\xb3\xf6\xce\x97\x98\x85\x78\xca\x42\xa6\x57\x01\xd4\x57\xaa\x66\x74\x77\x20\x2e\x44\x14\x27\x1a\xfa\xb8\x6a\xf1\x95\x14\xf8\xf6\x11\x70\xb2\x5e\x3b\x5c\x53\xae\x02\xd0\x9a\xf1\xb9\xb2\x60\x4d\x45\x84\x19\x37\xd6\xae\xf0\x14\x42\xf7\xda\x97\x9c\xc6\x82\x71\x3d\x18\x07\x46\x32\x43\xb6\x5f\xa2\xdc\x3a\x98\x37\x44\x1e\x16\x5e\x8e\x40\x2f\x04\x35\xe6\x07\x2b\x8e\x23\x46\x5a\xf2\x5d\x63\x6b\x78\x8b\x7c\xfd\xcf\xb5\xac\xab\xe9\x21\x38\x99\x62\xf2\x00\x9c\x16\xfc\x25\x44\x68\xd3\x51\x95\xf3\x76\x2e\xfd\x39\x33\x67\xec\x14\xbb\x28\x6b\x97\x39\xac\x02\x9e\x99\x14\x5c\x03\xa7\xc3\xc9\x85\xe0\x33\x36\x4f\x64\xea\xf2\xab\xf6\x52\xd8\xb2\xc3\xb1\x27\x28\x75\x40\x67\xb1\x71\xc9\x20\xe4\x31\x5a\x49\xda\x90\xb6\x42\x8c\xdf\x3d\x18\x2f\x8e\x18\x5a\x3f\x5f\xde\x23\x42\x81\xe9\x67\x1c\x62\x4e\x40\xbe\x49\x9d\x11\x11\xaf\x6a\xd8\x4b\xc7\x18\x77\xf6\x2e\xcc\xa7\x7a\xd2\x36\xd9\x2e\x32\x7c\x25\x44\x3c\x16\x14\x9c\xbc\xd2\x58\xd8\x2e\xa8\x0c\xfc\xe3\x57\x66\x4e\x20\x8d\x05\xda\x45\xbe\x21\x0e\x3f\x08\xbe\x9d\xba\x08\xe4\x6e\x54\x26\xde\x2e\x32\x11\x1c\x72\x0a\x4f\x27\x9d\xc3\x8a\x7b\x22\xa4\x09\xf3\xd9\x59\x25\x98\xc0\xcd\x6a\x5f\x42\x81\x4d\x97\x18\x4e\xbc\x8f\x68\x86\x43\x05\x6d\xea\xd2\x6a\x29\x79\x15\xec\xa8\xc2\x6a\x88\xeb\xcd\xa3\x58\x27\xdf\xaa\x09\x5e\xe1\xec\xd9\xd9\xbb\x77\x75\x20\xc4\x52\x68\x41\x44\xda\xba\x34\x89\x0f\xec\x2b\x15\xac\xf7\x19\x9f\x8a\x84\xd3\x31\xd6\x37\x49\xf8\x36\x3d\xe6\x98\xf4\x3e\x0e\xbe\x1e\xc2\xef\x0a\x48\x22\x99\x5e\x65\xbe\xb5\x64\x53\xa5\x16\x07\xb3\x25\x26\x24\x23\x49\xcf\x0c\x00\x8f\x96\x7e\x5a\x91\x8a\x48\x16\x17\x91\x48\xe5\x50\x10\x7c\x6b\x90\xd5\x8c\xa7\x81\xa9\xcc\xd6\x46\xf1\x8f\x3d\x0a\x06\x44\x37\x98\xcf\x53\x5f\xce\xce\x9c\xd2\x4c\x02\x29\x36\x32\xcc\x10\xe0\x92\x8b\x25\x13\x26\x7c\xa6\x7c\xde\xbd\x73\x0a\x6c\x91\x78\x4b\x62\x97\x8d\x2c\xdd\xed\xbc\xc8\x64\x2b\x0e\xfc\xe1\xbd\x09\xe1\xf3\xec\xbf\x41\x8e\x8f\x14\x8d\xff\xf5\xc4\xcf\x19\x39\x84\xf3\xd3\x63\x71\x8b\x23\x31\x72\xf7\x85\x71\xf0\x35\x63\xad\xec\xa4\x14\x2a\x58\xaf\x11\x6a\x50\x59\x72\xd0\x65\x69\x73\xae\x6a\x92\xad\xb6\x9d\x8a\xa7\x3b\xba\x86\x91\xee\xfa\x75\xbe\xea\x67\xed\x63\x5f\xf7\xa8\x36\x8f\xbf\xa8\xd3\xd5\x3b\x98\xcf\x19\x31\xad\xee\xf0\x4e\xc6\xe2\x97\xcd\x85\x85\x5e\x8a\x98\x43\x29\xad\xdc\x27\x3e\xef\x9f\x93\x9d\x3b\x29\xf6\x4f\xf7\x8c\x04\x69\x72\x91\xdf\x77\xcc\xe3\xce\xd3\x85\x63\xd4\x76\xcc\x8a\xd6\xb4\x58\x9b\xbb\x1d\x8e\x0e\x6b\xed\xf0\xe8\x4e\x1e\x17\xc1\x07\x7a\x1a\x4b\xb6\xc4\x1a\xca\x43\x7d\xf3\x86\xbf\x30\xa9\xb4\x11\x74\xcd\x60\x8c\xef\xd2\xb8\x26\x1a\xf4\x07\xbf\xd3\xe9\x38\x0e\x1e\x95\x7d\x38\x4e\xcb\x81\xc6\x9a\x11\x67\x7b\x48\x2f\x84\x76\x9f\x44\xec\x38\x72\xd0\xd9\x4d\x52\x7d\x06\x73\x06\x6e\x47\x7f\xd9\xcf\xa7\xa5\x2d\x77\x3d\x57\x8b\x69\x3d\x39\x6e\xc8\xb7\x34\x32\xd6\x2e\xac\x0e\x6c\x75\x43\xae\x41\xce\x30\x79\x9b\x19\xef\x98\x6d\x6e\x19\xbd\xec\x64\xd3\x7c\x65\x61\x85\xc0\x49\x2a\x87\xf2\xb5\x7b\xcd\xa6\xdb\xb6\xbe\xa3\xc6\xad\x3b\x3e\xcb\xfe\xc1\xaf\x30\x2d\x94\xac\x7b\xfc\x6d\x3f\xdc\xc2\x09\xcf\x95\xf7\xb1\xf8\x59\x49\xab\x84\xb4\x60\x83\xb4\x43\x7a\xa8\x44\x21\x3e\x26\x0a\xf8\x9c\x71\x78\xc1\x89\x6e\x9b\xea\xbf\xb2\x27\x1f\xde\x8b\x6b\x79\x6d\xaa\x68\xf7\x8d\x48\x13\x38\x5a\x62\xa3\xe9\xfc\xb8\xc0\x92\x3e\x62\x09\x39\x2b\x59\x7b\xca\x5e\xd9\x1a\xf8\xb1\x78\x63\x6b\xb4\x9e\x57\x4f\x93\x71\x9b\x5f\xec\x87\x02\x8b\xca\x5b\xdd\x1b\x59\x96\xfd\xee\x6b\x66\x2d\x8b\xfc\xdb\x3d\x53\x08\xd5\xe4\x39\xa6\x11\xe3\x3f\x14\x48\xd7\x79\xb5\xf2\xd1\xbe\x80\xf3\x48\x06\x05\x79\x34\xc8\x66\x56\xd3\x6e\x34\xc0\x1a\xa7\x36\xa7\x58\xc1\x3f\x3e\x9c\x14\xf5\xf9\x37\x12\x8a\x84\x9e\x92\x74\x28\xfc\x93\xff\xc9\xfd\x2e\xf2\xd3\xf7\x96\xc1\xc5\x75\x90\x75\xb6\x8b\x8d\x85\xf5\x3a\x23\xa4\xca\x02\x21\xe3\xc9\xd3\xce\xdb\x90\xf4\x7c\xa9\x8c\x0b\x13\xac\xd4\xa3\x90\xf4\x3c\xd1\x0b\xe0\x9a\x6d\xab\x59\xcb\xc4\x31\x90\x9a\x83\xb7\xbb\xb9\x67\x37\x88\xdf\x61\xd5\x30\x91\x39\x41\x56\xd2\x7f\x80\xd5\x26\x26\xa5\x00\x2b\xb5\xb8\x09\xce\x27\x85\x71\xd7\x35\x69\x75\x1b\x58\x2f\x1c\x36\xbe\xc3\x6a\x82\xf5\xc2\x35\x5d\x64\x7f\xd6\x70\x56\x81\x9b\x25\xb1\x6e\x82\x62\xfe\x04\xda\x84\x47\x16\xe1\x39\xdc\xc0\x0c\x24\x70\xfb\x3d\xcf\x40\x79\x36\x03\x59\x77\x40\xa8\xa1\xd1\xbb\x36\xdf\xdc\x17\xc5\x26\x3e\x6a\xd1\xa8\x39\x29\xbe\x3b\xb5\xd5\x43\xd2\xa0\x17\x7c\xff\xe1\xd4\x58\xba\x47\x90\x5c\x2b\x1f\x43\xac\xbb\xf5\x5a\x21\x08\x35\x60\xea\xc1\x11\x03\x82\xc9\x82\xf1\xb9\xb1\x7e\x03\x98\xfe\x53\x32\xed\x80\x62\xda\xe5\xe0\x7a\x73\x5b\xf3\x45\x8a\x28\x5d\xde\x16\x7d\x4d\x01\x77\xfd\x53\xa1\x28\x53\x0f\xee\x40\x2c\xa8\xf3\x64\x96\x48\x56\x5e\x50\x16\x19\x3f\xb1\xa7\x91\x86\xc7\x73\xd7\x30\xe2\x9a\x2c\x3a\xdd\xdd\xff\xfc\xa1\xd3\x8b\x25\x8b\xb0\x5c\x15\xef\x65\xaa\x37\x0d\xc5\xb4\xeb\x2f\x17\xd4\xb9\x48\xf3\xa9\x66\x13\x8a\xde\x72\x41\xed\x52\x6a\x2c\x90\x76\xc3\x70\xd1\x78\xf3\xc7\xe0\x51\x0a\x82\x5f\xfe\xa4\xd6\xb0\xab\x56\xd3\xa9\x4a\xa6\x36\xd4\xf2\xc1\xba\x8b\xde\xff\xc2\x7b\x8e\x7d\x3b\x33\x07\xfd\x47\xcc\xf4\x4c\xc8\x10\x30\xad\xf3\xc6\x8e\xd1\x2b\xd1\xe2\x47\x3c\x97\x98\xc2\x88\x71\x21\xb7\x09\x32\xfd\xc4\x7e\x8e\x2d\x38\x6b\x1b\xf0\xeb\xe0\xf6\xe2\xf2\x49\x03\x57\xe9\x35\x4a\x95\x5c\x9b\x1e\x8c\x89\x88\x22\xcc\xe9\xad\xb8\x7c\x02\x92\xe8\xec\x8e\x78\x81\x4e\x09\xf2\x13\xae\x59\x88\x62\xc6\xe7\xe8\x94\xbc\x47\x99\x3b\xbd\x08\x94\x50\x9f\xa8\x40\x40\x16\x02\x19\x57\x8d\xc0\x4c\xc8\xaa\x80\x0a\x01\x62\xf4\xfe\xef\x9f\xa8\xe0\xf0\x29\x95\x2d\x7f\x47\x49\xec\x37\xce\x64\x05\xc2\xb3\x6e\x1d\xa4\x17\xcb\x5f\x84\xbc\x32\xdd\xd9\xb3\x24\xbf\x61\x4e\x43\x28\xc5\xcb\x7b\xdf\xfb\xd0\xf2\xd9\xa0\x09\xa3\xb0\x0d\x63\x5e\x44\xff\x09\x00\x00\xff\xff\x88\xa2\x7d\x7e\x3a\x27\x00\x00") +var _dcosmasterresourcesT = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5a\x5f\x4f\xe3\xba\x12\x7f\x3f\xd2\xf9\x0e\x56\x5e\x42\x8f\x4a\x0b\xe8\xdc\x17\xf6\x89\xa5\xc0\x56\x4b\x4b\x45\x58\xee\xc3\x0a\x5d\xb9\xf6\xb4\xb5\x48\xec\xc8\x76\x0a\xbd\x88\xef\x7e\xe5\xfc\xa1\x49\xec\xb4\x29\x94\xdd\xab\xab\xcb\xcb\x51\x4f\x66\x6c\xcf\xcc\x6f\xe6\x37\x1e\x2f\x42\x08\xbd\xfc\xf9\x07\x4a\xff\x3c\x1c\xb3\x7b\x90\x8a\x09\xee\x9d\x22\xef\xe7\x12\x4b\x86\xa7\x21\xa8\x03\x7f\xfd\x25\xd0\x42\xe2\x39\xf8\x9d\x07\xaf\x8b\xde\x34\x29\xc4\xc0\xa9\xba\x31\x8a\x3f\x8b\xff\x8b\x90\xf7\x93\x08\x4e\xb0\x3e\xf0\x47\x8c\x48\xa1\xc4\x4c\xf7\xc6\xa0\x9f\x84\x7c\xec\xc7\xc9\x34\x64\x64\x38\x39\xa3\x54\x82\x52\xa0\xfa\x7e\x17\x95\xb6\x8c\xb0\xd2\x20\x27\x55\xa9\x31\x8e\xc0\xef\x74\x1e\xbc\x62\x8f\x87\xd2\x21\x42\x41\xb0\x2e\x0e\x2f\x41\x89\x44\x12\xb8\x92\x22\x89\x0f\x3a\xbd\xe2\x63\xe5\xd8\x1c\x47\x50\x37\x35\xdb\x37\x37\xf3\x8c\x10\x91\x70\x9d\x6d\x5b\x51\x8d\xa5\x88\x41\x6a\x06\xca\x3b\x5d\xbb\xd0\x38\x31\x53\xb9\x5b\xc5\xd6\xd2\xcb\x28\x60\xff\x06\x35\xc2\xb1\xdf\xb1\xb7\xbc\x1f\x99\xaf\x7e\xe7\xa1\xa7\x2a\x9b\x9b\x95\xd6\x06\xbf\x96\xce\xa0\xf3\x3d\xd6\xce\xcd\x8f\xdd\xaf\xae\xa0\x72\xed\x37\xdd\xff\x87\x7c\x6b\xc8\x2f\x9e\x17\x6c\xca\xb4\x90\x1f\x88\x7d\xa0\x31\xa7\x58\xd2\x7f\x5d\xdf\x06\x7b\x0a\xe0\x9f\x7f\xbc\xbc\xb0\x19\xe2\x42\xa3\xde\x28\x73\x97\x14\x33\x16\x42\x6f\xa8\xce\x13\xa5\x45\x74\x3f\xbe\xb8\x7b\x7d\x7d\x4f\x9c\x07\x30\xc3\x49\xa8\xdb\xc5\x19\xa1\x97\x97\x2b\xd0\x66\xb7\x20\x99\x72\xd0\x83\x54\x0e\x38\x61\xa0\x8a\xfd\x3f\x23\x58\x4b\x26\x75\x82\xc3\x1c\x53\x3b\x45\x27\x03\x54\x10\x63\x02\xd5\x4f\xeb\x8f\x13\x09\x33\xf6\x9c\xaa\x56\x8c\x2d\x99\x7b\x56\x95\x5c\xdb\x9a\xda\xbb\xfe\x51\x0a\x34\x42\x9e\x4a\x9d\x64\xad\x5b\x73\xa2\x42\x5a\x26\x50\x5e\xf2\xa1\x1d\x6e\x8a\x14\xab\x7a\xa7\x8a\x1b\xe0\x74\x9f\xc0\xd8\x67\xee\x9d\x2d\x31\x0b\xf1\x94\x85\x4c\xaf\x02\xa8\xef\x54\x8d\xe8\x66\x47\x9c\x8b\x28\x4e\x34\xf4\x71\x75\xc5\x0f\x96\xc0\xcf\xf7\x80\xb3\xea\xb5\xc3\x35\xe5\x2a\x00\xad\x19\x9f\x2b\x0b\xd6\x54\x44\x98\x71\xb3\xda\x35\x9e\x42\xe8\xde\xfb\x82\xd3\x58\x30\xae\x07\xe3\xc0\x48\x66\xc8\xf6\x4b\x25\xb7\x0e\xe6\xb7\x42\x1e\x16\x56\x8e\x40\x2f\x04\x35\xcb\x0f\x56\x1c\x47\x8c\xb4\xac\x77\x8d\xd4\xf0\x19\xf1\xfa\x9f\xa3\xac\xeb\xe9\x2e\x38\x99\x62\xf2\x08\x9c\x16\xf5\x4b\x88\xd0\x2e\x47\xd5\x9a\xb7\x71\xeb\xaf\xd9\x72\x66\x9d\xe2\x14\x65\xed\x72\x0d\xab\x80\x67\x26\x05\xd7\xc0\xe9\x70\x72\x2e\xf8\x8c\xcd\x13\x99\x9a\xfc\xa1\xb3\x14\x6b\xd9\xee\xd8\xe2\x94\x3a\xa0\x33\xdf\xb8\x64\x10\xf2\x18\xad\x04\x6d\x48\x5b\x21\xc6\xef\xee\x8c\x17\x87\x0f\xad\x9f\xef\xe7\x88\x50\x60\xfa\x15\x87\x98\x13\x90\x9f\x92\x67\x44\xc4\xab\x1a\xf6\xd2\x36\xc6\x1d\xbd\x73\xf3\xa9\x1e\xb4\xb7\x68\x17\x11\xbe\x16\x22\x1e\x0b\x0a\xce\xba\xd2\x98\xd8\x2e\xa8\x0c\xfc\xfd\x67\x66\x5e\x40\x1a\x13\xb4\x8b\x7c\x53\x38\xfc\x20\xf8\x76\xe8\x2a\x20\xf7\xa3\x72\xe1\xed\x22\xe3\xc1\x21\xa7\xf0\x7c\xd0\xd9\x2d\xb9\x27\x42\x1a\x37\x9f\x9c\x54\x9c\x09\xdc\xec\x76\x19\x0a\x6c\x58\x62\x38\xf1\x4e\xd1\x0c\x87\x0a\xda\xe4\xa5\x45\x29\x79\x16\x6c\xc8\xc2\xaa\x8b\xeb\xe4\x51\xec\x93\x1f\xd5\x38\xaf\x30\xf6\xe4\xe4\xe8\xa8\x0e\x84\x58\x0a\x2d\x88\x48\xa9\x4b\x93\x78\x47\x5e\xa9\x60\xbd\xcf\xf8\x54\x24\x9c\x8e\xb1\xbe\x4d\xc2\xcf\xe1\x98\x7d\x96\xf7\x71\x70\xb5\x4b\x7d\x57\x40\x12\xc9\xf4\x2a\xb3\xad\x65\x35\x55\x6a\xb1\x73\xb5\xc4\x84\x64\x45\xd2\x33\x0d\xc0\x93\xa5\x9f\x66\xa4\x22\x92\xc5\x85\x27\x52\x39\x14\x04\xdf\x1a\x64\x35\xe3\xa9\x63\x2a\xbd\xb5\x51\xfc\x6b\x8b\x82\x01\xd1\x2d\xe6\xf3\xd4\x96\x93\x13\xa7\x34\x93\x40\x8a\x83\x0c\x33\x04\xb8\xe4\x62\xc9\x84\x71\x9f\x49\x9f\xa3\x23\xa7\xc0\x1a\x89\x77\x24\x76\xad\x91\x85\xbb\x9d\x15\x99\x6c\xc5\x80\xbf\xbc\x4f\x29\xf8\x3c\xfb\x6f\x90\xe3\x23\x45\xe3\x7f\x7d\xe1\xe7\x8c\xec\x52\xf3\xd3\x6b\x71\x8b\x2b\x31\x72\xf3\xc2\x38\xb8\xca\xaa\x56\x76\x53\x0a\x15\xbc\xbe\x22\xd4\xa0\xb2\xe4\xa0\xcb\xd2\xe6\x5e\xd5\x24\x5b\xa5\x9d\x8a\xa5\x1b\x58\xc3\x48\x77\xfd\x7a\xbd\xea\x67\xf4\xb1\x8d\x3d\xaa\xe4\xf1\x8b\x98\xae\xce\x60\x3e\x67\xc4\x50\xdd\xee\x4c\xc6\xe2\xf7\xf5\x85\x85\x5e\x8a\x98\x5d\x4b\x5a\x99\x27\xbe\x6e\xef\x93\x9d\x27\x29\xce\x4f\xb7\xb4\x04\x69\x70\x91\xdf\x77\xf4\xe3\xce\xdb\x85\xa3\xd5\x76\xf4\x8a\x56\xb7\x58\xeb\xbb\x1d\x86\x0e\x6b\x74\xb8\x77\x23\xf7\x8b\xe0\x1d\x2d\x8d\x25\x5b\x62\x0d\xe5\xa6\xbe\xf9\xc0\x97\x4c\x2a\x6d\x04\x5d\x3d\x18\xe3\x9b\x34\x6e\x88\x06\xfd\xb7\xdf\xe9\x74\x1c\x17\x8f\xca\x39\x1c\xb7\xe5\x40\x63\xcd\x88\x93\x1e\xd2\x81\xd0\xe6\x9b\x88\xed\x47\x0e\x3a\x9b\x24\xd5\x7b\x30\xa7\xe3\x36\xf0\xcb\xf6\x7a\x5a\x3a\x72\xd7\x73\x51\x4c\xeb\xce\xf1\xad\xf8\x96\x5a\xc6\xda\xc0\x6a\x47\xaa\x1b\x72\x0d\x72\x86\xc9\xe7\xf4\x78\xfb\xa4\xb9\x65\xf4\xbe\x9b\x4d\xf3\xc8\xc2\x72\x81\xb3\xa8\xec\x5a\xaf\xdd\x7b\x36\x4d\xdb\xfa\x8e\x1c\xb7\x66\x7c\xd6\xfa\x3b\xbf\xc2\xb4\x50\xb2\xe6\xf8\x6b\x3e\x5c\xc3\x09\xcf\x95\x77\x5a\xfc\xac\x84\x55\x42\x9a\xb0\x41\xca\x90\x1e\x2a\x95\x10\x1f\x13\x05\x7c\xce\x38\xbc\xe3\x46\xb7\x0e\xf5\xaf\xe4\xe4\xdd\xb9\xb8\x16\xd7\xa6\x8c\x76\x4f\x44\x9a\xc0\xd1\x12\x1b\x4d\xf7\xc7\x05\x96\xf4\x09\x4b\xc8\xab\x92\x75\xa6\xec\x95\xad\xa1\x3e\x16\x6f\x6c\x8d\xab\xe7\xd9\xd3\xb4\xb8\x5d\x5f\xec\x87\x02\xab\x94\xb7\x9a\x1b\x59\x2b\xfb\xdd\x8f\xf4\x5a\x56\xf1\x6f\xf7\x4c\x21\x54\x93\xe5\x98\x46\x8c\xff\x50\x20\x5d\xf7\xd5\xca\x47\x7b\x00\xe7\x91\x0c\x0a\x72\x6f\x90\x45\xc5\xdb\xc9\xe0\xfc\x26\xc8\x58\x2a\xe3\xa6\x01\xd6\xb8\xfa\x24\xe3\x85\x8c\x27\xcf\x1b\x67\x1a\xe9\x2d\x51\x99\x83\x4c\xb0\x52\x4f\x42\xd2\xb3\x44\x2f\x80\x6b\xb6\xce\x49\x2d\x13\x47\x5b\x69\xae\xcf\x6e\x8a\xce\xe6\x80\xdf\x61\xd5\xd0\x57\x39\xa1\x52\xd2\x7f\x84\x95\xb1\xa5\xee\x69\xa5\x16\xb7\xc1\xd9\xa4\x58\xdc\x35\xec\xac\x1e\x03\xeb\x85\x63\x8d\xef\xb0\x9a\x60\xbd\x70\xf5\x08\xd9\x9f\xd5\x62\x55\x40\x63\x49\xbc\x36\x01\x2a\x7f\xc8\x6c\x42\x15\x8b\xf0\x1c\x6e\x61\x06\x12\xb8\xfd\x2a\x67\x00\x39\x9b\x81\xac\x1b\x20\xd4\xd0\xe8\xdd\x98\x6f\xee\x71\xaf\xf1\x8f\x5a\x34\x6a\x4e\x8a\xef\x4e\x6d\xf5\x98\x34\xe8\x05\xdf\x7f\x38\x35\x96\xee\x46\x22\xd7\xca\x9b\x09\x6b\x42\x5e\x4b\x12\xa1\x06\x4c\x3d\x3a\x7c\x40\x30\x59\x30\x3e\x37\xab\xdf\x02\xa6\xff\x94\x4c\x3b\xa0\x98\x72\x15\xdc\xbc\xcd\x5c\x2e\xa5\x88\xd2\xed\x6d\xd1\x8f\xa4\x61\xd7\x3f\x14\x8a\x32\xf5\xe8\x76\xc4\x82\x3a\xef\x57\x89\x64\xe5\x0d\x65\x11\xf1\x03\xbb\xa7\x68\x78\x02\x77\xb5\x14\xae\xfe\xa0\xd3\xdd\xfc\x8f\x18\x3a\xbd\x58\xb2\x08\xcb\x55\xf1\xea\xa5\x7a\xd3\x50\x4c\xbb\xfe\x72\x41\x9d\x9b\x34\xdf\x4d\xde\x5c\xd1\x5b\x2e\xa8\x9d\x4a\x8d\x09\xd2\xae\xa5\x2d\xe8\x33\x7f\xd2\x1d\xa5\x20\xf8\xed\x0f\x63\x0d\xa7\x6a\xd5\x63\xaa\x64\x6a\x43\x2d\x6f\x8f\xbb\xe8\xf8\x37\x4e\x2b\xb6\x9d\xcc\x5c\xd7\x9f\x30\xd3\x33\x21\x43\xc0\xb4\x5e\x37\x36\x34\x50\x89\x16\x3f\xe2\xb9\xc4\x14\x46\x8c\x0b\xb9\x0e\x90\xe1\x13\xfb\x51\xb5\xa8\x59\x6b\x87\xdf\x04\x77\xe7\x17\xcf\x1a\xb8\x4a\x87\x21\xd5\xe2\xda\xf4\xec\x4b\x44\x14\x61\x4e\xef\xc4\xc5\x33\x90\x44\x67\x93\xde\x05\x3a\x24\xc8\x4f\xb8\x66\x21\x8a\x19\x9f\xa3\x43\x72\x8c\x32\x73\x7a\x11\x28\xa1\xbe\x50\x81\x80\x2c\x04\x32\xa6\x1a\x81\x99\x90\x55\x01\x15\x02\xc4\xe8\xf8\x1f\x5f\xa8\xe0\xf0\x25\x95\x2d\x7f\x47\x49\xec\x37\x76\x56\x05\xc2\x33\x9e\x0e\xd2\xf1\xf0\xa5\x90\xd7\x86\x9d\x3d\x4b\xf2\x1b\xe6\x34\x84\x92\xbf\xbc\xe3\xde\xdf\x2d\x87\xff\x4d\x18\x85\xb5\x1b\xf3\x24\xfa\x4f\x00\x00\x00\xff\xff\x4a\x47\xc0\xfd\x00\x27\x00\x00") func dcosmasterresourcesTBytes() ([]byte, error) { return bindataRead( @@ -305,7 +305,7 @@ func dcosmasterresourcesT() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dcosmasterresources.t", size: 10042, mode: os.FileMode(438), modTime: time.Unix(1477497574, 0)} + info := bindataFileInfo{name: "dcosmasterresources.t", size: 9984, mode: os.FileMode(438), modTime: time.Unix(1477506346, 0)} a := &asset{bytes: bytes, info: info} return a, nil }