solar-resources/templates/keystone_api/1.0.0/keystone_api.yaml
Jedrzej Nowak 871693cda2 Repository support for VR
VR structure changed to match repository one
Link templates dir to repositories

Change-Id: I18ba43ed4502b753127d6eca5dc01f84205312a9
2015-12-21 19:23:30 +01:00

21 lines
469 B
YAML

id: keystone_api_#{idx}#
resources:
- id: keystone_service_#{idx}#
from: resources/keystone_puppet
values:
admin_token: '#{admin_token}#'
db_host: '#{db_host}#'
db_name: '#{db_name}#'
db_user: '#{db_user}#'
db_password: '#{db_password}#'
admin_port: #{admin_port}#
port: #{port}#
ip: '#{ip}#'
ssh_user: '#{ssh_user}#'
ssh_key: '#{ssh_key}#'
tags: ['resources/keystone', 'resource/keystone_api']