fence-agents icon indicating copy to clipboard operation
fence-agents copied to clipboard

Create ibm_powervs.V4

Open graham-b-hardy opened this issue 2 years ago • 2 comments

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()

graham-b-hardy avatar Apr 25 '22 08:04 graham-b-hardy

Can one of the admins verify this patch?

knet-ci-bot avatar Apr 25 '22 08:04 knet-ci-bot

Can one of the admins check and authorise this run please: https://ci.kronosnet.org/job/fence-agents-pipeline/job/PR-478/1/input

knet-jenkins[bot] avatar Jun 12 '23 07:06 knet-jenkins[bot]