
Requires change I87c694cfa7725e32956062b63529c3bda5804ba7 to work properly Change-Id: I16e9fcf5b95d9f77c26e80680975be701d2be271
41 lines
772 B
YAML
41 lines
772 B
YAML
version: 0.1
|
|
service_display_name: Linux Apache
|
|
|
|
description: >-
|
|
<strong> Linux Apache Service </strong>
|
|
Demonstrates a simple linux agent, which installs Apache Server
|
|
|
|
full_service_name: linuxApacheService
|
|
author: Mirantis Inc.
|
|
service_version: 1.0
|
|
enabled: True
|
|
|
|
ui:
|
|
- LinuxApache.yaml
|
|
|
|
workflows:
|
|
- Apache.xml
|
|
- Networking.xml
|
|
|
|
heat:
|
|
- Linux.template
|
|
- WebServerSecurity.template
|
|
- InstancePort.template
|
|
- InstancePortWSubnet.template
|
|
- Network.template
|
|
- NNSecurity.template
|
|
- Param.template
|
|
- RouterInterface.template
|
|
- Subnet.template
|
|
- DefaultSecurity.template
|
|
- WebServerSecurity.template
|
|
- LinuxSecurity.template
|
|
|
|
agent:
|
|
- DeployApache.template
|
|
|
|
scripts:
|
|
- Linux/common.sh
|
|
- Linux/installer.sh
|
|
- Linux/runApacheDeploy.sh
|