Skip to content

Commit

Permalink
Merge pull request #141 from leogallego/netbox-aap25-241030
Browse files Browse the repository at this point in the history
minimal network, netbox, cisco and arista
  • Loading branch information
leogallego authored Nov 1, 2024
2 parents c72c572 + b0214ed commit 67a7044
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 9 deletions.
43 changes: 37 additions & 6 deletions network-netbox-eda-ee/ansible-collections.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
---
collections:
- name: cisco.dnac
- name: cisco.meraki
- name: community.general
- name: fedora.linux_system_roles
# - name: ansible.controller
# version: ">=4.6.1"
# - name: ansible.eda
# version: ">=2.1.0"
- name: ansible.netcommon
version: 7.1.0
- name: ansible.network
version: 4.0.0
# - name: ansible.posix
# version: 1.5.4
# - name: ansible.scm
# version: 3.0.0
# - name: ansible.security
# version: 3.0.0
# - name: ansible.snmp
# version: 3.0.0
# - name: ansible.utils
# version: 5.1.2
# - name: ansible.yang
# version: 3.0.0
- name: arista.eos
version: 10.0.0
# - name: cisco.asa
# version: 6.0.0
- name: cisco.ios
version: 9.0.2
- name: cisco.iosxr
version: 10.1.0
# - name: cisco.nxos
# version: 9.2.1
# - name: cisco.dnac
# - name: cisco.meraki
# - name: redhat.rhel_system_roles
# version: 1.21.1
# - name: servicenow.itsm
# version: 2.6.3
# - name: community.general
- name: netbox.netbox
version: 3.20.0



2 changes: 2 additions & 0 deletions network-netbox-eda-ee/bindep.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python3-systemd
pkgconf-pkg-config
4 changes: 2 additions & 2 deletions network-netbox-eda-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
version: 3
images:
base_image:
name: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8:latest

name: registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8:latest
dependencies:
galaxy: ansible-collections.yml
python: python-packages.txt
system: bindep.txt

additional_build_files:
# Can be used to resolve collections from private automation hub
Expand Down
1 change: 0 additions & 1 deletion network-netbox-eda-ee/python-packages.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
jmespath
pytz
pynetbox

0 comments on commit 67a7044

Please sign in to comment.