How to Setup oVirt Support on Linux

This documentation is generated by Attune

Automate This

Use the Attune GUI for your Scripts

    1 Download Attune
    2 Copy the Attune Project URL
    3 Clone the Project in Attune
    4 Plan your Job(s)
    5 Run your Job(s)

You've automated: Setup oVirt Support on Linux


Get the most out of automation with our get started videos, product demonstrations, and more.

Learn Attune Automation

The following steps will guide you through the manual process.

Connect via ssh:

ssh {automationworkerlinuxuserroot}@{automationworkerlinuxnode}

Execute the following script:

                
yum install -y gcc libxml2-devel nss-devel python3-devel python3 virtualenv
                
            

This step is a prerequisite for the installation of pycurl in the next step.

Reference: https://stackoverflow.com/questions/66419978/could-not-install-pycurl-7-43-0-6-on-python-3-8-8-rhel-8-3

Execute the following script:

                
dnf -y install libcurl-devel
                
            

Connect via ssh:

ssh {automationworkerlinuxuser}@{automationworkerlinuxnode}

Execute the following script:

                
virtualenv -p `which python3` ks_ovirt_py_venv

export PATH=~/ks_ovirt_py_venv/bin:$PATH

pip install --no-cache-dir --compile --ignore-installed --install-option="--with-nss" pycurl
pip3 install ovirt-engine-sdk-python
                
            

Completed

You have completed this instruction.

Attune - Powered by ServerTribe

Automate with Attune

Download the Attune Community Edition.

DOWNLOAD!!!

Discuss this Project in Discord

Join our Discord channel and connect with like-minded individuals who share your passion. Engage in lively discussions, gain valuable insights, and stay updated on the latest trends in our industry. Don't miss out on this opportunity to network, learn, and grow together.


Click the link below and become a part of our vibrant community on Discord today!

Join NOW!!!