871693cda2
VR structure changed to match repository one Link templates dir to repositories Change-Id: I18ba43ed4502b753127d6eca5dc01f84205312a9
21 lines
469 B
YAML
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']
|