add switch to neutron pillar

Change-Id: I7678a35164b5f3e29f5c633639a2973420286328
diff --git "a/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml" "b/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml"
new file mode 100644
index 0000000..d914770
--- /dev/null
+++ "b/\173\173 cookiecutter._env_name \175\175/features/ironic/switch.yml"
@@ -0,0 +1,23 @@
+parameters:
+    neutron:
+      server:
+        n_g_s:
+          enabled: true
+        devices:
+          cisco_switch:
+            options:
+              device_type:
+                value:
+                  netmiko_cisco_ios
+              ip:
+                value:
+                  185.8.57.180
+              password:
+                value:
+                  ==CISCO_PASS==
+              secret:
+                value:
+                  ==CISCO_PASS==
+              username:
+                value:
+                  ==IPMI_USER==
\ No newline at end of file