opnfvdocs.git
6 years agoUpdate git submodules
Leo wang [Fri, 21 Jul 2017 01:18:19 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Fix the docker version to be 17.03.0-ce rather than the latest one"
  - Fix the docker version to be 17.03.0-ce rather than the latest one

    JIRA: DOVETAIL-467

    1. Since the script getting with "wget qO https://get.docker.com/" has been
       changed and it can just install docker-ce rather than docker-engine now.
    2. Dovetail validates with Docker 17.03 CE, so the docker installed in the
       dovetail container can be 17.03.0-ce.

    Change-Id: If64204ba3dcf5a38d7a124a0cc716f8375808999
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:16:10 +0000 (01:16 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to delete certain test suite"
  - Add API(v2) to delete certain test suite

    JIRA: YARDSTICK-749

    API: /api/v2/yardstick/testsuites/<suite_name>
    METHOD: DELETE

    Change-Id: Idfb5086ab3ac9e7ea6f9512ee5c7f02090d554c0
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:15:58 +0000 (01:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to get certain test suite info"
  - Add API(v2) to get certain test suite info

    JIRA: YARDSTICK-748

    API: /api/v2/yardstick/testsuites/<suite_name>
    METHOD: GET

    Change-Id: I0d60ddedff4f76504ebd2e61257bf1b9cad3b923
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:15:28 +0000 (01:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to get all test suite"
  - Add API(v2) to get all test suite

    JIRA: YARDSTICK-747

    API: /api/v2/yardstick/testsuites
    METHOD: GET

    Change-Id: I2375b6d2ea54704f5a2328cc8110058af038e777
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:15:05 +0000 (01:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to create test suite"
  - Add API(v2) to create test suite

    JIRA: YARDSTICK-746

    API: /api/v2/yardstick/testsuites/action
    METHOD: POST
    PARAMS:
    {
        'action': 'create_suite',
        'args': {
            'name': 'case_name',
            'testcases': [
                'opnfv_yardstick_tc002'
            ]
        }
    }

    Change-Id: I7e07c599e64e7eedda274c72344e394f5535f055
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:14:50 +0000 (01:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API to delete certain test case"
  - Add API to delete certain test case

    JIRA: YARDSTICK-745

    API: /api/v2/yardstick/testcases/<case_name>
    METHOD: DELETE

    Change-Id: Ic75ee60abfc00d20328ee45b9830dea1fe464482
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:14:35 +0000 (01:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to get certain test case info"
  - Add API(v2) to get certain test case info

    JIRA: YARDSTICK-744

    API: /api/v2/yardstick/testcases
    METHOD: GET

    Change-Id: I4b1867f713bce2f9f2342ecec8540b08b0bb3456
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:14:24 +0000 (01:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to get all test case info"
  - Add API(v2) to get all test case info

    JIRA: YARDSTICK-743

    API: /api/v2/yardstick/testcases
    METHOD: GET

    Change-Id: Iced97206cb4c5f68ee8a5729af937e8d45ca6e87
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Ace Lee [Thu, 20 Jul 2017 08:48:47 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Bug fix: Bottlenecks sometimes deadlock

    JIRA: BOTTLENECK-173

    This patch will change the way to call multithreading.
    And change some encoding error about Yardstick config

    Change-Id: I04803bff6acaad1089d180b104652049f1f0a485
Signed-off-by: Ace Lee <liyin11@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:14:10 +0000 (01:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to upload test case"
  - Add API(v2) to upload test case

    JIRA: YARDSTICK-742

    API: /api/v2/yardstick/testcases/action
    METHOD: POST
    PARAMS:
    {
       'action': 'upload_case',
        'args': {
            'file': file
        }
    }

    Change-Id: Id305e72a24ec28295ac4bae5e5b9ad83eb2c1e34
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:11:49 +0000 (01:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to add case to task"
  - Add API(v2) to add case to task

    JIRA: YARDSTICK-739

    API: /api/v2/yardstick/tasks/<task_id>
    METHOD: PUT
    PARAMS:
    {
        'action': 'add_case',
        'args': {
            'case_name': 'opnfv_yardstick_tc002',
            'case_content': case_content
        }
    }

    Change-Id: I53e71e3d662399b08029ed417b5873a4775ca32d
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Fri, 21 Jul 2017 01:10:35 +0000 (01:10 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to delete certain task"
  - Add API(v2) to delete certain task

    JIRA: YARDSTICK-738

    API: /api/v2/yardstick/tasks/<task_id>
    METHOD: DELETE

    Change-Id: I28215d2cae63551455abacc4142cff3c4aaed281
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Fri, 21 Jul 2017 01:10:05 +0000 (01:10 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add ceph-disk-info role to get the ceph disk and journal info from ceph nodes."
  - Add ceph-disk-info role to get the ceph disk and journal info from ceph
    nodes.

    JIRA: QTIP-254

    Change-Id: Iee21ea600abef6f889ba4c3b5f71fd6fb96f570b
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:07:34 +0000 (01:07 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to get certain task info"
  - Add API(v2) to get certain task info

    JIRA: YARDSTICK-737

    API: /api/v2/yardstick/tasks/<task_id>
    METHOD: GET

    Change-Id: Ia360f4bba05e196e07c9eb339061ccfbf5df8137
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:07:18 +0000 (01:07 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to add environment to task"
  - Add API(v2) to add environment to task

    JIRA: YARDSTICK-736

    API: /api/v2/yardstick/tasks/<task_id>
    METHOD: PUT
    PARAMS:
    {
        'action': 'add_environment',
        'args': {
            'environment_id': environment_id
        }
    }

    Change-Id: Idc31cb21de882d008202b6395158e9f9aa9244db
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:05:44 +0000 (01:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to create task"
  - Add API(v2) to create task

    JIRA: YARDSTICK-735

    API: /api/v2/yardstick/tasks/action
    METHOD: POST
    PARAMS:
    {
        'action': 'create_task',
        'args': {
            'name': 'task1',
            'project_id': project_id
        }
    }

    Change-Id: I1f9c743f32bbcff999e37cf53ebfa96b41c61e5e
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:04:25 +0000 (01:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to delete certain project"
  - Add API(v2) to delete certain project

    JIRA: YARDSTICK-734

    API: /api/v2/yardstick/projects/<project_id>
    METHOD: DELETE

    Change-Id: I6628ec42aa7c4c6ab073ddc33c119ea1c03b81fe
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:03:42 +0000 (01:03 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge changes from topics 'get_project', 'get_projects'

    * changes:
      Add API(V2) to get certain project info
      Add API(v2) to get all projects info

  - Add API(V2) to get certain project info

    JIRA: YARDSTICK-733

    API: /api/v2/yardstick/projects/<project_id>
    METHOD: GET

    Change-Id: I20a615af96229aefac6ef86566a7b9c5d42f9633
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
  - Add API(v2) to get all projects info

    JIRA: YARDSTICK-732

    API: /api/v2/yardstick/projects
    METHOD: GET

    Change-Id: Ifd67f11f516270d96c0e80b5b8c76a939583d9e5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Fri, 21 Jul 2017 01:02:08 +0000 (01:02 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to create project"
  - Add API(v2) to create project

    JIRA: YARDSTICK-731

    API: /api/v2/yardstick/projects/action
    METHOD: POST
    PARAMS:
    {
        'action': 'create_project',
        'args': {
            'name': 'project1'
        }
    }

    Change-Id: I92332dec8dcf3253f0cbf1668332ce5110111d73
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Zhijiang Hu [Sat, 15 Jul 2017 02:52:40 +0000 (22:52 -0400)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - md5sum check for cirros image

    Change-Id: I874c40eb5da54c38ce8aa2d1fb1840a8aee22b4c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Jun Li [Fri, 21 Jul 2017 00:39:52 +0000 (00:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "modify url to relative path to fit with testresults.opnfv.org/test"
  - modify url to relative path to fit with testresults.opnfv.org/test

    Change-Id: Ia600fe310404a1ba45e9571d611eedcdc669dbc7
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Mark Beierl [Thu, 20 Jul 2017 20:47:30 +0000 (20:47 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Restore Proper Logging"
  - Restore Proper Logging

    Puts the logging.json file back into the correct path so that
    the rest_server.py initializes the logging system correctly.

    Adds the missing 'TAG=latest' to the documentation.

    Change-Id: Id9caba86f6470136a7fe128a2fe1fb520133fc0b
    JIRA: STORPERF-191
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 20 Jul 2017 19:58:22 +0000 (19:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: proposed_test run against apex"
  - dovetail: proposed_test run against apex

    JIRA: DOVETAIL-359

    1)run againt scenarios:
    os-nosdn-nofeature-ha os-nosdn-kvm-ha   os-odl_l3-fdio-ha
    2)stream: master
    3)details see
    https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool

    Change-Id: Ief6f85faa955b59c2229a5fdffd73f83480fc214
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 20 Jul 2017 19:53:57 +0000 (19:53 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Backport Neutron port data plane status"
  - Backport Neutron port data plane status

    JIRA: APEX-444
    JIRA: DOCTOR-102

    Change-Id: Idc40aa549fb1aae077a9e6b84225833a9c7c5b72
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
6 years agoUpdate git submodules
Mark Beierl [Thu, 20 Jul 2017 19:41:03 +0000 (19:41 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Updating Documentation"
  - Updating Documentation

    Minor updates to match the latest docker-compose method.

    Change-Id: I477b3bfa707a76822a3bedc54e6454beb5f2bcde
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
kalyanreddy [Tue, 18 Jul 2017 12:44:39 +0000 (18:14 +0530)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Generating only kernel debian packages

    This patch includes scripts to generate only kernel debian packages
    based on the commit-id provided in the compass conf file and also
    used to remove code duplications.

    NOTE: For generating the kernel debian packages commit-id should be
    provided in compass.conf file and the default type should be changed
    to 'ubuntu' in build.sh script.

    Change-Id: I7f0822c565100a44e5289d6af825289e697130aa
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
6 years agoUpdate git submodules
Steven Pisarski [Thu, 20 Jul 2017 15:57:05 +0000 (15:57 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created custom exceptions for VM instance creation."
  - Created custom exceptions for VM instance creation.

    Created VmInstanceSettingsError for errors creating VmInstanceSettings
    objects
    Created FloatingIpSettingsError for errors creating FloatingIpSettings
    objects
    Created VmInstanceCreationError for errors creating VM instances

    JIRA: SNAPS-132

    Change-Id: I588ae34bf066c8440755a8bf4f3721b946533d99
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Thu, 20 Jul 2017 15:56:58 +0000 (15:56 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created new class FlavorSettingsError."
  - Created new class FlavorSettingsError.

    Raising FlavorSettingsError in FlavorSettings instead of Exception.

    JIRA: SNAPS-131

    Change-Id: I1cbd077f97bd9294e7bb87fc51c4125d0ef23f42
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Ulrich Kleber [Thu, 20 Jul 2017 15:37:35 +0000 (15:37 +0000)]
Update git submodules

* Update docs/submodules/octopus from branch 'master'
  - Merge "Example for a MANO scenario"
  - Example for a MANO scenario

    Fix for comments: add juju version, delete whitespaces
    Patchset 3: New proposal for juju as vnfm deployment, updates according to
    changes of template in patch 30677/6.
    Patchset 4: more updates to adjust to template
    Patchset 5-7: fixed yamllint violations
    Patchset 8: Example changed to orchestra/open-baton; updates for comments
    Patchset 9: fix another yamllint issue
    Patchset 10: fix some errors relate to specifying open-baton and installers,
                 also added some explanation.
    Patchset 11: another whitespace

    Jira OCTO-162

    Change-Id: Icbf1131d702b6bdf9d0f39d4f087efd5a2cc1b06
Signed-off-by: ulik <ulrich.kleber@huawei.com>
6 years agoUpdate git submodules
shangxdy [Thu, 20 Jul 2017 13:37:59 +0000 (21:37 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Fix MANIFEST file in heat-translator

    iWhen install heat-translator, it must provide manifest file to
    represent while files will be copied.

    JIRA: PARSER-129

    Change-Id: I23f1981e8ddaeeabea17e8d7bef4d089f0ba585a
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
spisarski [Thu, 20 Jul 2017 14:42:29 +0000 (08:42 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed logger name.

    Logger was named incorrectly causing confusion.

    Change-Id: I2e2fdae3a96d57036ea7d0aea8e2c2943f09de70
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 20 Jul 2017 12:42:46 +0000 (12:42 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add AARCH64 images back to Functest"
  - Add AARCH64 images back to Functest

    aarch64 path files is reupdated with aarch64 cirros images
    Functest is now able to run on aarch64 too, using the appropriate images
    JIRA: ARMBAND-279

    Change-Id: I05de0cb8315a33322225a6caedaa64a5a4833e4e
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
6 years agoUpdate git submodules
Deepak S [Thu, 20 Jul 2017 11:22:33 +0000 (11:22 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "[l2l3 stack] implements new nd state machine & nd buffering"
  - [l2l3 stack] implements new nd state machine & nd buffering

    JIRA: SAMPLEVNF-32

    This patch implements
      ~New nd state machine implementing new states
       like INCOMPLETE, COMPLETE, PROBE, STALE.
      ~Implementing nd buffering, when nd is unresolved.
      ~Integratig the new changes with vCGNAPT
      ~Integrating the new changes with vACL
      ~Integrating the new changes with vFW.
      ~Adding locks to synchronize against multiple VNF threads

    Change-Id: Iaee4f4599ca3016ebb50ee2d9133fd8c39c5cd04
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
6 years agoUpdate git submodules
Deepak S [Thu, 20 Jul 2017 11:22:20 +0000 (11:22 +0000)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "[l2l3 stack] implements new arp state machine & arp buffering"
  - [l2l3 stack] implements new arp state machine & arp buffering

    JIRA: SAMPLEVNF-23

    This patch implements
      ~New arp state machine implementing new states
       like INCOMPLETE, COMPLETE, PROBE, STALE.
      ~removing unwanted code in arpicmp pipeline
      ~Implementing arp buffering, when arp is unresolved.
      ~Integratig the new changes with vCGNAPT
      ~Integrating the new changes with vACL
      ~Integrating the new changes with vFW.

    Change-Id: If467ec035bc8de58463ea50d9e603a97f168c1a2
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
6 years agoMerge "Bypass assertion bug by downgrading docutils"
Sofia Wallin [Thu, 20 Jul 2017 08:31:05 +0000 (08:31 +0000)]
Merge "Bypass assertion bug by downgrading docutils"

6 years agoUpdate git submodules
Jose Lausuch [Thu, 20 Jul 2017 06:48:24 +0000 (06:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Wget download_images.sh to support Alpine on Danube jobs"
  - [Functest] Wget download_images.sh to support Alpine on Danube jobs

    Change-Id: I70cf598a09def6c62dd4c32ed819e818833a6ff2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
6 years agoUpdate git submodules
Justin chi [Thu, 20 Jul 2017 06:08:41 +0000 (06:08 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Change the BMC password of POD"
  - Change the BMC password of POD

    For security, we change the password to Opnfv@pod

    Change-Id: I647af6db65c89fb0feee7936a3747abbab735ab7
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Julien [Wed, 19 Jul 2017 13:40:40 +0000 (21:40 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - rename all READM.rst to README.md

    Change-Id: I95930de9fefd0897bd0b75d2aeb5a1d731332dad
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
hongbotian [Wed, 12 Jul 2017 02:51:35 +0000 (03:51 +0100)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Update the IPv6 for the remain comments

    JIRA: DOVETAIL-461

    1. Lincoln’s comments about tc018-tc021: change “using DHCPv6” to “using DHCPv6 stateless”
    2. Update tc018-tc025: give more details and modify some misunderstanding about these test cases.
    For more detail, please refer to jira or this patch.

    Change-Id: Ieb7ee9d0b8a31826c7f2f69cb5f209055fd7b928
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
6 years agoUpdate git submodules
grakiss [Fri, 7 Jul 2017 07:06:29 +0000 (15:06 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - role based access control and result upload

    1. add role for user
    2. user can upload test results

    Change-Id: I1c5370be7818edb0394f05e8b81f975deb98b286
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Justin chi [Thu, 20 Jul 2017 02:18:16 +0000 (02:18 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "To judge download is successful or not"
  - To judge download is successful or not

    if download fialed then exit

    Change-Id: I40d847523ac5448c51d0788f79e4af9737bb5944
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Jun Li [Thu, 20 Jul 2017 01:40:45 +0000 (01:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Compass4NFV add new scenario nosdn-kvm"
  - Compass4NFV add new scenario nosdn-kvm

    Compass4NFV has integrated KVM. We add this scenario to CI

    Change-Id: I9e0625147f5c5f8adb46e4bf0f645a2fb3de3634
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Justin chi [Thu, 20 Jul 2017 00:40:43 +0000 (00:40 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Add real time kvm feature from kvmfornfv project"
  - Add real time kvm feature from kvmfornfv project

    JIRA: COMPASS-549

    1. Add rt_kvm plugin and os-nosdn-kvm-ha scenario in vm_enviroment
    2. Add rt_kvm in compass4nfv playbook
    3. Disable kernel update in KVM scenarios

Signed-off-by: davidjchou <david.j.chou@intel.com>
    Change-Id: Ie164fe7ea28ebcb1e41299e92dc51b8ec16310eb
Signed-off-by: chigang <chigang@huawei.com>
6 years agoBypass assertion bug by downgrading docutils 07/37807/1
Trevor Bramwell [Wed, 19 Jul 2017 22:57:01 +0000 (15:57 -0700)]
Bypass assertion bug by downgrading docutils

There is a bug in docutils which causes it to break on remote images, as
discovered by OpenStack: https://sourceforge.net/p/docutils/bugs/301/

Change-Id: Id1ae986c255d1d0df38812dc02ac443eed198103
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Tim Rozet [Wed, 19 Jul 2017 19:35:37 +0000 (15:35 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fix missing job for testsuite

    Change-Id: Ica77eb12fccfbb45479bbd75bbd8d3154f16a17b
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 19 Jul 2017 19:24:50 +0000 (15:24 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: Fixes daily result reporting

    Breaks testing up into its own mulitjob, which allows us to condtionally
    set status for the job due to failures, which will be set to unstable if
    only test suites fail.

    Change-Id: I5d886b98e437bf100b1d5546aebfcd046b0238cb
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 19 Jul 2017 18:41:56 +0000 (14:41 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: throttles scenario jobs to only 1 per node

    Change-Id: Ia155e3c60be35c0cdd31d6ddb0705dc5c3f6ad42
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Markos Chandras [Wed, 19 Jul 2017 17:27:43 +0000 (17:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "prototypes: bifrost: Do not use tmpfs for dib builds"
  - prototypes: bifrost: Do not use tmpfs for dib builds

    Using tmpfs seems somewhat unstable. For example the following
    error is observed on openSUSE hosts

    ERROR: failed to umount the /tmp/dib_image.RJBbahUd tmpfs

    As such, we set the dib_notmpfs variable to 'true' which mimics what
    upstream OpenStack scripts are doing already in
    project-config:tools/build-image.sh

    Change-Id: If050ab70303b3556fc1880a956f0ba1505d62050
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
zhihui wu [Wed, 19 Jul 2017 14:26:28 +0000 (22:26 +0800)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [bugfix]invalid user ‘jenkins’

    See https://build.opnfv.org/ci/job/fuel-deploy-zte-pod1-daily-master/456/console
    In lib.sh, generate_ssh_key() assumes that "jenkins" is
    the current user name. But on zte-pod1, the ci user name
    isn't jenkins. It is better to use $USER replaced "jenkins".

    JIRA:FUEL-273

    Change-Id: I6ec6847eccd055b8b4062dd202f8f0a24ba6dd73
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Tim Rozet [Wed, 19 Jul 2017 14:59:57 +0000 (10:59 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: adds slave params to deploy job

    Change-Id: I56002eea4b626fa9616d3a6dac7b230058121d96
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Deepak S [Wed, 19 Jul 2017 07:50:40 +0000 (00:50 -0700)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Adding required pre-requites libs to build prox VNF

    JIRA: SAMPLEVNF-63

    Change-Id: Ib744de1486e5a757fce412f0ba0586ad152deb5a
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 19 Jul 2017 13:44:23 +0000 (13:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: updates for post-danube"
  - Apex: updates for post-danube

    Changes Include:
     - Functest in daily only executes on successful deployment
     - os-odl-bgpvpn-ha added to daily master
     - daily sub-job renamed to match CI evolution

    Change-Id: If34d013416b6d6c7fdfb4d0cdff652222e02462e
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Julien [Wed, 19 Jul 2017 12:02:20 +0000 (20:02 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - change some doc file names

    upstream rst files kept in the project subdirectory which not meet the
    requirement of OPNFV(in docs/).

    issues in
    https://build.opnfv.org/ci/job/docs-verify-rtd-master/1590/console may be
    caused by parser project

    Change-Id: I096b84d76e7aba1bea181e640eb2e3710a779d3c
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
6 years agoUpdate git submodules
Jose Lausuch [Wed, 19 Jul 2017 09:49:38 +0000 (09:49 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Add presetup and fetch credentials for Alpine job"
  - [Functest] Add presetup and fetch credentials for Alpine job

    Change-Id: I8633353f3ca9bbf854e0d67760e6504524309d74
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 19 Jul 2017 09:48:06 +0000 (09:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: pagination raise exception when no records returned"
  - bugfix: pagination raise exception when no records returned

    if no records returned, it will raise 'Request page > total_pages'
    error. this patch is submitted to fix this

    JIRA: RELENG-281

    Change-Id: I447247c55c64674d44d21d6f4ac8bb3ef725cfb0
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 19 Jul 2017 09:47:59 +0000 (09:47 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: query doesn't work well with period=1"
  - bugfix: query doesn't work well with period=1

    when querying by date, if $lt is not provided,
    the empty/None/null/'' results will also be returned,
    the patch aims to fix this issue by adding
    $lt = datetime.now() if not provided

    JIRA: RELENG-212

    Change-Id: Ida1e7d386a88d4ab640441df161c1fe134593f82
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 19 Jul 2017 09:47:53 +0000 (09:47 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: mix order of Arno results"
  - bugfix: mix order of Arno results

    because start_date is not always in the same format or timezone,
    sort by start_date will be misordered some times, in this patch
    leverage '_id' to do the sort, it is generated by mongodb itself,
    always upscend.

    JIRA: FUNCTEST-694
    JIRA: RELENG-213

    Change-Id: Ie0ed5cd09c3f7abb1803d72abe5ecab440c1569c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
Serena Feng [Wed, 19 Jul 2017 09:47:45 +0000 (09:47 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "leverage openstack's requirements rule"
  - leverage openstack's requirements rule

    change requirements.txt and test-requirements.txt to keep
    consistent with openstack's global-requirements.txt

    Change-Id: I0e62c88b957136438a23e85e41d775194bdc8757
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
jose.lausuch [Wed, 19 Jul 2017 09:32:40 +0000 (11:32 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [Functest] Add docker run command to execute the tests

    Change-Id: Ie9a56a7786de841d720b9902e8d3b5aabd79dd7e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
6 years agoUpdate git submodules
Cedric Ollivier [Wed, 19 Jul 2017 09:32:37 +0000 (09:32 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Save space in Alpine containers"
  - Save space in Alpine containers

    It decreases the size of Functest core and smoke containers by 20%.

    Change-Id: Id75117b1404e3cce004ef51c61040cdb7ade6976
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Wed, 19 Jul 2017 09:32:25 +0000 (09:32 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add script to build all containers"
  - Add script to build all containers

    It also sets opnfv as default repository as they will be pushed by
    releng.

    It adds hooks asked for automated build via Docker which allows
    continuous integration before the update of jjobs.

    Change-Id: I08b55b1ff334afe6c0f58af3100cfa04f76d8ef0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Jose Lausuch [Wed, 19 Jul 2017 09:24:25 +0000 (09:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Add script for running new Alpine containers"
  - [Functest] Add script for running new Alpine containers

    Change-Id: I96c7144578ee2e1f842e4bd22ffb79b9e1e54e4c
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
6 years agoUpdate git submodules
Linda Wang [Wed, 19 Jul 2017 05:16:02 +0000 (05:16 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add id to test_list for tempest_custom

    Tempest_custom will fail if only the test name is provided without id.

    Change-Id: I170eff4215bcb09c6469072079091670aabaad5b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Yujun Zhang [Wed, 19 Jul 2017 07:32:05 +0000 (15:32 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix document review job for QTIP

    - missing '/' in upload path
    - missing build result report to gerrit
    - notebook review job should be limited for changes in example/** folder

    Change-Id: I83d09157077306128a6db66429d8a402f2e7c69e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
Jing Lu [Wed, 19 Jul 2017 08:18:22 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to delete container"
  - Add API(v2) to delete container

    JIRA: YARDSTICK-729

    API: /api/v2/yardstick/containers/<container_id>
    METHOD: DELETE

    Change-Id: I4cda76329edd7b988a357f1fcb2b5041bf48be64
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Wed, 19 Jul 2017 08:18:06 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to get container info"
  - Add API(v2) to get container info

    JIRA: YARDSTICK-728

    API: /api/v2/yardstick/containers/<container_id>
    METHOD: GET

    Change-Id: Iba34e6c6dd84573dc9d5914a584d920678c0de36
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Wed, 19 Jul 2017 08:17:49 +0000 (08:17 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to create grafana"
  - Add API(v2) to create grafana

    JIRA: YARDSTICK-727

    API: /api/v2/yardstick/containers/action
    METHOD: POST
    PARAMS:
    {
        'action': 'create_influxdb',
        'args': {
            'environment_id': environment_id
        }
    }

    Change-Id: I12fc23261ba62df6f923a4d34455ad8b46c4aa8f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Wed, 19 Jul 2017 08:17:38 +0000 (08:17 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to create influxdb"
  - Add API(v2) to create influxdb

    JIRA: YARDSTICK-726

    API: /api/v2/yardstick/containers/action
    METHOD: POST
    PARAMS:
    {
        'action': 'create_influxdb',
        'args': {
            'environment_id': environment_id
        }
    }

    Change-Id: I20961fc6ae9918c894de7fabd3f81ca966bd24cd
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Wed, 19 Jul 2017 08:17:25 +0000 (08:17 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to delete pod"
  - Add API(v2) to delete pod

    JIRA: YARDSTICK-725

    API: /api/v2/yardstick/pods/<pod_id>
    METHOD: DELETE

    Change-Id: Ib9e9f9ced455c4ee3b6e1f63d773ea2e3ee906a6
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 19 Jul 2017 06:32:38 +0000 (06:32 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "doctor: workaround for bug of set-functest-env.sh"
  - doctor: workaround for bug of set-functest-env.sh

    `set-functest-env.sh' is expected to run with functest jobs,
    so it need one of the files in functest repo placed under
    WORKSPACE.

    This patch avoiding this bug by getting functest repo in pre
    section of functest trigger.

    Change-Id: Ib266781005bab18f34fa0cdfe50e0facb95d27ef
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 19 Jul 2017 06:14:43 +0000 (06:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add support for review jupyter notebook from nbviewer"
  - Add support for review jupyter notebook from nbviewer

    It is done by uploading the notebook under reviewer to artifacts
    and add the nbviewer link in gerrit comments

    It is needed because reviewing jupyter notebook[1] directly in
    gerrit is very difficult. See example in [2]. It will be much
    easier if we can preview the result in nbviewer. See example in [3]

    [1]: http://jupyter.org/
    [2]: https://gerrit.opnfv.org/gerrit/#/c/37227/
    [3]: https://nbviewer.jupyter.org/urls/git.opnfv.org/qtip/plain/examples/storage-qpi-report/storage-qpi.ipynb

    Change-Id: I3e4c301f362ff6ac97aebc9d09c7103278efb136
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
xiaodong shang [Wed, 19 Jul 2017 00:30:32 +0000 (00:30 +0000)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Merge "Update cirros image to 0.3.5"
  - Update cirros image to 0.3.5

    The image that is offered by Functest in the container is 0.3.5
    This changes avoids downloading 0.3.2 in Functest. See [1]

    [1] https://gerrit.opnfv.org/gerrit/#/c/37393/6/functest/ci/download_images.sh

    Change-Id: I04ecc9bbed77fb39774460dfb466c32db49b8d98
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 19 Jul 2017 00:26:11 +0000 (00:26 +0000)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Revert "p/fuel: network: public: Use arm-virtual2 POD cfg"

    This reverts commit 779c0cc56646da234019577e17f4af378a205e08.

    Change-Id: Ia5261da363579e7bec442ada58ca16635025f872

6 years agoUpdate git submodules
Mark Beierl [Tue, 18 Jul 2017 20:51:09 +0000 (20:51 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Tool to create docker-compose.yml"
  - Tool to create docker-compose.yml

    Tool to create docker-compose.yml file
    by setting the environment variables according
    to the input given by user.

    Change-Id: I25d7f4d1ec48221a8482986437db747bb05c5004
    JIRA: STORPERF-129
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 18 Jul 2017 17:19:46 +0000 (19:19 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: network: public: Use arm-virtual2 POD cfg

    FIXME: This should be converted into a dynamic configuration read
    from the universal POD descriptor in securedlab, once that is ready.

    Until then, just align the public network configuration used by the
    virtual POD with the Enea lab configuration specific to arm-virtual2
    (i.e. public network on 10.0.9.0/24).

    NOTE: Instead of replacing the gateway 10.16.0.1 (now 10.0.9.1) with
    our lab's gateway (10.0.9.254), keep it as an extra hop, in order not
    to break deploys in different enviroments.

    Also, since our gateway resides at 10.0.9.254, trim the DHCP pool
    range for the public network to not include that address.

    Change-Id: If45ca3140f770f758f0d02c1049084f67f83264e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 18 Jul 2017 15:31:12 +0000 (17:31 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Rebase after --noautoconsole got upstream

    Change-Id: I99b6052a26169888c137f874889872107c7df931
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 18 Jul 2017 15:34:07 +0000 (15:34 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "mcp: openstack: Install & configure horizon"
  - mcp: openstack: Install & configure horizon

    Change-Id: I2f6b136efebfee95a9a192c40afb88d20bbacef0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 15 Jul 2017 16:18:55 +0000 (18:18 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - mcp: lib.sh: virt-install --noautoconsole

    When X server is available, virt-install tries opening virt-viewer
    automatically (for each newly created VM), which blocks the
    deployment until the user closes the virt-viewer window.

    Without X, virt-install just throws a warning and moves on.

    Fix both of the above by passing the "--noautoconsole" argument to
    virt-install.

    Change-Id: I7df839aa902f7629dec11d24905fc05d1070f9db
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Steven Pisarski [Tue, 18 Jul 2017 13:48:52 +0000 (13:48 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Added proper assertion config NIC test."
  - Added proper assertion config NIC test.

    The test that exercises the OpenStackVmInstance class config_nic()
    now checks the Ansible return code.

    JIRA: SNAPS-124

    Change-Id: I7840cd53eea2eacf7952d14be30870c8fa3aeab8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Tue, 18 Jul 2017 13:48:30 +0000 (13:48 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created new class AnsibleException."
  - Created new class AnsibleException.

    Raising AnsibleException in ansible_utils.py instead of Exception.

    JIRA: SNAPS-130

    Change-Id: I72d7ea3779c9644559ae7dc4dbb26edc4da20594
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Tue, 18 Jul 2017 13:48:14 +0000 (13:48 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created new class NovaException."
  - Created new class NovaException.

    Raising NovaException in nova_utils.py instead of Exception.

    Change-Id: I9564e43352114df18bccc794a5cd57e20880085f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Tue, 18 Jul 2017 13:47:58 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created new class NeutronException."
  - Created new class NeutronException.

    Raising NeutronException in neutron_utils.py instead of Exception.

    JIRA: SNAPS-128

    Change-Id: I567db38a5dfcaae9bbfc6c74558521b0e28d9d46
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Fri, 14 Jul 2017 19:28:37 +0000 (13:28 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Last task necessary to stop users from easily obtaining OS objects.

    Changed external interfaces still exposing OpenStack created APIs to
    either return SNAPS-OO domain objects or objects contained on the
    OpenStack generated objects as to not leak implementation details that
    would eventually break the library when new API versions are released.

    JIRA: SNAPS-125

    Change-Id: Iab6d6d298c4c5da68daed4b1b252313a1595a295
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Jose Lausuch [Tue, 18 Jul 2017 13:47:00 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Change calls to SNAPS library exposing OpenStack instance objects."
  - Change calls to SNAPS library exposing OpenStack instance objects.

    Openstack object structures can change when new API versions are released and
    SNAPS no longer is exposing OpenStack object implementations as this makes
    the library brittle. The only two SNAPS method calls affected are when functest
    needs to query for external networks and when vPing Userdata needs to obtain
    the console logs.

    JIRA: SNAPS-125

    Change-Id: If6000e50eaa274713d9a6c964eabd1f73ded684e
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Emma Foley [Thu, 29 Jun 2017 10:43:22 +0000 (10:43 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Updates OpenStack plugins information

    * Adds Aodh plugin description
    * Adds Gnocchi plugin description
    * Removes Ceilometer plugin
      * Makes reference to Ceilometer in a demo generic
    * Adds link to collectd-ceiloemter plugin GSG for
      configuration instructions

    Change-Id: I87a68f943c6e30a9fbabd6e3742978ca064e0c7a
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
liyin [Tue, 18 Jul 2017 06:55:29 +0000 (14:55 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Bug fix: fit Yardstick 3.1 version.

    JIRA: BOTTLENECK-173

    This patch will add a file to create some yardstick conf,
    Yardstick will use this file to manage output file type.

    Change-Id: I1d265af9f0b9b5132dc63c4d6d95d5bc194c7ff6
Signed-off-by: liyin <liyin11@huawei.com>
6 years agoUpdate git submodules
Yujun Zhang [Tue, 18 Jul 2017 03:20:53 +0000 (03:20 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Update release note for Danube 3.0"
  - Update release note for Danube 3.0

    Change-Id: I7474ad539fd3066010f804747bad2819deb5564b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
    (cherry picked from commit 79f16fd2a2cd2ae6e93e0f18aa87f5c1a24354f2)

6 years agoUpdate git submodules
wenjuan dong [Tue, 18 Jul 2017 03:05:34 +0000 (03:05 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Added steps to enable Python 3 and Congress in README file"
  - Added steps to enable Python 3 and Congress in README file

    Change-Id: Ic880836931f3f00c9ff926c9e981b0d49c9a045e
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 18 Jul 2017 00:18:44 +0000 (02:18 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - ci/deploy.sh: Do not pass SSH_KEY to Fuel deploy

    OPNFV Jenkins jobs for Fuel and Armband define the variable SSH_KEY,
    which gets passed down to Fuel's ci/deploy.sh, leading to a conflict
    between the original key and the destination key paths, which in
    the default case overlap, leading to a deploy-breaking fault.

    Fuel@OPNFV is not affected by this behavior due to a "sudo" call
    that does not pass down enviroment variables (i.e. without `-E`).

    Change-Id: I291966ee177d828bf1e59c213c9da40eae13ab6b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 17 Jul 2017 23:45:17 +0000 (01:45 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: deploy: Allow non-root deploys

    Fuel@OPNFV's ci/deploy.sh script imposes a hard requirement on
    running as the root user, which can be refactored into a series of
    smaller requirements.

    Instead, relax the check to the ability to run sudo commands
    inside the script, and explicitly add sudo for the package
    installation commands.

    This also adds a requirement for the Jenkins user running the
    deploy to be part of the "kvm" and "libvirtd" groups, so
    libvirt/virsh can manage VMs on the jump server / Jenkins slave.

    See related change in OPNFV Releng repository [1].

    [1] https://gerrit.opnfv.org/gerrit/#/c/37655

    Change-Id: I29b90d285c99f85462493c2a3890264365fca9f0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 17 Jul 2017 23:27:27 +0000 (01:27 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Revert "armband-deploy.sh: Inherit env vars for sudo"

    Using sudo triggers a chain of dependencies in our infrastructure,
    ranging from issues cleaning up the Jenkins workspace to deploy-time
    permission issues.

    As it turns out, cleaning all looses ends after that change is not a
    trivial task, and the remaining work outweights the benefits of using
    sudo in the first place.

    The original motivation for using sudo was a superposition of:
    - hardcoded check for running as root in Fuel's ci/deploy.sh;
    - the ability to install packages on the hosts via apt-get/yum;
    - the ability to spawn VMs using virt-manager;

    All of the above can be mitigated by imposing a series of restrictions
    for the Jenkins slave / jump server workstation and the jenkins user:
    - check for sudo rights instead of running as root user;
    - explicitly use sudo for package installation and/or system-level
      changes;
    - add jenkins user to "kvm" and "libvirtd" groups;

    So, revert using sudo when calling the deploy script, and limit sudo
    actions to package installation in Armband's deploy script.
    To compensate running as a regular user, a series of small changes is
    required in Armband project itself, together with the appropiate
    Jenkins slave user configuration on the machines running this script.

    This reverts commit 67d8bac7b2a97531ad465f275747b3dc455d4fe4.

    Change-Id: I88df6db1a43b93b7314ceca53d353f9000f15153
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Feng Pan [Mon, 17 Jul 2017 20:49:32 +0000 (20:49 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes glance API running on incorrect network"
  - Fixes glance API running on incorrect network

    JIRA: APEX-476

    Change-Id: If635b4187f082d723ad00ba82357b351ee596a18
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 17 Jul 2017 19:35:20 +0000 (21:35 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - armband-deploy.sh: Inherit env vars for sudo

    Previous commit adding sudo for ci/deploy.sh call breaks Armband
    deploys, since ci/deploy.sh relies on $WORKSPACE env var being set.

    Change-Id: I948c8e3c00b430e0c186c0a727e1b7e027d7a089
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 17 Jul 2017 18:47:04 +0000 (20:47 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - armband-deploy.sh: sudo ci/deploy.sh

    New MCP deploy scripts have a hard requirement on running as root.
    Bring back sudo for the `ci/deploy.sh` invocation, aligning with
    Fuel@OPNFV.

    NOTE: This can be later avoided/reverted if we can guarantee the
    "jenkins" user has sudo rights, even without a tty present.

    Change-Id: Ibec7b14e9174a7f482609890e5e68912931a8d05
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
zhifeng jiang [Mon, 17 Jul 2017 18:22:27 +0000 (18:22 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add "NODE_NAME" in "envs" otherwise it will fails when docker run."
  - Add "NODE_NAME" in "envs" otherwise it will fails when docker run.

    Change-Id: Iad6330387dae9b2ad94522b000d2c1eed80fba0a
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
6 years agoUpdate git submodules
Ross Brattain [Mon, 17 Jul 2017 16:46:04 +0000 (16:46 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "test_base: speedup unittest, wait for queue not empty"
  - test_base: speedup unittest, wait for queue not empty

    Change-Id: I41a72b1fd7099e404a1cf832de39f15bbc7b46e0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 17 Jul 2017 15:14:04 +0000 (15:14 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created new class KeystoneException"
  - Created new class KeystoneException

    Raising KeystoneException in keystone_utils.py instead of Exception

    JIRA: SNAPS-127

    Change-Id: Ife37c9df79c5c85dfdb07e239268c05b7c9a91bd
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Fri, 14 Jul 2017 21:33:17 +0000 (15:33 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Created new class GlanceException.

    Raising GlanceException in glance_utils.py instead of Exception.

    JIRA: SNAPS-126

    Change-Id: I11b2d9a1ff439c1a4a52b4be30584fe8af877c73
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Bertrand Souville [Mon, 17 Jul 2017 10:44:45 +0000 (12:44 +0200)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Updates upstream file (dataplane status to network port in Neutron)

    Change-Id: I00f232dede044ca396fe914272e7ade9ac9d6753
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoMerge "Correction, documentation guide"
Sofia Wallin [Mon, 17 Jul 2017 14:07:30 +0000 (14:07 +0000)]
Merge "Correction, documentation guide"