Specify if a charm is a proxy or not 71/5771/1
authorAdam Israel <adam.israel@canonical.com>
Mon, 11 Dec 2017 18:13:34 +0000 (13:13 -0500)
committerAdam Israel <adam.israel@canonical.com>
Mon, 11 Dec 2017 18:13:34 +0000 (13:13 -0500)
Add a new leaf to specify if a Juju charm is a proxy charm or not.
Default's to "true" so no changes are required to existing descriptors.
This allows testing of new functionality to support full charms
targetted at R4

Signed-off-by: Adam Israel <adam.israel@canonical.com>
models/yang/mano-types.yang

index 8950c7a..654fcbb 100644 (file)
@@ -191,7 +191,7 @@ module mano-types
       }
     }
   }
-  
+
  grouping image-properties {
     leaf image {
       description
@@ -272,6 +272,11 @@ module mano-types
             description "Juju charm to use with the VNF or VDU.";
             type string;
           }
+          leaf proxy {
+            description "Is this a proxy charm?";
+            type boolean;
+            default true;
+          }
           uses manotypes:vca-relationships;
         }
       }