| commit | d2b20157f4289839d191939e00607e8f75a7c375 | [log] [tgz] |
|---|---|---|
| author | Mark Beierl <mark.beierl@canonical.com> | Thu Jul 14 09:41:34 2022 -0400 |
| committer | Mark Beierl <mark.beierl@canonical.com> | Fri Jul 15 09:03:26 2022 -0400 |
| tree | be94ad967e95a4ba7e65c2267fa31b293142f5d0 | |
| parent | 73681fc03c83bce8a7247ee96c9e40951c16d33c [diff] |
Jenkins refresh Change the jenkins node label from 'docker' to 'stage_2' as part of the Jenkins cleanup Change-Id: Ie7e8cb9a4ad51e6ecb90157e41c09abd612baa70 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
This repository contains the NB specification of OSM for ETSI NFV SOL003-based API calls.
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.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache2 License - see the LICENSE.md file for details