Last change
on this file since 7317 was
7005,
checked in by spimming, 13 years ago
|
#1680:
- enable Remote Desktop Connection to roles
- adapt connection string for Azure Storage in cloud configuration
- add diagnostics to worker role
|
File size:
866 bytes
|
Rev | Line | |
---|
[6990] | 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">
|
---|
| 12 | <WorkerRole name="HeuristicLab.Clients.Hive.Slave.AzureClient" vmsize="Small">
|
---|
| 13 | <Imports>
|
---|
| 14 | <Import moduleName="Diagnostics" />
|
---|
[7005] | 15 | <Import moduleName="RemoteAccess" />
|
---|
| 16 | <Import moduleName="RemoteForwarder" />
|
---|
[6990] | 17 | </Imports>
|
---|
| 18 | </WorkerRole>
|
---|
| 19 | </ServiceDefinition> |
---|
Note: See
TracBrowser
for help on using the repository browser.