X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Fcharms%2Flayers%2Fmetrics-ci%2Fconfig.yaml;fp=tests%2Fcharms%2Flayers%2Fmetrics-ci%2Fconfig.yaml;h=51f2ce4a07bddfbc72679ec14280fd6461cb307d;hp=0000000000000000000000000000000000000000;hb=5afe05434f65dabf514636eff28cbb2069ccb419;hpb=b09436613925b2eb334c10f219b743868e4b3fe5 diff --git a/tests/charms/layers/metrics-ci/config.yaml b/tests/charms/layers/metrics-ci/config.yaml new file mode 100755 index 0000000..51f2ce4 --- /dev/null +++ b/tests/charms/layers/metrics-ci/config.yaml @@ -0,0 +1,14 @@ +options: + string-option: + type: string + default: "Default Value" + description: "A short description of the configuration option" + boolean-option: + type: boolean + default: False + description: "A short description of the configuration option" + int-option: + type: int + default: 9001 + description: "A short description of the configuration option" +