File: image-command-customizer.yaml

package info (click to toggle)
rally-openstack 3.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,968 kB
  • sloc: python: 53,131; sh: 262; makefile: 38
file content (25 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
  Dummy.openstack:
    -
      args:
        sleep: 0.1
      runner:
        concurrency: 1
        timeout: 3000
        times: 1
        type: "constant"
      context:
        image_command_customizer:
          command:
            local_path: "rally-jobs/extra/install_benchmark.sh"
            remote_path: "./install_benchmark.sh"
          flavor:
            name: m1.small
          image:
            name: "Fedora-x86_64-20-20140618-sda"
          userdata: "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
          username: root
        network: {}
        users:
          tenants: 1
          users_per_tenant: 1