metal3-io / ironic-client

Ironic Client Utilities (for debugging via Ironic APIs)
Apache License 2.0
3 stars 10 forks source link

Fix the installation location and drop ironic-inspector #25

Closed dtantsur closed 5 months ago

dtantsur commented 5 months ago

After the switch to pip, the binary is installed in /usr/local/bin, while the entrypoint is /usr/bin/baremetal. To ensure better compatibility, tell pip to use /usr as the prefix.

Drop ironic-inspector client: it's deprecated, and Metal3 does not need it any more.

Signed-off-by: Dmitry Tantsur dtantsur@protonmail.com

elfosardo commented 5 months ago

/approve

metal3-io-bot commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: elfosardo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/metal3-io/ironic-client/blob/main/OWNERS)~~ [elfosardo] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
iurygregory commented 5 months ago

/lgtm