Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization/ServiceDefinition.build.csdef @ 12295

Last change on this file since 12295 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
RevLine 
[8235]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">
[9508]12  <WebRole name="HeuristicLab.Services.Optimization.Web" vmsize="Small">
[8235]13    <Sites>
14      <Site name="Web">
15        <Bindings>
[9508]16          <Binding name="Endpoint1" endpointName="Endpoint1" />
[8235]17        </Bindings>
18      </Site>
19    </Sites>
20    <Endpoints>
[9508]21      <InputEndpoint name="Endpoint1" protocol="http" port="8080" />
[8235]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>
[9508]30    <ConfigurationSettings>
31      <Setting name="Cloudia.WindowsAzure.Storage" />
32      <Setting name="HiveEndpointName" />
33      <Setting name="ControllerEndpointName" />
[9586]34      <Setting name="BillingEnabled" />
[9508]35    </ConfigurationSettings>
[8235]36  </WebRole>
[9508]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">
[8384]54    <Sites>
55      <Site name="Web">
56        <Bindings>
57          <Binding name="Endpoint1" endpointName="Endpoint1" />
58        </Bindings>
59      </Site>
60    </Sites>
61    <Endpoints>
[9508]62      <InputEndpoint name="Endpoint1" protocol="http" port="80" />
[8384]63    </Endpoints>
64    <Imports>
65      <Import moduleName="Diagnostics" />
66      <Import moduleName="RemoteAccess" />
67    </Imports>
[8817]68    <Certificates>
69      <Certificate name="localhost" storeLocation="LocalMachine" storeName="My" />
70    </Certificates>
[9508]71    <Contents>
72      <Content destination=".\">
73        <SourceDirectory path="rcf/Debug/HeuristicLab.Services.Hive.WebRoleContent\" />
74      </Content>
75    </Contents>
[8384]76  </WebRole>
[8235]77</ServiceDefinition>
Note: See TracBrowser for help on using the repository browser.