Made staging filefor ace-tuscon-testing and ace-menlo sites.

Change-Id: I003e363111baa8814034320b5245a7fb46a28040
diff --git a/VERSION b/VERSION
index 1a5ac0d..04e84f8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.9
+0.6.10
diff --git a/aether-alerting-devices/aether-monitoring-lamp/aml_staging_config.json b/aether-alerting-devices/aether-monitoring-lamp/aml_staging_config.json
new file mode 100644
index 0000000..7a6128e
--- /dev/null
+++ b/aether-alerting-devices/aether-monitoring-lamp/aml_staging_config.json
@@ -0,0 +1,7 @@
+{   "debug" : true,
+    "refreshInterval" : 10,
+    "url" : "https://monitoring.staging.aether.onlab.us/edges",
+    "activeEdges" : 
+    ["ace-tucson-testing",
+      "ace-menlo"]
+}
\ No newline at end of file
diff --git a/aether-alerting-devices/aether-monitoring-lamp/aml_staging_config.json.license b/aether-alerting-devices/aether-monitoring-lamp/aml_staging_config.json.license
new file mode 100644
index 0000000..5310a69
--- /dev/null
+++ b/aether-alerting-devices/aether-monitoring-lamp/aml_staging_config.json.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
+SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
diff --git a/aether-alerting-devices/aether-monitoring-lamp/run_aml.py b/aether-alerting-devices/aether-monitoring-lamp/run_aml.py
index d2d6f6a..780d792 100644
--- a/aether-alerting-devices/aether-monitoring-lamp/run_aml.py
+++ b/aether-alerting-devices/aether-monitoring-lamp/run_aml.py
@@ -7,7 +7,7 @@
 import time
 
 def main():
-    config = json.loads(open("aml_production_config.json", 'r').read())
+    config = json.loads(open("aml_staging_config.json", 'r').read())
 
     # set active edges
     activeEdges = config['activeEdges']