-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addded support for 23.2 on RHEL 8 for Gateway install (#13)
* addded support for 23.2 on RHEL 8 for Gateway install * addded support for 23.2 on rocky 8 for Gateway install --------- Co-authored-by: $GITHUB_ACTOR <[email protected]>
- Loading branch information
1 parent
f1850de
commit 85158b7
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Copyright (c) 2024, Itential, Inc | ||
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
--- | ||
gateway_packages: | ||
- gcc-c++ | ||
- make | ||
- sqlite-devel | ||
|
||
python_version: 3.9 | ||
python_executable: "/usr/bin/python{{ python_version }}" | ||
pip_executable: "/usr/bin/pip{{ python_version }}" | ||
|
||
python_packages: | ||
- python39 | ||
- python39-pip | ||
- python39-devel | ||
- python-rpm-macros | ||
- python3-pyparsing | ||
- python3-rpm-generators | ||
- python3-rpm-macros | ||
|
||
base_python_dependencies: | ||
- pip==23.3.2 | ||
- setuptools==69.0.3 | ||
- wheel==0.42.0 | ||
|
||
app_python_dependencies: | ||
- ansible-pylibssh==1.1.0 | ||
- flask-ldap3-login==0.9.18 | ||
- grpcio==1.53.0 | ||
- hvac==1.0.2 | ||
- ldap3==2.9.1 | ||
- ncclient==0.6.10 | ||
- netmiko==4.1.2 | ||
- nornir==3.3.0 | ||
- nornir-netmiko==0.2.0 | ||
- nornir-utils==0.2.0 | ||
- pygnmi==0.8.9 | ||
|
||
iag_ansible_version: ansible==7.7.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Copyright (c) 2024, Itential, Inc | ||
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt) | ||
--- | ||
gateway_packages: | ||
- gcc-c++ | ||
- make | ||
- sqlite-devel | ||
|
||
python_version: 3.9 | ||
python_executable: "/usr/bin/python{{ python_version }}" | ||
pip_executable: "/usr/bin/pip{{ python_version }}" | ||
|
||
python_packages: | ||
- python39 | ||
- python39-pip | ||
- python39-devel | ||
- python-rpm-macros | ||
- python3-pyparsing | ||
- python3-rpm-generators | ||
- python3-rpm-macros | ||
|
||
base_python_dependencies: | ||
- pip==23.3.2 | ||
- setuptools==69.0.3 | ||
- wheel==0.42.0 | ||
|
||
app_python_dependencies: | ||
- ansible-pylibssh==1.1.0 | ||
- flask-ldap3-login==0.9.18 | ||
- grpcio==1.53.0 | ||
- hvac==1.0.2 | ||
- ldap3==2.9.1 | ||
- ncclient==0.6.10 | ||
- netmiko==4.1.2 | ||
- nornir==3.3.0 | ||
- nornir-netmiko==0.2.0 | ||
- nornir-utils==0.2.0 | ||
- pygnmi==0.8.9 | ||
|
||
iag_ansible_version: ansible==7.7.0 | ||
|