Versions Compared

Key

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

...

  • In Eclipse, go to "Help" → "Install new software". An "Available Software" screen comes up.
  • Paste the GenDoc site http://download.eclipse.org/gendoc/updates/releases/0.6.0/ in the "Work with" section and hit enter.
  • The "gendoc" package should show. Select this package and hit "Next".


  • Follow the instructions to complete the installation. Note: You may get a warning message about installing software that contains unsigned content - select "Install anyway".
  • When the installation is finished, restart Eclipse to begin to use GenDoc

Using the ONAP Model

...

with Gerrit

...

First-time Setup

Setup of RSA Keys

This process must be followed if you have never used Eclipse/Git function with Gerrit.

  • You must first generate an SSH key on your within Eclipse/Papyrus platform.Bring up your Eclipse/Papyrus application.
  • Go to "Window→ Preferences→ General→ Network Connection→ SSH2"
  • Select the tab "Key Management" and choose "Generate RSA Key"

          Image Modified


  • The system will generate a key for you and place the key in the same window. Select "Save private key" which will save your key as id_rsa.
    Note:  You may be asked if you want to save this private key without passphrase protection - select OK.

    Image Modified

  • A window will pop up with a location and a name for the key - just select Save
    Image Modified


  • You will need to "copy/paste" that key that you will upload into Gerrit before you hit "Apply and Close"
  • Uploading the key into Gerrit
    • Login to Gerrit (gerrit.onap.org)
    • Click your name at the top right
    • Click Settings > SSH Public Keys (https://git.eclipse.org/r/#/settings/ssh-keys)
    • Click Add Key 
    • Go back to your ECLIPSE app, "Window→ Preferences→ General→ Network Connection→ SSH2" → LOAD EXISTING KEY
    • Paste the text of your public key into the text box
    • Click Add

...