Skip to content

Commit

Permalink
Merge pull request #75 from redhat-performance/development
Browse files Browse the repository at this point in the history
Merge Development to Master Branch
  • Loading branch information
grafuls committed Mar 4, 2020
2 parents 798e837 + 75ace06 commit f9598fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -165,6 +165,14 @@ If you would like to clear all the jobs that are queued on the remote iDRAC you
./badfish.py -H mgmt-your-server.example.com -u root -p yourpass --clear-jobs
```

You can also force the clearing of Dell iDRAC job queues by passing the `--force` option.

```
./badfish.py -H mgmt-your-server.example.com -u root -p yourpass --clear-jobs --force
```

This is the same as passing `racadm jobqueue delete -i JID_CLEARALL_FORCE`

### Bulk actions via text file with list of hosts
In the case you would like to execute a common badfish action on a list of hosts, you can pass the optional argument ```--host-list``` in place of ```-H``` with the path to a text file with the hosts you would like to action upon and any addtional arguments defining a common action for all these hosts.
```
Expand Down Expand Up @@ -196,6 +204,7 @@ Your usage may vary, this is what our configuration looks like via ```config/idr
| Dell r720xd | NIC.Integrated.1-3-1 |
| Dell r730xd | NIC.Integrated.1-3-1 |
| Dell r740xd | NIC.Integrated.1-3-1 |
| Dell r640 | NIC.Integrated.1-1-1 |

## Contributing
We love pull requests and welcome contributions from everyone! Please use the `development` branch to send pull requests. Here are the general steps you'd want to follow.
Expand Down

0 comments on commit f9598fc

Please sign in to comment.