Skip to content

Commit f98442d

Browse files
authored
Merge pull request #175 from stfc/move_tools_to_ops
TIDY: Moving tools out of this repo
2 parents dcccbf2 + f78cae5 commit f98442d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+0
-2265
lines changed

.github/workflows/pynetbox.yaml

-45
This file was deleted.

.github/workflows/reverse_ssl_cert_chain.yaml

-45
This file was deleted.

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,6 @@ A script used to generate prometheus configs including IP lists.
8787
This script collects data from Prometheus and writes it to a CSV file.
8888
[More Here](prometheus_query_to_csv/)
8989

90-
## pynetbox_query
91-
92-
A Python package to bulk upload systems data to Netbox from files creating devices and interfaces.
93-
[More Here](pynetbox_query/)
94-
95-
## reverse_ssl_cert_chain
96-
97-
A Python script to reverse the SSL certificate chain order. For example, a certificate as CA -> Root would output as Root -> CA.
98-
[More Here](reverse_ssl_cert_chain/)
99-
10090
## terraform_provisioning
10191

10292
One terraform script to create a private network on openstack along with a router and a subnet and one to deploy a load balancing application.

pynetbox_query/.coveragerc

-4
This file was deleted.

pynetbox_query/.pylintrc

-10
This file was deleted.

pynetbox_query/pynetboxquery/__init__.py

Whitespace-only changes.

pynetbox_query/pynetboxquery/__main__.py

-24
This file was deleted.

pynetbox_query/pynetboxquery/netbox_api/__init__.py

Whitespace-only changes.

pynetbox_query/pynetboxquery/netbox_api/netbox_connect.py

-13
This file was deleted.

pynetbox_query/pynetboxquery/netbox_api/netbox_create.py

-33
This file was deleted.

pynetbox_query/pynetboxquery/netbox_api/netbox_get_id.py

-43
This file was deleted.

pynetbox_query/pynetboxquery/netbox_api/validate_data.py

-101
This file was deleted.

pynetbox_query/pynetboxquery/user_methods/__init__.py

Whitespace-only changes.

pynetbox_query/pynetboxquery/user_methods/abstract_user_method.py

-47
This file was deleted.

0 commit comments

Comments
 (0)