opnfvdocs.git
6 years agoUpdate git submodules
Linda Wang [Fri, 29 Dec 2017 06:24:37 +0000 (06:24 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Disable keystone v2 if keystone v3 is available

    Change-Id: I9ae18ac6702b6bc1df80e5ff794307929e4aefb9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 30 Dec 2017 22:04:17 +0000 (23:04 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] cmp: Add missing public gw (default)

    When we dropped the default gw via mas01 NAT, we uncovered a bug,
    compute nodes do not have the proper public gw set up and used
    to reach public network via mas01, slowing everything down.
    Add gw similar to prx nodes.

    Fixes: d4ab072

    Change-Id: I4343c31c376a7a223670cdd623366454396d8d92
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 31 Dec 2017 14:58:25 +0000 (15:58 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Retry armband state, fail on not connected

    We no longer expect the armband state to fail on any nodes,
    baremetal or virtual, kvm or cmp, so remove failsafe `|| true`
    and retry state apply in case minions did not repond.

    Change-Id: I7b4302a89d60c94ab3f58cd6b8523cf668314a05
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 17:41:09 +0000 (18:41 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - MaaS: preseed Armband repo via curtin

    Instead of installing upstream vanilla kernel from Ubuntu just to
    upgrade to the one from Armband repo later, preseed Armband repo
    config via curtin.
    This allows us to drop a kernel update cycle, thus saving a few
    minutes at each deploy.

    While at it, switch salt repo addition to use the maas region reclass
    section instead of adding a dedicated mechanism for it in the curtin
    template (only for arm64).

    JIRA: ARMBAND-280

    Change-Id: Iad5953a7de80d728f11a4ce3113bd7725100c31c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 16:56:54 +0000 (17:56 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump & rebase for APT ipv4, maas cleanup

    Change-Id: I8f1c0a5b217e2da8c6f42b1525ce1a6f67465268
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 30 Dec 2017 15:18:41 +0000 (16:18 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - salt: Use apt-mk 'stable' distribution

    'nightly' repo dist from apt-mk is broken, so switch to 'stable'.

    Change-Id: Ie12dfc2a499910b8b98a63886ba16044e66435f5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 19:34:25 +0000 (20:34 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Makefile: Fix `make upgrade` from same branch

    Change-Id: I01d583995e0b557ec128111a3f5ff56684d9fb36
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 17:17:05 +0000 (18:17 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Makefile: Add `make upgrade` target

    1. Fix missing default `make` target for `all`

    2. `make submodules-clean` should checkout git submodule commit

       On patch apply, we tag the starting commit, so we can later export
       as patches all commits between that reference and another tag,
       applied simmetrically at the  end of the patch apply process.
       Previously, `submodules-clean` checked out that starting tag.
       Change that behavior to use the commit ID referenced by parent
       git repo (armband) submodule, so when armband git submodules are
       updated (e.g. sometimes `make upgrade` might include such changes),
       the new reference will be picked up automatically.

    3. Add `make upgrade` for fetching latest changes on current branch

    Change-Id: I03dc3953e91acfbe6ccb5e3bb2ccee7d28a0f7d5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 19:12:29 +0000 (20:12 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - .gitreview: Add explicit defaultbranch

    Change-Id: I800b822db675c82d12f0b3c7f2ff617887cdab4d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 13:22:21 +0000 (13:22 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[netconfig] APT: Prefer ipv4 connections over ipv6"
  - [netconfig] APT: Prefer ipv4 connections over ipv6

    Ubuntu prefers ipv6 connections therefore in some networks, this
    breaks software updates (it does a AAAA DNS lookup before A record
    lookups). Let's prefer old style ipv4 connections over the new ipv6 in
    order to save some processing and resource utilization.

    Based on previous work from [1] (but without /etc/gai.conf, only APT).

    [1] https://review.openstack.org/#/c/462502/

    JIRA: FUEL-321

    Change-Id: Ic3dff3baa1c0be9ac95972557d6a2d26641bfe1b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 29 Dec 2017 01:58:25 +0000 (02:58 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [maas] artifact sync: improve barrier condition

    Simplify wait condition for MaaS service up, since it's fragile
    and often adds extra time when not really needed.
    Instead, retry starting boot image import right away.

    Change-Id: I131d6c82127449cecf6685d4cc7484a366e658c6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Linda Wang [Fri, 29 Dec 2017 03:33:51 +0000 (03:33 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update Alpine to 3.7"
  - Update Alpine to 3.7

    It conforms with the last release [1] and Docker latest [2].

    [1] https://alpinelinux.org/posts/Alpine-3.7.0-released.html
    [2] https://hub.docker.com/_/alpine/

    Change-Id: I731b455bd9eb9900c7794643b8605bf73a15726d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Linda Wang [Fri, 29 Dec 2017 03:33:26 +0000 (03:33 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Execute feature command by subprocess directly"
  - Execute feature command by subprocess directly

    Change-Id: I77e86af4e96310c6520d743e4d16c9a7b2e9adf5
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoUpdate git submodules
xudan [Fri, 29 Dec 2017 02:12:07 +0000 (21:12 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Support run dovetail CI jobs on fuel euphrates and master

    Change-Id: Iaf64316f8db351dd72f1ec1079953764f797dc3b
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Guo Ruijing [Wed, 27 Dec 2017 20:25:18 +0000 (15:25 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - support kata container in container4nfv

    deploy k8s/weave + kata container

    Change-Id: I102bb6ee1ea9abaf164e62b26e3cc16e870d859a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 15:38:54 +0000 (16:38 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for keystone v3 default

    Change-Id: Ib6ee5ac0f7abbb63eee7fc0e4132cdd5cf1b6e21
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 28 Dec 2017 15:50:57 +0000 (15:50 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Clean the code"
  - Clean the code

    Change-Id: Ifba24bb030db84db27970ca66d069c03a3f4af14

6 years agoUpdate git submodules
Ruan HE [Thu, 28 Dec 2017 15:46:12 +0000 (15:46 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "init functional pod tests"
  - init functional pod tests

    Change-Id: Ibfe54e2b1a7b27a1104c6fd48528c92cb3f95867
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 28 Dec 2017 15:01:31 +0000 (15:01 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[patch] haproxy hostname parameterization upstream"
  - [patch] haproxy hostname parameterization upstream

    PR [1] was merged upstream.

    [1] https://github.com/Mirantis/reclass-system-salt-model/pull/298

    Change-Id: I335ac265b0b0b625c2f488755c5d11710ab354c2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 28 Dec 2017 14:31:54 +0000 (14:31 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Clean the code"
  - Clean the code

    Change-Id: If508aa1ac6fd439dc6da916868b60adfce3dd72d

6 years agoUpdate git submodules
Michael Polenchuk [Thu, 28 Dec 2017 09:22:58 +0000 (13:22 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [patch] Use keystone v3 endpoints by default

    Change-Id: I98fc378fbec3679acf5bad4c089972340daea92c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
RHE [Thu, 28 Dec 2017 14:19:05 +0000 (15:19 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moonv4.3 review

    Change-Id: I0d137df21136292b58194def44ac5b32183368fc
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 28 Dec 2017 08:21:23 +0000 (08:21 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "change the failure judgement condition for setup-openstack"
  - change the failure judgement condition for setup-openstack

    1. Don't check failed=1 instead of checking the last task name.
    2. comment the fix pip version yml

    Change-Id: I3c22074f319a1d0f1ae0f3df43ca6e10ec684aac
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 28 Dec 2017 02:49:20 +0000 (02:49 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Clean base images only if 1 container was built"
  - Clean base images only if 1 container was built

    Change-Id: I0134082d2d150a6dc58e679f9ade81eb6c040266
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:29:22 +0000 (01:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Use Dovetail aarch64 docker image with armband pod"
  - Use Dovetail aarch64 docker image with armband pod

    Change-Id: I8ce34880b78daaaf0bf22674d26e1d8f8f41614c
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:26:18 +0000 (01:26 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Enable dovetail daily jobs on Fuel/armband Euphrates and master"
  - Enable dovetail daily jobs on Fuel/armband Euphrates and master

    Dovetail only ran against fuel danube release before.
    It needs to run against fuel euphrates and master because Dovetail team
    is planning the 2nd release which is based on OPNFV Euphrates.

    Change-Id: I2c39d53a16ca6dbf8eda31943f09896cf7ee35c6
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
mei mei [Thu, 28 Dec 2017 01:18:49 +0000 (01:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa to compass-tasks. And create a new docker image compass-tasks-base"
  - [compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa
    to compass-tasks. And create a new docker image compass-tasks-base

    Change-Id: I3a6f38ce28fe465cf1c2c1723a41728a7cbcc60d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 16:55:41 +0000 (16:55 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Update the documentation"
  - Update the documentation

    Change-Id: I705ac9b017184fcfff77856d77fc50a306f1fbf5

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 16:41:37 +0000 (17:41 +0100)]
Update git submodules

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

    Change-Id: I804c39f73f6701502b43225abfe5fe890f5b0fca
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 16:53:34 +0000 (16:53 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "lib.sh: Add delay after `kpartx -av`"
  - lib.sh: Add delay after `kpartx -av`

    On rare occassions, mapper bindings created by kpartx take longer
    to show up, leading to errors when we try to mount them on.
    Bring back the hardcoded delay to bypass such issues.

    Change-Id: Ib386c04fc55cd85235a2156dba08fda378e4cdfd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Thomas Duval [Wed, 27 Dec 2017 16:45:33 +0000 (17:45 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update and fix bugs in some tools.

    Change-Id: If66fd96dd063f5d2b57094abcc965d37bb8cd92c

6 years agoUpdate git submodules
Thomas Duval [Wed, 27 Dec 2017 16:19:44 +0000 (17:19 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update moonclient with new commands

    Change-Id: I59560b179262ab68c0d6db50d0b555fb87be153b

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 16:12:58 +0000 (17:12 +0100)]
Update git submodules

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

    Change-Id: Ibbdb467b4656493c6effa68991dab1902e78b7fe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 16:16:41 +0000 (16:16 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Delete the automatic configuration of PDP and Policies."
  - Delete the automatic configuration of PDP and Policies.

    Change-Id: I2965819ad9635f501ecc091b4a4c583a530f4311

6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 27 Dec 2017 15:57:57 +0000 (15:57 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "patches: Squash maas region changes"
  - patches: Squash maas region changes

    When re-deploying with `-f` flag, `patch -R` cannot cleanly revert
    maas region changes with overlapping context lines, so squash them
    into a single file.

    Change-Id: I87dae72a12fea833e9e6729de21d4ce5f262695e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 15:30:35 +0000 (15:30 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "adding unit tests for cache module"
  - adding unit tests for cache module

    Change-Id: Ie6837e63ca652374ce7b5a304d7352b3d6ddba58
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 15:17:49 +0000 (15:17 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add pdp exceptions in python_moonutilities exceptions"
  - Add pdp exceptions in python_moonutilities exceptions

    Change-Id: Ie9198d912bc651a93bfd4dafde58795be5977c3c
Signed-off-by: ReemFawzy <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
RHE [Wed, 27 Dec 2017 15:01:39 +0000 (16:01 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon performance test plan

    Change-Id: I0c6b6dfcbd86d972b61d9c8e6a2242fede44660c
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Michael Polenchuk [Wed, 27 Dec 2017 13:17:13 +0000 (17:17 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovn] Inject ovn central options

    Change-Id: Ib9021ee3ca15c05cc137ae42c263383acb4393bd
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Tue, 26 Dec 2017 16:19:23 +0000 (17:19 +0100)]
Update git submodules

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

    Change-Id: I3489c340a12edb3f14cbbd1d63fd90cb4bdfa52c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
RHE [Wed, 27 Dec 2017 13:29:16 +0000 (14:29 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moonv43 ok

    Change-Id: I5ca6724755137ec61d1f0df2e9ed9861de18a50b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Wed, 27 Dec 2017 12:55:12 +0000 (12:55 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "moon_forming for policy templates"
  - moon_forming for policy templates

    Change-Id: I8f19a9c4d791d509a6c0349424252ea24c56ab6b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Yifei Xue [Wed, 27 Dec 2017 12:26:43 +0000 (12:26 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Remove the /var/log/osa directory if exist"
  - Remove the /var/log/osa directory if exist

    generate password again to ensure the password is different everytime

    Change-Id: I8c88266e724922301f4411b330d7d7154bfb250e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
MohamedAssem [Wed, 27 Dec 2017 09:45:11 +0000 (11:45 +0200)]
Update git submodules

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

    Change-Id: I0d98547d201e5b7b2b9a240e9e70bc1a9cd29a38
Signed-off-by: MohamedAssem <rfawzy.ext@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Wed, 27 Dec 2017 22:32:45 +0000 (17:32 -0500)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - update image to 171226232545

    Change-Id: I33e00112b556454edbb75f83e7f37499de26b9a8
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
Yujun Zhang [Thu, 7 Dec 2017 18:56:41 +0000 (10:56 -0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Allow building docker image from specified path

    Change-Id: Iab40fc2c719050d36a614fe529ca22634b59b7bc
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
6 years agoUpdate git submodules
RHE [Tue, 26 Dec 2017 16:57:52 +0000 (17:57 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - fix a pub for k8s

    Change-Id: Ic0225b8bf64e7e49a0cddec97f3f9003c4e8a9f3
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Tue, 26 Dec 2017 15:04:27 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add unit test for pdp module"
  - add unit test for pdp module

    Change-Id: I1aadbb836694212a2de52a81b9b637be856e0867
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
Ruan HE [Tue, 26 Dec 2017 15:04:20 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add unit test for policy module"
  - add unit test for policy module

    Change-Id: I981d9161cbdc167c4c9b5483d23842bca7e82006
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
RHE [Tue, 26 Dec 2017 14:38:11 +0000 (15:38 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon kubernetes review

    Change-Id: I49a62f18ac6ecd06cdbc8e51b4e8ba00971ce6aa
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
RHE [Tue, 26 Dec 2017 12:35:54 +0000 (13:35 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon v4 re-organization

    Change-Id: I73665f739f35ae18175f98d0739567e403c1fa80
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Yang Yu [Mon, 25 Dec 2017 05:05:32 +0000 (13:05 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - buf-fix: sfc quota setting

    JIRA: BOTTLENECK-215

    compass master does not enable sfc, only eupurates.
    changing sfc quota will cause error for "not valide attributes"

    Change-Id: I77fab2d957d88bed6ed28c06bff9d3c2f7fb0da7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Alex Yang [Tue, 26 Dec 2017 05:43:09 +0000 (05:43 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Generate .ssh/known_hosts when making VM image"
  - Generate .ssh/known_hosts when making VM image

    Change-Id: I3f72239d6c4db27f67d5586c45e46ed01fad281d
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Alex Yang [Tue, 26 Dec 2017 03:44:35 +0000 (03:44 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Use deployserver's timezone in daisy VM"
  - Use deployserver's timezone in daisy VM

    Change-Id: Ie58af69f444924494d1a2949ba894ae55da7efc9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
wutianwei [Mon, 25 Dec 2017 07:39:50 +0000 (15:39 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - fix the lz4 packages dependence

    1. install pkgconfig
    2. mv the tasks of fixing pip issue out of the main script

    Change-Id: Icc08a3c461690d1d6747455479df0a58d87d22da
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Cedric Ollivier [Mon, 25 Dec 2017 23:04:19 +0000 (23:04 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Dynamic region name of juju cloud"
  - Dynamic region name of juju cloud

    Region name in juju cloud has been made dynamic now, region name
    will be added in cloud file from os environment variable.
    It fixes the issues when runnit juju_epc vs Apex [1].

    It also updates ubuntu images to xenial.

    [1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-master/628/console

    Change-Id: I9422af3086141cd40b99e6482883a7081f58c2ea
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
6 years agoUpdate git submodules
ahmed.helmy [Mon, 25 Dec 2017 16:31:08 +0000 (18:31 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - add test for models module

    Change-Id: Ib685a4299b392db6380bacd7aedf9ae07611fcdb
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
Michael Polenchuk [Mon, 25 Dec 2017 09:36:51 +0000 (13:36 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [ovn] Mend state name of openstack

    * rename openstack state name with noha suffix
    * increase vcpus for compute nodes

    Change-Id: I03386c4c1c92d329d847aa506589823e57644ef4
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Jose Lausuch [Wed, 13 Dec 2017 14:51:23 +0000 (15:51 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Clean Docker images after builds

    Compared to the related Releng script, it only focuses on cleaning
    images. It's considered out of scope to remove remaining docker
    containers.

    It doesn't force to remove images because base images (e.g. Alpine)
    could be selected by other OPNFV projects too. It ensures O is
    returned even if one image cannot be removed.

    functest-core is removed at the end because all Functest containers
    depend on it.

    The script works well in a nominal building env. Any remaining
    Functest images or containers must be removed by hand.

    JIRA: FUNCTEST-898

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
    Change-Id: I72d8214b711680ec7958af1d427b23dee6337bf6
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Cédric Ollivier [Sat, 23 Dec 2017 11:41:10 +0000 (12:41 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add Docker build opts

    Change-Id: I91fcb833b6b6216338b4fcb888f093a2086264a7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Mon, 25 Dec 2017 17:06:29 +0000 (12:06 -0500)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Now SDL cluster use kolla_internal_vip_address as VIP

    Change-Id: Id22c86d4d2c7c18bba36dc9b50cd56bf75d94053
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
6 years agoUpdate git submodules
JingLu5 [Mon, 25 Dec 2017 01:47:16 +0000 (01:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add get function in ssh.py

    JIRA: YARDSTICK-904

    This task is about to implement a get function in ssh.py to
    fetch desired files/folder in a remote VM to a local path.

    In some test cases, test tools will produce results in files.
    We want retain the original result files and archive them in
    Yardstick docker for future usage.

    Change-Id: Ifd333eb044ce31cffa6f5b2a8f6a46648a8858d1
Signed-off-by: JingLu5 <lvjing5@huawei.com>
6 years agoUpdate git submodules
xudan [Wed, 13 Dec 2017 07:00:34 +0000 (02:00 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [Bugfix] Local summary with wrong results when Tempest failed at the SetupClass

    When Tempest test cases failed at the SetupClass, the record is the class name
    of the test cases rather than the name of the test cases.
    The local summary will say they are passed wrongly.

    JIRA: DOVETAIL-575

    Change-Id: Iec879378770017eddd37e9a99346d980355bb6e2
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
WuKong [Sun, 24 Dec 2017 12:09:46 +0000 (13:09 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon doc cleanup

    Change-Id: Iccc0858e305d724fd8c3341e27f9fa90ffeb916f
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
WuKong [Sun, 24 Dec 2017 09:58:37 +0000 (10:58 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - K8S doc

    Change-Id: Ib3bbcb20a7139cad37dfcff39e5355f342284ae7
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
WuKong [Sun, 24 Dec 2017 09:47:40 +0000 (10:47 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - fix a moon_db error

    Change-Id: Ibb723412ecd1ea8ac23621f91baeaa0931db8963
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
WuKong [Sat, 23 Dec 2017 20:49:35 +0000 (21:49 +0100)]
Update git submodules

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

    Change-Id: Icef927f3236d985ac13ff7376f6ce6314b2b39b0
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Sat, 23 Dec 2017 20:30:11 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a bug in MANIFEST.in"
  - Fix a bug in MANIFEST.in

    Change-Id: I84b526380499b8de7eaab061a7b0aeb427f718e5

6 years agoUpdate git submodules
Thomas Duval [Fri, 22 Dec 2017 11:10:10 +0000 (12:10 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Fix a bug when sending authorization requests

    Change-Id: I21b3050bec61a98af1c59974d3d443ca44fc689d

6 years agoUpdate git submodules
xudan [Sat, 23 Dec 2017 08:15:02 +0000 (03:15 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - [bugfix] easy_install: not found

    Remove easy_install because it will be installed later.

    Change-Id: I29f425e0a5784b581a5b65ea5c8f8db66fc9dc8e
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
xudan [Thu, 21 Dec 2017 03:36:30 +0000 (22:36 -0500)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Fix aarch64 patch for Dovetail container

    Change-Id: I3746136e9002a14eea81c38ea54cbbad7fa68da1
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 22 Dec 2017 20:37:33 +0000 (20:37 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: playbooks: Copy local changes to scenarios"
  - xci: playbooks: Copy local changes to scenarios

    Make sure that any local changes to scenarios are being propagated to
    the checkouts. This should only happen when we are testing the 'master'
    branch of the scenario since it may be desirable to test a specific SHA
    in which case we shouldn't modify the checkout code.

    Change-Id: I4197f09a3e4d5a54c86905bc556b06e08948fbc2
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
mbeierl [Fri, 22 Dec 2017 18:15:56 +0000 (13:15 -0500)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Putting the required  back

    This is required for StorPerf multi-arch and causes all the StorPerf
    ARM builds to fail if it is not present.

    Change-Id: I302c0471a52759cd9c051741e2b0bb086b87e8eb
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 19:35:50 +0000 (19:35 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Replace subprocess "check_output" with "Popen""
  - Replace subprocess "check_output" with "Popen"

    "check_output" is a blocking wrapper for "Popen" which returns the output
    of the command execution or raises an exception in case of error.

    "Popen" is a non-blocking function that allows to create asynchronous
    tasks. It returns any possible execution error but doesn't raise an
    exception; this is delegated to the developer.

    This code is used in the Yardstick CLI base test class.

    Change-Id: Ie3e1228b2d40cb306354447653678bf581bc9697
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
mbeierl [Wed, 20 Dec 2017 20:14:14 +0000 (15:14 -0500)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Fixes Availability Zone Support

    Fixes typo and passes the availability zone parameter
    through all the heat templates.

    Change-Id: I12d9d5d32ceb6461833fcfb4ea2961a34b97c35a
    JIRA: STORPERF-225
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 22 Dec 2017 16:31:04 +0000 (16:31 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[ovn] Weed out gateway node from reclass storage"
  - [ovn] Weed out gateway node from reclass storage

    Change-Id: I87efd87f8ac05ed9b3189e5dba80748e07c86d5d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 22 Dec 2017 13:53:36 +0000 (17:53 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [vcp] Catch 'no response' of salt minion as well

    Salt minion could return 'no response' and cause an
    unconfigured state of the vcp node(s), so catch this output after linux
    state as well. Also clean up excess route on proxy nodes.

    Change-Id: I3183fa09ff41a8f027ee789869bdae0c3962ab8f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Jose Lausuch [Fri, 22 Dec 2017 11:31:35 +0000 (12:31 +0100)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Add euphrates as a docker tag to the release notes

    Change-Id: I35080b3e701de6341926f86e8aa1910ef777f565
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 11:42:27 +0000 (11:42 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge changes from topics 'YARDSTICK-875', 'YARDSTICK-874'

    * changes:
      Check if multiverse repository is available in Ubuntu
      Specify supported architectures for Ubuntu backports repository

  - Check if multiverse repository is available in Ubuntu

    In Ubuntu, multiverse repository is needed to install the image
    dependencies [1]. If this repository is not enabled, it should be
    added as part of the role "add_custom_repos".

    [1] https://github.com/opnfv/yardstick/tree/master/ansible/roles/install_image_dependencies

    JIRA: YARDSTICK-875

    Change-Id: Ie37ebf87bf245185447f2b675568af9bd38219c0
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Specify supported architectures for Ubuntu backports repository

    Currently Trusty (Ubuntu 14.04 LTS) and Xenial (Ubuntu 16.04 LTS) doesn't
    have support for arch=ARM64 in backports repository:
    - http://archive.ubuntu.com/ubuntu/dists/xenial-backports/
    - http://archive.ubuntu.com/ubuntu/dists/trusty-backports/

    During the Yardstick image building process, the repository is added to the
    APT repository list. In order to avoid errors during the repository retrival,
    the available architectures must be specified [1].

    [1]https://github.com/opnfv/yardstick/blob/stable/euphrates/ansible/roles/add_custom_repos/templates/sources.list.j2#L4

    JIRA: YARDSTICK-874

    Change-Id: I7774189fbdd7d74ff5df29526ba0da2693b3b53a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 11:42:15 +0000 (11:42 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix in role enable_hugepages_on_boot"
  - Bugfix in role enable_hugepages_on_boot

    Make role idempotent.
    Current regex doesn't match for:
    linux   /boot/vmlinuz-4.10.0-30-generic root=/dev/nvme0n1p1 ro vga=788 text

    Change-Id: If5eb20fce4ddc35bb109c00eb7565853b3763950
Signed-off-by: Jan Malanik <janx.malanik@intel.com>
Signed-off-by: Malanik Jan <janx.malanik@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 10:52:13 +0000 (10:52 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix:proxy env, ansible multinode support"
  - Bugfix:proxy env, ansible multinode support

    JIRA: YARDSTICK-893

    - hosts and plays in ansible/nsb_setup.yml refactored
    Fixed proxy configuration from env or /etc/environment in nsb_setup.sh
    Fixed ansible parameter 'environment: "{{ proxy_env }}"' in:
     - roles for components download.
     - roles for components dependencies install.

    Now, you can use ansible to modify all yardstick-standalone hosts at once.
    1) Configure http[s]_proxy in
    - /etc/environment
    or
    - env variables
    2) Modify ansible/yardstick-install-inventory.ini:
      [jumphost]
      localhost  ansible_connection=local

      [yardstick-standalone]
      yardstick-standalone-node ansible_host=192.168.1.2
      yardstick-standalone-node-2 ansible_host=192.168.1.3

      [all:vars]
      ansible_user=root
      ansible_pass=root

    3) start:
    ./nsb_setup.sh # for baremetal/sriov
    ./nsb_setup.sh <path to admin-openrc.sh> #for openstack heat

    Change-Id: I167db8bae8303210f21e8ae6f3870ef054bbedce
Signed-off-by: Malanik Jan <janx.malanik@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 10:48:33 +0000 (10:48 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Remove "flake8" and "pep8" from test-requirements"
  - Remove "flake8" and "pep8" from test-requirements

    Removed "flake8" and "pep8" from test-requirements. Since
    44070670c798d2cde2824f3150b2b11bf35c6319, "pylint" is the
    code style checker, instead of "flake8" or "pep8".

    JIRA: YARDSTICK-832

    Change-Id: Iee598b0b1793d71dc74be36fa1875387b17d1e25
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 10:46:36 +0000 (10:46 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Variable local_iface_name is read before it is set"
  - Variable local_iface_name is read before it is set

    Moving variable setting before reading
    Verified via TC:
    yardstick/samples/vnf_samples/nsut/ping/tc_ping_heat_context.yaml

    JIRA: YARDSTICK-899

    Change-Id: Ia2feac1ed4e67dccd02446ba27afc9d40e87be35
Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 22 Dec 2017 10:40:49 +0000 (10:40 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix the pylint version for pep8 tox target"
  - Fix the pylint version for pep8 tox target

    Change-Id: I5e1c169a6ca13b3f46129b2c4a15ccbab2677a63
Signed-off-by: Martin Banszel <martinx.banszel@intel.com>
6 years agoUpdate git submodules
rossella [Wed, 8 Nov 2017 17:33:38 +0000 (18:33 +0100)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add doc about installing YardStick on OpenSUSE

    Add guide to install YardStick on OpenSUSE and modify the README
    to state that OpenSUSE is supported.

    Change-Id: Id107b24e0ec1ab441426bb150d9e863986d20fc1
Signed-off-by: Rossella Sblendido <rsblendido@suse.com>
6 years agoUpdate git submodules
Thomas Duval [Fri, 22 Dec 2017 10:12:58 +0000 (11:12 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Update libraries name in the platform

    Change-Id: I743254aa58e2fb57b78c23ebc9f5c69049b4905d

6 years agoUpdate git submodules
Markos Chandras [Fri, 22 Dec 2017 10:11:05 +0000 (10:11 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: nfvi: OSA: Set 'pipefail' when SSHing on the OPNFV host"
  - xci: nfvi: OSA: Set 'pipefail' when SSHing on the OPNFV host

    We need to set the 'pipefail' option so if an SSH command fails we stop
    the deployment instead of silently ignoring it just because the right
    leg of the pipe succeeded.

    Change-Id: Iebc720fbd3e6e96fc7135a6cf15e3c0941974d2c
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 22 Dec 2017 10:10:49 +0000 (10:10 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "bifrost: Bump bifrost SHA"
  - bifrost: Bump bifrost SHA

    Bump the bifrost SHA so we can get rid of the testvm.xml.j2 template
    which has now made it upstream.

    Change-Id: Ia9cdd999a5702f37125d38e0ba68bb31920d2117
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
dongwenjuan [Fri, 1 Dec 2017 06:28:31 +0000 (14:28 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - use keystone v3 API

    Change-Id: Ia642279a99ad9bf014764337c8a5170e3c98e2f2
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
Markos Chandras [Fri, 22 Dec 2017 08:47:57 +0000 (08:47 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Bump sha on openstack-ansible-lxc_hosts"
  - Bump sha on openstack-ansible-lxc_hosts

    The commit 6b529de0315fe6cd12f6e78c00a5f2f2d3a01e28 in
    openstack-ansible-lxc_hosts reverts an earlier change that introduced
    systemd-networkd to lxc containers that run OpenStack services. This
    prevents the containers from being stopped (ie, lxc-stop fails until it
    times out), since systemd-networkd restarts. lxc-stop sends the SIGRT+3
    message to the container which the container interprets as "halt".
    systemd-networkd conflicts with shutdown, so when the system tries to
    enter halt, systemd-networkd gets started again. As a result, the
    container does not shut down cleanly.

    This patch uses a version of openstack-ansible-lxc_hosts that does not
    use systemd-networkd in the containers.

    Change-Id: Ie85d2117ce2e6e8afa87810d690eab78e3b3be3d
Signed-off-by: Tapio Tallgren <tapio.tallgren@nokia.com>
6 years agoUpdate git submodules
wutianwei [Thu, 21 Dec 2017 14:55:19 +0000 (22:55 +0800)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Fix the parameter of scenario directories

    1. the "+" and "'" will be part of the string in the path parameter of ansible.
       So the directories we create are not right. we need remove these char.
    2. it miss the "{{" in ansible variable

    Change-Id: I30c9804450588c63f5f18c63c1d90cd869fad90e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Ruan HE [Fri, 22 Dec 2017 08:42:59 +0000 (08:42 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a bug on CORS in Keystone container"
  - Fix a bug on CORS in Keystone container

    Change-Id: I303af5edb9e275423a3d3347a9d71039e584102a

6 years agoUpdate git submodules
Martin Klozik [Fri, 22 Dec 2017 07:47:40 +0000 (07:47 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "Trex_2544_verification: Add verification functionality to Trex code"
  - Trex_2544_verification: Add verification functionality to Trex code

    - Adds T-Rex verification step as implemented by other trafficgens
    - Adds check in rfc2544 loop for if no packets are received to fail test
      immediately
    - Refactors the trial code to support the verification option
    - Adds trial_run function
    - Removed unused line speed configuration setting

    JIRA: VSPERF-553

    Change-Id: Ie324fe8fb6bf79fe0dc337b91af2bf83e901a8ab
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
6 years agoUpdate git submodules
Yang Yu [Thu, 21 Dec 2017 23:11:15 +0000 (07:11 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - bug-fix: neutron quota for euphrates

    JIRA: BOTTLENECK-215

    It seems SFC is enabled defaultly in euphrates.
    So modify the quota for SFC

    Change-Id: Id8b88f03b029ca6a4c1c13098d799958601f1bb6
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Harry Huang [Tue, 7 Nov 2017 07:30:51 +0000 (15:30 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Add compass-docker-compose

    1. Add ansible for docker compose containerized
    compass
    2. deploy/conf/compass.conf no longer specify
    image tags for runtime. build.yaml now is added
    into compass tarball to be the only place determine
    image tags
    3. This patch is based on patch:
    https://gerrit.opnfv.org/gerrit/#/c/47393/
    use merged compass-tasks
    4. Tempoarily using private docker repo for
    compass-tasks. Switch to opnfv repo when patch
    https://gerrit.opnfv.org/gerrit/#/c/47329/
    is merged
    5. Modify ansible callback module accrodingly

    Change-Id: I0728a9002a1cc7804c9e8f13bd1afdccb684a159
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
6 years agoUpdate git submodules
Xuan Jia [Fri, 22 Dec 2017 01:44:11 +0000 (01:44 +0000)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - Merge "Upload docker images for container4nfv"
  - Upload docker images for container4nfv

    1. Maintainer name updated inside src/vnf/ping/Dockerfile.
    2. ci/upload.sh updated to generate and upload vnf images.

    Change-Id: I823efb184cefdb72fb5ff3feb9c5dc5937f5de5a
Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
6 years agoUpdate git submodules
Guo Ruijing [Thu, 21 Dec 2017 09:17:48 +0000 (04:17 -0500)]
Update git submodules

* Update docs/submodules/container4nfv from branch 'master'
  - onap deployment by kubeadm + onap oom

    Change-Id: I4db577c754a4cd550482e40c2a96004faf65bd24
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agoUpdate git submodules
ahothan [Fri, 22 Dec 2017 01:17:46 +0000 (17:17 -0800)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - [NFVBENCH-59] Add Unit Testing of the NDR/PDR convergence algorithm using the dummy traffic gen

    [NFVBENCH-60] Fix pylint warnings

    Change-Id: I72deec060bf25774d1be33eaeefc74b42a576483
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 21 Dec 2017 22:41:58 +0000 (22:41 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "python_moonclient stable"
  - python_moonclient stable

    Change-Id: Ida295ffbe727275916bb80924d275771b592fbb5
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Narinder Gupta [Thu, 21 Dec 2017 18:08:25 +0000 (12:08 -0600)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified as huawei lab moved to new location.

    Change-Id: I1f3fb105564c7a6ea54324828253b0145f3c6b77
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>