Skip to content

Commit 2bdfc8a

Browse files
committed
rebuild role readme
1 parent 881ca95 commit 2bdfc8a

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

ansible/roles/rebuild/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
rebuild
2+
=========
3+
4+
Enables reboot tool from https://github.com/stackhpc/slurm-openstack-tools.git to be run from control node.
5+
6+
Requirements
7+
------------
8+
9+
clouds.yaml file
10+
11+
Role Variables
12+
--------------
13+
14+
- `openhpc_rebuild_clouds`: Directory. Path to clouds.yaml file.
15+
16+
17+
Example Playbook
18+
----------------
19+
20+
- hosts: control
21+
become: yes
22+
tasks:
23+
- import_role:
24+
name: rebuild
25+
26+
License
27+
-------
28+
29+
Apache-2.0
30+

ansible/roles/slurm_stats/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Example Playbook
2121
- hosts: compute
2222
tasks:
2323
- import_role:
24-
name: stackhpc.slurm_openstack_tools.slurm-stats
24+
name: slurm_stats
2525

2626

2727
License

0 commit comments

Comments
 (0)