Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceDefinition.build.csdef @ 9169

Last change on this file since 9169 was 8251, checked in by spimming, 12 years ago

#1888:

  • Change hive server from service configuration file
  • Created service configuration settings for server address and certificate
  • Added HeuristicLab.Clients.Hive-3.3 project to solution
File size: 969 bytes
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.Clients.Hive.Slave.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
12  <WorkerRole name="HeuristicLab.Clients.Hive.Slave.AzureClient-3.3" vmsize="Small">
13    <Imports>
14      <Import moduleName="Diagnostics" />
15    </Imports>
16    <ConfigurationSettings>
17      <Setting name="HiveServerAddress" />
18      <Setting name="HiveServerCertifcateEncodedValue" />
19    </ConfigurationSettings>
20  </WorkerRole>
21</ServiceDefinition>
Note: See TracBrowser for help on using the repository browser.