Skip to content

Commit

Permalink
addded support for 23.2 on RHEL 8 for Gateway install (#13)
Browse files Browse the repository at this point in the history
* 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
Nick-Andreano and $GITHUB_ACTOR authored Jun 26, 2024
1 parent f1850de commit 85158b7
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
41 changes: 41 additions & 0 deletions roles/gateway/vars/2023.2-redhat-8.yaml
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

41 changes: 41 additions & 0 deletions roles/gateway/vars/2023.2-rocky-8.yaml
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

0 comments on commit 85158b7

Please sign in to comment.