Skip to content

Commit

Permalink
Fix samples edges
Browse files Browse the repository at this point in the history
  • Loading branch information
safchain committed Dec 15, 2019
1 parent cdafc94 commit d9e5fa4
Show file tree
Hide file tree
Showing 4 changed files with 2,253 additions and 2,253 deletions.
36 changes: 18 additions & 18 deletions samples/datacenter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Edges": [
{
"Child": "host-0",
"ID": "Edge-(host)host-0-(data_center)data_center-0[ownership]",
"ID": "Edge-host-host-0-data_center-data_center-0-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -12,7 +12,7 @@
},
{
"Child": "host-1",
"ID": "Edge-(host)host-1-(data_center)data_center-0[ownership]",
"ID": "Edge-host-host-1-data_center-data_center-0-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -21,7 +21,7 @@
},
{
"Child": "host-2",
"ID": "Edge-(host)host-2-(data_center)data_center-1[ownership]",
"ID": "Edge-host-host-2-data_center-data_center-1-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -30,7 +30,7 @@
},
{
"Child": "host-3",
"ID": "Edge-(host)host-3-(data_center)data_center-1[ownership]",
"ID": "Edge-host-host-3-data_center-data_center-1-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -39,7 +39,7 @@
},
{
"Child": "vm-0",
"ID": "Edge-(vm)vm-0-(host)host-0[ownership]",
"ID": "Edge-vm-vm-0-host-host-0-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -48,7 +48,7 @@
},
{
"Child": "vm-1",
"ID": "Edge-(vm)vm-1-(host)host-0[ownership]",
"ID": "Edge-vm-vm-1-host-host-0-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -57,7 +57,7 @@
},
{
"Child": "vm-2",
"ID": "Edge-(vm)vm-2-(host)host-1[ownership]",
"ID": "Edge-vm-vm-2-host-host-1-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -66,7 +66,7 @@
},
{
"Child": "vm-3",
"ID": "Edge-(vm)vm-3-(host)host-1[ownership]",
"ID": "Edge-vm-vm-3-host-host-1-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -75,7 +75,7 @@
},
{
"Child": "vm-4",
"ID": "Edge-(vm)vm-4-(host)host-2[ownership]",
"ID": "Edge-vm-vm-4-host-host-2-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -84,7 +84,7 @@
},
{
"Child": "vm-5",
"ID": "Edge-(vm)vm-5-(host)host-3[ownership]",
"ID": "Edge-vm-vm-5-host-host-3-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -93,7 +93,7 @@
},
{
"Child": "vm-6",
"ID": "Edge-(vm)vm-6-(host)host-3[ownership]",
"ID": "Edge-vm-vm-6-host-host-3-ownership",
"Metadata": {
"RelationType": "ownership"
},
Expand All @@ -102,7 +102,7 @@
},
{
"Child": "vm-0",
"ID": "Edge-(vm)vm-0-(application)application-1[application]",
"ID": "Edge-vm-vm-0-application-application-1-application",
"Metadata": {
"RelationType": "application"
},
Expand All @@ -111,7 +111,7 @@
},
{
"Child": "vm-1",
"ID": "Edge-(vm)vm-1-(application)application-0[application]",
"ID": "Edge-vm-vm-1-application-application-0-application",
"Metadata": {
"RelationType": "application"
},
Expand All @@ -120,7 +120,7 @@
},
{
"Child": "vm-2",
"ID": "Edge-(vm)vm-2-(application)application-0[application]",
"ID": "Edge-vm-vm-2-application-application-0-application",
"Metadata": {
"RelationType": "application"
},
Expand All @@ -129,7 +129,7 @@
},
{
"Child": "vm-3",
"ID": "Edge-(vm)vm-3-(application)application-0[application]",
"ID": "Edge-vm-vm-3-application-application-0-application",
"Metadata": {
"RelationType": "application"
},
Expand All @@ -138,7 +138,7 @@
},
{
"Child": "vm-4",
"ID": "Edge-(vm)vm-4-(application)application-0[application]",
"ID": "Edge-vm-vm-4-application-application-0-application",
"Metadata": {
"RelationType": "application"
},
Expand All @@ -147,7 +147,7 @@
},
{
"Child": "vm-5",
"ID": "Edge-(vm)vm-5-(application)application-1[application]",
"ID": "Edge-vm-vm-5-application-application-1-application",
"Metadata": {
"RelationType": "application"
},
Expand All @@ -156,7 +156,7 @@
},
{
"Child": "vm-6",
"ID": "Edge-(vm)vm-6-(application)application-0[application]",
"ID": "Edge-vm-vm-6-application-application-0-application",
"Metadata": {
"RelationType": "application"
},
Expand Down
Loading

0 comments on commit d9e5fa4

Please sign in to comment.