Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/18/12 17:06:12 (13 years ago)
Author:
spimming
Message:

#1680:

  • Constants for deployments added
  • worker for creating a deployment added
  • create hosted service
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/Constants.cs

    r7299 r7366  
    7474
    7575    #endregion
     76
     77    #region Deployment
     78
     79    public const string DeploymentSlotStaging = "staging";
     80    public const string DeploymentSlotProduction = "production";
     81    public const string DeploymentPackageUrl = "https://hivestorage.blob.core.windows.net/hiveslave/HeuristicLab.Clients.Hive.Slave.Azure.cspkg";
     82    public const string DeploymentConfigurationUrl = "files/ServiceConfiguration.Cloud.cscfg";
     83    public const string DeploymentLabel = "HeuristicLab.Hive.Slave";
     84
     85    #endregion
    7686  }
    7787}
Note: See TracChangeset for help on using the changeset viewer.