Update git submodules
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 7 Jan 2020 15:33:31 +0000 (16:33 +0100)
committerGerrit Code Review <gerrit@onap.org>
Tue, 7 Jan 2020 15:33:31 +0000 (15:33 +0000)
commit58825a73552722f4f7c8ca6afab6ede04f9dbf84
treed62c4417fe17901527bce008c42fb9382d69433f
parent608a3ecade4a30ff741642f862dee91cdc749c4e
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 8c7373d8c5c432bc0aca3c508edc2948659f3136
  - Add support for using SSH

    This patch changes "create_config.py" script interface and its
    behaviour:

    * by default anonymous Gerrit is used for repository cloning and code
      URLS,
    * external git mirror for code URLs might be provided but there is no
      default one,
    * SSH credentials might be provided for repository cloning.

    Cloning repository using SSH is required due to current ONAP
    infrastructure HTTPS bandwidth constraints.

    User wishing to use this setup should provide two environmental
    variables:

    1) API_USER - Gerrit username for cloning repositories via SSH
    2) API_KEY - Gerrit API key (User menu -> Settings -> HTTP Credentials)

    Be aware that a new RSA key will be generated and added to the user's
    Gerrit account for purposes of Hound code search operation inside a VM.
    Do remember to delete it (User menu -> Settings -> SSH keys) after
    evaluating this environment.

    Issue-ID: ONAPARC-540
    Change-Id: I3e98dfa8582322d5b3bbbbf377d748faea0da57b
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/submodules/integration.git