Skip to content

Commit

Permalink
Merge pull request #62 from redhat-performance/development
Browse files Browse the repository at this point in the history
Updating TOC, adding contributing and contact docs.
  • Loading branch information
sadsfae committed Feb 12, 2020
2 parents a56fdad + d1823f4 commit 29de03f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,7 @@
* [Enforcing an OpenStack Director-style interface order](#enforcing-an-openstack-director-style-interface-order) * [Enforcing an OpenStack Director-style interface order](#enforcing-an-openstack-director-style-interface-order)
* [Enforcing a Foreman-style interface order](#enforcing-a-foreman-style-interface-order) * [Enforcing a Foreman-style interface order](#enforcing-a-foreman-style-interface-order)
* [Forcing a one time boot to a specific device](#forcing-a-one-time-boot-to-a-specific-device) * [Forcing a one time boot to a specific device](#forcing-a-one-time-boot-to-a-specific-device)
* [Forcing a one time boot to a specific mac address](#forcing-a-one-time-boot-to-a-specific-mac-address)
* [Forcing a one time boot to a specific type](#forcing-a-one-time-boot-to-a-specific-type) * [Forcing a one time boot to a specific type](#forcing-a-one-time-boot-to-a-specific-type)
* [Forcing a one-time boot to PXE](#forcing-a-one-time-boot-to-pxe) * [Forcing a one-time boot to PXE](#forcing-a-one-time-boot-to-pxe)
* [Rebooting a System](#rebooting-a-system) * [Rebooting a System](#rebooting-a-system)
Expand All @@ -28,6 +29,8 @@
* [Log to File](#log-to-file) * [Log to File](#log-to-file)
* [iDRAC and Data Format](#idrac-and-data-format) * [iDRAC and Data Format](#idrac-and-data-format)
* [Dell Foreman and PXE Interface](#dell-foreman-and-pxe-interface) * [Dell Foreman and PXE Interface](#dell-foreman-and-pxe-interface)
* [Contributing](#contributing)
* [Contact](#contact)


# Badfish # Badfish
Badfish is a Redfish-based API tool for managing bare-metal systems via the [Redfish API](https://www.dmtf.org/standards/redfish) Badfish is a Redfish-based API tool for managing bare-metal systems via the [Redfish API](https://www.dmtf.org/standards/redfish)
Expand Down Expand Up @@ -193,3 +196,20 @@ Your usage may vary, this is what our configuration looks like via ```config/idr
| Dell r720xd | NIC.Integrated.1-3-1 | | Dell r720xd | NIC.Integrated.1-3-1 |
| Dell r730xd | NIC.Integrated.1-3-1 | | Dell r730xd | NIC.Integrated.1-3-1 |
| Dell r740xd | NIC.Integrated.1-3-1 | | Dell r740xd | NIC.Integrated.1-3-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.

1) Fork the Badfish Github repository
2) Clone the forked repository
3) Push your changes to your forked clone
4) Open a pull request against our `development` branch.

* Here is some useful documentation
- [Creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
- [Keeping a cloned fork up to date](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)

## Contact

* You can find us on IRC in `#quads` on `irc.freenode.net` if you have questions or need help. [Click here](https://webchat.freenode.net/?channels=quads) to join in your browser.

0 comments on commit 29de03f

Please sign in to comment.