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

redfishpower: need support for plug substitution in URIs #129

Closed
garlick opened this issue Feb 7, 2024 · 0 comments · Fixed by #159
Closed

redfishpower: need support for plug substitution in URIs #129

garlick opened this issue Feb 7, 2024 · 0 comments · Fixed by #159
Assignees

Comments

@garlick
Copy link
Member

garlick commented Feb 7, 2024

Problem: as noted in #128 and discussed in #126, it would be useful if redfishpower accepted a %s token in URIs and substituted the plug name.

@chu11 chu11 self-assigned this Feb 17, 2024
chu11 added a commit to chu11/powerman that referenced this issue Feb 26, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map mutiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Feb 26, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map mutiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Feb 27, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map mutiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Feb 27, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map mutiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 1, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map mutiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 2, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map mutiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 2, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 3, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 3, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 3, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 4, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 5, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 5, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 5, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 14, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 19, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 19, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern %p.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 21, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern {{plug}}.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
chu11 added a commit to chu11/powerman that referenced this issue Mar 26, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern {{plug}}.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
@mergify mergify bot closed this as completed in #159 Mar 26, 2024
chu11 added a commit to chu11/powerman that referenced this issue Apr 4, 2024
Problem: In some chassis, power status/control URIs are all
minorly different from each other when doing power status/control
to blades.  This makes it difficult to configure powerman/redfishpower
for bladed environments.

Solution: Support plug substitution in URIs with the pattern {{plug}}.
By using plug names that are the minor variants of each URI, paths
can be easily configured for each blade in a chassis.  This now allows
the setplugs command to map multiple plug names to a single index.

Fixes chaos#129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants