Versions Compared

Key

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

...

Step-by-step guide

NOTE: it is also assumed that you already have a Gerrit profile setup and you can connect to it.

Preliminary Step: Install Putty and Generate a Putty Key

NOTE: if If you already have keys registered with putty, skip this section.

...

  1. Ensure you have the complete putty suite installed. You should have pageant.exe, plink.exe and puttygen.exe.
  2. Generate a key with puttygen. Choose a passphrase, then select "Save private key" and choose a target; also "Save public key" and select a target. It is recommended to use file names containing "private" and "public" for the keys as both will end in .ppk.
  3. Start pageant if not started, then add your newly generated private key.
  4. Under the control panel > system > advanced system properties > environment variables, add a GIT_SSH entry (if not present) and point to plink.exe.
  5. When done, start a command line (cmd.exe) and run 'env'; the newly added environment variable should appear.
  6. In your

...

  1. Gerrit profile, add the public key. Also, copy/paste the known_hosts entries listed, into a file named known_hosts under your .ssh profile (something like C:\Users\<ATTUID>\.ssh) (if known_hosts does not exist, create it).

Remaining Steps

  1. Download Python, based on the TSS approved version (2.7.10 at

...

  1. OpenECOMP Release 1):

2. Using a command line

...

with administrative privileges, go to the folder

...

in which the .msi file

...

was downloaded

...

. For example

...

:

    • cd C:\Users\xxxxxx\Downloads (
  • replace
    • Replace xxxxx with your user name if the package got downloaded
  • in
    • to your Downloads folder.

NOTE:

...

You'll know that cmd.exe has admin privileges if the console text is green.

Install Python:

  • msiexec /i python-2.7.10.msi (32-bits)
  • msiexec /i python-2.7.10.amd64.msi (64-bits)

...