Sha256: 66225aa0e040d50be94d31aa5561895e6a577fac071ae84071d088d5491e5495

Contents?: true

Size: 1.27 KB

Versions: 6

Compression:

Stored size: 1.27 KB

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_arg_1_scenario"
    - "echo 'Hello Rundock from deploy args Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_arg_1_scenario"
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_arg_binding_scenario"
    - "echo 'Hello Rundock from deploy args <%= arg_1 %> Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_arg_binding_scenario"
- target: anyhost-01
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_arg_2_scenario"
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_arg_binding_scenario"
  task:
    - deploy_task         arg_1 arg_2
    - deploy_task_binding arg_1 runrunrundock
---
anyhost-01:
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
deploy_task:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_$1_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_$2_scenario
deploy_task_binding:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_arg_binding_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_arg_binding_scenario
      erb: true
      binding:
        $1:
          type: string
          value: $2

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.2.0 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.1.7 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.1.6 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.1.5 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.1.4 spec/integration/scenarios/deploy_args_scenario.yml