Update SF linux manifests
This commit is contained in:
parent
4bc1772d84
commit
f7c09dad81
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>rabbitmq:3-management</ImageName>
|
<ImageName>rabbitmq:3-management:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets=";ValidateMSBuildFiles">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets=";ValidateMSBuildFiles">
|
||||||
<Import Project="..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props" Condition="Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" />
|
<Import Project="..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props" Condition="Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" />
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>f29e27c9-0d5e-4a57-adbf-dd651649d2a1</ProjectGuid>
|
<ProjectGuid>f29e27c9-0d5e-4a57-adbf-dd651649d2a1</ProjectGuid>
|
||||||
<ProjectVersion>1.7</ProjectVersion>
|
<ProjectVersion>1.7</ProjectVersion>
|
||||||
@ -38,9 +38,9 @@
|
|||||||
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>
|
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(ApplicationProjectTargetsPath)" Condition="Exists('$(ApplicationProjectTargetsPath)')" />
|
<Import Project="$(ApplicationProjectTargetsPath)" Condition="Exists('$(ApplicationProjectTargetsPath)')" />
|
||||||
<Import Project="..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets" Condition="Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" />
|
<Import Project="..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets" Condition="Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" />
|
||||||
<Target Name="ValidateMSBuildFiles">
|
<Target Name="ValidateMSBuildFiles">
|
||||||
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" Text="Unable to find the '..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" Text="Unable to find the '..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
||||||
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" Text="Unable to find the '..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" Text="Unable to find the '..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>mongo</ImageName>
|
<ImageName>mongo:latest:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets=";ValidateMSBuildFiles">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets=";ValidateMSBuildFiles">
|
||||||
<Import Project="..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props" Condition="Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" />
|
<Import Project="..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props" Condition="Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" />
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>eb070036-ec60-49a6-88e1-562a2043c3d7</ProjectGuid>
|
<ProjectGuid>eb070036-ec60-49a6-88e1-562a2043c3d7</ProjectGuid>
|
||||||
<ProjectVersion>1.7</ProjectVersion>
|
<ProjectVersion>1.7</ProjectVersion>
|
||||||
@ -38,9 +38,9 @@
|
|||||||
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>
|
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(ApplicationProjectTargetsPath)" Condition="Exists('$(ApplicationProjectTargetsPath)')" />
|
<Import Project="$(ApplicationProjectTargetsPath)" Condition="Exists('$(ApplicationProjectTargetsPath)')" />
|
||||||
<Import Project="..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets" Condition="Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" />
|
<Import Project="..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets" Condition="Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" />
|
||||||
<Target Name="ValidateMSBuildFiles">
|
<Target Name="ValidateMSBuildFiles">
|
||||||
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" Text="Unable to find the '..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" Text="Unable to find the '..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
||||||
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" Text="Unable to find the '..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" Text="Unable to find the '..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>redis</ImageName>
|
<ImageName>redis:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets=";ValidateMSBuildFiles">
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets=";ValidateMSBuildFiles">
|
||||||
<Import Project="..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props" Condition="Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" />
|
<Import Project="..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props" Condition="Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" />
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>17acd9ea-8f16-4091-aa29-c67002971eee</ProjectGuid>
|
<ProjectGuid>17acd9ea-8f16-4091-aa29-c67002971eee</ProjectGuid>
|
||||||
<ProjectVersion>1.7</ProjectVersion>
|
<ProjectVersion>1.7</ProjectVersion>
|
||||||
@ -38,9 +38,9 @@
|
|||||||
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>
|
<ApplicationProjectTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets</ApplicationProjectTargetsPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(ApplicationProjectTargetsPath)" Condition="Exists('$(ApplicationProjectTargetsPath)')" />
|
<Import Project="$(ApplicationProjectTargetsPath)" Condition="Exists('$(ApplicationProjectTargetsPath)')" />
|
||||||
<Import Project="..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets" Condition="Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" />
|
<Import Project="..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets" Condition="Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" />
|
||||||
<Target Name="ValidateMSBuildFiles">
|
<Target Name="ValidateMSBuildFiles">
|
||||||
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" Text="Unable to find the '..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props')" Text="Unable to find the '..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.props' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
||||||
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" Text="Unable to find the '..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets')" Text="Unable to find the '..\..\..\..\..\packages\Microsoft.VisualStudio.Azure.Fabric.MSBuild.1.6.1\build\Microsoft.VisualStudio.Azure.Fabric.Application.targets' file. Please restore the 'Microsoft.VisualStudio.Azure.Fabric.MSBuild' Nuget package" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/basket.api</ImageName>
|
<ImageName>eshop/basket.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/catalog.api</ImageName>
|
<ImageName>eshop/catalog.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/locations.api</ImageName>
|
<ImageName>eshop/locations.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/marketing.api</ImageName>
|
<ImageName>eshop/marketing.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/ordering.api</ImageName>
|
<ImageName>eshop/ordering.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/payment.api</ImageName>
|
<ImageName>eshop/payment.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
<Parameter Name="CatalogApi_InstanceCount" Value="-1" />
|
<Parameter Name="CatalogApi_InstanceCount" Value="-1" />
|
||||||
<Parameter Name="BasketApi_InstanceCount" Value="-1" />
|
<Parameter Name="BasketApi_InstanceCount" Value="-1" />
|
||||||
<Parameter Name="IdentityUrlExternal" Value="http://#{your_sf_dns}#:5105" />
|
<Parameter Name="IdentityUrlExternal" Value="http://#{your_sf_dns}#:5105" />
|
||||||
<Parameter Name="PicBaseUrl" Value="http://#{your_sf_dns}#:19081/eShopOnServiceFabric/CatalogApi/api/v1/catalog/items/[0]/pic/" />
|
<Parameter Name="PicBaseUrl" Value="http://#{your_sf_dns}#:5101/api/v1/catalog/items/[0]/pic/" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
</Application>
|
</Application>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/identity.api</ImageName>
|
<ImageName>eshop/identity.api:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
<Parameter Name="SpaClient" Value="http://#{your_sf_dns}#:5104" />
|
<Parameter Name="SpaClient" Value="http://#{your_sf_dns}#:5104" />
|
||||||
<Parameter Name="XamarinCallback" Value="http://#{your_sf_dns}#:5105/xamarincallback" />
|
<Parameter Name="XamarinCallback" Value="http://#{your_sf_dns}#:5105/xamarincallback" />
|
||||||
<Parameter Name="MvcClient" Value="http://#{your_sf_dns}#:5100" />
|
<Parameter Name="MvcClient" Value="http://#{your_sf_dns}#:5100" />
|
||||||
<Parameter Name="LocationApiClient" Value="http://#{your_sf_dns}#:19081/eShopOnServiceFabric/LocationsApi" />
|
<Parameter Name="LocationApiClient" Value="http://#{your_sf_dns}#:5109" />
|
||||||
<Parameter Name="MarketingApiClient" Value="http://#{your_sf_dns}#:19081/eShopOnServiceFabric/MarketingApi" />
|
<Parameter Name="MarketingApiClient" Value="http://#{your_sf_dns}#:5110" />
|
||||||
<Parameter Name="BasketApiClient" Value="http://#{your_sf_dns}#:19081/eShopOnServiceFabric/BasketApi" />
|
<Parameter Name="BasketApiClient" Value="http://#{your_sf_dns}#:5103" />
|
||||||
<Parameter Name="OrderingApiClient" Value="http://#{your_sf_dns}#:19081/eShopOnServiceFabric/OrderingApi" />
|
<Parameter Name="OrderingApiClient" Value="http://#{your_sf_dns}#:5102" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
</Application>
|
</Application>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/webmvc</ImageName>
|
<ImageName>eshop/webmvc:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/webspa</ImageName>
|
<ImageName>eshop/webspa:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<EntryPoint>
|
<EntryPoint>
|
||||||
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
|
||||||
<ContainerHost>
|
<ContainerHost>
|
||||||
<ImageName>eshop/webstatus</ImageName>
|
<ImageName>eshop/webstatus:latest</ImageName>
|
||||||
</ContainerHost>
|
</ContainerHost>
|
||||||
</EntryPoint>
|
</EntryPoint>
|
||||||
<!-- Pass environment variables to your container: -->
|
<!-- Pass environment variables to your container: -->
|
||||||
|
@ -103,6 +103,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebHost", "WebHost", "{1815
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebHost.Customization", "src\BuildingBlocks\WebHostCustomization\WebHost.Customization\WebHost.Customization.csproj", "{15F4B3AA-89B6-4A0D-9051-414305974781}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebHost.Customization", "src\BuildingBlocks\WebHostCustomization\WebHost.Customization\WebHost.Customization.csproj", "{15F4B3AA-89B6-4A0D-9051-414305974781}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "Bus", "ServiceFabric\Linux\Infrastructure\eShopOnServiceFabricBus\Bus\Bus.sfproj", "{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
|
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
|
||||||
@ -1413,6 +1415,58 @@ Global
|
|||||||
{15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x64.Build.0 = Release|Any CPU
|
{15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x64.Build.0 = Release|Any CPU
|
||||||
{15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x86.ActiveCfg = Release|Any CPU
|
{15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x86.Build.0 = Release|Any CPU
|
{15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|Any CPU.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|Any CPU.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|Any CPU.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|ARM.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|ARM.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|ARM.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|iPhone.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|iPhone.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|iPhone.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|x64.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|x64.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|x64.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|x86.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|x86.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Ad-Hoc|x86.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|Any CPU.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|Any CPU.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|Any CPU.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|ARM.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|ARM.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|ARM.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|iPhone.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|iPhone.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|iPhone.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|iPhoneSimulator.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|x64.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|x64.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|x64.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|x86.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|x86.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.AppStore|x86.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|Any CPU.ActiveCfg = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|ARM.ActiveCfg = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|iPhone.ActiveCfg = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|iPhoneSimulator.ActiveCfg = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|x64.Deploy.0 = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Debug|x86.ActiveCfg = Debug|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|Any CPU.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|ARM.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|iPhone.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|iPhoneSimulator.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|x64.Build.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|x64.Deploy.0 = Release|x64
|
||||||
|
{F29E27C9-0D5E-4A57-ADBF-DD651649D2A1}.Release|x86.ActiveCfg = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
@ -138,10 +138,7 @@
|
|||||||
</None>
|
</None>
|
||||||
<None Include="WebMVC\CreateNewOrder.webtest">
|
<None Include="WebMVC\CreateNewOrder.webtest">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
<None Include="WebMVC\LoadTest1.loadtest">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
<Choose>
|
<Choose>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user