Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is example of simple mount-point definition

Code Block
themeEmacs
titletest-mount.yang
collapsetrue
module test-mount {
    yang-version 1.1;
    namespace "org:onap:cps:test-mount";
    prefix tmount;
    revision "2020-02-02";

    import ietf-yang-schema-mount {
         prefix yangmnt;
    }

    container test-mount-root {
        yangmnt:mount-point "root";
	}
}

...