murano-repository/muranorepository/Services/linuxApacheService-manifest.yaml
ativelkov 4b6d71d9db Nova network support added to workflows
Fixes bug #12550557
Depends on conductor commit I7c5e829c58f9dcb242ae580bea0408329a82aa3f

Change-Id: Ie55ac04ab5c0a27dff3bd76b58b8718695539eb0
2013-11-26 21:14:23 +04:00

38 lines
684 B
YAML

version: 0.1
service_display_name: Apache Service
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
- ApacheSecurity.template
- InstancePort.template
- InstancePortWSubnet.template
- Network.template
- NNSecurity.template
- Param.template
- RouterInterface.template
- Subnet.template
agent:
- DeployApache.template
scripts:
- Linux/common.sh
- Linux/installer.sh
- Linux/runApacheDeploy.sh