e98258043d
Add config file Fix interacting with consts Change section names in manifests to correspond data_type
35 lines
578 B
YAML
35 lines
578 B
YAML
version: 0.1
|
|
service_display_name: ASP.NET Application
|
|
|
|
description: >-
|
|
<strong> The ASP.NET Application Service </strong> installs
|
|
custom application onto one IIS Web Server
|
|
|
|
full_service_name: aspNetApp
|
|
author: Mirantis Inc.
|
|
service_version: 1.0
|
|
enabled: True
|
|
|
|
ui:
|
|
- AspNetApp.yaml
|
|
|
|
workflows:
|
|
- WebApps.xml
|
|
- Common.xml
|
|
|
|
heat:
|
|
- Windows.template
|
|
|
|
agent:
|
|
- SetPassword.template
|
|
- InstallIIS.template
|
|
- DeployWebApp.template
|
|
|
|
scripts:
|
|
- ImportCoreFunctions.ps1
|
|
- Set-LocalUserPassword.ps1
|
|
- CopyPrerequisites.ps1
|
|
- InstallIIS.ps1
|
|
- DeployWebApp.ps1
|
|
|