File: wordpress.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 (38 lines) | stat: -rw-r--r-- 955 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
26
27
28
29
30
31
32
33
34
35
36
37
38
---

  VMTasks.runcommand_heat:
    -
      args:
        workload:
          resource: ["rally_openstack.task.scenarios.vm.workloads", "siege.py"]
          username: "fedora"
        template: rally-jobs/extra/workload/wordpress_heat_template.yaml
        files:
            wp-instances.yaml: rally-jobs/extra/workload/wp-instances.yaml
        parameters:
          wp_instances_count: 2
          wp_instance_type: gig
          instance_type: gig
          wp_image: fedora
          image: fedora
          network_id: 9d477754-e9ba-4560-9b2b-9ce9d36638ce
          router_id: c497caa1-9d73-402b-bcd1-cc269e9af29e

      context:
        users:
          tenants: 1
          users_per_tenant: 1
        flavors:
          - name: gig
            ram: 1024
            disk: 4
            vcpus: 1

      runner:
        concurrency: 1
        timeout: 3000
        times: 1
        type: constant
      sla:
        failure_rate:
          max: 0