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

Create ibm_powervs.V4 #478

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

graham-b-hardy
Copy link

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

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()
@knet-ci-bot
Copy link

Can one of the admins verify this patch?

@knet-jenkins
Copy link

knet-jenkins bot commented Jun 12, 2023

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

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 this pull request may close these issues.

2 participants