summaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/sat_capsule-bb59fad44c17f97f.yaml
blob: 58298d361303cb244b86503c40b5b1f556170436 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    For deployments running on RHEL with Satellite 6 (or beyond) with Capsule (Katello API enabled),
    the Katello API is available on 8443 port, so the previous API ping didn't work for this case.
    Capsule is now supported since we just check if katello-ca-consumer-latest rpm is available
    to tell that Satellite version is 6 or beyond.
###################################################### --- schema: "yardstick:task:0.1" description: > Measure CPU performance using SPEC CPU2006; {% set file = file or "/etc/yardstick/pod.yaml" %} {% set host = host or 'node1' %} {% set benchmark = benchmark or 'int' %} {% set runspec_iterations = runspec_iterations or 1 %} {% set runspec_tune = runspec_tune or 'base' %} {% set runspec_size = runspec_size or 'ref' %} {% set runspec_rate = runspec_rate or 1 %} scenarios: - type: SpecCPU2006 options: SPECint_benchmark: {{benchmark}} runspec_iterations: {{runspec_iterations}} runspec_tune: {{runspec_tune}} runspec_size: {{runspec_size}} runspec_rate: {{runspec_rate}} host: {{host}}.yardstick-TC078 runner: type: Iteration iterations: 1 context: type: Node name: yardstick-TC078 file: {{ file }} env: type: ansible setup: spec_cpu2006_install.yaml teardown: spec_cpu2006_uninstall.yaml