From 5262653137f95b5e75f1b7de8e81a0098725ca52 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 5 Nov 2018 12:25:39 +0100 Subject: [PATCH] moved code to module dir --- inventory_provider/__init__.py | 0 config.py => inventory_provider/config.py | 0 oid_list.conf => inventory_provider/oid_list.conf | 0 .../routers_community.conf | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 inventory_provider/__init__.py rename config.py => inventory_provider/config.py (100%) rename oid_list.conf => inventory_provider/oid_list.conf (100%) rename routers_community.conf => inventory_provider/routers_community.conf (91%) diff --git a/inventory_provider/__init__.py b/inventory_provider/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/config.py b/inventory_provider/config.py similarity index 100% rename from config.py rename to inventory_provider/config.py diff --git a/oid_list.conf b/inventory_provider/oid_list.conf similarity index 100% rename from oid_list.conf rename to inventory_provider/oid_list.conf diff --git a/routers_community.conf b/inventory_provider/routers_community.conf similarity index 91% rename from routers_community.conf rename to inventory_provider/routers_community.conf index 67538aff..2550f4a5 100644 --- a/routers_community.conf +++ b/inventory_provider/routers_community.conf @@ -34,8 +34,8 @@ mx1.dub.ie.geant.net=0pBiFbD,62.40.96.3 mx1.dub2.ie.geant.net=0pBiFbD,62.40.96.25 mx1.mar.fr.geant.net=0pBiFbD,62.40.96.12 mx1.lon2.uk.geant.net=0pBiFbD,62.40.96.15 -rt1.clpk.us.geant.net=GEANT_RO,10.200.64.128 -rt1.denv.us.geant.net=GEANT_RO,10.200.67.128 +# rt1.clpk.us.geant.net=GEANT_RO,10.200.64.128 +# rt1.denv.us.geant.net=GEANT_RO,10.200.67.128 mx1.ath2.gr.geant.net=0pBiFbD,62.40.96.39 -qfx.par.fr.geant.net=0pBiFbD,62.40.117.170 -qfx.fra.de.geant.net=0pBiFbD,62.40.117.162 +# qfx.par.fr.geant.net=0pBiFbD,62.40.117.170 +# qfx.fra.de.geant.net=0pBiFbD,62.40.117.162 -- GitLab