зеркало из
1
0
Форкнуть 0

fix the image names for the linux templates

This commit is contained in:
Vipul Modi - MSFT 2018-06-19 13:28:42 -07:00
Родитель 0ce5b58f3a
Коммит 5b4d298d9b
3 изменённых файлов: 330 добавлений и 330 удалений

Просмотреть файл

@ -1,110 +1,110 @@
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "westus",
"metadata": {
"description": "Location of the resources."
}
}
},
"resources": [
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsNetwork",
"type": "Microsoft.ServiceFabric/networks",
"location": "[parameters('location')]",
"dependsOn": [],
"properties": {
"schemaVersion": "0.0.1",
"addressPrefix": "10.0.0.4/22",
"ingressConfig": {
"layer4": [
{
"publicPort": "80",
"applicationName": "visualObjectsApp",
"serviceName": "web",
"endpointName": "webListener"
}
]
}
}
},
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsApp",
"type": "Microsoft.ServiceFabric/applications",
"location": "[parameters('location')]",
"dependsOn": [
"Microsoft.ServiceFabric/networks/visualObjectsNetwork"
],
"properties": {
"description": "Service Fabric Mesh Visual Objects Application!",
"services": [
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-web:1.0-stretch",
"endpoints": [
{
"name": "webListener",
"port": "80"
}
],
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
},
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-worker:1.0-stretch",
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
}
]
}
}
]
}
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "westus",
"metadata": {
"description": "Location of the resources."
}
}
},
"resources": [
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsNetwork",
"type": "Microsoft.ServiceFabric/networks",
"location": "[parameters('location')]",
"dependsOn": [],
"properties": {
"schemaVersion": "0.0.1",
"addressPrefix": "10.0.0.4/22",
"ingressConfig": {
"layer4": [
{
"publicPort": "80",
"applicationName": "visualObjectsApp",
"serviceName": "web",
"endpointName": "webListener"
}
]
}
}
},
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsApp",
"type": "Microsoft.ServiceFabric/applications",
"location": "[parameters('location')]",
"dependsOn": [
"Microsoft.ServiceFabric/networks/visualObjectsNetwork"
],
"properties": {
"stretchdescription": "Service Fabric Mesh Visual Objects Application!",
"services": [
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-web:1.1-stretch",
"endpoints": [
{
"name": "webListener",
"port": "80"
}
],
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
},
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-worker:1.1-stretch",
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
}
]
}
}
]
}

Просмотреть файл

@ -1,110 +1,110 @@
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "westus",
"metadata": {
"description": "Location of the resources."
}
}
},
"resources": [
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsNetwork",
"type": "Microsoft.ServiceFabric/networks",
"location": "[parameters('location')]",
"dependsOn": [],
"properties": {
"schemaVersion": "0.0.1",
"addressPrefix": "10.0.0.4/22",
"ingressConfig": {
"layer4": [
{
"publicPort": "80",
"applicationName": "visualObjectsApp",
"serviceName": "web",
"endpointName": "webListener"
}
]
}
}
},
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsApp",
"type": "Microsoft.ServiceFabric/applications",
"location": "[parameters('location')]",
"dependsOn": [
"Microsoft.ServiceFabric/networks/visualObjectsNetwork"
],
"properties": {
"description": "Service Fabric Mesh Visual Objects Application!",
"services": [
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-web:1.1-nanoserver-1709",
"endpoints": [
{
"name": "webListener",
"port": "80"
}
],
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
},
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-worker:1.1-nanoserver-1709",
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "3",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
}
]
}
}
]
}
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "westus",
"metadata": {
"description": "Location of the resources."
}
}
},
"resources": [
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsNetwork",
"type": "Microsoft.ServiceFabric/networks",
"location": "[parameters('location')]",
"dependsOn": [],
"properties": {
"schemaVersion": "0.0.1",
"addressPrefix": "10.0.0.4/22",
"ingressConfig": {
"layer4": [
{
"publicPort": "80",
"applicationName": "visualObjectsApp",
"serviceName": "web",
"endpointName": "webListener"
}
]
}
}
},
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsApp",
"type": "Microsoft.ServiceFabric/applications",
"location": "[parameters('location')]",
"dependsOn": [
"Microsoft.ServiceFabric/networks/visualObjectsNetwork"
],
"properties": {
"description": "Service Fabric Mesh Visual Objects Application!",
"services": [
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-web:1.1-stretch",
"endpoints": [
{
"name": "webListener",
"port": "80"
}
],
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
},
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-worker:1.1-stretch",
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "3",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
}
]
}
}
]
}

Просмотреть файл

@ -1,110 +1,110 @@
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "westus",
"metadata": {
"description": "Location of the resources."
}
}
},
"resources": [
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsNetwork",
"type": "Microsoft.ServiceFabric/networks",
"location": "[parameters('location')]",
"dependsOn": [],
"properties": {
"schemaVersion": "0.0.1",
"addressPrefix": "10.0.0.4/22",
"ingressConfig": {
"layer4": [
{
"publicPort": "80",
"applicationName": "visualObjectsApp",
"serviceName": "web",
"endpointName": "webListener"
}
]
}
}
},
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsApp",
"type": "Microsoft.ServiceFabric/applications",
"location": "[parameters('location')]",
"dependsOn": [
"Microsoft.ServiceFabric/networks/visualObjectsNetwork"
],
"properties": {
"description": "Service Fabric Mesh Visual Objects Application!",
"services": [
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-web:1.1-nanoserver-1709",
"endpoints": [
{
"name": "webListener",
"port": "80"
}
],
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
},
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-worker:1.1-rotate-nanoserver-1709",
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "3",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
}
]
}
}
]
}
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"defaultValue": "westus",
"metadata": {
"description": "Location of the resources."
}
}
},
"resources": [
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsNetwork",
"type": "Microsoft.ServiceFabric/networks",
"location": "[parameters('location')]",
"dependsOn": [],
"properties": {
"schemaVersion": "0.0.1",
"addressPrefix": "10.0.0.4/22",
"ingressConfig": {
"layer4": [
{
"publicPort": "80",
"applicationName": "visualObjectsApp",
"serviceName": "web",
"endpointName": "webListener"
}
]
}
}
},
{
"apiVersion": "2018-03-01-privatepreview",
"name": "visualObjectsApp",
"type": "Microsoft.ServiceFabric/applications",
"location": "[parameters('location')]",
"dependsOn": [
"Microsoft.ServiceFabric/networks/visualObjectsNetwork"
],
"properties": {
"description": "Service Fabric Mesh Visual Objects Application!",
"services": [
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "web",
"properties": {
"description": "Service Fabric Mesh Visual Objects Web Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-web:1.1-stretch",
"endpoints": [
{
"name": "webListener",
"port": "80"
}
],
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "1",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
},
{
"type": "Microsoft.ServiceFabric/services",
"location": "[parameters('location')]",
"name": "worker",
"properties": {
"description": "Service Fabric Mesh Visual Objects Worker Service.",
"osType": "linux",
"codePackages": [
{
"name": "code",
"image": "seabreeze/azure-mesh-visualobjects-worker:1.1-rotate-stretch",
"resources": {
"requests": {
"cpu": "1",
"memoryInGB": "1"
}
}
}
],
"replicaCount": "3",
"networkRefs": [
{
"name": "[resourceId('Microsoft.ServiceFabric/networks', 'visualObjectsNetwork')]"
}
]
}
}
]
}
}
]
}