From 1ae677a3984c79c5b566e15fa4dadc3da3533af0 Mon Sep 17 00:00:00 2001
From: Corey Eichelberger <eichelbc@illinois.edu>
Date: Tue, 19 May 2020 12:48:31 -0500
Subject: [PATCH] Formatting/folder structure updates

---
 Streaming Telemetry/README.md                       |  7 +++++++
 .../juniper/README.md                               | 13 ++++++++++---
 {jti => Streaming Telemetry/juniper}/jti-example    |  0
 3 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 Streaming Telemetry/README.md
 rename jti/jti-install => Streaming Telemetry/juniper/README.md (76%)
 rename {jti => Streaming Telemetry/juniper}/jti-example (100%)

diff --git a/Streaming Telemetry/README.md b/Streaming Telemetry/README.md
new file mode 100644
index 0000000..2c5c6f6
--- /dev/null
+++ b/Streaming Telemetry/README.md	
@@ -0,0 +1,7 @@
+### Overview of Streaming Telemetry Efforts at NCSA
+
+Juniper: Working utilizing JTI input w/ Telegraf.
+
+Arista: In Progress
+
+Mellanox: In Progress
diff --git a/jti/jti-install b/Streaming Telemetry/juniper/README.md
similarity index 76%
rename from jti/jti-install
rename to Streaming Telemetry/juniper/README.md
index 620e0f0..21cc527 100644
--- a/jti/jti-install
+++ b/Streaming Telemetry/juniper/README.md	
@@ -1,4 +1,13 @@
-### Disable ISSU (The OpenConfig and Network Agent packages do not support ISSU for install. You can re-set these options once the install is complete)
+Note: This install requires the openconfig and network agent packages from Juniper. Support for Juniper platforms and code trains varies. Please check the Juniper documentation if you are unsure whether your device is supported.  The network agent is included with the Junos OS image starting in 18.3R1 for supported platforms.
+
+JTI Overview: https://www.juniper.net/documentation/en_US/junos/topics/concept/junos-telemetry-interface-oveview.html
+
+Network Agent Overview: https://www.juniper.net/documentation/en_US/junos/topics/task/installation/network-agent-installing.html
+
+### JTI Install
+
+
+### Disable ISSU (The OpenConfig and Network Agent packages do not support ISSU for install. You can re-enable these options once the install is complete)
 
 delete chassis redundancy graceful-switchover
 
@@ -77,5 +86,3 @@ set routing-options nonstop-routing
 set system services extension-service request-response grpc clear-text port 50051
 set system services extension-service request-response grpc skip-authentication
 set system services extension-service notification allow-clients address $telegraf_host
-
-
diff --git a/jti/jti-example b/Streaming Telemetry/juniper/jti-example
similarity index 100%
rename from jti/jti-example
rename to Streaming Telemetry/juniper/jti-example
-- 
GitLab