blob: 177e3212dd06ceaee42296e6d66d278f8292fcca [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- hosts: all
2 tasks:
3 - name: sp-whoami-hostname
4 shell:
5 cmd: hostname
6
7 - name: sp-whoami-id
8 shell:
9 cmd: id
10
11 - name: sp-whereami-pwd
12 shell:
13 cmd: pwd
Peter Pentchev1a318ae2022-11-11 11:24:39 +020014
15 - name: sp-dump-ansible-facts
16 ansible.builtin.debug:
17 var: hostvars
18
Peter Pentchev7b8acdc2022-11-11 11:32:02 +020019- hosts: localhost
20 connection: local
21 tasks:
Peter Pentchev1a318ae2022-11-11 11:24:39 +020022 - name: sp-storprep
23 host: localhost
24 shell:
25 cmd: /var/lib/storprep/bin/storprep -n lab-charmed-testing-storage -s lab-vlan400 -- {{ hostvars['tempest']['ansible_facts']['_zuul_frozen']['nodepool']['external_id'] }}
26
Peter Pentchev7b8acdc2022-11-11 11:32:02 +020027- hosts: all
28 tasks:
Peter Pentchev1a318ae2022-11-11 11:24:39 +020029 - name: sp-processes
30 shell:
31 cmd: ps awwfux
32
33 - name: sp-processes-pstree
34 shell:
35 cmd: pstree -l