commit | 8e3d2951350fa736569a408f991a3169336b6049 | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Thu Nov 10 18:31:17 2022 +0200 |
committer | Peter Pentchev <pp@storpool.com> | Thu Nov 10 18:31:17 2022 +0200 |
tree | 0e395e838b384c9e14220e767b92c8c233f2b02c | |
parent | 96e5162b10cee082d018d9a004ab5cb052bb434c [diff] [blame] |
Add a couple of job placeholders to see what is what Change-Id: I1f96e246a5d2f7b562202fcb2787aab9cd7543b3
diff --git a/playbooks/tempest-and-cinderlib-run.yaml b/playbooks/tempest-and-cinderlib-run.yaml new file mode 100644 index 0000000..59ac2cc --- /dev/null +++ b/playbooks/tempest-and-cinderlib-run.yaml
@@ -0,0 +1,13 @@ +- hosts: all + tasks: + - name: sp-whoami-hostname + shell: + cmd: hostname + + - name: sp-whoami-id + shell: + cmd: id + + - name: sp-whereami-pwd + shell: + cmd: pwd