You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-osp-downloading-modules.adoc
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,20 @@ endif::[]
22
22
= Downloading playbook dependencies
23
23
24
24
ifdef::osp-user[]
25
-
The Ansible playbooks that simplify the installation process on user-provisioned
26
-
infrastructure require several Python modules. On the machine where you will run the installer,
27
-
add the modules' repositories and then download them.
25
+
The Ansible playbooks that simplify the installation process on user-provisioned infrastructure require several ansible collections and Python modules. On the machine where you will run the installation program, add the {rh-openstack-first} repositories and then install the packages.
26
+
27
+
The following dependencies are required:
28
+
29
+
* Python modules:
30
+
**`openstackclient`
31
+
**`openstacksdk`
32
+
**`netaddr`
33
+
**`pip`
34
+
* Ansible collections:
35
+
**`ansible-collections-openstack`, which installs Ansible Core
36
+
**`ansible-collection-community-general`
37
+
**`ansible-collection-ansible-netcommon`
38
+
28
39
endif::osp-user[]
29
40
30
41
ifdef::osp-user-uninstall[]
@@ -70,18 +81,23 @@ $ sudo subscription-manager repos --disable=* # If not done already
0 commit comments