HomeClusterLabs Projects

Create ibm_powervs.V4
1c6b019c6cd5Unpublished

Unpublished Commit ยท Learn More

  • Repository Importing: This repository is still importing.
  • Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Create ibm_powervs.V4

File requested for comparison - also colleagues have submitted a request to also include Proxy Server functionality when the Private URL for IBM Cloud is used
example below

def send_command(conn, command, method="GET", action=None, printResult=True):

        url = conn.base_url + command

        conn.setopt(pycurl.URL, url.encode("ascii"))
        conn.setopt(pycurl.PROXY, "http://192.168.150.4:3128")

        web_buffer = io.BytesIO()

Details

Provenance
graham-b-hardy <104151338+graham-b-hardy@users.noreply.github.com>Authored on Apr 25 2022, 4:05 AM
GitHub <noreply@github.com>Committed on Apr 25 2022, 4:05 AM
Parents
rF2f1b86d83f65: Merge pull request #476 from Anckermann/patch-1
Branches
Unknown
Tags
Unknown

Event Timeline