Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1888_OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.build.csdef @ 18066

Last change on this file since 18066 was 9586, checked in by fschoepp, 11 years ago

#1888:

  • Billing Component may now be deactivated by setting the BillingEnabled flag within the OaaS service configuration.
  • Added views for invoices and usage data.
  • Changed appearance of the SaveOrder view.
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  **********************************************************************************************
4
5  This file was generated by a tool from the project file: ServiceDefinition.csdef
6
7  Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
8
9  **********************************************************************************************
10-->
11<ServiceDefinition name="HeuristicLab.Services.Optimization" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
12  <WebRole name="HeuristicLab.Services.Optimization.Web" vmsize="Small">
13    <Sites>
14      <Site name="Web">
15        <Bindings>
16          <Binding name="Endpoint1" endpointName="Endpoint1" />
17        </Bindings>
18      </Site>
19    </Sites>
20    <Endpoints>
21      <InputEndpoint name="Endpoint1" protocol="http" port="8080" />
22    </Endpoints>
23    <Imports>
24      <Import moduleName="Diagnostics" />
25      <Import moduleName="RemoteAccess" />
26    </Imports>
27    <Certificates>
28      <Certificate name="localhost" storeLocation="LocalMachine" storeName="My" />
29    </Certificates>
30    <ConfigurationSettings>
31      <Setting name="Cloudia.WindowsAzure.Storage" />
32      <Setting name="HiveEndpointName" />
33      <Setting name="ControllerEndpointName" />
34      <Setting name="BillingEnabled" />
35    </ConfigurationSettings>
36  </WebRole>
37  <WorkerRole name="HeuristicLab.Services.Optimization.Scaler" vmsize="Small">
38    <Runtime executionContext="elevated" />
39    <Imports>
40      <Import moduleName="Diagnostics" />
41      <Import moduleName="RemoteAccess" />
42      <Import moduleName="RemoteForwarder" />
43    </Imports>
44    <ConfigurationSettings>
45      <Setting name="StorageConnectionString" />
46      <Setting name="TraceTable" />
47      <Setting name="TraceTableEnabled" />
48    </ConfigurationSettings>
49    <Certificates>
50      <Certificate name="Azure Service Management" storeLocation="CurrentUser" storeName="My" />
51    </Certificates>
52  </WorkerRole>
53  <WebRole name="HeuristicLab.Services.Hive.WebRole" vmsize="Small">
54    <Sites>
55      <Site name="Web">
56        <Bindings>
57          <Binding name="Endpoint1" endpointName="Endpoint1" />
58        </Bindings>
59      </Site>
60    </Sites>
61    <Endpoints>
62      <InputEndpoint name="Endpoint1" protocol="http" port="80" />
63    </Endpoints>
64    <Imports>
65      <Import moduleName="Diagnostics" />
66      <Import moduleName="RemoteAccess" />
67    </Imports>
68    <Certificates>
69      <Certificate name="localhost" storeLocation="LocalMachine" storeName="My" />
70    </Certificates>
71    <Contents>
72      <Content destination=".\">
73        <SourceDirectory path="rcf/Debug/HeuristicLab.Services.Hive.WebRoleContent\" />
74      </Content>
75    </Contents>
76  </WebRole>
77</ServiceDefinition>
Note: See TracBrowser for help on using the repository browser.