Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ We love pull requests and welcome contributions from everyone! Please use the `

#### Create a new issue

If you spot a problem with badfish, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/redhat-performance/badfish/issues/new/choose).
If you spot a problem with badfish, [search if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/quadsproject/badfish/issues/new/choose).

#### Solve an issue

Scan through our [existing issues](https://github.com/redhat-performance/badfish/issues) to find one that interests you. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.
Scan through our [existing issues](https://github.com/quadsproject/badfish/issues) to find one that interests you. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.

### Make Changes

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN dnf install -y git

RUN git clone https://github.com/redhat-performance/badfish
RUN git clone https://github.com/quadsproject/badfish

WORKDIR badfish

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN dnf install -y git

RUN git clone https://github.com/redhat-performance/badfish
RUN git clone https://github.com/quadsproject/badfish

WORKDIR badfish

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center">
<img src="https://raw.githubusercontent.com/redhat-performance/badfish/development/image/badfish-original-licensed.small.png" />
<img src="https://raw.githubusercontent.com/quadsproject/badfish/development/image/badfish-original-licensed.small.png" />
</p>

<h2 align="center">The Out-of-Band Wrangler</h2>

[![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/badfish/package/badfish/)
[![Codecov](https://codecov.io/gh/redhat-performance/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN)](https://codecov.io/gh/redhat-performance/badfish)
[![Codecov](https://codecov.io/gh/quadsproject/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN)](https://codecov.io/gh/quadsproject/badfish)
[![Container image on Quay](https://quay.io/repository/quads/badfish/status "Container image on Quay")](https://quay.io/repository/quads/badfish)
[![Tox](https://github.com/redhat-performance/badfish/actions/workflows/tox.yml/badge.svg)](https://github.com/redhat-performance/badfish/actions)
[![Lint](https://github.com/redhat-performance/badfish/actions/workflows/lint.yml/badge.svg)](https://github.com/redhat-performance/badfish/actions)
[![Tox](https://github.com/quadsproject/badfish/actions/workflows/tox.yml/badge.svg)](https://github.com/quadsproject/badfish/actions)
[![Lint](https://github.com/quadsproject/badfish/actions/workflows/lint.yml/badge.svg)](https://github.com/quadsproject/badfish/actions)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down Expand Up @@ -142,7 +142,7 @@ Active RPM releases:

### Badfish Standalone CLI
```bash
git clone https://github.com/redhat-performance/badfish && cd badfish
git clone https://github.com/quadsproject/badfish && cd badfish
python3 -m venv bf
source bf/bin/activate
python3 -m pip install --upgrade build
Expand Down Expand Up @@ -252,7 +252,7 @@ If you choose to install Badfish via RPM package then it'll be located in `/usr/
You can always retrieve our example `idrac_interfaces.yml` file via:

```
curl https://raw.githubusercontent.com/redhat-performance/badfish/master/config/idrac_interfaces.yml --output idrac_interfaces.yml
curl https://raw.githubusercontent.com/quadsproject/badfish/master/config/idrac_interfaces.yml --output idrac_interfaces.yml
```

## Common Operations
Expand Down
2 changes: 1 addition & 1 deletion config/idrac_interfaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ uefi_7525: NIC.Integrated.1-1-1,NIC.Integrated.1-2-1,NIC.Slot.6-1-1,NIC.Slot.6-2
uefi_r930: NIC.Integrated.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-3-1
uefi_mx750c: NIC.PxeDevice.1-1,RAID.SL.3-2

# To understand how custom overrides and hierarchy work please see https://github.com/redhat-performance/badfish#host-type-overrides
# To understand how custom overrides and hierarchy work please see https://github.com/quadsproject/badfish#host-type-overrides
# PerfLab Entries
foreman_cc37_r750: NIC.Embedded.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1-1
director_cc37_r750: NIC.Slot.3-1-1,HardDisk.List.1-1,NIC.Embedded.1-1-1
Expand Down
2 changes: 1 addition & 1 deletion rpm/badfish.spec.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global project badfish
%global org redhat-performance
%global org quadsproject
%global sum Tool for managing bare-metal systems via the Redfish API
%global desc Badfish is a vendor-agnostic, redfish-based API tool used to consolidate \
management of IPMI and out-of-band interfaces for common server hardware \
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ long_description_content_type = text/markdown
license = GPL-3.0-or-later
license_file = LICENSE
platforms = any
url = https://github.com/redhat-performance/badfish
url = https://github.com/quadsproject/badfish
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
Expand All @@ -21,9 +21,9 @@ classifiers =
Programming Language :: Python :: 3.14
keywords = oob, management
project_urls =
Bug Tracker = https://github.com/redhat-performance/badfish/issues
Documentation = https://github.com/redhat-performance/badfish/blob/master/README.md
Source Code = https://github.com/redhat-performance/badfish
Bug Tracker = https://github.com/quadsproject/badfish/issues
Documentation = https://github.com/quadsproject/badfish/blob/master/README.md
Source Code = https://github.com/quadsproject/badfish

[options]
packages = find:
Expand Down
Loading