opnfvdocs.git
6 years agoUpdate git submodules
Benoit HERARD [Fri, 7 Jul 2017 07:44:48 +0000 (09:44 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add decorators in testcases for energy recording.

    Test cases are:
     - rally (sanity and full)
     - refstack
     - cloudify_ims
     - vping_ssh

    It also fix a bug on "energy_recording" decorator of energy module.

    Change-Id: I625c214552ad1b89eaf7e196e706d7c69b37da33
Signed-off-by: Benoit HERARD <benoit.herard@orange.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 11 Jul 2017 07:41:08 +0000 (11:41 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Apply upstream patches

    For opendaylight support:
      * neutron formula
      * reclass system model

    Plus missing apply of haproxy state.

    Change-Id: Ic9e3672b51d5331656d636c44c3f891e49437e23
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 11 Jul 2017 11:27:41 +0000 (15:27 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Set public endpoints to external interface

    In order to pass functest/api_check, configure public endpoints of
    openstack core services with external ip address.

    Change-Id: I519865df5700acbcf542ea71efd87780e9f1d9d5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
lhinds [Sat, 8 Jul 2017 15:51:27 +0000 (16:51 +0100)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Utilize yaml.safe_load

    The patch changes instances of yaml.load with yaml.safe_load
    which is more secure at blocking arbitrary code execution.

    The following blog has a decent explaination:

    https://www.kevinlondon.com/2015/08/15/dangerous-python-functions-pt2.html

    Change-Id: I8201baab6cb31ab31228eca83134f87a57c2f5d2
Signed-off-by: lhinds <lhinds@redhat.com>
6 years agoUpdate git submodules
Jose Lausuch [Tue, 11 Jul 2017 08:10:17 +0000 (08:10 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Define CMD in smoke and healthcheck containers"
  - Define CMD in smoke and healthcheck containers

    Change-Id: I083f8e96fc30bc1793f8c43ff2c155f1c889ae19
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Jose Lausuch [Tue, 11 Jul 2017 08:10:07 +0000 (08:10 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Download Functest's upper-constraints.txt"
  - Download Functest's upper-constraints.txt

    It also removes all temporarily files [1] and reuses OPENSTACK_TAG
    and BRANCH args.

    [1] https://gerrit.opnfv.org/gerrit/37077

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

* Update docs/submodules/functest from branch 'master'
  - Merge "Add upper-constraints.txt for Functest"
  - Add upper-constraints.txt for Functest

    It completes OpenStack's upper-constraints.txt by adding Functest's
    requirements.

    This file is temporarily duplicated to allow building the containers.
    It will be removed via a next patch when this patch is merged.

    openbaton-cli could be updated (e.g. 3.2.8).

    Change-Id: I26de2d22f9e8973c5a58c3cc5129142fa628e57a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Jose Lausuch [Tue, 11 Jul 2017 08:08:46 +0000 (08:08 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add lesser containers based on Alpine"
  - Add lesser containers based on Alpine

    It splits the full container into:
      - functest-core
      - functest-healthcheck
      - functest-smoke

    Smoke suite is currently partial and will be completed later (it may
    require updates in third party projects).

    Features, components and vnf suites will be integrated in other
    patchsets.

    Change-Id: I635a7fd84cac583c28bb1c82bc6cc9107a39f7ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 11 Jul 2017 08:04:32 +0000 (08:04 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Allow regex for blacklist scenarios/installers"
  - Allow regex for blacklist scenarios/installers

    Reasoning: Some blacklisted test cases apply to a range of scenarios,
    e.g. both 'ha' and 'noha' and possibly even to all scenarios for
    a specific installer -- therefore the list of excluded scenarios can
    get long and unclear. For consistency with rally test case scenarios
    also allow regex for installers specification.

    Additionally, log the excluded test cases (if any) to debug log.

    Change-Id: Ie0bec35d1a6443203d4719ea5428c437c12e5e12
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
6 years agoUpdate git submodules
chenjiankun [Tue, 11 Jul 2017 01:35:43 +0000 (01:35 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove SERVER_URL in reporting deploy job

    Since we improved the reporting deploy way, the SERVER_URL is set
    to http://testresults.opnfv.org/reporting2 by default. So we don't
    need to set it.

    So we have to ways:
    In CI:
        docker run -itd -p 8084:8000 opnfv/reporting:tag
    Personal use:
        docker run -itd -p 8084:8000 -e SERVER_URL={server_ip}:8084 opnfv/reporting:tag
        (8084 is the port mapping, you can change it)

    Change-Id: Ibe8adbb4601378d59d4d1fe6c7dd3266222c47d1
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Mon, 10 Jul 2017 15:10:14 +0000 (23:10 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Bug fix for physnet name in ODL

    The physnet name used in ODL should be the same the one used in
    those none odl scenarios.

    Change-Id: I5afc9196d8365b649eb088f29bac4f94d9d12d16
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Mon, 26 Jun 2017 04:39:00 +0000 (21:39 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - ipaddress: don't use backport on python 3

    JIRA: YARDSTICK-645

    Change-Id: I7b6d4222d58c29a0f5d1817fa84351c0f09404f7
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
spisarski [Mon, 10 Jul 2017 21:34:40 +0000 (15:34 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed stack create status check on error.

    Was checking for the status string of "ERROR" when "CREATE_FAILED"
    should have been used. This bug caused the heat stack test to hang
    instead of raising an exception.

    Change-Id: I91e04d58bed083fd8b93ec908c766c0ddc4828de
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Mon, 10 Jul 2017 18:36:54 +0000 (18:36 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Changed validation logic to check for DHCP lease before SSH connection."
  - Changed validation logic to check for DHCP lease before SSH connection.

    Change-Id: Ifa5c481963d0a9607107465915eb7ab12501e21d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
saksham115 [Mon, 10 Jul 2017 18:26:50 +0000 (23:56 +0530)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Adding /reporting/
    Adding /reporting/ to the url
    JIRA: STORPERF-162

    Change-Id: I4042c490459738820558e7ce686ee5f2269d2bb1
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 10 Jul 2017 17:36:40 +0000 (17:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Yamllint Job for Octopus, Pharos, and Anteater"
  - Yamllint Job for Octopus, Pharos, and Anteater

    Pharos, Octopus and Securedlab are listed in the wrong lint check job
    so new patchsets aren't being ran against yamllint.

    Anteater is included in the list of yamllint checks due to it being
    part of Infra-WG and containing yaml files.

    Fixes still need to be done for the securedlab and releng repos before they
    are added at a later time.

    JIRA: INFRA-101

    Change-Id: I696b233e076899107180ed9bbad9a7f7785058d3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Trevor Bramwell [Mon, 10 Jul 2017 17:27:21 +0000 (17:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Send Build Notifications to Jenkins Admins"
  - Send Build Notifications to Jenkins Admins

    Given the number of jobs in OPNFV there isn't an easy way to discover
    when there is an issue affecting a large number of jobs without looking
    into individual job logs.

    By sending out email notifications on failed builds (using the email-ext
    plugin), we will have insight into causes for large sets of job
    failures, and also be able to identify non-job specific issues.

    This macro still needs to be added to jobs that already have publishers
    set, but by just adding it to defaults it should cover about half of all
    current jobs.

    JIRA: RELENG-257

    Change-Id: I9d55bdd929a60004a16fa3c21bf1f7069f8786db
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
saksham115 [Thu, 6 Jul 2017 14:16:28 +0000 (19:46 +0530)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Demo Code
    Enter the URL of the json file available at testresults.opnfv.org.
    It presents the data in the tabular and plots the chart for the series.
    Data validation and some UI changes are yet to be made

    Change-Id: I90ceed4e8a3240face479539f127d5c922d19d0c
    JIRA: STORPERF-162
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 28 Jun 2017 18:48:38 +0000 (20:48 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - MCP: Remove all Fuel patches and plugins

    Chances are none of the old patches / plugins can be reused as-is,
    so remove all of them and prepare for the switch to MCP.

    Change-Id: I999927a43b438d9bda9ff118731e2af4b1fa8caa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 7 Jul 2017 11:42:36 +0000 (15:42 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Align reclass cluster model of dpdk scenario

    Change-Id: I4fc0c0e040c97e91c79aae2f0142fb6f025081f2
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Morgan Richomme [Mon, 10 Jul 2017 14:38:10 +0000 (14:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop redefining $HOME"
  - Stop redefining $HOME

    Then .rally is located in the real home directory.

    Change-Id: I3e261d34a41a4105aef8fc0a996df501d638c030
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Jose Lausuch [Mon, 10 Jul 2017 14:37:36 +0000 (14:37 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Get rid of install_rally.sh"
  - Get rid of install_rally.sh

    It simply creates the required db.

    Change-Id: I48fb017f3ebfcdbd5de898b185c1933228bfef16
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 6 Jul 2017 16:01:32 +0000 (16:01 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fix get_endpoint

    One specific service type has the same endpoint url if interface is admin
    or internal, while it is different from that with public interface, except
    the admin and internal endpoint url for service identity has same ip but
    different ports.

    Change-Id: I19c260222286d8b4aa3f0d3b7d273e192b13a96b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Mon, 19 Jun 2017 11:22:11 +0000 (19:22 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Upgrade ODL from boron to carbon

    JIRA: -

    Change-Id: I031444d1094af646ae39a9c0c3fbfc30548e6ee4
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Jun Li [Mon, 10 Jul 2017 09:33:55 +0000 (09:33 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Ignore create_pod_file failure for Compass latest deployment"
  - Ignore create_pod_file failure for Compass latest deployment

    JIRA: DOVETAIL-460

    Change-Id: Ibd89d338e94178fadcdfe533c71e4df74641b97c
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Jun Li [Mon, 10 Jul 2017 06:57:30 +0000 (06:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: fix compass branch issue"
  - dovetail: fix compass branch issue

    log https://build.opnfv.org/ci/job/compass-os-nosdn-nofeature-ha-virtual-daily-danube/119/

    Change-Id: I7ea57268b92e48c3531f412551c9582f440950ee
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
6 years agoUpdate git submodules
Jun Li [Mon, 10 Jul 2017 06:17:39 +0000 (06:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "patch don't verify in centos In master branch, compass4nfv don't support centos. it is needless to verify in centos."
  - patch don't verify in centos
    In master branch, compass4nfv don't support centos.
    it is needless to verify in centos.

    Change-Id: I0d7797ca4c057d2422a9bde5d684577a32854e33
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Harry Huang [Sat, 8 Jul 2017 09:00:31 +0000 (17:00 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Add opendaylight switch

    Add key plugins in DHA file and declare opendaylight
    as a plugin in odl scenario.

    Change-Id: Iefc07b691d5052a9980d8c87f23a9f82be61ed6e
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
JingLu5 [Mon, 10 Jul 2017 04:19:08 +0000 (04:19 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Change storperf target IP

    As compass in master use OpenStack Ansible, the former IP "192.168.200.1" for
    Huawei pod-1 has been deprecated.

    Change-Id: Ia60885b36abec3455db2aa2939afbe2ef8bd79f5
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
wutianwei [Mon, 10 Jul 2017 03:03:52 +0000 (11:03 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - compass verify have problem to git clone functest

    Change-Id: I390c742040b3f32c705c989cac82ee7cbe7b5748
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Mon, 10 Jul 2017 02:20:39 +0000 (02:20 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Yardstick install storperf update"
  - Yardstick install storperf update

    JIRA: YARDSTICK-702

    Sicnce StorPerf has switched to use docker-compose to start container suite.
    The way Yardstick install storperf should also be updated.

    Change-Id: Idee05703b8ae5cd03bc214f598f56c8ac05ca755
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Fri, 7 Jul 2017 07:57:12 +0000 (15:57 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add an testapi_url option in the ci script

    Change-Id: I9eca0054eb00e1279df9853cb7624bd4586c2195
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Martin Klozik [Tue, 4 Jul 2017 07:18:46 +0000 (08:18 +0100)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - ci: Use log scale for B2B graphs

    Graph configuration for B2B was modified to show correct y axis
    tittle and to use log scale.

    Change-Id: I7ac75ca803f93be28d89a4504e046b1119d341e1
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 7 Jul 2017 19:25:28 +0000 (19:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "prototypes: xci: xci-deploy: Set default value for devel parameters"
  - prototypes: xci: xci-deploy: Set default value for devel parameters

    Commit 68412ffc734e ("prototypes: xci: xci-deploy.sh: Append trailing
    slash for rsync vars") modified xci-deploy.sh script to append a
    trailing slash to the devel variables but it broke the script when
    one of these variables was not set (since we run with 'set -eu') with
    the following error:

    ./xci-deploy.sh: line 45: !local_user_var: unbound variable

    Fixes: I0103b754585931fa1dcd3966c52d7e4a8f2f63f6
    Change-Id: Ic2465ff07348b61e74e191516425cd10d80c1fce
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
spisarski [Thu, 6 Jul 2017 20:28:49 +0000 (14:28 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Created domain object for users.

    OpenStack implementation details were leaking out into the
    user creator.

    JIRA: SNAPS-117

    Change-Id: I67c77c75055b37819512d1e7712925b839fbc047
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Thu, 6 Jul 2017 20:03:54 +0000 (14:03 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Created domain object for keypairs.

    OpenStack implementation details were leaking out into the
    keypair creator.

    JIRA: SNAPS-112

    Change-Id: Idd22ca9f8ebec7b21c337ca003e01169efec34cb
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Steven Pisarski [Fri, 7 Jul 2017 13:56:37 +0000 (13:56 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Created domain object for flavors."
  - Created domain object for flavors.

    OpenStack implementation details were leaking out into the
    flavor creator.

    JIRA: SNAPS-111

    Change-Id: I59a77d02e30065a7f4560e74295b2084a83686df
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Jun Li [Fri, 7 Jul 2017 09:27:56 +0000 (09:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Change owner of the openrc file for compass"
  - Change owner of the openrc file for compass

    The jenkins user is not permitted to view openrc file
    with root owner and group.[1]
    cat: /home/jenkins/opnfv-openrc.sh: Permission denied

    [1]: https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1293/console

    Change-Id: I89d0597c8f0ece00f70fd6622048794b15510636
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
zhongjun [Fri, 7 Jul 2017 01:07:48 +0000 (09:07 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Enable HA scenarios

    Enable HA scenario options due to support HA function in upsteam.

    Change-Id: Ie1889afc1a149f171a9b324eb284fd650baed397
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
6 years agoUpdate git submodules
Jose Lausuch [Fri, 7 Jul 2017 08:44:15 +0000 (08:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Push Functest API doc to artifact"
  - Push Functest API doc to artifact

    Note that it is not the final goal
    The final goal is to integrate api doc into Functest
    developer guide
    This will be triggered from opnfvdocs and replace the current
    developer guide:
    http://docs.opnfv.org/en/stable-danube/submodules/functest/docs/testing/developer/devguide/index.html

    This patch allows to have an up-to-date api docs on the artifact after
    functest merge
    http://artifacts.opnfv.org/functest/docs/

    Change-Id: I91256add29ce9eadd66764c2234da1d60981dd31
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Harry Huang [Wed, 5 Jul 2017 02:59:42 +0000 (10:59 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Change docker repo in build

    1. change docker repo to compass4nfv
    2. change compass-docker-compose github to Compass4NFV

    Change-Id: I81803ec3123c681e023f6e38456f431c6fc2e346
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Jose Lausuch [Fri, 7 Jul 2017 07:38:13 +0000 (07:38 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix get_endpoint"
  - Fix get_endpoint

    Different endpoint urls can be searched with 'admin', 'internal' and
    'public' interface.

    Change-Id: I57207826d0dc2c18ce0e6a0abf09140f639f64ba
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 6 Jul 2017 22:21:29 +0000 (00:21 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Inherit packages when creating /src/tempest/.venv

    It simply calls the --system-site-packages option as all
    requirements are already installed and then saves space.

    Change-Id: Ibb37e54bcbbb8bd9b84e6d43a694ab685b561db1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 6 Jul 2017 19:38:38 +0000 (21:38 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Stop using tempest version in Dockerfile

    The sed instruction is enhanced to automatically copy the version
    written in the OpenStack's upper-constraints.txt.

    Change-Id: Icbfde6fb097b1eaf880184c4f63de11854bfdb47
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
dongwenjuan [Tue, 16 May 2017 07:46:04 +0000 (15:46 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - add create alarm

    JIRA: DOCTOR-93

    Change-Id: I316608c9627ff38e55154257b798244de3f221c5
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
dongwenjuan [Wed, 10 May 2017 07:21:38 +0000 (15:21 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Add create instances

    JIRA: DOCTOR-93

    Change-Id: I7645c1cc0c76ff86b9fbcc01c19038469fc9b9b4
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Zhijiang Hu [Fri, 7 Jul 2017 06:33:44 +0000 (06:33 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "add heartbeat interface introduction in docs"
  - add heartbeat interface introduction in docs

    Change-Id: Iaf206f9ea5962410c859ad6f84b03ef1a1aa7771
Signed-off-by: root <zhou.ya@zte.com.cn>
6 years agoUpdate git submodules
root [Thu, 6 Jul 2017 02:42:50 +0000 (10:42 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - add extra interface to enable the keepablived plane and the api plane

    Change-Id: I0157bf8b6fa9be254c61bb384065f80107ab3dda
Signed-off-by: root <zhou.ya@zte.com.cn>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 6 Jul 2017 08:27:56 +0000 (12:27 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Enable cinder volume service

    Change-Id: I29ad8fc0e504779184fdf3795dc82ce1b031dbf8
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Jun Li [Fri, 7 Jul 2017 03:36:40 +0000 (03:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Compass: add retrieving OS credentials for Containers"
  - Compass: add retrieving OS credentials for Containers

    Compass has changed the mechanism of deployment (Containers) in master,
    so we adjust the way to fetch the OS credentials file.

    Change-Id: If126ac9b081589c21466b59eae05b107bf6dc425
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Michael Chapman [Fri, 7 Jul 2017 02:29:12 +0000 (02:29 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Tiny fix for easy install scirpt"
  - Tiny fix for easy install scirpt

    - add several dependent packages
    - fix random no deploy log display
    - chmod +x simple_deploy.sh

    Change-Id: If18114b9fe8ba527abee907fa14eecf93beba098
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Taseer [Tue, 4 Jul 2017 19:12:08 +0000 (00:12 +0500)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Make same workloads distinguishable for report.
    Issue encountered in case of "memory" results.

    JIRA: QTIP-257

    Change-Id: I27ca0220e2004a0cce54c5301afca284923e52ca
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
6 years agoUpdate git submodules
Linda Wang [Sat, 1 Jul 2017 05:02:56 +0000 (05:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove setup_env for refstack in Dockerfile

    It creates a symlink for .tempest required by refstack, and then
    install the requirements of tempest into a virtualenv which
    should be located in the dir .tempest/.venv.

    Now refstack_client is located in /src like tempest to avoid a link
    in /usr/local/lib/python2.7/dist-packages.

    JIRA: FUNCTEST-846

    Change-Id: I99cedd00daaac57f85532ef41b91da20dec3dcb8
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
spisarski [Thu, 6 Jul 2017 21:03:35 +0000 (15:03 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Completed tests for creating networks of different types.

    Change-Id: I33601da3f51d7acc60bd646e1d783a07afd8ea45
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Thu, 6 Jul 2017 17:58:52 +0000 (11:58 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Added support for using '~' for SSH key location.

    While testing changes, fixed problems found with querying for
    floating IPs which also required adding network data to the
    VMInst domain object.

    JIRA: SNAPS-85

    Change-Id: I0ecf3a6885ce84fe14c4a6db09269c56dc0ad9fc
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Michael Chapman [Thu, 6 Jul 2017 16:12:28 +0000 (16:12 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Adapting BGPVPN scenario to new composable service"
  - Adapting BGPVPN scenario to new composable service

    Depends-On: I4af82d456c9d999667f2ef4d16e8f6822463d331
    Depends-On: Id28df6ed307976fbb20fa1300f7349b743d96569
    Change-Id: I8b6c909ea801491e524206ee4270d453164f3c46
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
6 years agoUpdate git submodules
Mark Beierl [Thu, 6 Jul 2017 13:55:35 +0000 (13:55 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Dockerfile for reporting module updated"
  - Dockerfile for reporting module updated

    JIRA: STORPERF-162

    Change-Id: If012cf4ce2c03851c2ceb3744dd3a2f366cb65d5
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
6 years agoUpdate git submodules
mbeierl [Thu, 6 Jul 2017 13:45:26 +0000 (09:45 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Corrected Typo

    Change-Id: I67e47a1f56f90758a129d4d608d8c41ab4ad8d55
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Dan Radez [Thu, 6 Jul 2017 13:52:25 +0000 (13:52 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "adding libvirt-python to iso"
  - adding libvirt-python to iso

    JIRA: APEX-462

    Change-Id: Ic38d174f92cd19fddd852888047d4b08ef69acab
Signed-off-by: Dan Radez <dradez@redhat.com>
6 years agoUpdate git submodules
Mark Beierl [Thu, 6 Jul 2017 13:42:49 +0000 (13:42 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Adding Danube 3.0 Release Notes"
  - Adding Danube 3.0 Release Notes

    Changes the release notes to Danube 3.0 content

    Change-Id: I13a03a20aa9e9f310e9b79eb878f3714ab38fa1e
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
spisarski [Wed, 5 Jul 2017 17:35:13 +0000 (11:35 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Making test user password dynamic for testing against secure pods.

    Change-Id: I7c281062fc89a2ff4721e6bee9e90042c59273c5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 6 Jul 2017 12:21:22 +0000 (12:21 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Improvement: delete stack if create stack failed"
  - Improvement: delete stack if create stack failed

    JIRA: YARDSTICK-709

    If the stack is CREATE_FAILED during the context deployment, the failed
    stack should be deleted.

    Change-Id: I35b28ffae0f4d1f3ea9809d21add5d718dae5c9d
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 6 Jul 2017 12:20:58 +0000 (12:20 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: Abnormally stopped background scenario causes test data lost"
  - Bugfix: Abnormally stopped background scenario causes test data lost

    Change-Id: I19b8d1c1c6becf4335537d585046cbd59cab5935
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Sakala Venkata Krishna Rohit [Thu, 6 Jul 2017 11:33:51 +0000 (17:03 +0530)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - bugfix for reporting verify job

    Copying xml files to workspace folder as jenkins searchs for xml files
    from workspace directory. This solves the configuration error the
    reporting verify job is facing.

    Change-Id: I747a6e93995188d645d3fa09cdbd60e7a7fc453b
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
6 years agoUpdate git submodules
Kubi [Thu, 6 Jul 2017 12:14:34 +0000 (12:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "move flatten dict key to common utils"
  - move flatten dict key to common utils

    So it can easily be used by other testcase to unify result

    JIRA: YARDSTICK-702

    Change-Id: Id4fde38a9a0c2a87a6c870bdb7b0c8f3a3b371ac
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Jul 2017 21:47:18 +0000 (23:47 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Move rally and tempest to requirements.txt

    As rally and tempest are called when preparing env, they are
    considered as dependencies. It also modifies on-the-fly
    upper-contraints.txt to allow cloning the git repository.

    Change-Id: I72e809d4cf15f9f2539a74fce1c6eb444d8c3b47
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Jul 2017 18:44:37 +0000 (20:44 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix logger name in vping_base.py

    It conforms with logging.ini which requires qualnames.

    Change-Id: Ic2f849009c31a3a7bc406fc44c4917d19ccf2424
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Jul 2017 18:39:35 +0000 (20:39 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add a default value to protect add_images.sh

    It sets a default value to the optional env var: FUNCTEST_IMAGES_DIR

    Change-Id: Ib78af2aaee27470ad10b0979a68c09963091cbb6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Sakala Venkata Krishna Rohit [Thu, 6 Jul 2017 10:09:06 +0000 (15:39 +0530)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix for failure of reporting verify job

    Prefer to run unit tests from the directory in which unit test script
    is present as errors are being raised if it is being run from other
    directories.

    Change-Id: Ifa2000ac333f2e985feeae76c0040a1831f60253
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Jul 2017 20:37:02 +0000 (22:37 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Set repo_tempest to /src/tempest

    It also calls pip install via the right src value to prevent from
    changing the working dir when building Ubuntu or Alpine containers.

    Change-Id: I236524ca270f4173e0636bee60a0f136d77ac07a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Morgan Richomme [Thu, 6 Jul 2017 09:44:05 +0000 (09:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Reporting docker deployment improvement"
  - Reporting docker deployment improvement

    In the patch, I make build pages(landing page ...),
    when docker build, when run a container, we can set
    the api url(default:testresults.opnfv.org/reporting2) by -e;

    For example:
    1. In testresults.opnfv.org:
    docker run -itd -p 8888:8000 -p 80:80 opnfv/reporting:tag
    visit: http://testresults.opnfv.org/reporting2/reporting/index.html

    2. Personal use:
    docker run -itd -p 8888:8000 -p 80:80 -e SERVER_URL=192.168.131.2:8888 opnfv/reporting:tag
    visit: http://192.168.131.2:8888/reporting/index.html

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

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API to update hosts info about SUT"
  - Add API to update hosts info about SUT

    JIRA: YARDSTICK-674

    For some SUT which use domain name as endpoint and AUTH_URL, yardstick
    restAPI should support to add "ip domain_name" info into /etc/hosts so
    that it can use the ip_address to access the SUT.

    api: /yardstick/env/action
    description: update hosts info for domain name
    method: POST

    parameters:
    {
        "action": "update_hosts",
        "args": {"opnfv.org": "1.1.1.1",
                 "openstack.org": "2.2.2.2"
                }
    }

    Change-Id: Iee1defaf069ebcb0328a37a659024eabac297482
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 4 Jul 2017 11:54:11 +0000 (15:54 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Turn on opendaylight scenario

    * fix formula & reclass cluster model
    * bring in running states

    Change-Id: I8e66e69045f5c745f9aa6f59f7ce6d66b5bf1c95
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Dan Radez [Wed, 5 Jul 2017 19:36:17 +0000 (15:36 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Missing brackets on x86_64 conditional

    Change-Id: I5436317075ceffa18c34e213795ed3816627d121
Signed-off-by: Dan Radez <dradez@redhat.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 6 Jul 2017 07:12:31 +0000 (07:12 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Functest verify jobs only for master branch"
  - Functest verify jobs only for master branch

    The verify job is running tox which is not in stable/danube
    branch. Therefore, the bugfixes in that branch fail.
    This enables verify jobs only to master branch.

    Change-Id: Iff2a7b5e2d6aaff489767e77ebfa9a16bb9326de
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 6 Jul 2017 07:11:40 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "bugfix: hardcoded testapi urls"
  - bugfix: hardcoded testapi urls

    testapi webportal's urls are fixed in configure files
    this patch aims to modify them according to base_url
    provided when bringing up container

    Change-Id: I29c461fc3b837e54d4ff5330dcaa520637590ff7
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
wutianwei [Tue, 4 Jul 2017 09:46:39 +0000 (17:46 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - fetch openrc for functest

    We use openstack-ansible to deploy the openstack,
    the position of openrc is different from the before.
    change the apt source when use local apt repository

    Change-Id: I1c5492b294a8645f452868c9cf2fec2e0802f823
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Jing Lu [Thu, 6 Jul 2017 03:59:15 +0000 (03:59 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Blacklist TC011 from suites with ODL"
  - Blacklist TC011 from suites with ODL

    In deployments with ODL, security groups behave badly because of an
    IPv6 rule that causes IPv4 packets to be incorrectly routed.
    This is described in:
    https://jira.opnfv.org/browse/ARMBAND-61
    As a consequence, Yardstick TC011 fails because iperf cannot
    create a connection.
    The proposed solution is to temporarily comment out TC011
    from test suites with ODL.
    As mentioned here, security groups support for IPv6 is partial:
    artifacts.opnfv.org/ipv6/docs/gapanalysis/gap-analysis-odl-boron.html
    On nosdn deployments this issue is not reproducing and the test runs ok.

    JIRA: ARMBAND-269

    Change-Id: Id5fede27262c21d777ec8e9988941643d16f9417
Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
6 years agoUpdate git submodules
Kubi [Thu, 6 Jul 2017 03:58:40 +0000 (03:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: test case constraint not work if "INSTALLER_TYPE" and "NODE_NAME" absent"
  - Bugfix: test case constraint not work if "INSTALLER_TYPE" and "NODE_NAME" absent

    Change-Id: Idffc07c28fabda590b58c9501f388099f84f06b2
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Kubi [Thu, 6 Jul 2017 03:58:19 +0000 (03:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "show actual exceptions in task.py"
  - show actual exceptions in task.py

    Change-Id: I40bf255ccb844ffa0a151752579b552a285f5e18
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Alex Yang [Thu, 6 Jul 2017 00:46:00 +0000 (08:46 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Change the installer ip of daisy-baremetal

    From 10.20.11.2 to 10.20.7.3

    Change-Id: I796e2bcf3065df804eefec28c2ed9ecdcb198d7a
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Dan Radez [Fri, 5 May 2017 20:51:02 +0000 (16:51 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adding conditionals dependent on arch

    There are x86 specific build items that can't be used when building on
    aarch64. Adding conditionals so that the items only get built in when
    building on x86_64.

    There are aarch64 specific settings that need to be set for deployment.

    JIRA: APEX-381

    Change-Id: I63e1c99d5d22bbb523c88be7e973a6c834a38b01
Signed-off-by: Dan Radez <dradez@redhat.com>
6 years agoUpdate git submodules
Steven Pisarski [Wed, 5 Jul 2017 17:08:43 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactor OSCreds to leverage kwargs instead of named parameters."
  - Refactor OSCreds to leverage kwargs instead of named parameters.

    JIRA: SNAPS-109

    Change-Id: I423ede964cce9fc3b4e5b27f1e8f0dd7603d9ff1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
valentin boucher [Wed, 5 Jul 2017 15:45:49 +0000 (15:45 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "bugfix: vping support not_hugepage_configured pod"
  - bugfix: vping support not_hugepage_configured pod

    this bug was fixed in https://gerrit.opnfv.org/gerrit/#/c/35181/
    but was reverted in https://gerrit.opnfv.org/gerrit/#/c/35671/

    Change-Id: I5cbbd61ac196dc39c073ffc69254d987e4807130
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoUpdate git submodules
valentin boucher [Wed, 5 Jul 2017 15:45:14 +0000 (15:45 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Enable refstack work on https without SSL checks"
  - Enable refstack work on https without SSL checks

    When refstack is run in https environment, SSL checks
    will be skipped if no cacert file is provided.

    JIRA: FUNCTEST-828

    Change-Id: Ib44582b4f2f508c7a255a1510dbdc33110fe0f14
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
valentin boucher [Wed, 5 Jul 2017 15:44:38 +0000 (15:44 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Enable cloudify_ims"
  - Enable cloudify_ims

    - set VNF test cases as daily cases
    - remove enabled: False only for cloudify_ims
    - precise default generic scenrio (run only on basic scenario first)

    Vnf and cloudify_ims leveraging vnf are ready for merge [1]

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

    Change-Id: I95ae89358e940ef5e9b8ceabc37588bbcfccfc6c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Jose Lausuch [Wed, 5 Jul 2017 15:01:40 +0000 (15:01 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Clone tempest before installing the package"
  - Clone tempest before installing the package

    Rally and refstack require a tempest working dir.
    It now clones the offical repository before running setup.py develop.
    14.0 is selected to conform with OpenStack upper-constraints.txt.

    Dockerfile downloads the official OpenStack upper-constraints.txt to
    remove the condition about tempest which forbids cloning it.

    Change-Id: I8410570d660b07a1ecfc48fab93022f72acdaac7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
wenjuan dong [Wed, 5 Jul 2017 14:29:27 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "support config file"
  - support config file

    Change-Id: Ib8e696acfe21787904fce6838341f3a256aa0267
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Steven Pisarski [Wed, 5 Jul 2017 13:57:58 +0000 (13:57 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Add a warning of keypair creation"
  - Add a warning of keypair creation

    Put a warning if the public key already exist in OpenStack
    but the private key file is not found

    Change-Id: Ie2dc5b9f6a6abb0831e1826130d5c283cf3f34ec
Signed-off-by: boucherv <valentin.boucher@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 5 Jul 2017 13:36:00 +0000 (15:36 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Convert files to Unix format

    It fixes "[cloudify_ims] Support Cloudify 4.0" [1]

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

    Change-Id: I70d04e781d7034f37783764ae5e8b399d62bb793
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 30 Jun 2017 09:03:55 +0000 (11:03 +0200)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Sync requirements.txt with OpenStack (novaclient)

    It completes "Use neutron to create floating IPs" [1]

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

    Change-Id: I11c591d86509fa41b4b0c4a7a758ff0ceed321c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Wed, 5 Jul 2017 11:03:23 +0000 (11:03 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "[cloudify_ims] Support Cloudify 4.0"
  - [cloudify_ims] Support Cloudify 4.0

    - Delete all shell commands to use cloudify python lib
    - Cloudify Manager installation with a packaged image
    - SNAPS integration
    - Adapt test_vnf unit tests
    - Initiate test cloudify_ims unit tests (to be completed)

    JIRA: FUNCTEST-838

    Change-Id: Ia4b499d4155e6af5d37d6d5cf4310a5a9693c7ce
Signed-off-by: boucherv <valentin.boucher@orange.com>
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Ryota Mibu [Wed, 5 Jul 2017 08:21:12 +0000 (08:21 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Create policy.json file in Ocata for non-admin user"
  - Create policy.json file in Ocata for non-admin user

    Non-admin user is not allowed to view host_status flag.
    To get the host status, policy.json file needs to be
    created as it is not available in Ocata by default.
    This is created for local and fuel installer types
    in this commit.

    JIRA: DOCTOR-110

    Change-Id: Ie626217a515f821c47b1cb6ed0e3d504d8e01b3a
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
6 years agoUpdate git submodules
Aric Gardner [Thu, 9 Feb 2017 17:25:12 +0000 (12:25 -0500)]
Update git submodules

* Update docs/submodules/octopus from branch 'master'
  - Update gsutil documentation

    gsutil must be installed via pip
    irc is a better way to grant access

    Change-Id: Ie2274ddc17814e8c6bf940eb988453de9e2b9fb7
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
yuyang [Mon, 3 Jul 2017 09:59:12 +0000 (17:59 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Initiate docs for Euphrates Release

    JIRA: BOTTLENECK-170

    Initiate docs for euphrates release by chaning the
    directory structure and contents framework

    Change-Id: Id051574a9d489c5b4f90b7e079ce8482413b1b53
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Kubi [Wed, 5 Jul 2017 02:59:40 +0000 (02:59 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "unify pod keywork so api can easily used"
  - unify pod keywork so api can easily used

    JIRA: YARDSTICK-695

    Change-Id: I826cb2ea07949b1eaae4df4cb77175ec8f5df89b
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Kubi [Wed, 5 Jul 2017 02:58:30 +0000 (02:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Use "OS_INSECURE" variable as the insecure mode indicator"
  - Use "OS_INSECURE" variable as the insecure mode indicator

    Now we use "OS_CACERT" as the insecure mode indicator, it is better to use "OS_INSECURE".

    Change-Id: I1406193e27510390b4b8fd8f4751d8361560172f
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
JingLu5 [Mon, 3 Jul 2017 10:34:53 +0000 (10:34 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - support segmentation_id for vlan provider network

    If a network specified in the test case is a vlan provider network, new attribute "segmentation_id" can be used to specify the desired vlan tag in the test case network section:

    networks:
      test-net:
        cidr: '192.168.1.0/24'
        provider: "vlan"
        physical_network: 'physnet1'
        segmentation_id: "1000"

    If the "segmentation_id" attribute is absent, a random vlan tag will be allocated to the network.

    Change-Id: Ic53852447a3c1bd8feb9ebd42d35f1ade3684be1
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
Jun Li [Wed, 5 Jul 2017 01:53:27 +0000 (01:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "remove scenarios"
  - remove scenarios

    compass4nfv don't support openo, moon,onos in master branch
    so we remove these scenario

    Change-Id: Ibfad2b352b1236dac48453101860cdd538528aa3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Serena Feng [Wed, 5 Jul 2017 01:50:39 +0000 (01:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable ODL scenarios jobs"
  - Enable ODL scenarios jobs

    This PS does the follwoing things:
    1. Enable ODL scenarios jobs on CI Pod
    2. Change default scenario from ha to noha

    Change-Id: I548174bfa551aa06b6d9bfe64cf119eea37efda3
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>