Commit ab7ff8eb by Feanil Patel

Add a play tag to subnets that house application servers.

parent 4505442f
...@@ -631,7 +631,7 @@ ...@@ -631,7 +631,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"edxapp" "Value":"edxapp"
}, },
{ {
...@@ -676,7 +676,7 @@ ...@@ -676,7 +676,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"edxapp" "Value":"edxapp"
}, },
{ {
...@@ -721,7 +721,7 @@ ...@@ -721,7 +721,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"xqueue" "Value":"xqueue"
}, },
{ {
...@@ -766,7 +766,7 @@ ...@@ -766,7 +766,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"xqueue" "Value":"xqueue"
}, },
{ {
...@@ -811,8 +811,8 @@ ...@@ -811,8 +811,8 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"RabbitMQ" "Value":"rabbitmq"
}, },
{ {
"Key":"Network", "Key":"Network",
...@@ -856,8 +856,8 @@ ...@@ -856,8 +856,8 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"RabbitMQ" "Value":"rabbitmq"
}, },
{ {
"Key":"Network", "Key":"Network",
...@@ -901,7 +901,7 @@ ...@@ -901,7 +901,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"xserver" "Value":"xserver"
}, },
{ {
...@@ -946,7 +946,7 @@ ...@@ -946,7 +946,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"xserver" "Value":"xserver"
}, },
{ {
...@@ -1119,7 +1119,7 @@ ...@@ -1119,7 +1119,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"worker" "Value":"worker"
}, },
{ {
...@@ -1164,7 +1164,7 @@ ...@@ -1164,7 +1164,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"worker" "Value":"worker"
}, },
{ {
...@@ -1210,7 +1210,7 @@ ...@@ -1210,7 +1210,7 @@
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"Application",
"Value":"forum" "Value":"elasticsearch"
}, },
{ {
"Key":"Network", "Key":"Network",
...@@ -1255,7 +1255,7 @@ ...@@ -1255,7 +1255,7 @@
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"Application",
"Value":"forum" "Value":"elasticsearch"
}, },
{ {
"Key":"Network", "Key":"Network",
...@@ -1299,7 +1299,7 @@ ...@@ -1299,7 +1299,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"forum" "Value":"forum"
}, },
{ {
...@@ -1344,7 +1344,7 @@ ...@@ -1344,7 +1344,7 @@
}, },
"Tags":[ "Tags":[
{ {
"Key":"Application", "Key":"play",
"Value":"forum" "Value":"forum"
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment