Skip to content

Commit fba11da

Browse files
rohityadavcloudDaanHooglandandrijapanicsb
authored
Address issue of python36-libvirt for kvm/SG CentOS users (apache#135)
* address issue of python36-libvirt for kvm/SG CentOS users Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> * Update source/releasenotes/about.rst Co-authored-by: dahn <daan.hoogland@gmail.com> Co-authored-by: Andrija Panic <45762285+andrijapanicsb@users.noreply.github.com> Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent cf00486 commit fba11da

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

source/installguide/hypervisor/kvm.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ In RHEL or CentOS:
153153

154154
.. parsed-literal::
155155
156+
$ yum install -y epel-release
156157
$ yum install cloudstack-agent
157158
158159
In Ubuntu:

source/installguide/hypervisor/lxc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ In RHEL or CentOS:
149149

150150
.. parsed-literal::
151151
152+
$ yum install -y epel-release
152153
$ yum install cloudstack-agent
153154
154155
In Ubuntu:

source/quickinstallationguide/qig.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ afterwards we'll need to configure a few things.
536536

537537
.. parsed-literal::
538538
539+
# yum -y install epel-release
539540
# yum -y install cloudstack-agent
540541
541542

source/releasenotes/about.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ The full list of new features can be found in the project release notes at http:
4646

4747
Apache CloudStack powers numerous elastic Cloud computing services, including solutions that have ranked as Gartner Magic Quadrant leaders. Highlighted in the Forrester Q4 2017 Enterprise Open Source Cloud Adoption report, Apache CloudStack "sits beneath hundreds of service provider clouds", including Fortune 5 multinational corporations. A list of known Apache CloudStack users are available at http://cloudstack.apache.org/users.html
4848

49+
Libvirt Python Dependency on KVM and CentOS
50+
===========================================
51+
52+
For CentOS users using the security groups feature on KVM it is needed to install the epel-release and python36-libvirt packages.
53+
4954
New User Interface & Depreciation notice of existing UI
5055
=======================================================
5156

@@ -58,4 +63,3 @@ The next LTS release (likely to be version 4.15) of Apache Cloudstack will ship
5863
In the following release (likely to be 4.16), the old UI will be deprecated.
5964

6065
Please see `Primate install guide <../installguide/primate.html>`_
61-

source/upgrading/upgrade/upgrade-4.11.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package
302302

303303
.. parsed-literal::
304304
305+
$ sudo yum install -y epel-release
306+
$ sudo yum install -y python36-libvirt
305307
$ sudo yum upgrade cloudstack-agent
306308
307309
#. Restart the agent:

source/upgrading/upgrade/upgrade-4.13.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package
281281

282282
.. parsed-literal::
283283
284+
$ sudo yum install -y epel-release
285+
$ sudo yum install -y python36-libvirt
284286
$ sudo yum upgrade cloudstack-agent
285287
286288
#. Restart the agent:

source/upgrading/upgrade/upgrade-4.9.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package
383383

384384
.. parsed-literal::
385385
386+
$ sudo yum install -y epel-release
387+
$ sudo yum install -y python36-libvirt
386388
$ sudo yum upgrade cloudstack-agent
387389
388390
#. Verify that the file ``/etc/cloudstack/agent/environment.properties`` has a

0 commit comments

Comments
 (0)