opnfvdocs.git
6 years agoUpdate git submodules
Aaron Smith [Fri, 23 Mar 2018 13:00:49 +0000 (13:00 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "[functest] Update tests for Aodh"
  - [functest] Update tests for Aodh

    * Update the check for timestamp to use state_timestamp instead
      state_timestamp indicates the last change in state of the alarm,
      timestamp is the last update to the alarm settings. This is not
      what we're looking for with aodh tests, so check the state update
      instead.
    * Trigger an alarm state change before checking whether the alram
      was updated. Notification in collectd aren't necessarily updated
      at a regular interval, so we have to do some action and check whether
      the alarm is updated.

    JIRA: BAROMETER-91
    Change-Id: I26d9bb1ec7e50e07053e69068d241e4c4cbc30dc
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 23 Mar 2018 10:09:19 +0000 (10:09 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Do not trigger merge jobs for INFO.yaml updates"
  - xci: Do not trigger merge jobs for INFO.yaml updates

    Change-Id: I16eed2ec0ca1fa659fc449799813c02b19b08174
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 23 Mar 2018 05:24:52 +0000 (22:24 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Record promotion time in UTC

    Change-Id: Id6ea4f8124bdfe8c4233400d216d503fa101b0cb
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
fuqiao [Fri, 23 Mar 2018 09:17:46 +0000 (17:17 +0800)]
Update git submodules

* Update docs/submodules/availability from branch 'master'
  - Modify the folders to include docs for E and F release

    Create two new folders for docs in E and F release. Move docs for the
    two release into seperate folders

    JIRA: HA-35

    Change-Id: I1f8071854b50ee3460c411ddcdd824edee3bc6fd
    Signed-off-by:fuqiao@chinamobile.com

6 years agoUpdate git submodules
Jack Chan [Fri, 23 Mar 2018 09:18:17 +0000 (09:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: 'module' object has no attribute 'UnsupportedExtension'"
  - Bugfix: 'module' object has no attribute 'UnsupportedExtension'

    JIRA: YARDSTICK-1100

    This Error occur when run kuberntes test case:
    The Key is the pyopenssl dependency, it seems
    YARDSTICK-1032(https://jira.opnfv.org/browse/YARDSTICK-1032) encounter
    the same problem. Downgrade requests from 2.18.2 to 2.11.1 would solve
    this problem.

    Here it is the error log:
    Traceback (most recent call last):
        File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
            func(*targs, **kargs)
            File
        "/home/opnfv/repos/yardstick/yardstick/benchmark/core/task.py",
            line 301, in atexit_handler
            context.undeploy()
            File
            "/home/opnfv/repos/yardstick/yardstick/benchmark/contexts/kubernetes.py",
            line 63, in undeploy
            self._delete_ssh_key()
            File
            "/home/opnfv/repos/yardstick/yardstick/benchmark/contexts/kubernetes.py",
            line 133, in _delete_ssh_key
            k8s_utils.delete_config_map(self.ssh_key)
            File
            "/home/opnfv/repos/yardstick/yardstick/common/kubernetes_utils.py",
            line 179, in delete_config_map
            **kwargs)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/apis/core_v1_api.py",
            line 9059, in delete_namespaced_config_map
            (data) =
        self.delete_namespaced_config_map_with_http_info(name,
                            namespace, body, **kwargs)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/apis/core_v1_api.py",
            line 9159, in delete_namespaced_config_map_with_http_info
            collection_formats=collection_formats)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/api_client.py",
            line 321, in call_api
            _return_http_data_only, collection_formats,
            _preload_content,
                _request_timeout)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/api_client.py",
            line 155, in __call_api
            _request_timeout=_request_timeout)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/api_client.py",
            line 387, in request
            body=body)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/rest.py",
            line 256, in DELETE
            body=body)
            File
            "/usr/local/lib/python2.7/dist-packages/kubernetes/client/rest.py",
            line 166, in request
            headers=headers)
            File
        "/usr/local/lib/python2.7/dist-packages/urllib3/request.py",
            line 66, in request
            **urlopen_kw)
            File
        "/usr/local/lib/python2.7/dist-packages/urllib3/request.py",
            line 87, in request_encode_url
            return self.urlopen(method, url, **extra_kw)
            File
            "/usr/local/lib/python2.7/dist-packages/urllib3/poolmanager.py",
            line 321, in urlopen
            response = conn.urlopen(method, u.request_uri, **kw)
            File
            "/usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py",
            line 601, in urlopen
            chunked=chunked)
            File
            "/usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py",
            line 346, in _make_request
            self._validate_conn(conn)
            File
            "/usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py",
            line 850, in _validate_conn
            conn.connect()
            File
        "/usr/local/lib/python2.7/dist-packages/urllib3/connection.py",
            line 337, in connect
            cert = self.sock.getpeercert()
            File
            "/usr/local/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py",
            line 348, in getpeercert
            'subjectAltName': get_subj_alt_name(x509)
            File
            "/usr/local/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py",
            line 202, in get_subj_alt_name
            except (x509.DuplicateExtension, x509.UnsupportedExtension,
                    AttributeError: 'module' object has no attribute 'UnsupportedExtension'

    Change-Id: I444dde829c91defb475e045aea094d74fc43e75b
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
fuqiao [Fri, 23 Mar 2018 09:01:25 +0000 (17:01 +0800)]
Update git submodules

* Update docs/submodules/availability from branch 'master'
  - Release doc for F: HA scheme analysis for OPNFV

    document for Fraser release, including HA schema analysis for OPNFV.
    currently mostly focusing on VIM. will extend the content to include
    other components

    JIRA: HA-34

    Change-Id: I50c308357db16eedd501542b2439d5d5311eaa5e
Signed-off-by: fuqiao@chinamobile.com
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 23 Mar 2018 09:05:56 +0000 (09:05 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "Scenario" class wait methods for runners"
  - Add "Scenario" class wait methods for runners

    "Duration" and "Iteration" runners execute a passive wait during the
    execution of the work process. This wait time is done at the end of
    the scenario "run" method execution.

    This patch adds a pre-run and post-run wait period, which will
    depends on the Scenario executed. The wait time will be always the
    same, but the execution order (pre-wait time, run method, post-wait
    time) will depends on the Scenario.

    By default, any Scenario will execute the "run" method and them will
    wait the specified time.

    NetworkServicesTestCase Scenario will wait the specified time and them
    will execute the "run" method to retrieve the KPIs.

    JIRA: YARDSTICK-1067

    Change-Id: I6ad6bfc6978815b6b2d4df63f2ac2f8815fb5b8a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Qiao Fu [Fri, 23 Mar 2018 08:54:02 +0000 (08:54 +0000)]
Update git submodules

* Update docs/submodules/availability from branch 'master'
  - Merge "Add High Availability Analysis Document"
  - Add High Availability Analysis Document

    JIRA: HA-35

    Change-Id: I49d12916f41fa80313384205a334cb7fbfd46cee
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Fri, 23 Mar 2018 08:36:29 +0000 (08:36 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Make "Scenario" class abstract"
  - Make "Scenario" class abstract

    All scenario child classes must implement "run" method.

    JIRA: YARDSTICK-1065

    Change-Id: I35b78e380620967b49cd8cd23777a1aee6dfd140
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
QiLiang [Fri, 23 Mar 2018 01:55:56 +0000 (09:55 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Fix ci deploy job error

    Fix issue:
    https://build.opnfv.org/ci/view/clover/job/clover-daily-deploy-master/4/consoleFull
    + ssh -i /home/jenkins/opnfv/slave_root/workspace/clover-daily-deploy-master/work/container4nfv/src/vagrant/kubeadm_istio/.vagrant/machines/master/libvirt/private_key vagrant@192.168.121.117 rm -rf clover
    Host key verification failed.

    Change-Id: I73ea912ca6eb7ef823b1694b9fb090d809f158ee
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Zhijiang Hu [Fri, 23 Mar 2018 04:52:29 +0000 (00:52 -0400)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Enlarge hugepage default count

    Change-Id: I551388760fc7e0c30d07350fe15ffa0c39cc7881
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Linda Wang [Fri, 23 Mar 2018 02:04:05 +0000 (02:04 +0000)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Remove functest_kubernetes from requirements

    Change-Id: I05dd6f833716e36d173f0b4e7f6a317d41f1a039
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
mei mei [Fri, 23 Mar 2018 01:53:51 +0000 (01:53 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: command chown failed because LF POD has no jenkins user"
  - Bugfix: command chown failed because LF POD has no jenkins user

    Command change the file owner failed on lf-pod1 and lf-pod2
    with the reason "chown: invalid user: ‘jenkins:jenkins’".

    Make pod.yaml file can be modified by any user.

    Change-Id: I1feb108e95c59c228d2aef55862017e9b80bcb73
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 23 Mar 2018 01:41:12 +0000 (01:41 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "dump CI failures with kpartx and no /dev/loop devices"
  - dump CI failures with kpartx and no /dev/loop devices

    CI is failing due to unable to find loop device for kpartx

    "cmd": [
        "kpartx",
        "-l",
        "/tmp/workspace/yardstick/yardstick-xenial-server.raw"
    ]

    "stderr": "mount: could not find any device /dev/loop#Bad address\ncan't set up loop",

    This error occurs when kpartx can't find any loop devices to use

    https://build.opnfv.org/ci/job/yardstick-compass-virtual-daily-master/3261/console

    JIRA: YARDSTICK-1054
    JIRA: YARDSTICK-1096

    Change-Id: Ib6131ce29c4f9e81386eb5471dd6107825798620
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Stephen Wong [Fri, 23 Mar 2018 01:19:36 +0000 (01:19 +0000)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Create document structure"
  - Create document structure

    See http://docs.opnfv.org/en/latest/how-to-use-docs/documentation-guide.html

    Note the structure stands on the view of whole OPNFV platform.

    Change-Id: Id2ac36cb6f30d6d2d54dbda9f6a77b76648aa4b0
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
mei mei [Fri, 23 Mar 2018 01:10:58 +0000 (01:10 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix RegExp issue for sfc scenario"
  - Fix RegExp issue for sfc scenario

    Change-Id: I345aeed4e11c4f5329251766b1fcf6aa1d852ba1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
QiLiang [Thu, 22 Mar 2018 12:39:00 +0000 (20:39 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Add clover ci deploy skeleton

    - create kubernetes + istio by continer4nfv kubeadm_istio scenario
    - add clover real test entry script
    - add basic .gitignore

    Change-Id: I3b36cdf71d70db4e24a19e386ad39dbb0a71ac2f
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 23 Mar 2018 00:28:02 +0000 (00:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Record additional promotion metadata for further use"
  - xci: Record additional promotion metadata for further use

    It would be good to point to the link of the job that promoted
    certain scenario and display promotion date/time so we know when
    was the last time the scenario has successfully been promoted.

    Change-Id: I8099cf48f0ba5000cbf7622aa084f863f123eb15
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 21:38:59 +0000 (14:38 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Set additional variables in CI test script

    We need the variables CI_LOOP, BUILD_TAG, and NODE_NAME
    passed to the deployment to display during functest execution.

    Change-Id: Ib6709678d760d43927d3cd9f606d2c7e74e724d0
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 22 Mar 2018 20:40:22 +0000 (13:40 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Python3 Errors for Release Automation

    My testing was done using Python 2.7 but the build server running the
    jobs is obviously running Python3.

    These changes allow the create_branch.py release script to run against
    both Python2 and Python3.

    Change-Id: I02478986ef869ce82ece5b96dbb4b5ed548a2a55
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:23:36 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: playbooks: Fix message on fail task for deployed scenario"
  - xci: playbooks: Fix message on fail task for deployed scenario

    The fail message was a bit weird since it listed all the scenarion
    information as below:

    TASK [Fail if {'scm': u'git', 'src':
    u'https://git.opnfv.org/releng-xci', 'scenario': u'os-nosdn-nofeature',
    'installers': [{'flavors': [u'ha', u'mini', u'noha'], 'installer':
    u'osa', 'distros': [u'opensuse', u'ubuntu', u'centos']}], 'version': u'master', 'role':
    u'xci/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature'} is not
    supported] ***
    skipping: [localhost]

    This looks awkward and we should only list the actual scenario name
    instead.

    Change-Id: I725793f91661f00606573906847336716fecd418
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:23:19 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: files: xci-destroy-env.sh: Remove VMs from all flavors"
  - xci: files: xci-destroy-env.sh: Remove VMs from all flavors

    If we switch from one flavor to another then some VMs may left behind
    so we need to cleanup the VMs from all flavors.

    Change-Id: I8b5d400b6d543b32b9cdaff73c3d173984357012
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:23:02 +0000 (20:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: osa: Configure the ARA callback plugin on OPNFV host"
  - xci: osa: Configure the ARA callback plugin on OPNFV host

    The OSA deployment is driven by the OPNFV host so we need to install
    and configure the ARA plugin there as well.

    Change-Id: Ib583f5771a8c2da7531f0a42612d7c0b34fb4898
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:58 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Install the ARA callback plugin"
  - xci: Install the ARA callback plugin

    The ARA Ansible plugin can be used to visualize the entire XCI run so
    lets install it by default and generate a report at the end of the
    execution.

    Change-Id: I66c3230b371001c110e81755c5f0dad4b1756606
Link: https://github.com/openstack/ara
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:53 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: files: install-lib.sh: Install pip packages as user"
  - xci: files: install-lib.sh: Install pip packages as user

    We can avoid "polluting" the system with all the pip packages we install
    so we could just install them in the user's home directory.

    Change-Id: I5b3369175535e8ab74c2591d1284c743391fd718
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:35 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: files: Move Ansible installation to a library file"
  - xci: files: Move Ansible installation to a library file

    Installing Ansible is just one of the functions we need during XCI
    deployment, as such move it to a library file which can contain more
    functions in the future.

    Change-Id: I708a4e51b2b1d624d6827a8c99f3719b59227ec0
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:22:27 +0000 (20:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: kubespray: Add experimental support for openSUSE"
  - xci: kubespray: Add experimental support for openSUSE

    Add experimental support for openSUSE until the upstream PR
    is accepted

    installer-type:kubespray
    deploy-scenario:k8-nosdn-nofeature
    Change-Id: Icd3698d882d249a18be77560ba0ba52159893816
Link: https://github.com/kubernetes-incubator/kubespray/pull/2380
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 20:18:16 +0000 (20:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: bifrost-verify: Update location for XCI bifrost scripts"
  - jjb: xci: bifrost-verify: Update location for XCI bifrost scripts

    Change-Id: I55e5042fda4bf5662a90f0065fa427a50bc76bfa
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Periyasamy Palanisamy [Wed, 21 Mar 2018 10:00:51 +0000 (11:00 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - create stable/fraser branch for sdnvpn

    Change-Id: Ibe0e92b2b3772c53df66e10bf7059be4754d4646
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Trevor Bramwell [Thu, 22 Mar 2018 19:56:33 +0000 (19:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Release Automation"
  - Release Automation

    Tracking releases through yaml file similar to the openstack/releases
    project.

    Includes a schema file to be for validation, jobs for creating gerrit
    branches and stable branch jobs, and documentation for projects on
    creating their releases.

    Change-Id: Id1876482723e01806c0a6932126dff5ea314eae5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 15 Mar 2018 15:25:32 +0000 (16:25 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Nomination of David Blaisonneau as XCI committer

    David Blaisonneau is the main driver of introducing native
    support for Pharos PDF/IDF in XCI. He has been also working
    on stabilizing XCI framework and enabling baremetal deployments.

    His contributions include
    - creation of PDFs for baremetal PODs
    - starting the work on improving the stabilization of the framework
    - starting the work on introducing support for PDF/IDF
    - deployment on baremetal

    Change-Id: If4e71c7456e5e8f642b3e82b8ef356747431ed96
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 15 Mar 2018 12:52:24 +0000 (13:52 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Nomination of Periyasamy Palanisamy as XCI committer

    Periyasamy Palanisamy onboarded SDNVPN project to XCI,
    contributed various scenarios and made contributions to upstream
    projects.

    His contributions include
    - creating os-odl-nofeature scenario
    - integrating ovs into os-nosdn-nofeature scenario
    - creating os-odl-bgpvpn scenario
    - improving the framework
    - reviewing changes

    His contributions can be seen from following link:
    https://gerrit.opnfv.org/gerrit/#/q/owner:periyasamy.palanisamy%2540ericsson.com+project:releng-xci+status:merged

    Apart from contributing to XCI, he directly worked in upstream for
    integrating different features and improving things. Some of his
    contributions can be seen from following links:
    https://review.openstack.org/#/q/owner:%22Periyasamy+Palanisamy+%253Cperiyasamy.palanisamy%2540ericsson.com%253E%22+status:merged
    https://git.opendaylight.org/gerrit/#/q/project:integration/packaging/ansible-opendaylight+owner:periyasamy.palanisamy%2540ericsson.com+status:merged

    Change-Id: I1b86938b8519e758801339fb8029f8b2dd1f7918
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 15 Mar 2018 12:40:42 +0000 (13:40 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Nomination of Manuel Buil as XCI committer

    Manuel Buil has been crucial onboarding OPNFV SFC Project to XCI.
    His contributions include
    - creating os-odl-sfc scenario on XCI
    - developing role to integrate Functest into XCI
    - working on establishing XCI developer workflow by being first project
    to evaluate the XCI framework and provide feedback
    - reviewing changes

    His contributions can be seen from following link:
    https://gerrit.opnfv.org/gerrit/#/q/owner:mbuil%2540suse.com+project:releng-xci+status:merged

    Apart from contributions to XCI, he contributed to several upstream components
    in order to onboard SFC to XCI.
    - Taking over the Ansible Tacker Role implementation and finalizing it
    - Integrating Tacker into OpenStack Ansible
    - Enhancing Ansible Neutron Role and introducing ODL support

    His contributions to upstream projects can be seen from following link:
    https://review.openstack.org/#/q/owner:mbuil%2540suse.com+status:merged
    https://git.opendaylight.org/gerrit/#/q/project:integration/packaging/ansible-opendaylight+owner:mbuil%2540suse.com+status:merged

    Change-Id: I40756bfe5e7c962e6d8d6d5c3d53ef1699ae6428
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:32:06 +0000 (19:32 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Nomination of Tianwei Wu as XCI committer"
  - Nomination of Tianwei Wu as XCI committer

    Tianwei Wu made many important contributions to XCI which includes but
    not limited to
    - bringing up first prototype for XCI using OpenStack Ansible
    - assisting others with the usage of prototype
    - bringing Kubespray to XCI
    - developing Kubernetes scenario k8-nosdn-nofeature which can be deployed
    on multiple Linux Distributions, Ubuntu 16.04 and CentOS 7
    - updating documentation
    - reviewing changes

    His contributions can be seen from following link:
    https://gerrit.opnfv.org/gerrit/#/q/owner:wutianwei1%2540huawei.com+(project:releng-xci+OR+project:releng)+status:merged

    Please note that XCI started in OPNFV releng repo and some of his
    contributions were made while XCI was still developed in releng repo.

    Change-Id: I8d7b802a13a0ce1f7eb87ab5811437419572d823
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:29:52 +0000 (19:29 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Connect ODL CI-CD to XCI"
  - Connect ODL CI-CD to XCI

    Provide the possibility to select what version of ODL to use, master included.
    Before executing xci-deploy.sh, the user can specify ODL's version by using the
    XCI_ANSIBLE_PARAMS variable:

    export XCI_ANSIBLE_PARAMS="-e ODL_VERSION=oxygen"

    Change-Id: I5b3879b0c197059b3aecace48760e983c65a586b
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:27:53 +0000 (19:27 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: start-new-vm.sh: Improve do_copy()"
  - xci: scripts: start-new-vm.sh: Improve do_copy()

    The copy function of start-new-vm.sh script only excludes the
    image of the current OS which is some cases can contain other
    images. This change excludes any image.

    Change-Id: I50075cb56e7784d090582fe5d0c11c906773a174
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:23:41 +0000 (19:23 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Move bootstrap-scenarios.yml to common playbooks directory"
  - Move bootstrap-scenarios.yml to common playbooks directory

    Move bootstrap-scenarios.yml from installer/osa/playbooks/bootstrap-scenarios.yml
    to playbooks/bootstrap-scenarios.yml as a common playbook.
    So we can use this file to bootstarap k8s-* scenarios, instead of creating a new
    file under installer/kubespray/playbooks/bootstrap-scenarios.yml

    Change-Id: Ic31ee00e1a0863f48fb86298d7c00fa8420fa28a
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 22 Mar 2018 19:03:47 +0000 (19:03 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Use package_state:present to avoid package installation issues"
  - Use package_state:present to avoid package installation issues

    Using package_state:present should give our jobs better chance
    to finish on time and perhaps improve the overall deployment times
    even.

    Change-Id: Ifa4e01318fe364a91c32f5326024d34c364e25c8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 22 Mar 2018 14:03:06 +0000 (18:03 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovs/dpdk] Turn on non-blocking ovs calls

    Change-Id: I8206707cdb2ebc267b6f4971de35477e3dc73c5f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Asteroide [Thu, 22 Mar 2018 16:34:37 +0000 (16:34 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a bug in Managr HTTP server"
  - Fix a bug in Managr HTTP server

    Change-Id: If29c9971e171e78e20aa02a3bff1b01ec46e6e30

6 years agoUpdate git submodules
Asteroide [Thu, 22 Mar 2018 16:34:11 +0000 (16:34 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Allow to force the installation of dev python library in dist directory"
  - Allow to force the installation of dev python library in dist directory

    Change-Id: I4629810db3c4b269f4b47b157bd1aa323d507d18

6 years agoUpdate git submodules
Thomas Duval [Thu, 22 Mar 2018 16:28:51 +0000 (17:28 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Fix a bug in init script

    Change-Id: I7eced2471785a0c8bf4072e731547e459e956613

6 years agoUpdate git submodules
francois.cellier [Fri, 16 Mar 2018 14:51:01 +0000 (15:51 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add unique constraints on db tables

    Change-Id: I8480ed2be16f73ada314f64f0bfda8e788288933

6 years agoUpdate git submodules
Ross Brattain [Thu, 22 Mar 2018 13:40:46 +0000 (13:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Make Sample VNF hugepages size configurable"
  - Make Sample VNF hugepages size configurable

    The amount of hugepages claimed for a Sample VNF is always 16GB. This
    value is excesive for most of the Sample VNF applications (except for vPE).

    Making this parameter configurable we allow to spawn smaller VMs by using
    less hugepages (in case of StandAlone and OpenStack deployments).

    Because this parameter depends on the Scenario and the type of VNF executed,
    the parameter is located in:

      scenarios: {options: hugepages_gb} # number of GB of hugepages claimed

    PENDING: document this new parameter. A new userguide section should be
             created to document all "scenario" sections and parameters.

    JIRA: YARDSTICK-1061

    Change-Id: I6f082e105289bd01781be18f2fecbe0ba2fdfdee
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 22 Mar 2018 11:51:49 +0000 (11:51 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Remove test_create_volume_bad_zone

    JIRA: FUEL-356

    Fuel/MCP has set allow_availability_zone_fallback option to True.
    If the requested Cinder availability zone is unavailable, fall back
    to the value of default_availability_zone, then storage_availability_zone,
    instead of failing.

    Change-Id: I04f45f8435dbdf1113ac6b2c50bf913c1f29cd20
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 22 Mar 2018 12:40:14 +0000 (12:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "update ci pod in the test suite according to Fraser"
  - update ci pod in the test suite according to Fraser

    Change-Id: I999b44cc4e0ec1029c6efca224e691298a007689
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 22 Mar 2018 12:37:28 +0000 (12:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: Error when using API(v1) to run test suite"
  - Bugfix: Error when using API(v1) to run test suite

    JIRA: YARDSTICK-1098

    The reason is missing TasksHandler parameter to run test suite.

    Change-Id: I9dd45caa87d0e39afbf7485443a6e566317f5cea
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
chenjiankun [Thu, 22 Mar 2018 12:15:43 +0000 (12:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add k8-nosdn-stor4nfv-ha/noha scenario

    JIRA: YARDSTICK-1090

    We have k8-nosdn-stor4nfv-ha/noha scenario in compass,
    so we need to add this files to trigger it.

    Change-Id: I79709c53b8542434f7324ad907fa95b4855839d3
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Serena Feng [Thu, 22 Mar 2018 12:24:05 +0000 (12:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "QTIP: create a daily CI job for network test"
  - QTIP: create a daily CI job for network test

    Change-Id: I0913e115951aa48eb99366125292772f4fc6d93e
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 16:30:40 +0000 (17:30 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Bump SHAs for os_neutron and opendaylight ansible role

    This change brings the SHAs needed for os-odl-bgpvpn scenario
    and will be tested using os-odl-nofeature scenario.

    installer-type:osa
    deploy-scenario:os-odl-nofeature

    Change-Id: I3ab8be557d78710f47c8a2e558078e13eb70553c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 16:26:27 +0000 (17:26 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Bump OpenStack Ansible SHAs

    Change-Id: Iae3f642bea54feae4c033b61e8ea4cfe759848ec
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 22 Mar 2018 12:02:16 +0000 (12:02 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: Skip modprobing nbd, loop if inbuilt"
  - lib.sh: Skip modprobing nbd, loop if inbuilt

    While at it, skip waiting for Salt master when deleting UEFI stale
    entries if it doesn't respond to ping.

    Also, use https for fetching Armband GPG key to bypass yet another
    hks issue behind proxies/firewalls that block hks port.

    Change-Id: I400cbe3257094b62c96b302a3c81c5ffd1ba4755
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 21 Mar 2018 05:15:49 +0000 (06:15 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Drop keystoneclient project ID checking

    Since we brought back NAT over MaaS PXE/admin, drop out-of-tree patch
    that was only needed for full network isolation (no cross-talk
    between public and admin).

    Change-Id: I577b1116bbdcc19647b3c01fe6f2acb7bb9ce627
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Charalampos Kominos [Wed, 14 Mar 2018 14:43:34 +0000 (15:43 +0100)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - [IDF] arm-pod5: Configure hugepages and cpupinning variables for armpod5

    For non-dpdk scenarios we define as cpu config:
            0,1 for OS
            2-7 for nova
    For dpdk scenarios we define as cpu config:
            0,1 for OS,
            2,3 for DPDK drivers and processes
            4-7 for nova

    JIRA: ARMBAND-364

    Change-Id: Icc976e8511fed221b71a348afda3cbe4e0556b1a
Signed-off-by: Charalampos Kominos <charalampos.kominos@enea.com>
6 years agoUpdate git submodules
Jing Lu [Thu, 22 Mar 2018 08:51:50 +0000 (08:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "fix Dummy test context name"
  - fix Dummy test context name

    more dummy test fix base on I0ccb7e9fabdf6bc2890d2e4763f53baee06c87b2

    Since I1447fb5ed447691eaeb0a97f928c0b3333799d07, the context name is
    a mandatory parameter for every context.

    JIRA: YARDSTICK-886

    Change-Id: I10ee6bcc0507fa90b6e99261a98a96655fc66947
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Thu, 22 Mar 2018 08:23:00 +0000 (08:23 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Running Test Case in Latest Yardstick Docker Image shows Error"
  - Running Test Case in Latest Yardstick Docker Image shows Error

    JIRA: YARDSTICK-1080

    This bug will only occur in kubernetes test case.
    In openstack, we use 'stack_name.context', but some kubernetes
    resources(pod, etc) do not support this format. So we use
    'name-context'.

    Change-Id: I87d61c027d55449914bc283672eb98be3d3fe22f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Thu, 22 Mar 2018 08:15:48 +0000 (08:15 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Test case description and configuration file for yardstick_tc091:Control Node Openstack Service High Availability - Heat Api"
  - Test case description and configuration file for yardstick_tc091:Control
    Node Openstack Service High Availability - Heat Api

    JIRA: YARDSTICK-961

    Change-Id: I49fc2b2d8fc4fa090a74f1838f5ac386e39eaf49
Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
6 years agoUpdate git submodules
Martin Klozik [Thu, 22 Mar 2018 05:43:34 +0000 (05:43 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "trex: Update T-Rex to v2.38"
  - trex: Update T-Rex to v2.38

    Default API version of T-Rex was changed to v2.38. T-Rex related
    documentation was updated to inform user, that the same version
    of T-Rex must be used for both server and client.

    JIRA: VSPERF-564

    Change-Id: Ib1bedde683efafa84a6069b55daa0507700dbb30
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: Richard Elias <richardx.elias@intel.com>
6 years agoUpdate git submodules
QiLiang [Thu, 22 Mar 2018 02:03:17 +0000 (10:03 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Fix ci deploy hanging issue

    - add timeout for each scenarios
link: https://build.opnfv.org/ci/view/container4nfv/job/container4nfv-daily-deploy-master/79
    Change-Id: I6dfe7b50a6649e25e88dcec5f57ae9a26efe5e52
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
mei mei [Thu, 22 Mar 2018 02:21:26 +0000 (02:21 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fetch creds according scenario type(os or k8)"
  - Fetch creds according scenario type(os or k8)

    We have two kinds of scenario: os and k8, their creds
    is defferent, so we need to fetch creds according different
    scenario type.

    Change-Id: I54d1a1fcdfa981fed2a1433693aa3483abf4baf0
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
QiLiang [Thu, 22 Mar 2018 01:37:14 +0000 (09:37 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add job timeout for clover and container4nfv

    - set clover-daily-deploy job timeout to 3h
    - set container4nfv-daily-deploy job timeout to 4h
    - add time trigger for clover upload job

    Change-Id: I3809828d764a2da176c8f51713ebb763f979211d
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Jack Chan [Thu, 22 Mar 2018 02:11:04 +0000 (02:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add k8-nosdn-stor4nfv-ha/noha scenario"
  - Add k8-nosdn-stor4nfv-ha/noha scenario

    JIRA: YARDSTICK-1090

    We have k8-nosdn-stor4nfv-ha/noha scenario in compass,
    so we need to add this files to trigger it.

    Change-Id: Iefa3a83407bff7d3c1de1959f35b6d8e5eecd145
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoUpdate git submodules
zhihui wu [Thu, 22 Mar 2018 01:29:43 +0000 (01:29 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix: Unable to locate package python-minimal"
  - bugfix: Unable to locate package python-minimal

    This log shows python-minimal can't be located.
    https://build.opnfv.org/ci/view/qtip/job/qtip-compute-fuel-zte-virtual6-master/21/console

    Change-Id: Idbdd47bae68ac5998c75f33ab8dd2851238d8484
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Yujun Zhang [Thu, 22 Mar 2018 01:06:44 +0000 (09:06 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Rename doc to docs

    Change-Id: Iaa83d00704a8d077f8671647b999394eac461482
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
6 years agoUpdate git submodules
QiLiang [Wed, 21 Mar 2018 04:19:17 +0000 (12:19 +0800)]
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Add ci entry scripts

    Currently, just some dummy scripts for ci test.

    Scripts contents Plan:
    - deploy.sh is for ci daily job deploy and verify
    - upload.sh is for building/uploading docker image, other resources
    - verify.sh is for basic patch verify (e.g. ut, lint)

    Change-Id: If4c9ffb484a265258dcb6afaf6f479c8e394d7ee
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:07:42 +0000 (21:07 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "INFO: Add Gerard Damm as Auto committer"
  - INFO: Add Gerard Damm as Auto committer

    Change-Id: I2cb3e69d1e85a3435631fd7d9e0a245130cde693
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:07:31 +0000 (21:07 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "Testcases for Edge cloud Environment check"
  - Testcases for Edge cloud Environment check

    This testcases only specific to OpenStack.

    JIRA: AUTO-31

    Change-Id: I283ffcfef97320765e7a5d76898aecd1077bf12e
Signed-off-by: Mohankumar Navaneethan <mnavaneethan@mvista.com>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:06:37 +0000 (21:06 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "Auto Generated INFO.yaml file"
  - Auto Generated INFO.yaml file

    INFO.yaml meant to be machine readable.
    This file was auto generated from an ldap lookup
    and your projects INFO file

    Meeting times are not currently filled out.
    please ammend this patchset to complete

    Going forward comitter promotions should be done
    against this file.

    PTLs:
    Must be merged for you to gain delete access on
    testresults.opnfv.org

    Change-Id: I71f2138879184849d8f6d7cb324ce5d2d5fce587
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Tina Tsou [Wed, 21 Mar 2018 21:05:40 +0000 (21:05 +0000)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - Merge "structures for definition code (Tests and Challenges)"
  - structures for definition code (Tests and Challenges)

    JIRA: AUTO-13

    Created structures for configuring various test definition scripts
    and challenge definition scripts in corresponding classes (something like
    libraries of functions, with an index ID to pick the applicable function).
    This will be useful to leverage Python clients to OpenStack and
    Kubernetes, or even for HTTP-level APIs for ONAP. It may be more flexible
    than the list of CLI/API commands initially planned (however, the list structures
    are still there, and might be used by the scripts).

    Additionally, there are some test snippets for Openstack Python SDK (work in progress).
    Also, there is a clouds.yaml file, for this interface.

    Change-Id: Ida1ff118fcbfe8715679492feb8fe0df2da62b45
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
Gerard Damm [Fri, 16 Mar 2018 20:31:41 +0000 (15:31 -0500)]
Update git submodules

* Update docs/submodules/auto from branch 'master'
  - cosmetic fixes (numbering, bulleting, TOC, section levels, ...)

    JIRA: AUTO-26

    edited files for better HTML rendering (especially, added missing blank lines to ensure proper bulleting)

    Change-Id: I8165363f15f26bab2e3f72cc1435c4acf32f618b
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
6 years agoUpdate git submodules
yayogev [Wed, 21 Mar 2018 15:31:54 +0000 (17:31 +0200)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - Python 3.4 backwards compatibility (for 'verify' job)

    cherry-picked from internal commit by ilia on 07/02/2018 19:49

    Change-Id: I03caf42492785a9af5e8301ca202b00a7b4af787
Signed-off-by: yayogev <yaronyogev@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 19:16:56 +0000 (20:16 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Clean up opnfv ansible vars and switch to lowercase

    This change removes the variables that are not used in any of the
    playbooks/roles from opnfv ansible vars.

    Apart from that, all caps ansible vars replaced with lowercase ones
    and impacted playbooks/roles are updated.

    installer-type:osa
    deploy-scenario:os-nosdn-nofeature

    Change-Id: I99ebdc155b3903176ac5940b64cef0c0f3aa0f0d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 11:45:43 +0000 (12:45 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Disable merge jobs on centos until centos is fixed properly

    Change-Id: Ieab479d257fb1922136eb343d1dd25f2006c2ac2
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Qiaowei Ren [Tue, 20 Mar 2018 05:44:22 +0000 (13:44 +0800)]
Update git submodules

* Update docs/submodules/stor4nfv from branch 'master'
  - Add k8s test case

    Change-Id: I7ef6fd6aa31fae47cca446d31b6b54d13454df9c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 07:34:45 +0000 (08:34 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Make centos jobs non-voting for promotion

    Change-Id: I981b115bc37f034db991667a29f0ce66b239cbdf
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:51:37 +0000 (08:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Offline support for bottlenecks project"
  - Offline support for bottlenecks project

    JIRA: YARDSTICK-1053

    Those three yaml files are for bottlenecks support offiline flavor
    The ssh time out problem will fix in changing the duration time

    Change-Id: Ifd317404a820d0446ffab5070211e48def1a0d2f
Signed-off-by: liyin <liyin11@huawei.com>
6 years agoUpdate git submodules
Victor Morales [Mon, 5 Feb 2018 18:45:46 +0000 (10:45 -0800)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Add proxy support

    In some cases the XCI development environment can be located behind a
    corporate proxy resulting in a additional layer to consider to
    configure. These changes pretend to include proxy support for all
    linux distros in all the posible flavors.

    Change-Id: Iab469268809ac471d09e244bb3ccd83de1a41b88
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 21 Mar 2018 08:19:09 +0000 (08:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add Compass POD ipmi info to pod.yaml for ha.tc009"
  - Add Compass POD ipmi info to pod.yaml for ha.tc009

    1. For ha.tc009 which needs to login one controller node and shut it down
       with its ipmi info.
    2. So it needs to add impi info and jumpserver info into pod.yaml file.
    3. Remove yardstick.img file to save artifacts space

    JIRA: DOVETAIL-628

    Change-Id: I4d2aa48b209155f27e49a7bb871a170683b47fc9
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:18:24 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Enforce pip version during installation"
  - Enforce pip version during installation

    Currently there is a reported problem in pip library [1]. To avoid this
    problem, the pip version should be enforced during the installation.

    [1]https://github.com/pypa/pip/issues/5079

    JIRA: YARDSTICK-1087

    Change-Id: I2ee28749f146cd3b0e1bf4ed92b51cbe6db8b2f3
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 08:13:02 +0000 (08:13 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace neutron router creation with shade."
  - Replace neutron router creation with shade.

    Function create_neutron_router now uses shade client instead of neutron
    client.

    JIRA: YARDSTICK-890

    Change-Id: I819d26f4edb3af5e50f777e8ddbadf4d24820b7f
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
6 years agoUpdate git submodules
Richard Elias [Wed, 28 Feb 2018 15:48:00 +0000 (15:48 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - vsperf: Performance Matrix functionality support

    The patch expands the vsperf --test-params argument with list
    functionality, which enables running multiple tests with different
    parameters. If more tests are run then parameters provided, the
    last parameters will be reused. Example:
    ./vsperf --test-params "['','TRAFFICGEN_PKTSIZE = (64,)']"
    phy2phy_cont phy2phy_cont
    CUMULATIVE_PARAMS if true, instead of using the default settings,
    each test will take the parameters of the previous test before
    applying it's own.
    The patch also adds the vsperf --matrix argument which analyzes and
    compares the results of all the tests run, printing it as a table,
    as well as saving it into a file in the results directory.
    MATRIX_METRIC metric used by Performance Matrix to compare tests.

    JIRA: VSPERF-554

    Change-Id: I71530ddf110890612236a7e57039f249609c835b
Signed-off-by: Richard Elias <richardx.elias@intel.com>
Reviewed-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>
6 years agoUpdate git submodules
rexlee8776 [Tue, 20 Mar 2018 09:14:16 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: update test case base on node parameters in ci

    JIRA: YARDSTICK-1082

    Change-Id: I00080d0317a54b73a6cd571198e9446962c11b5a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
QiLiang [Wed, 21 Mar 2018 03:17:27 +0000 (11:17 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Add jjb for clover

    - clover-project.yml is a modified copy of container4nfv-project.yml
    - clover and container4nfv temporary share the same vpod huawei-virtual6
    - add job blocker between clover and container4nfv
    - add clover doc to opnfvdocs

    Change-Id: I6e4b133670fd46c57e338af37f2a066c95ce4bc6
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Wed, 21 Mar 2018 03:18:19 +0000 (03:18 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Fix Stor4nfv CI issues due to repo changes"
  - Fix Stor4nfv CI issues due to repo changes

    Applies the changes in stor4nfv repo and consolidates
    opensds and nbp inventories. This fixes the CI failure in
    stor4nfv scenarios.

    Change-Id: I91f291d52488771934e0e0e93da2c56715abc877
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
zhihui wu [Wed, 21 Mar 2018 02:55:56 +0000 (02:55 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "A initial CI script for network test"
  - A initial CI script for network test

    This is a initial CI script for network test.
    For now it verifies the containers can be correctly launched.

    Change-Id: I418716a69efa5c784b300d0d8b5ce0d0823d11db
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
zhihui wu [Wed, 21 Mar 2018 02:55:41 +0000 (02:55 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Change nettest export port to 5000"
  - Change nettest export port to 5000

    I misunderstood this export port before.Change it to the previous
    value.

    Change-Id: I8366c27d8763ea1c8eb140dbbb37cfcffe414dbf
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
shangxdy [Tue, 20 Mar 2018 03:24:38 +0000 (11:24 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Handle flavor before image

    JIRA: PARSER-174

    Change-Id: I891398e634846db617081b0baed9adf0662743b7
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 21 Mar 2018 09:19:12 +0000 (05:19 -0400)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - disable multus

    Change-Id: I79854e52188833184ed60669b9f792afffcfd3c6
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Rex Lee [Wed, 21 Mar 2018 01:45:10 +0000 (01:45 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix for datasource field value"
  - Fix for datasource field value

    This is fix for grafana dashboard templates
    where variable "${DS_YARDSTICK}" is replaced
    by "yardstick".

    JIRA: YARDSTICK-1089

    Change-Id: I0647d5bfd772a2d9ffa18bac59cdbbb39c8ec0ab
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
6 years agoUpdate git submodules
QiLiang [Tue, 20 Mar 2018 09:33:01 +0000 (17:33 +0800)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Tiny fix for istio scenario

    - disable user interactive when clean_bookinfo
    - run sleep before status check to save ci varify time

    Change-Id: I6072b85c3c941af30263101a3d4dca0537abf1fc
Signed-off-by: QiLiang <liangqi1@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:04:07 +0000 (23:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix retrieving "options" section in "scenario""
  - Fix retrieving "options" section in "scenario"

    In [1] a new method to rename the "scenario" host names was implemented.
    This method parses all sections with host names and applies the
    "qualified" name.

    Some malformed test cases define the "options" section without content.
    This causes that [2] retrieves "None" value instead of an empty
    dictionary. This possibility must be handled in the new method.

    [1]I44da30dac562c1a4166e084645ae91c17798651d
    [2]https://github.com/opnfv/yardstick/blob/4b8b674b65830a24230faed71e8d9a1048139c89/yardstick/benchmark/core/task.py#L630

    JIRA: YARDSTICK-1073

    Change-Id: I8864b428734ead8c5aa39de5091d3a2a691be060
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:01:36 +0000 (23:01 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add "YARDSTICK_REPO_DIR" into tests path"
  - Add "YARDSTICK_REPO_DIR" into tests path

    In the CI flow, script "load_images.sh",
    variable ${YARDSTICK_REPO_DIR} needs to be added
    in front of tests path to avoid the error:

    sed: can't read tests/opnfv/test_cases/*:
    No such file or directory

    This fix is specific to arm64

    JIRA: YARDSTICK-1086

    Change-Id: If19b295233bb7313226dae70df016ad236bed2ac
Signed-off-by: ting wu <ting.wu@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Tue, 20 Mar 2018 23:00:03 +0000 (23:00 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Modify the Docker diff file for ARM64"
  - Modify the Docker diff file for ARM64

    In I5d9e135449b2d35f051ecf5fa63a1ce11030de4a the Dockerfile was modified.
    Until we can handle the Dockerfile generation for each architecture in a
    better way, we need to keep updated the Docker diff file for ARM64.

    JIRA: YARDSTICK-1030

    Change-Id: Ibd9224dcb9a7a897b0da8aab126f62983b5e70bd
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Alec Hothan [Tue, 20 Mar 2018 21:44:54 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Merge "NFVBENCH-75 fluent logger configure not override by -c my_config.yaml"
  - NFVBENCH-75 fluent logger configure not override by -c my_config.yaml

    Change-Id: I139037069d930ca5c15078c455933f3e5eebe484
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
mortenhillbom [Tue, 20 Mar 2018 21:05:48 +0000 (14:05 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-73 vlan_tagging parameter cause exception

    Change-Id: Ia2f091dfd05004806637e3e15076e04aa31bd433
Signed-off-by: mortenhillbom <mhillbom@cisco.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 20 Mar 2018 20:36:56 +0000 (20:36 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Make Apex JJB Renderer Importable"
  - Make Apex JJB Renderer Importable

    Wrapping the script into a function will make it importable from other
    python code. Calling the file directly will still work as it did before.

    Change-Id: I8336d34b05687fa650ce1c123bb37fa311ce2978
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 20 Mar 2018 13:41:35 +0000 (17:41 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual/odl] Use default gw offered from dhcp

    Remove default route to external gateway on compute nodes
    instead of placing wrapper script as a workaround.

    Change-Id: I8e1d5d9920a7aa2ed2d1092ebce692176a3bf41a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Markos Chandras [Mon, 19 Mar 2018 16:22:47 +0000 (16:22 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Move cleanup script outside of bifrost

    The cleanup script has grown quite a bit over time and it now does more
    things than cleaning up old 'bifrost' artifacts to move it to the global
    files directory so it can be used by all installers.

    Change-Id: Ibf70ff255f14e798216cedc71fb7c5f5476b964a
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Tue, 20 Mar 2018 17:28:50 +0000 (17:28 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge changes from topic 'allow-deployment-overrides'

    * changes:
      xci: infra: bifrost: Avoid installing Ansible twice
      Add initial support for multiple infra deployers

  - xci: infra: bifrost: Avoid installing Ansible twice

    We already install Ansible globally and we also install another version
    of it in the bifrost venv. Even though the OSA Ansible may move faster
    than the bifrost one, we normally pin both projects so we can move them
    when they can work with the same Ansible version. As such, lets make the
    deployment a little bit faster by simply not installing Ansible twice.

    Change-Id: I121ef5979607b62e76300db1bc6d51fc27362d5b
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - Add initial support for multiple infra deployers

    bifrost is currently the only way to deploy the infrastructure but
    in the future other solutions will be added so we need to do some
    preparation for XCI integration.

    Change-Id: I961dd42157c924d88747074ddba6a318f8b537ac
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Tue, 20 Mar 2018 15:51:58 +0000 (16:51 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci: Set CI_LOOP, FUNCTEST_MODE, and FUNCTEST_SUITE_NAME in jobs

    These variables are needed for displaying details of functest run.
    Apart from that and more importantly, FUNCTEST_SUITE_NAME will be
    important for adjusting the criteria for verifying and promoting
    scenarios.

    Change-Id: I7a3c82c6babc4d5e057b26fda697e9fc969c8526
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>