murano-repository/muranorepository/Services/postgreSql-manifest.yaml
Serg Melikyan bd5ee0215c Add new services PostgreSQL and Tomcat
Change-Id: Id90b4eb8a9f0c5eada04a38ac4a5f1e022f97f48
2014-02-26 16:53:32 +04:00

50 lines
961 B
YAML

version: 0.1
service_display_name: PostgreSQL
description: >-
<strong> PostgreSQL database
full_service_name: postgreSql
author: Mirantis Inc.
service_version: 1
enabled: True
ui:
- PostgreSql.yaml
workflows:
- PostgreSql.xml
- Networking.xml
heat:
- Linux.template
- LinuxSecurity.template
- PostgreSqlSecurity.template
- InstancePort.template
- InstancePortWSubnet.template
- Network.template
- NNSecurity.template
- Param.template
- RouterInterface.template
- Subnet.template
- DefaultSecurity.template
- Keypair.template
- LoadBalancer.template
- FloatingIP.template
- FloatingIPwithLB.template
agent:
- DeployPostgreSql.template
- ConfigurePostgreSqlDatabase.template
- ConfigureAccessToPostgreSql.template
- GetIP.template
scripts:
- Linux/common.sh
- Linux/installer.sh
- Linux/deployPostgreSql.sh
- Linux/configurePostgreSqlDatabase.sh
- Linux/configureAccessToPostgreSql.sh
- Linux/getIp.sh