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

[FEATURE]: Change Chassis Name #449

Open
TrevorSquillario opened this issue Oct 27, 2022 · 0 comments
Open

[FEATURE]: Change Chassis Name #449

TrevorSquillario opened this issue Oct 27, 2022 · 0 comments
Labels
area/ome-modular OME-Modular modules type/feature-request New feature or request

Comments

@TrevorSquillario
Copy link
Contributor

This feature could be added to the ome_chassis_slots module. Add a name or chassis_name parameter to be used with chassis_service_tag. This requires a separate job to be submitted.

Job Payload example:

{
        "JobName": "Update Chassis Name",
        "JobDescription": "Job submitted via Ansible",
        "Schedule": "startnow",
        "State": "Enabled",
        "Targets": [
            {
            "Id": 10000,
            "Data": "",
            "TargetType": {
                "Id": 1000,
                "Name": "DEVICE"
                }
            }
        ],
        "Params": [
            {
            "Key": "operationName",
            "Value": "SET_NAME"
            },
            {
            "Key": "name",
            "Value": "MX7000-ChassisName"
            }
        ],
        "JobType":
            {
            "Id": 3,
            "Name": "DeviceAction_Task"
            }
    }
@TrevorSquillario TrevorSquillario added needs-triage Issue requires triage. type/feature-request New feature or request labels Oct 27, 2022
@anupamaloke anupamaloke added area/ome-modular OME-Modular modules and removed needs-triage Issue requires triage. labels May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ome-modular OME-Modular modules type/feature-request New feature or request
Development

No branches or pull requests

2 participants