From 0ae16d7ffe29228a8219c92c09f685a913115bf6 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Wed, 11 Dec 2019 21:18:48 +0100 Subject: [PATCH 1/4] Add README file --- README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a0487fb --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +This repository consists of YANG models for representing Network Functions Virtualisation (NFV) descriptors, fulfilling the requirements specified in ETSI GS NFV-IFA 011 and ETSI GS NFV-IFA 014 applicable to a Virtualised Network Function Descriptor (VNFD), a Physical Network Functions Descriptor (PNFD) and a Network Service Descriptor (NSD). + +The example-data folder consists of instance data files that serve as examples for the model. + +A more detailed explanation of the models and the examples can be found in ETSI GS NFV SOL006. -- GitLab From 6dfe9942aeefa9b1bf3c1f42a82a18a69c532a82 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Wed, 11 Dec 2019 21:21:52 +0100 Subject: [PATCH 2/4] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a0487fb..5aa1d12 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ This repository consists of YANG models for representing Network Functions Virtu The example-data folder consists of instance data files that serve as examples for the model. -A more detailed explanation of the models and the examples can be found in ETSI GS NFV SOL006. +A more detailed explanation of the models and the examples can be found in ETSI GS NFV-SOL 006. -- GitLab From df433f47429d66523fa70be2f08df62cde8f58dd Mon Sep 17 00:00:00 2001 From: ETSI CTI Date: Wed, 11 Dec 2019 21:39:53 +0100 Subject: [PATCH 3/4] Convert to markdown, add links and extra info --- README | 5 ----- README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 5aa1d12..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -This repository consists of YANG models for representing Network Functions Virtualisation (NFV) descriptors, fulfilling the requirements specified in ETSI GS NFV-IFA 011 and ETSI GS NFV-IFA 014 applicable to a Virtualised Network Function Descriptor (VNFD), a Physical Network Functions Descriptor (PNFD) and a Network Service Descriptor (NSD). - -The example-data folder consists of instance data files that serve as examples for the model. - -A more detailed explanation of the models and the examples can be found in ETSI GS NFV-SOL 006. diff --git a/README.md b/README.md new file mode 100644 index 0000000..65aefed --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# ETSI NFV-SOL 006 - YANG models for NFV descriptors + +This repository consists of YANG models for representing Network Functions Virtualisation (NFV) +descriptors, fulfilling the requirements specified in ETSI GS NFV-IFA 011 and +ETSI GS NFV-IFA 014 applicable to a Virtualised Network Function Descriptor (VNFD), +a Physical Network Functions Descriptor (PNFD) and a Network Service Descriptor (NSD). + +The example-data folder consists of instance data files that serve as examples for the model. + +A more detailed explanation of the models and the examples can be found in [ETSI GS NFV-SOL 006](https://portal.etsi.org/webapp/WorkProgram/Report_WorkItem.asp?WKI_ID=57489). + +## How to contribute + +ETSI Forge uses Gitlab to manage submissions to the repository. +Check the project page [here](https://forge.etsi.org/rep/nfv/SOL006) to submit contributions or to file requests and issues. + +For more information on setting up your environment and contributing, you may +refer to the [ETSI Forge wiki](https://forge.etsi.org/wiki/index.php/Main_Page). + -- GitLab From 7b7a9ee89b28bcb2aa716a9d8fa6a9f74db62860 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Fri, 13 Dec 2019 11:25:30 +0100 Subject: [PATCH 4/4] Add information on branching --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65aefed..17b84e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ETSI NFV-SOL 006 - YANG models for NFV descriptors +# ETSI NFV-SOL 006 v2.7.1 - YANG models for NFV descriptors This repository consists of YANG models for representing Network Functions Virtualisation (NFV) descriptors, fulfilling the requirements specified in ETSI GS NFV-IFA 011 and @@ -9,6 +9,17 @@ The example-data folder consists of instance data files that serve as examples f A more detailed explanation of the models and the examples can be found in [ETSI GS NFV-SOL 006](https://portal.etsi.org/webapp/WorkProgram/Report_WorkItem.asp?WKI_ID=57489). +## Repository organization + +Given the versioning conventions of ISG NFV, **only the first two digits** of the version are increased in subsequent releases (e.g. `2.6.1`, `2.7.1`, `2.8.1`, `3.1.1`, ...). + +In order to keep alignment between the versions of the repository and the versions of ETSI GS NFV-SOL 006, the following approach was agreed: + +* When a new revision `A.B.C` of SOL 006 is initiated a new branch `dev-vA.B.C` is created on top of the previously published branch; +* The README gets modified in order to show the new target version and to indicate that the content is still in the drafting phase; +* When the content is to be published, a new branch `vA.B.C` is created and the branch `dev-vA.B.C` is merged in it; +* When the document is published the branch `vA.B.C` gets frozen and no more contributions are allowed. + ## How to contribute ETSI Forge uses Gitlab to manage submissions to the repository. -- GitLab