opnfvdocs.git
6 years agoUpdate git submodules
Ross Brattain [Wed, 29 Nov 2017 11:50:04 +0000 (11:50 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Tox: add a pep8 target"
  - Tox: add a pep8 target

    Adds a pep8, pep8-full targets to tox:
    * pep8 target: runs pylint on the changed files
    * pep8-full target: runs pylint on whole repo

    Adds scripts to run pylint:
    * stored in tools/

    Documentation: changeed the command for running tests
    (run_tests.sh -> tox). This runs the same set of tests as before.

    JIRA: YARDSTICK-832

    Change-Id: I652da87723682d958f3fcbc2eb4cd88422636a3b
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Navya [Wed, 29 Nov 2017 05:16:26 +0000 (10:46 +0530)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - KVMFORNFV: Enable daily job

    This patch is used to enable kvmfornfv daily job as Intel-pod10 is
    available.

    Change-Id: I515543606a89c322f453fddd076d7a121cab26c9
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
6 years agoUpdate git submodules
Thomas Duval [Wed, 29 Nov 2017 07:52:39 +0000 (08:52 +0100)]
Update git submodules

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

    Change-Id: I9ef73c7c2f85eb8e72bf34d0095df8bdef86f2a9

6 years agoUpdate git submodules
Michael Polenchuk [Wed, 29 Nov 2017 08:49:22 +0000 (08:49 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "AArch64: base image: pre-install salt-minion"
  - AArch64: base image: pre-install salt-minion

    While at it, rename apt repo in foundation node user-data template
    from "salt" to "saltstack", to align with reclass model naming.

    Change-Id: I5b216492349ae187b568884b1ab4046c52b1c6b2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 28 Nov 2017 18:53:50 +0000 (19:53 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Fix prx stale route via MaaS DHCP

    Although we add default routes via public network and disable
    DHCP client from setting new routes, until we reboot the prx* nodes
    we still have the stale route originally set at initial boot.

    Change-Id: Ib8e5fb67c7da00684e0ac21984fc4661d3820d83
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Jun Li [Wed, 29 Nov 2017 01:19:16 +0000 (01:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable Dovetail Euphrates CI Jobs"
  - Enable Dovetail Euphrates CI Jobs

    Now there are no jobs on Euphrates for Dovetail.
    Add them and test Dovetail against OPNFV Euphrates.

    JIRA: DOVETAIL-567

    Change-Id: I592a367821fcbe84e403d16d5b34bf5c6103f5af
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Kerim Gokarslan [Tue, 28 Nov 2017 18:24:00 +0000 (10:24 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - NFVBENCH-48 Check gsutil when building the vm image

    Change-Id: I2c049679be27c4404ba859d30c8b37f17b60496f
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 21 Nov 2017 16:25:50 +0000 (11:25 -0500)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fixes upstream deployments

    There was an issue with patching the overcloud where the patch binary is
    missing, making it impossible to apply patches.  This change install
    patch now on the image.

    Also, although deployments were successful, storage was not working.
    This is because by default upstream does not apply Ceph OSDs to compute
    nodes for hyperconverged Ceph, but we use this as our standard
    deployment in Apex.  This patch inserts CephOSD into the default Compute
    role.  Note: we normally override role's services in regular Apex
    deployments so we do not hit this issue there.

    Change-Id: I5bddda4784dc00148395863ae0990343a4159602
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Tue, 28 Nov 2017 17:14:21 +0000 (12:14 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: enables daily master every other day

    Change-Id: I2f6e54badddf234fb781adc49b8395ac0144da06
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 28 Nov 2017 19:47:07 +0000 (19:47 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fully cover vnf"
  - Fully cover vnf

    clean() is now covered by unit tests.

    It must be noted that clean() doesn't warn about the possible
    failures when cleaning resources.

    Change-Id: If64c0cc5777ac5d2ce8a04ea34cd4f50091ab273
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cedric Ollivier [Tue, 28 Nov 2017 19:46:56 +0000 (19:46 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Create RobotFramework class"
  - Create RobotFramework class

    It moves the capability to run any robot script from ODL TestCase
    into a new class: RobotFramework.

    It updates ODL TestCase and the related unit tests to inherit from
    the new parent class.

    Change-Id: I73e59ee9652fb63d9d89d7c75c58cce9cf62b0d7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Stuart Mackie [Tue, 28 Nov 2017 19:03:40 +0000 (11:03 -0800)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Use juju run --application for patching OpenContrail containers

    Change-Id: Id0a2f5597a4f916d8a92ac9c01bb94c511a95045
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
6 years agoUpdate git submodules
Bryan Sullivan [Tue, 28 Nov 2017 17:52:29 +0000 (09:52 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Add centos support

    JIRA: VES-2

    Change-Id: Ib9a8f95e7ba8fb6f0d06840d609e29aa4cf2360a
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Markos Chandras [Tue, 28 Nov 2017 15:45:02 +0000 (15:45 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Revert "jjb: xci: xci-verify-jobs: Enable tempest for XCI"

    This reverts commit 130a166b57d708cadba8a5917eadf0025fc17c6b.

    It was very optimistic to enable tempest in the CI jobs so disable
    it until we understand the problems. They are most likely related
    to limited HW resources but we need to confirm that.

    Change-Id: Id9ff9a4ca047140341c98411c0c57243d47001a9
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
RHE [Tue, 28 Nov 2017 15:05:46 +0000 (16:05 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon_utilities python unit test

    Change-Id: Ia3e52d778ce2aba7f6ae1df727606dd40d3be480
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Martin Klozik [Tue, 28 Nov 2017 10:12:30 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - ovs_vanilla: Fix vswitch shutdown process

    Datapath must be removed before vswitch termination.

    JIRA: VSPERF-548

    Change-Id: I7408ddc1b21e2bc02a44785dca07d9c026bc28c1
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
Linda Wang [Tue, 28 Nov 2017 04:52:58 +0000 (04:52 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix the doc of snaps test

    snaps_health_check does not allocate a floating ip to the vm,
    but a fixed ip instead.

    Change-Id: Ia43885993135dec56aba08b0e157ac2c9f715e06
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 28 Nov 2017 11:57:03 +0000 (11:57 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Revert "[baremetal] Fix maas_subnets without maas_fabrics"

    The upstream commit has been merged
    https://github.com/salt-formulas/salt-formula-maas/commit/0c622327
    This reverts commit 2c48915a1a77aa3ac0133155fd0cdadbf280493d.

    Change-Id: Iff86f3dc171371903e3294eed43977eb6197a5e7
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Ruan HE [Tue, 28 Nov 2017 13:49:31 +0000 (13:49 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add examples of unittest with pytest for Moon Manager"
  - Add examples of unittest with pytest for Moon Manager

    Change-Id: I555d8d60985982f4c1c5b9c12101c0f8d9ce3b10

6 years agoUpdate git submodules
RHE [Tue, 28 Nov 2017 12:11:09 +0000 (13:11 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moonv4 clean up

    Change-Id: Ied1e065f941e59bf9a75545436b7ac09174942fa

6 years agoUpdate git submodules
Gerald Kunzmann [Tue, 28 Nov 2017 11:20:33 +0000 (11:20 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Merge "Proposal to move Promise shim-layer code to a new deprecated folder"
  - Proposal to move Promise shim-layer code to a new deprecated folder

    Promise test cases have been disabled in Functest

    Promise shim-layer has been marked as DEPRECATED in Euphrates

    Change-Id: I98ecd9ae2b25c102f478fc3869f23e6c70d32d8d
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Mon, 27 Nov 2017 21:17:36 +0000 (22:17 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Add section describing how to get involved

    Change-Id: I9c552930b46dad2bf9720595d44208b393dba643
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 20 Nov 2017 11:50:53 +0000 (15:50 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual] Update openstack version to pike

    Change-Id: I1df0228cb44bf9122aaf93dd25fc16a0d26a5240
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Michael Polenchuk [Tue, 28 Nov 2017 08:26:49 +0000 (08:26 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Add pre-{install,purge} support for base image"
  - Add pre-{install,purge} support for base image

    Extend <lib.sh> and its invocation from <ci.deploy.sh> with
    support for modifying foundation node VMs base image prior to
    using it with:
    - additional APT GPG keys;
    - additional APT repos;
    - packages to pre-install;
    - packages to pre-remove;
    - (non-configurable) cloud init datasource via NoCloud only,
      so VCP VMs won't wait for metadata service;

    While at it, re-use the resulting image as a base for another
    round of pre-patching (same operations as above are supported)
    to provide a base image for VCP VMs.

    Add AArch64-specific configuration based on new mechanisms:
    - pre-install linux-image-generic-hwe-16.04-edge (and headers)
      for foundation node and VCP (common) image (also requires new
      repo and its key);
    - pre-install cloud-init for VCP image (it should already be
      installed, but script needs non-empty config for VCP to create
      the VCP image and transfer it over to Salt Master);

    NOTE: cloud-init is required on VCP VMs for DHCP on 1st iface.

    JIRA: FUEL-309

    Change-Id: I7dcaf0ffd9c57009133c6d339496ec831ab14375
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
zhihui wu [Fri, 24 Nov 2017 08:51:28 +0000 (16:51 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - distinguish fuel and mcp in ci scripts

    Because ci parameter still use fuel to represent mcp, but they are
    two different installers for qtip. Distinguish them in qtip ci scripts.

    Change-Id: I74165da39a607c26464ced04e1ad3ca4ed4e40e5
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
xudan [Mon, 20 Nov 2017 06:58:54 +0000 (01:58 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Remove one sub test case from dovetail.tempest.tc004

    1. Currently, dovetail.tempest.tc004 has 13 sub test cases defined in its
       config file and specification document of the test case. All these
       sub test cases are picked from tempest based on it's version 15.0.0.
    2. For Dovetail 1st release, it fixes the version of Functest to be
       opnfv/dovetail:cvp.0.5.0, and Functest integretes tempest 14.0.0
       in this version and it's E release.
    3. There is one sub test case in dovetail.tempest.tc004 that is new in
       tempest 15.0.0, so it can not be recognized and executed by Functest D
       and E release. It is 'test_server_connectivity_cold_migration_revert'.
    4. Remove this sub test case from dovetail.tempest.tc004. This means remove it
       from the test case config file and specification document.

    JIRA: DOVETAIL-561

    Change-Id: Ia927af040794c7027a741a282ed75fe401f99ff1
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Bryan Sullivan [Tue, 28 Nov 2017 05:23:13 +0000 (21:23 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Add loglevel as env variable

    JIRA: VES-2

    Change-Id: I909da7f9bc62ba33e5e33bb90d153ec9a425acb8
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
mei mei [Tue, 28 Nov 2017 03:47:32 +0000 (03:47 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "compass: Build Docker images with jjb"
  - compass: Build Docker images with jjb

    JIRA: COMPASS-567

    Add compass4nfv-docker.yml
    compass-tasks-k8s and compass-tasks-osa are dependent on compass-compass-tasks.
    So we have to phase to build docker images
    phase 1. execute the multijob 'build compass-tasks images'
    Only the phase 1 is successful then excute the phase 2
    phase 2. execute the multijob 'build all compass images'

    Modify the opnfv-docker.sh
    1. Add a function remove_containers_images
    2. call the remove_containers_images when beginning and finishing build
       to solve the problem of rmove of images due to dependancy

    Change-Id: I66fb27260cf114da96417361e80c8183db3233bd
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
ahothan [Tue, 28 Nov 2017 02:43:28 +0000 (18:43 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Fix docker container to pick VM image 0.5, enhance doc diagrams

    Add SRIOV packet paths

    Change-Id: I0f082fd3443e41dec81ab1847726107b07ea9b52
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 27 Nov 2017 20:36:22 +0000 (15:36 -0500)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Migrate default ODL from Carbon -> Nitrogen

    Change-Id: If64212b33bf9ad3b9900ca18b39c90839f745843
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Bryan Sullivan [Tue, 28 Nov 2017 00:47:14 +0000 (16:47 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Run actions in parallel to reduce overall deploy time.

    JIRA: VES-2

    Change-Id: I557429ceb44f221057748d75d37d7f0fa58d8b41
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Yichen Wang [Thu, 23 Nov 2017 00:26:29 +0000 (16:26 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Add support to use vswitch to handle V2V in PVVP SRIOV scenario

    1. Add support to use vswitch to handle V2V in PVVP SRIOV scenario
    2. Update nfvbenchvm to 0.5:
        (1) Update VPP to 17.10;
        (2) Update DPDK testpmd to 17.08;
        (3) Change kernel to based on longterm lineup;

    Change-Id: I944489579a4cd92d17075e80870bbdb32512a150
Signed-off-by: Yichen Wang <yicwang@cisco.com>
6 years agoUpdate git submodules
Gerald Kunzmann [Mon, 27 Nov 2017 21:44:08 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Merge "Updated list of upstream contributions in Blazar"
  - Updated list of upstream contributions in Blazar

    Change-Id: I470de39706403dabb36912c97c5c57bfcaa5ea26
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Bertrand Souville [Fri, 17 Nov 2017 08:28:42 +0000 (09:28 +0100)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Fixed Promise release notes

    Change-Id: If0345f631fa49a1d66563ed8201d181fbafaf00b
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 27 Nov 2017 19:35:05 +0000 (20:35 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for apache state revert

    Change-Id: I65c7d74af470953a2b62caddc3bc6be27df3879a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
  - p/fuel: AArch64: base image: salt-minion preinst

    Change-Id: Ib22a92d3530e14d1b9e002507c73a5960d5b058e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 27 Nov 2017 19:19:11 +0000 (20:19 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] VCP VM base img: Switch URL to AWS S3

    Mirantis prebuilt base image for VCP VMs (used by salt.control on
    x86_64) has been moved to a new location on AWS S3.

    Change-Id: I9f4a858a1033c3c0a05cba0bd40a8ceac6075615
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aaron Smith [Mon, 27 Nov 2017 19:49:21 +0000 (19:49 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "puppet-barometer: add puppet module to barometer"
  - puppet-barometer: add puppet module to barometer

    Port puppet module from https://github.com/johnhinman/puppet-barometer to
    barometer.

    Change-Id: I48499382307a184a34591a7202c439cd7c341c39
Signed-off-by: jhinman1 <john.hinman@intel.com>
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
6 years agoUpdate git submodules
Aaron Smith [Mon, 27 Nov 2017 19:42:01 +0000 (19:42 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "Added snmpd container"
  - Added snmpd container

    Change-Id: Icec7fa09b0b97594383c5ec8c45c7eb4ea586a30
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
6 years agoUpdate git submodules
Maryam Tahhan [Fri, 24 Nov 2017 15:30:47 +0000 (15:30 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docker: update grafana dashboards

    Add grafana dashboard json files to import to grafana.

    Change-Id: Ib78b82029d68199e1611f3c94e265741d730c676
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
6 years agoUpdate git submodules
spisarski [Mon, 27 Nov 2017 17:21:09 +0000 (10:21 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Expanded the tests for ClusterTypes

    JIRA: SNAPS-233

    Change-Id: Ibba9b7046b95b5523cde525c4a4ed971f463a19d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 1 Sep 2017 19:08:01 +0000 (15:08 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Removes using https with rdo-release

    We dont need to use https with rdo-release and it can
    cause issues for ansible.

    Change-Id: I081228a05d68f987fa02480bcd1bf216573550f1
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Tim Rozet [Mon, 27 Nov 2017 16:59:12 +0000 (11:59 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Remove ODL+FDIO scenarios in Euphrates daily

    These scenarios will not be part of 5.1 release.

    Change-Id: Ied91df7379705414850cda504842ecef2b3c7e0b
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 10:06:08 +0000 (14:06 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Align options of glusterfs nova_instances volume

    Change-Id: If0558afd37f16678290353fa9c5e6c4163f814a0
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
spisarski [Mon, 27 Nov 2017 15:16:39 +0000 (08:16 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Updated comments for ID version 2 vs. 3

    Change-Id: Ib51076cb9fa1c3f52c619a5682ae4a11f64580a9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
spisarski [Wed, 22 Nov 2017 21:55:43 +0000 (14:55 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Implemented the ability to create Magnum Cluster Type objects.

    This patch is the second of several necessary for the addition of
    Magnum support. This one implements a create and delete function
    to magnum_utils.py as well as the necessary config and domain classes
    for sending and receiving Cluster Type data to OpenStack.

    JIRA: SNAPS-233

    Change-Id: Iad1959b98eaabc4ef5f41b70a23f6b1306259650
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Bryan Sullivan [Mon, 27 Nov 2017 04:45:21 +0000 (20:45 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Factor out agent and collector container build

    JIRA: VES-2

    Change-Id: Idd9655b3233937edeea00a38ef983026e1486284
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Guo Ruijing [Mon, 27 Nov 2017 03:48:13 +0000 (22:48 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - fix workspace permission for container4nfv

    Change-Id: I1961d4740988278ef771b83635cf2b8a0cb2bc73
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Guo Ruijing [Sun, 26 Nov 2017 19:37:02 +0000 (14:37 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - fix verify jenkins failure

    Change-Id: I0d9d33ea263112c627122d5af570578bc3f2284f
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Linda Wang [Sat, 25 Nov 2017 02:09:41 +0000 (02:09 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Remove os_utils call from cloudify ims and vrouter

    Change-Id: I333551125616113484ad275820f2176dae79da6e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
grakiss [Thu, 16 Nov 2017 09:18:14 +0000 (09:18 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [cvp-web] Bugfix: Total num of test cases should be fixed

    JIRA: DOVETAIL-552

    The total num of test cases is decided by the number of the test cases
    users uploaded to the Web now.
    The total num should be fixed. For example, the total num of mandatory
    test cases should be 215. The total num of optional test cases should be
    63.

    Change-Id: I6f7055bbeceb80f831af7d800b1a5aca4e165c45
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
grakiss [Mon, 20 Nov 2017 07:45:40 +0000 (07:45 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [cvp-web] Admin can approve and not approve results

    JIRA: DOVETAIL-562

    According to the CVP workflow, once a result has been submitted to review,
    the admin will send email to all reviewers to get the comment (+1 / -1).
    Enable admin to approve/not approve the result after he gets the feedback from all reviewers.
    Otherwise, the result will always be in 'review' status.

    Change-Id: Ic3ace3c7284c70e9a8186d03e6cd88c91ecc76f9
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 07:54:17 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] MaaS: Fix adding mcp.rsa.pub"
  - [baremetal] MaaS: Fix adding mcp.rsa.pub

    Upstream salt-formula-maas change [1] gated applying "maas_sshprefs"
    low state by `region.sshprefs` being declared in reclass, which is
    not true for our model.
    Mend our region.sls patch to pass mcp.rsa.pub to MaaS unconditionally.
    This fixes baremetal SSH login with mcp.rsa.

    While at it, fix duplicate SSH key upload on MaaS state retry.

    JIRA: FUEL-281

    [1] https://github.com/salt-formulas/salt-formula-maas/commit/ec61dd6

    Change-Id: I93941a689058f9f48f34861898fbe3ee6ce4e2b4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 07:52:23 +0000 (07:52 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] Retry cinder.controller on failure"
  - [baremetal] Retry cinder.controller on failure

    Occasionally, cinderng.volume_type_present errors with:
    ClientException: Service Unavailable (HTTP 503)
    Instead of retrying the whole state file, use `wait_for` macro
    to retry only this high state up to 5 times.

    Change-Id: Ib9ef017aca737e53c853007c13107d56d856c016
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 27 Nov 2017 07:47:17 +0000 (07:47 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Revert "Apply apache state on proxy nodes""
  - Revert "Apply apache state on proxy nodes"

    Upstream fixed the salt-formula-horizon in commit 95387ec, by
    defining 8078 (and only that) port in Apache's ports.conf.
    This fixes the port 80 overlap, so running the `apache` high state
    after the `horizon` high state not only is unnecessary now, but
    also would lead to new breakage, since `apache` state would
    overwrite the ports.conf (removing 8078 and adding 80), i.e.
    creating a new port conflict and breaking Horizon port completely.

    This reverts commit eb4645206d6d74992fca3b8726ee2eebca97205f.

    Conflicts:
     mcp/config/states/openstack_ha
     mcp/reclass/classes/cluster/baremetal-mcp-ocata-common/openstack_proxy.yml

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
    Change-Id: Iea8f0bd90ee8d12f399aad16247dda274d6a907a

6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 26 Nov 2017 04:43:39 +0000 (05:43 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for image pre-install

    1. Bump to latest Fuel@OPNFV to include:
       - Bring in newer glusterfs for mtime unsplit brain
         * Requires adding arch "arm64" to PPA definition in reclass:
           - (reclass-system) linux.system.repo.glusterfs: Add arm64 arch
       - Switch nofeature-ha compute nodes to UCA repo
         * Requires an alternative way of adding linux.enea.com repos;
         * linux.enea.com repos will now be pre-install into VM images;
         * Requires refresh on repo arch list handled by Armband patch:
           - (fuel) baremetal, virtual: Extend arch list for UCA repo

    2. Staging proposed patches from upstream Fuel@OPNFV:
       - Add pre-{install,purge} support for base image
         * Reference implementation adds pre-installed Armband specifics:
           - Enea public GPG to APT keys (for below repos);
           - repos (linux.enea.com/{apt-mk,mcp-repos}/*);
           - linux-{image,headers}-generic-hwe-16.04-edge;
           - cloud-init: datasource from NoCloud only;
         * Allows us to drop kernel installation from state files,
           installing the kernel only once during image prep, instead of
           two stages of parallel installs (5 baremetal, 14 VCP);
         * Ensures Armband repos are pre-configured for infrastructure
           VMs, allowing us to drop more reclass repo definitions;
         * Rework armband patch to install kernel only on kvm, cmp:
           - (fuel) baremetal: linux-image-generic-hwe-16.04-edge

    3. Sync reclass repo definitions with upstream change, drop duplicates
       - [linux][repos] Remove unused repositories [1]
         * Upstream dropped all "ocata-{security,hotfix,...} repo comps,
           which are also empty for Armband, so drop them too;
         * Rework following armband patches:
           - (reclass-system) linux/system/repo/mcp: Add Armband repos
             * Move Armband repos to new dedicated reclass classes:
               - linux.system.repo.mcp.armband.extra (currently empty);
               - linux.system.repo.mcp.armband.openstack;
             * Use HTTPS for fetching Enea Armband GPG key;
           - (fuel) baremetal: Add Armband Openstack repos to kvm, cmp
             * Consume defs introduced above only on baremetal nodes;

    4. Sync documentation with Fuel@OPNFV (cp)

    5. Add vim swap files to .gitignore

    [1] https://github.com/Mirantis/reclass-system-salt-model/commit/1dd1b31

    Change-Id: Ibab56279de86f08ad7cd9bc6761f4c525532f811
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 19 Nov 2017 01:13:08 +0000 (02:13 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for new deploy arg `-E`

    Slight refactor of Armband high states, combine all parts touching
    salt minion into a single `armband.salt_minion` state.

    Also bring in support for NVRAM-backed domain undefine via
    `virt.purge` by passing down the proper flag to libvirt.

    While at it, squash mcp/patches touching the same lines of code
    in <_modules/seedng.py>, so deploys using `-f` do not fail at the
    patch stage (due to conflicting patch lines, checking for `patch -R`
    does not work as expected).

    Change-Id: Iefca061e641854d28bd8576f2b4547c87c239e32
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 25 Nov 2017 16:41:20 +0000 (17:41 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Bring in newer glusterfs for mtime unsplit brain

    Recent commit 8ba3a1a (Switch nofeature-ha compute nodes to UCA repo)
    bumped the reclass/system submodule and brought in upstream commit
    2ee306b (Glusterfs: use automatic mtime-based split-brain resolution)
    which requires support for "cluster.favorite-child-policy", not
    available in Glusterfs 3.7.x available in Ubuntu Xenial.
    NOTE: UCA does not provide glusterfs for "Ocata", only for "Pike"+.

    Instead of reverting the commit switching to mtime brain un-split,
    bump glusterfs to a version that is not EOL (3.10) using their
    official PPA.

    Change-Id: I4606dda2f3d4b7563eea793cc8e5d1380f336f24
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Zhijiang Hu [Sat, 25 Nov 2017 14:10:31 +0000 (22:10 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Update kolla image

    Change-Id: I7c7b6b10c5acc72f0de70703824e2034494eae77
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Bryan Sullivan [Sat, 25 Nov 2017 14:19:28 +0000 (06:19 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Build docker image for ves-app

    JIRA: VES-2

    Change-Id: I3b953b882d080d6e9ecaa8600bde92acb34dc538
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Xuan Jia [Sat, 25 Nov 2017 02:37:49 +0000 (02:37 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "build ovsdpdk cni during deployment"
  - build ovsdpdk cni during deployment

    Change-Id: I1c3d4b44bab0d75fae93f7fabce7bcfdcc3b9f35
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Xuan Jia [Sat, 25 Nov 2017 02:37:06 +0000 (02:37 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "remove timemout for k8s installation"
  - remove timemout for k8s installation

    Change-Id: I53d9bccfecd369ca3612dc12c3e5bb06b209961e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Guo Ruijing [Fri, 24 Nov 2017 16:35:50 +0000 (11:35 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - extend opnfv/container4nfv box to 400G

    Change-Id: Id5aaf1cb6be6797ac179d94fec93607481481c5e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
agardner [Fri, 24 Nov 2017 20:33:33 +0000 (15:33 -0500)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Jenkins does not have /usr/local/bin/ in path

    Stupid jenkins

    Change-Id: Ibfd83e7dadd674cfe7d7a9c2a712ef069fb8d5de
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Fri, 24 Nov 2017 19:30:45 +0000 (19:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Move check-jinja2 jenkins job to pharos project"
  - Move check-jinja2 jenkins job to pharos project

    Securedlab will be going away now that we can encrypt strings
    (eyaml)

    we need to check jinja2 PDF templates that will be moving into pharos
    This adds a jenkins job to check those templates

    After This change and https://gerrit.opnfv.org/gerrit/#/c/47735/ are merged
    I can start moving pdf files into the pharos repo

    Once this is complete I can remove check-jinja2 job from securedlab.
    Eventually decommissioning the securedlab repo

    Change-Id: I623b7d8eb78438a8a24307ff0b3a1966c33cd7cf
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
agardner [Thu, 23 Nov 2017 20:59:03 +0000 (15:59 -0500)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Moving check-jinja2 to pharos.

    Securedlab will be going away now that we can encrypt strings
    (eyaml)

    we need to check jinja2 PDF templates that will be moving into pharos
    This adds one pod yaml files and fixes paths in check-jinja2.sh

    After this is merged I can create a jenkins job for pharos.

    Then I can start moving pdf files into the pharos repo

    Change-Id: I2f2f2925275de49035d7d0160249d75b25ca0d20
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Delia Popescu [Fri, 24 Nov 2017 12:52:41 +0000 (14:52 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Doctor run on 'doctor-{installer}-verify' slave

    Change-Id: I65a2a3c6643cba870eec2f794199bb824c6b868c
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 24 Nov 2017 15:35:05 +0000 (15:35 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[docs] Add MCP user guide"
  - [docs] Add MCP user guide

    Change-Id: I97a5a2817004850abc3f702004819a907472faf7
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 24 Nov 2017 15:29:26 +0000 (15:29 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "docs: Update prx nodes on network diagrams"
  - docs: Update prx nodes on network diagrams

    - prx: added 3rd interface, green dot to mgmt

    JIRA: FUEL-302

    Change-Id: I9f807409ed7a84de95d7321f059343d5d676038e
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 24 Nov 2017 14:49:53 +0000 (14:49 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Add required packages install for AIO"
  - Add required packages install for AIO

    The All-in-One flavor is missing the tasks for the installation of
    distro and pip packages, these tasks are performed by other flavors.

    Change-Id: Ia0f707c08acd47e1dc4577916da58e338ba187fa
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 24 Nov 2017 08:10:08 +0000 (12:10 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Switch nofeature-ha compute nodes to UCA repo

    Employ UCA repo on computes nodes for nosdn-nofeature-ha scenario as
    well to prevent a regression (creation of ports failed for 1+n instances)
    of neutron ovs agent from mcp/openstack repos.

    Change-Id: Ie65ae122096c0d3a93c09d46191787a934bd7d4f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
RHE [Fri, 24 Nov 2017 12:54:26 +0000 (13:54 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - remove keystone-moon

    Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 24 Nov 2017 06:37:43 +0000 (07:37 +0100)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Update CMD in gating Dockerfile

    It conforms with the change "Remove prepare_env" [1].

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

    Change-Id: I9a80049e002b812d097067dc53798fa3bc532505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Fri, 24 Nov 2017 06:48:12 +0000 (07:48 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Enable Doctor testcase for F-release

    doctor conforms with OpenStack Pike requirements then it could be
    enabled in functest-features and functest-restapi (master) [1].

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

    Change-Id: I82135a64cf0aac5ebf5b56260ede24b592fca41b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 23 Nov 2017 21:18:54 +0000 (22:18 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Enable baro_tests testcase for F-release

    barometer conforms with OpenStack Pike requirements then it could be
    enabled in functest-features and functest-restapi (master) [1].

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

    Change-Id: Iee17bd17192db53075dd8ff8d020d18306394cfa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
rpaik [Thu, 9 Nov 2017 18:55:56 +0000 (10:55 -0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Added a license metadata line to specify Apache-2.0

    Change-Id: I567522d47fa30efa03e84e5292360481e81f30ad
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
6 years agoUpdate git submodules
Cedric Ollivier [Fri, 24 Nov 2017 06:44:11 +0000 (06:44 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove iniparse and urllib3 dependencies"
  - Remove iniparse and urllib3 dependencies

    It also moves robotframework addons to the right containers.

    Change-Id: I32a8e018bf84685cffc70a04e3736d948bc6d1c4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Thu, 23 Nov 2017 21:03:43 +0000 (22:03 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix relative imports in cloudify_ims_perf

    It also fixes wrong indents.

    JIRA: FUNCTEST-893

    Change-Id: Ic54e01c03c14f39c69242c41922fc124c1b45c23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
wenjuan dong [Fri, 24 Nov 2017 05:42:55 +0000 (05:42 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Added instructions to enable Neutron 'Data Plane Status' ML2 extension"
  - Added instructions to enable Neutron 'Data Plane Status' ML2 extension

    Change-Id: Ief6fc069898e4bbf5a8ac48b0a42b80a3f541cbd
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 15 Nov 2017 18:22:44 +0000 (19:22 +0100)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Updated from global requirements

    Change-Id: I892ae546490cac6e8a59c68bbf2dd214f8842597
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Wed, 22 Nov 2017 09:43:32 +0000 (04:43 -0500)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Switch ODL version to Carbon-SR1

    SR2 seems has issues with FIP ping test

    Change-Id: I4aea097f2009c2c33de8fc85820bf68c1cbb316a
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 23 Nov 2017 18:16:30 +0000 (19:16 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for MaaS fabrics fix

    Change-Id: I58bacd2b8f9d210fd9e144cd8db6239ca0b8949d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 23 Nov 2017 17:44:56 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-verify-jobs: Enable tempest for XCI"
  - jjb: xci: xci-verify-jobs: Enable tempest for XCI

    Set RUN_TEMPEST=true so we can tempest when running XCI CI
    jobs.

    Change-Id: I3f7617e20dc4f4c1ba9a1e9016eef125c924e7b7
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Aric Gardner [Thu, 23 Nov 2017 17:44:07 +0000 (17:44 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Couldn't find remote ref $GERRIT_REFSPEC"
  - Fix Couldn't find remote ref $GERRIT_REFSPEC

    JIRA: ARMBAND-305

    Change-Id: Ic01d7d46375a27160e583e07ea96c60fa68f8c71
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 23 Nov 2017 14:41:39 +0000 (15:41 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - salt.sh: Rework `git -C` for older git compat

    CentOS 7.4 provides git 1.8.3, while `git -C` support was introduced
    in 1.8.5, so rework <salt.sh> to not rely on this parameter.

    Change-Id: Ied88466b2b3d91a3317922fa08f60afe934358a0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 23 Nov 2017 17:08:43 +0000 (17:08 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Integrate inband os-nosdn-ovs scenario"
  - Integrate inband os-nosdn-ovs scenario

    Change-Id: I9253edf028fce571e04f9f82103a94952e05d2d4
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
6 years agoUpdate git submodules
Cédric Ollivier [Wed, 15 Nov 2017 18:22:15 +0000 (19:22 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Updated from global requirements

    Change-Id: I948ca4fdd98755630de06ea0b32a759a79c1795c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Maryam Tahhan [Thu, 23 Nov 2017 16:19:40 +0000 (16:19 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: add security information

    Change-Id: I014ee8bb762e1c2d9a94bc780816508133e2adf5
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Thu, 23 Nov 2017 16:16:33 +0000 (16:16 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove openstack utils calls in rally and tempest"
  - Remove openstack utils calls in rally and tempest

    Mainly, update "rally deployment create --file=rally_conf.json"
    to "rally deployment create --fromenv"

    Change-Id: I6dd4c7ea2d9d6f47dee49a4fd416e62bd557f45e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 23 Nov 2017 15:36:59 +0000 (15:36 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove _set_others() from config"
  - Remove _set_others() from config

    Change-Id: I39e37ce9f8715e21fcfc4a053b83d508530fad5e
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 23 Nov 2017 15:26:10 +0000 (15:26 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: start-new-vm.sh: Rework fix for parallel pkg mgr instances"
  - xci: scripts: start-new-vm.sh: Rework fix for parallel pkg mgr instances

    The current way of detecting whether multiple package manager processes
    are running is not ideal so just wait a random amount of time if we
    detect that another instance of our package manager command is running.

    Change-Id: Id94e3ed5293bf223f7250f92525a6e02bb1ea842
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Fatih Degirmenci [Wed, 22 Nov 2017 07:59:27 +0000 (08:59 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Enable tempest

    Change-Id: I0fb12e4c2612f953998880a94b13655fa9ee0d8c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 23 Nov 2017 13:05:31 +0000 (13:05 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[Functest] Remove prepare_env from the docker cmds"
  - [Functest] Remove prepare_env from the docker cmds

    When [1] is merged, prepare_env won't exist and the call
    will fail. Keeps the former call until Euphrates jobs
    are stopped.

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

    Change-Id: Ia41906f9e8ee15409cb28bb9bb621a7ab1964eee
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 23 Nov 2017 11:04:27 +0000 (11:04 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix how tier_handler is imported"
  - Fix how tier_handler is imported

    Change-Id: I36577ca73042b181b4634c4d6bf3ac5d905fd560
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 23 Nov 2017 09:53:49 +0000 (09:53 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Use RUN_TEMPEST global env"
  - Use RUN_TEMPEST global env

    The RUN_TEMPEST global environment has been defined in *user-vars*
    but never used in the playbooks. This change pretends to enable the
    use of that value.

    Change-Id: I49ca092546494c0cdcb015a549828bf79fa5f889
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 23 Nov 2017 09:50:07 +0000 (09:50 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Add the libvirt DNS to resolv.conf"
  - Add the libvirt DNS to resolv.conf

    This change adds the gateway into the resolv.conf for helping
    to resolve some routes faster during the execution of start-new-vm.sh
    main script.

    Change-Id: I08f361f5e55589f388e6ff6613d213eb79bbbce9
Signed-off-by: Victor Morales <victor.morales@intel.com>
6 years agoUpdate git submodules
Cedric Ollivier [Thu, 23 Nov 2017 08:55:04 +0000 (08:55 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove prepare_env"
  - Remove prepare_env

    After moving the rally installation out of prepare_env
    It doesn't much sense to keep this script as it doesn't
    do useful things any more.

    Change-Id: I9ab3b2dd30c8ec0fbb825ee4302a83cce80f1cbe
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 23 Nov 2017 08:52:43 +0000 (08:52 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Support the scenario for installing kubernetes in ubuntu system"
  - Support the scenario for installing kubernetes in ubuntu system

    JIRA: -

    Currently we only support the the scenario for installing kubernetes
    in centos system. This patch is to install kubernetes in ubuntu system

    Change-Id: Idc5eafea5d02c28c62a31e4c29451b8c5aaf1fd5
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
6 years agoUpdate git submodules
Yifei Xue [Fri, 10 Nov 2017 07:01:04 +0000 (15:01 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Upgrade the jumphost offline support

    JIRA: -

    1. Add support for ubuntu 16.04.3
    2. Update the package building scripts for ubuntu 14.04.3
    3. Remove some hard code

    Change-Id: I96e587b6b3aa2c39e14e5b0ec7db82b460e1fb29
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 22 Nov 2017 18:06:39 +0000 (13:06 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - build multus in ubuntu:16.04 docker during deployment

    Change-Id: I557be21c59e28401c5ec20cd43d2baabc13bef3e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 23 Nov 2017 01:31:28 +0000 (02:31 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Fix maas_subnets without maas_fabrics

    Change-Id: I603b39d46d3f2f2448b8f9746ad0745e416bbee7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>