version: 0.1 service_display_name: Linux Apache description: >- Linux Apache Service Demonstrates a simple linux agent, which installs Apache Server full_service_name: linuxApacheService author: Mirantis Inc. service_version: 1 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 - Keypair.template - FloatingIP.template agent: - DeployApache.template scripts: - Linux/common.sh - Linux/installer.sh - Linux/runApacheDeploy.sh