Conductor Documentation

Redfish Plugin

As part of this plugin Redfish discovery procedure for Redfish data from Dell, Intel and HP devices was automated.

Redfish discovery

During the process Redfish client from redfish library is used to obtain the data present in paths indicated in redfish_keys_tree (property of every discovery node).

Data Types

Node Types

    node_templates:

        redfish_discovery_node:
            type: windriver.nodes.redfish.Discovery
            properties:
            graceful_failure: true
            client_config:
                ip: { get_secret: redfish_address }
                username: { get_secret: redfish_username }
                password: { get_secret: redfish_password }
                auth_type: { get_secret: redfish_auth_type }
            
        success_check:
            type: windriver.nodes.redfish.SuccessCheck
            relationships:
            - type: cloudify.relationships.depends_on
                target: redfish_discovery_node