Skip to content

Commit

Permalink
Merge pull request #29 from apdibbo/main
Browse files Browse the repository at this point in the history
SNMP Fixes
  • Loading branch information
anish-mudaraddi authored Sep 25, 2024
2 parents 187b3ad + 9ad72d2 commit b163a25
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ system_location: r26rack889
vlan_interfaces:
- id: '450'
network: 172.16.208.224/27
configured_service: false
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ system_location: r26rack891
vlan_interfaces:
- id: '450'
network: 172.16.209.0/27
configured_service: false
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ bridge_interfaces:
- swp5s1
- swp5s2
- swp5s3
- swp9s0
- swp9s1
- swp9s2
- swp9s3
- swp6
- swp7
- swp8
Expand All @@ -46,3 +50,4 @@ system_location: r89rack185
vlan_interfaces:
- id: '450'
network: 172.16.196.32/27
configured_interfaces: false
2 changes: 1 addition & 1 deletion AnsiblePlaybooks/ansible-cumulus/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then git clone this repo and move into it

`git clone https://github.com/stfc/cloud-ops-tools && cd cloud-ops-tools/AnsiblePlaybooks/ansible-cumulus`

Then install the requirements for this set of ansible playbooks
Then install the requirements for this set of ansible playbooks. It is worth reinstalling the collection everytime you need to do anything by adding `--force` to the below command

`ansible-galaxy collection install -r requirements.yml`

Expand Down
1 change: 1 addition & 0 deletions AnsiblePlaybooks/ansible-cumulus/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ collections:
type: 'git'
version: 'main'
- name: ansible.netcommon
# - name: nvidia.nvue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

- name: Add other users
become: true
no_log: true
ansible.builtin.user:
name: "{{ item.name }}"
password: "{{ item.password | password_hash('sha512') }}"
Expand Down

0 comments on commit b163a25

Please sign in to comment.