fuel-ccp-rally/service/actions/tempest.yaml

19 lines
504 B
YAML

actions:
- name: tempest
image: rally-tempest
dependencies:
- keystone
command: bash /var/lib/rally/run-tempest.sh
files:
- path: /var/lib/rally/tempest.conf
content: tempest.conf.j2
- path: /var/lib/rally/run-tempest.sh
content: run-tempest.sh.j2
perm: "0700"
- path: /var/lib/rally/static.pem
content: static.pem.j2
perm: "0600"
- path: /opt/ccp/etc/tls/ca.pem
content: ca-cert.pem.j2
perm: "0400"