Difference between revisions of "NFV SpecFest Wiki"
(→Step 1: Edit the template) |
(→Step 2: Contribute the specification to the ETSI Forge) |
||
Line 62: | Line 62: | ||
#* Enter Change description | #* Enter Change description | ||
#* Click on <code>Create</code> | #* Click on <code>Create</code> | ||
− | [[File:Gerrit-online-change-guide.png|thumb|center|How to create a new Change in the Gerrit web UI]] | + | [[File:Gerrit-online-change-guide.png|800px|thumb|center|How to create a new Change in the Gerrit web UI]] |
# Click <code>Edit</code> in the File list at the bottom of the page | # Click <code>Edit</code> in the File list at the bottom of the page | ||
− | [[File:Gerrit-online-change-add-new-file1.png|thumb|center|Click edit at the bottom]] | + | [[File:Gerrit-online-change-add-new-file1.png|800px|thumb|center|Click edit at the bottom]] |
# Now click <code>Add</code> to insert a new modification in a file | # Now click <code>Add</code> to insert a new modification in a file | ||
#* Now type "upload/[your_name].yaml" and click <code>Open</code> button. | #* Now type "upload/[your_name].yaml" and click <code>Open</code> button. | ||
− | [[File:Gerrit-online-change-add-new-file2.png|thumb|center|Click Add and insert filename]] | + | [[File:Gerrit-online-change-add-new-file2.png|800px|thumb|center|Click Add and insert filename]] |
# Copy the whole text from the Swagger Editor tab and paste the content in the newly created file. | # Copy the whole text from the Swagger Editor tab and paste the content in the newly created file. | ||
# Click <code>Save</code> and then click <code>Close</code> | # Click <code>Save</code> and then click <code>Close</code> | ||
− | [[File:Gerrit-online-edit-guide.png|thumb|center|Editing a file in the gerrit web UI]] | + | [[File:Gerrit-online-edit-guide.png|800px|thumb|center|Editing a file in the gerrit web UI]] |
# Now click the blue <code>Publish edit</code> button and then the <code>Publish</code> button on the top right of the page. | # Now click the blue <code>Publish edit</code> button and then the <code>Publish</code> button on the top right of the page. | ||
− | [[File:Gerrit-online-change-add-new-file2.png|thumb|center|Click Add and insert filename]] | + | [[File:Gerrit-online-change-add-new-file2.png|800px|thumb|center|Click Add and insert filename]] |
== Step 3: Verify == | == Step 3: Verify == |
Revision as of 14:27, 29 August 2017
Warning: This page is a working draft. Information could be missing or unreliable. Contact the administrator for more support. |
Upload an OpenAPI specification to the ETSI Forge!
Welcome to the Wiki page for the NFV SpecFest event.
The goal of the present tutorial is to create a collaborative OpenAPI specification on the ETSI Forge. The proposed activity aims at translating an extract of an ETSI NFV specification into a machine readable API description, formatted in the OpenAPIs language.
The specification used for the task will be ETSI NFV GS SOL 002 [1] and for the sake of brevity we will use a greatly simplified extract which describes the operation and data structures to be used in the task.
(The link will automatically open in a new tab)
What you need:
- A laptop (all operating system supported)
- Google Chrome browser or Opera browser installed.
- The SOL002 extract linked above.
- This wiki page.
Let's get started!
Contents
- 1 Upload an OpenAPI specification to the ETSI Forge!
- 2 Step 0: Set up
- 3 Step 1: Edit the template
- 4 Step 2: Contribute the specification to the ETSI Forge
- 5 Step 3: Verify
- 6 Further readings
Step 0: Set up
- Log in at ETSI Forge using your EOL account information.
- If you do not have an account yet, you can register for a Forge account here.
Step 1: Edit the template
Make sure you are using Google Chrome or Opera as your browser from this point on.
You are now ready to edit the OpenApi specification online. Below you will find the link to the online editor which will contain a template with comments and instruction on how to fill in the required information. Please note:
- If you close the Editor page, you will loose your work.
- Do not worry if you see some errors on the right part of the window: keep following the instructions in the comments and the errors will disappear.
- The template is divided in two parts: Part 1: Resource paths and operations and Part 2: Data types definitions which refer respectively to pages 1 and 2 of the SOL002 Example given. Part 2 is optional and you can decide whether to tackle it. You will find instructions in the appropriate part of the template.
- Once you are done editing, do not close the editor page and come back to this wiki page for the next step: Contribute the specification to the ETSI Forge.
- If you are in doubt, check the expected result at Solution (The link will automatically open in a new tab);
(The link will automatically open in a new tab)
Step 2: Contribute the specification to the ETSI Forge
After you complete editing the OpenAPI file (Step 1), your next step will be contributing it on the ETSI Forge. You will be using a web interface powered by Gerrit, an open source collaboration tool. Proceed withe the points below:
- Navigate to the project page of nfv-specfest
- If required, click on the
Sign in
link on the top right and the page to log in with your EOL or Forge credentials.
- If required, click on the
- Click
Create Change
button- Enter Branch: master
- Enter Change topic: "specfest"
- Enter Change description
- Click on
Create
- Click
Edit
in the File list at the bottom of the page
- Now click
Add
to insert a new modification in a file- Now type "upload/[your_name].yaml" and click
Open
button.
- Now type "upload/[your_name].yaml" and click
- Copy the whole text from the Swagger Editor tab and paste the content in the newly created file.
- Click
Save
and then clickClose
- Now click the blue
Publish edit
button and then thePublish
button on the top right of the page.
Step 3: Verify
- Once you publish your contribution, an automatic validator will be triggered. Wait few minutes and you will see a yellow notification at the bottom right corner of the page (you will also receive notification via email). Click on it to upload the page
- The automatic checker (under the name jenkins) will publish the result in the History Check box in the page. The entry will look like (in case of failure):
Patch Set 2: Build Failed https://forge.etsi.org/jenkins/job/nfv-specfest-merge-and-validate/18/ : FAILURE
or (in case of success)
Patch Set 3: Verified+1 Build Successful https://forge.etsi.org/jenkins/job/nfv-specfest-merge-and-validate/19/ : SUCCESS
In case of FAILURE
If the validation job fails you are still able to modify your contribution until it gets valid. Each time you modify the content of the contributed file, the automatic validation will be again activated and will yeld a new result.
To edit the contributed file, simply click on the file name in the Files box within the page to open the editing page again. Do not forget to save after you complete modify the text!
In case of SUCCESS
- If there is no feedback from Jenkins, it will add add a label
verified +1
to the contribution. This means that the contribution can be merged. - You reached the end of the tutoria! Just wait for CT to merge your contribution.
Congratulations
You can navigate now and see your contribution at
(The link will automatically open in a new tab)
Further readings
Advanced tutorial
Are you willing to take the next step? In the advanced advanced you will have a new template which takes the solution from the basic template and adds new elements to be filled in:
- Request parameter
- Response header
- A new data type
- Extended versions of the previous data types
As for the basic template, you are given:
- An advanced SOL002 example with the information to fill in the template: SOL002 for advanced task ;
- the solution to this new task, to be checked if you feel stuck: Solution example to the advanced task.
Have fun!
--> Advanced Template <--
OpenAPI v2 language reference
Find OpenAPI Specification v2: the official and complete reference of the language.
Optional: Install an offline Editor application on your system
It is possible to edit and submit the specification files directly in the browser without the need of installing anything. But that method is a bit more error prone and sometimes less comfortable, therefore a better workflow would require an Editor locally installed on your machine. We list below two different options, both free, open source and with extensions to facilitate work with OpenAPIs.
Anyway, feel free to use your preferred editor: you will need to submit only the plain text.
VS Code
- Navigate to VS Code homepage, download the installer for your platform and execute it
- Install the Swagger Viewer Plugin
Editing with VS Code Example
Visual Studio Code is a multiplatform, free and open source, extensible editor by Microsoft (similar to SublimeText and Atom Editor). For VS Code a handy plugin is available to render OpenAPIs documentation while typing, therefore we selected this as a suitable tool for our activity. Anyway, feel free to use your preferred editor for the task.
Find below the instructions to render OpenAPI doc in VS Code:
- Open the template file with VS Code (e.g. open or paste the template file sol002-template.yaml)
- Press F1, then write "Swagger preview" and hit Enter. A new tab will open to show the graphical representation of the file. Note that as soon as you change the text, the other tab is automatically updated.
Atom Editor
- Navigate to Atom homepage, download the installer for your platform and execute it.
- Install the linter-swagger plugin.
Optional: Set up Git
To install and configure Git on your machine please refer to Get started.
Optional: Upload the contribution via Git
- Upload the contribution via the usual git workflow (please note the unusual push operation endpoint)
$ git add . $ git commit -s -m "your message here" $ git push origin HEAD:refs/for/master
More on the starter kit
- A repository at the Forge, with the folder structure, a template of specification file and some examples. Click here to visit the repository.
- A live spreadsheet to keep track of "who is doing what"
- Open the given spreadsheet and tag one operation with your name
- The operation will then be assigned to you to be edited
References
<references />