Deleted unused nodes_with_transports template

This commit is contained in:
Jedrzej Nowak 2016-01-21 13:06:28 +01:00
parent a603196ac7
commit 7e542e1eeb

View File

@ -1,32 +0,0 @@
id: simple_multinode_with_transports
resources:
#% for i in range(count|int) %#
- id: ssh_transport#{i}#
from: resources/transport_ssh
input:
ssh_user: 'vagrant'
ssh_key: '/vagrant/.vagrant/machines/solar-dev#{i + 1}#/virtualbox/private_key'
- id: rsync#{i}#
from: resources/transport_rsync
input:
user: vagrant
key: /vagrant/.vagrant/machines/solar-dev#{i + 1}#/virtualbox/private_key
- id: transports#{i}#
from: resources/transports
input:
transports:
- key: ssh_transport#{i}#::ssh_key
user: ssh_transport#{i}#::ssh_user
port: ssh_transport#{i}#::ssh_port
name: ssh_transport#{i}#::name
- key: rsync#{i}#::key
name: rsync#{i}#::name
user: rsync#{i}#::user
port: rsync#{i}#::port
- id: node#{i}#
from: resources/ro_node
input:
ip: '10.0.0.#{i + 3}#'
transports_id: transports#{i}#::transports_id
name: node#{i}#
#% endfor %#