Lead all manifests to the one style
Fix service_version to increment it easier Fixes bug: #1262242 Change-Id: I42d10f43f7febaf57aa942aa9713df350197acb1
This commit is contained in:
parent
f44821b4d8
commit
25e8d2b767
@ -1,15 +1,22 @@
|
|||||||
agent:
|
version: 0.1
|
||||||
- CreatePrimaryDC.template
|
service_display_name: Active Directory
|
||||||
- LeaveDomain.template
|
|
||||||
- SetPassword.template
|
|
||||||
- CreateSecondaryDC.template
|
|
||||||
- AskDnsIp.template
|
|
||||||
- JoinDomain.template
|
|
||||||
author: ''
|
|
||||||
description: <strong> The Active Directory Service </strong> includes one primary
|
description: <strong> The Active Directory Service </strong> includes one primary
|
||||||
and optionally a few secondary Domain Controllers, with DNS
|
and optionally a few secondary Domain Controllers, with DNS
|
||||||
enabled: true
|
|
||||||
full_service_name: activeDirectory
|
full_service_name: activeDirectory
|
||||||
|
author: Mirantis Inc.
|
||||||
|
service_version: 1
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
ui:
|
||||||
|
- ActiveDirectory.yaml
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
- AD.xml
|
||||||
|
- Networking.xml
|
||||||
|
- Common.xml
|
||||||
|
|
||||||
heat:
|
heat:
|
||||||
- RouterInterface.template
|
- RouterInterface.template
|
||||||
- Windows.template
|
- Windows.template
|
||||||
@ -22,6 +29,15 @@ heat:
|
|||||||
- DefaultSecurity.template
|
- DefaultSecurity.template
|
||||||
- WindowsSecurity.template
|
- WindowsSecurity.template
|
||||||
- DomainSecurity.template
|
- DomainSecurity.template
|
||||||
|
|
||||||
|
agent:
|
||||||
|
- CreatePrimaryDC.template
|
||||||
|
- LeaveDomain.template
|
||||||
|
- SetPassword.template
|
||||||
|
- CreateSecondaryDC.template
|
||||||
|
- AskDnsIp.template
|
||||||
|
- JoinDomain.template
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
- Install-RoleSecondaryDomainController.ps1
|
- Install-RoleSecondaryDomainController.ps1
|
||||||
- Install-RolePrimaryDomainController.ps1
|
- Install-RolePrimaryDomainController.ps1
|
||||||
@ -29,12 +45,4 @@ scripts:
|
|||||||
- ImportCoreFunctions.ps1
|
- ImportCoreFunctions.ps1
|
||||||
- Get-DnsListeningIpAddress.ps1
|
- Get-DnsListeningIpAddress.ps1
|
||||||
- Set-LocalUserPassword.ps1
|
- Set-LocalUserPassword.ps1
|
||||||
service_display_name: Active Directory
|
|
||||||
service_version: ''
|
|
||||||
ui:
|
|
||||||
- ActiveDirectory.yaml
|
|
||||||
version: '0.1'
|
|
||||||
workflows:
|
|
||||||
- AD.xml
|
|
||||||
- Networking.xml
|
|
||||||
- Common.xml
|
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: aspNetApp
|
full_service_name: aspNetApp
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: aspNetAppFarm
|
full_service_name: aspNetAppFarm
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
author: 'Mirantis Inc.'
|
version: 0.1
|
||||||
|
service_display_name: Demo Service
|
||||||
|
|
||||||
description: <strong> Demo Service </strong> shows how Murano is working.
|
description: <strong> Demo Service </strong> shows how Murano is working.
|
||||||
enabled: true
|
|
||||||
full_service_name: demoService
|
full_service_name: demoService
|
||||||
|
author: Mirantis Inc.
|
||||||
|
service_version: 1
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
ui:
|
||||||
|
- Demo.yaml
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
- Networking.xml
|
||||||
|
- Common.xml
|
||||||
|
- Demo.xml
|
||||||
|
|
||||||
heat:
|
heat:
|
||||||
- Demo.template
|
- Demo.template
|
||||||
- RouterInterface.template
|
- RouterInterface.template
|
||||||
@ -14,13 +27,5 @@ heat:
|
|||||||
- DefaultSecurity.template
|
- DefaultSecurity.template
|
||||||
- LinuxSecurity.template
|
- LinuxSecurity.template
|
||||||
- DemoSecurity.template
|
- DemoSecurity.template
|
||||||
|
|
||||||
scripts: []
|
scripts: []
|
||||||
service_display_name: Demo Service
|
|
||||||
service_version: ''
|
|
||||||
ui:
|
|
||||||
- Demo.yaml
|
|
||||||
version: '0.1'
|
|
||||||
workflows:
|
|
||||||
- Networking.xml
|
|
||||||
- Common.xml
|
|
||||||
- Demo.xml
|
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: linuxApacheService
|
full_service_name: linuxApacheService
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: linuxTelnetService
|
full_service_name: linuxTelnetService
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: msSqlClusterServer
|
full_service_name: msSqlClusterServer
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: msSqlServer
|
full_service_name: msSqlServer
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -7,7 +7,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: webServer
|
full_service_name: webServer
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -6,7 +6,7 @@ description: >-
|
|||||||
|
|
||||||
full_service_name: webServerFarm
|
full_service_name: webServerFarm
|
||||||
author: Mirantis Inc.
|
author: Mirantis Inc.
|
||||||
service_version: 1.0
|
service_version: 1
|
||||||
enabled: True
|
enabled: True
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
Loading…
Reference in New Issue
Block a user