From 0c7e99199d51fa30b9c9c9e3049c334636286076 Mon Sep 17 00:00:00 2001 From: Dmitry Shulyak Date: Tue, 1 Dec 2015 14:32:57 +0200 Subject: [PATCH] Add rsync transport to nodes --- resources/transport_rsync/meta.yaml | 23 +++++++++++++++++++++++ templates/nodes.yaml | 18 ++++++++++++++---- 2 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 resources/transport_rsync/meta.yaml diff --git a/resources/transport_rsync/meta.yaml b/resources/transport_rsync/meta.yaml new file mode 100644 index 0000000..5cd3a41 --- /dev/null +++ b/resources/transport_rsync/meta.yaml @@ -0,0 +1,23 @@ +id: transport_rsync +input: + key: + schema: str! + value: + user: + schema: str! + value: + name: + schema: str! + value: rsync + location_id: + schema: str + value: + reverse: True + is_own: False + transports_id: + schema: str + value: + is_emit: False + port: + schema: int + value: 3579 diff --git a/templates/nodes.yaml b/templates/nodes.yaml index 3c2e75a..5129ab4 100644 --- a/templates/nodes.yaml +++ b/templates/nodes.yaml @@ -7,13 +7,23 @@ resources: values: ssh_user: 'vagrant' ssh_key: '/vagrant/.vagrant/machines/solar-dev{{j}}/virtualbox/private_key' + - id: rsync{{j}} + from: resources/transport_rsync + values: + user: vagrant + key: /vagrant/.vagrant/machines/solar-dev{{j}}/virtualbox/private_key - id: transports{{j}} from: resources/transports values: - transports:key: ssh_transport{{j}}::ssh_key - transports:user: ssh_transport{{j}}::ssh_user - transports:port: ssh_transport{{j}}::ssh_port - transports:name: ssh_transport{{j}}::name + transports: + - key: ssh_transport{{j}}::ssh_key + user: ssh_transport{{j}}::ssh_user + port: ssh_transport{{j}}::ssh_port + name: ssh_transport{{j}}::name + - key: rsync{{j}}::key + name: rsync{{j}}::name + user: rsync{{j}}::user + port: rsync{{j}}::port - id: node{{j}} from: resources/ro_node values: