Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Development to Master Branch #75

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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