
- rename VirtualResource to Composer - rename event parameter depend_action to child_action - rename values parameter to input Closes-bug: #1526780 Change-Id: Ib974e14ff4bda44c2d7d991f62aa4a06dea160ea
27 lines
712 B
YAML
27 lines
712 B
YAML
id: glance_register_#{idx}#
|
|
|
|
resources:
|
|
- id: glance_config_#{idx}#
|
|
from: resources/glance_config
|
|
input:
|
|
keystone_admin_port: '#{keystone_admin_port}#'
|
|
keystone_ip: '#{keystone_ip}#'
|
|
mysql_password: '#{mysql_password}#'
|
|
mysql_user: '#{mysql_user}#'
|
|
mysql_db: '#{mysql_db}#'
|
|
mysql_ip: '#{mysql_ip}#'
|
|
ip: '#{ip}#'
|
|
ssh_user: '#{ssh_user}#'
|
|
ssh_key: '#{ssh_key}#'
|
|
|
|
|
|
- id: glance_registry_#{idx}#
|
|
from: resources/glance_registry_service
|
|
input:
|
|
ip: 'keystone_config_#{idx}#::ip'
|
|
ssh_user: 'keystone_config_#{idx}#::ssh_user'
|
|
ssh_key: 'keystone_config_#{idx}#::ssh_key'
|
|
|
|
tags: ['resources/keystone', 'resource/keystone_api']
|
|
|