Remove intrusive useless logging
[csit.git] / resources / topology_schemas / topology.sch.yaml
index 1b16616..6f7404c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2016 Cisco and/or its affiliates.
+# Copyright (c) 2018 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -57,6 +57,10 @@ schema;type_interfaces:
           required: yes
         driver: &type_interface_mapping_driver
           type: str
+        model:
+          type: str
+          enum: [Cisco-VIC-1227, Cisco-VIC-1385, Intel-X520-DA2,
+                 Intel-X710, Intel-XL710]
 
 schema;type_interface_tg: &type_interface_tg
   type: map
@@ -95,6 +99,9 @@ schema;type_node: &type_node
     host:
       required: yes
       type: str
+    arch:
+      required: yes
+      type: str
     port:
       type: int
     username: