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

24 lines
518 B
Plaintext

FormatVersion: 2.0.0
Version: 1.0.0
Name: Configure database access credentails
Parameters:
database: $database
username: $username
password: $password
host: $databaseHost
Body: |
return configure('{0} {1} {2} {3}'.format(args.database, args.username, args.password, args.host)).stdout
Scripts:
configure:
Type: Application
Version: 1.0.0
EntryPoint: Linux/configureAccessToPostgreSql.sh
Files:
- <Linux/common.sh>
Options:
captureStdout: true
captureStderr: false