Clone this repo:
  1. d2b2015 Jenkins refresh by Mark Beierl · 3 years, 9 months ago master v13.0 v14.0 v15.0 v16.0 v17.0 v18.0 v19.0 release-v13.0-start release-v14.0-start release-v15.0-start release-v16.0-start v13.0.0 v13.0.0rc1 v13.0.0rc2 v13.0.1 v13.0.2 v14.0.0 v14.0.0rc1 v14.0.1 v14.0.2 v14.0.3 v15.0.0 v15.0.1 v15.0.2 v16.0.0 v17.0.0 v17.0.1 v18.0.0 v18.0.1 v18.0.2 v19.0.0
  2. 73681fc Fix indentation issues in VNFLifecycleManagement.yaml by garciadeblas · 3 years, 10 months ago release-v12.0-start v12.0.0 v12.0.0rc1
  3. 7785676 Feature 10926 - Subscription feature for SOL003 VNF-LCM by selvi.j · 4 years ago
  4. ed6144d Revert "Revert "Feature 10915: SOL003 STD Support for OSM"" by almagia · 3 years, 11 months ago
  5. 199b1b0 Revert "Feature 10915: SOL003 STD Support for OSM" by almagia · 3 years, 11 months ago

SOL003

This repository contains the NB specification of OSM for ETSI NFV SOL003-based API calls.

Getting Started

Install nodeJS and install the following packages using npm:

npm install --save @openapi-contrib/json-schema-to-openapi-schema
npm install -g swagger-cli
npm install -g speccy

They will be used to test if your changes are conformant to OpenAPI

Run the following to test your changes:

./devops-stages/stage-test.sh

The script will go through all your OpenAPI files and run swagger-cli validate and speccy lint over them.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache2 License - see the LICENSE.md file for details

Acknowledgments