From 6046937f080b80be4fd04a17cbc6cfda27a97a5d Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sat, 12 Aug 2017 11:32:35 +0300 Subject: fixes and re-scheme for host_pnic and switch_pnic Change-Id: I3e5501dd9beb100a66c5a7bdba6e5cd967f4a21c Signed-off-by: Koren Lev --- app/install/db/constants.json | 122 +++++++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 55 deletions(-) (limited to 'app/install/db/constants.json') diff --git a/app/install/db/constants.json b/app/install/db/constants.json index a30ffa9..3f7204f 100644 --- a/app/install/db/constants.json +++ b/app/install/db/constants.json @@ -176,76 +176,100 @@ "value" : "instance-vnic" }, { - "label" : "otep-vconnector", - "value" : "otep-vconnector" + "label" : "vnic-instance", + "value" : "vnic-instance" }, { - "label" : "otep-host_pnic", - "value" : "otep-host_pnic" + "label" : "vnic-vconnector", + "value" : "vnic-vconnector" + }, + { + "label" : "vconnector-vnic", + "value" : "vconnector-vnic" + }, + { + "label" : "vconnector-vedge", + "value" : "vconnector-vedge" + }, + { + "label" : "vedge-vconnector", + "value" : "vedge-vconnector" + }, + { + "label" : "vedge-host_pnic", + "value" : "vedge-host_pnic" + }, + { + "label" : "host_pnic-vedge", + "value" : "host_pnic-vedge" }, { "label" : "host_pnic-network", "value" : "host_pnic-network" }, + { + "label" : "network-host_pnic", + "value" : "network-host_pnic" + }, { "label" : "vedge-otep", "value" : "vedge-otep" }, { - "label" : "vnic-vconnector", - "value" : "vnic-vconnector" + "label" : "otep-vedge", + "value" : "otep-vedge" }, { - "label" : "vconnector-host_pnic", - "value" : "vconnector-host_pnic" + "label" : "otep-vconnector", + "value" : "otep-vconnector" }, { - "label" : "vnic-vedge", - "value" : "vnic-vedge" + "label" : "vconnector-otep", + "value" : "vconnector-otep" }, { - "label" : "vconnector-vedge", - "value" : "vconnector-vedge" + "label" : "otep-host_pnic", + "value" : "otep-host_pnic" }, { - "label" : "vedge-host_pnic", - "value" : "vedge-host_pnic" + "label" : "host_pnic-otep", + "value" : "host_pnic-otep" }, { - "label" : "vservice-vnic", - "value" : "vservice-vnic" + "label" : "vconnector-host_pnic", + "value" : "vconnector-host_pnic" }, { - "label" : "host_pnic-host", - "value" : "host_pnic-host" + "label" : "host_pnic-vconnector", + "value" : "host_pnic-vconnector" }, { - "label" : "host-host_pnic", - "value" : "host-host_pnic" + "label" : "vnic-vedge", + "value" : "vnic-vedge" }, { - "label" : "host-network", - "value" : "host-network" + "label" : "vedge-vnic", + "value" : "vedge-vnic" }, { - "label" : "network-host", - "value" : "network-host" + "label" : "vservice-vnic", + "value" : "vservice-vnic" }, { - "label" : "switch_pnic-network", - "value" : "switch_pnic-network" + "label" : "vnic-vservice", + "value" : "vnic-vservice" }, { - "label" : "network-switch_pnic", - "value" : "network-switch_pnic" + "label" : "switch_pnic-host_pnic", + "value" : "switch_pnic-host_pnic" }, { - "label" : "switch_pnic-switch", - "value" : "switch_pnic-switch" + "label" : "host_pnic-switch_pnic", + "value" : "host_pnic-switch_pnic" }, { - "label" : "switch-switch_pnic", - "value" : "switch-switch_pnic" + "label" : "switch_pnic-switch_pnic", + "value" : "switch_pnic-switch_pnic" } ] }, @@ -326,9 +350,17 @@ "label" : "host_pnic", "value" : "host_pnic" }, + { + "label" : "switch_pnic", + "value" : "switch_pnic" + }, { "label" : "network", "value" : "network" + }, + { + "label" : "switch", + "value" : "switch" }, { "label" : "port", @@ -345,15 +377,7 @@ { "label" : "host", "value" : "host" - }, - { - "label" : "switch_pnic", - "value" : "switch_pnic" - }, - { - "label" : "switch", - "value" : "switch" - } + } ] }, { @@ -503,29 +527,17 @@ "value" : "vservice" }, { - "label" : "switch_pnic", - "value" : "switch_pnic" + "label" : "host_pnic", + "value" : "host_pnic" }, { "label" : "network", "value" : "network" }, - { - "label" : "port", - "value" : "port" - }, { "label" : "otep", "value" : "otep" }, - { - "label" : "agent", - "value" : "agent" - }, - { - "label" : "host", - "value" : "host" - }, { "label" : "switch_pnic", "value" : "switch_pnic" -- cgit 1.2.3-korg