50 lines
961 B
YAML
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
|