Automate This
Use the Attune GUI for your Scripts
You've automated: Setup oVirt Support on Linux
Get the most out of automation with our get started videos, product demonstrations, and more.
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
You have completed this instruction.
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!