opnfvdocs.git
6 years agoUpdate git submodules
dongwenjuan [Mon, 9 Oct 2017 07:25:33 +0000 (15:25 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - fix to get logfile

    Change-Id: I44cc6c5108eb48191ca36cbcb44f787ea542f3ce
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdate git submodules
shangxdy [Mon, 9 Oct 2017 08:46:08 +0000 (16:46 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Fix test for apex

    Currently the test in apex is error, the patch will fix it.

    JIRA: PARSER-160

    Change-Id: I0c290f7819468e1f400f1610fc87bceb72086b92
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
shangxdy [Mon, 9 Oct 2017 09:05:09 +0000 (17:05 +0800)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Remove python limitation for codeship

    When publish nfv-toscaparser to onap through codefish, the python
    version of 2.7.13 doesn't support again, so it will be delete in
    .python-verson

    JIRA: PARSER-161

    Change-Id: I90f1be241c539a405edc7c674e411c20de3e4ae1
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Leo wang [Mon, 9 Oct 2017 09:02:19 +0000 (09:02 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "[web-cvp]missing files in web sites"
  - [web-cvp]missing files in web sites

    JIRA: DOVETAIL-522

    some files missing due to incorrect .gitignore settings

    Change-Id: I4d81842afcb6f2734abeebbdcde56ec5b3e1655b
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
xiaodong shang [Mon, 9 Oct 2017 08:26:14 +0000 (08:26 +0000)]
Update git submodules

* Update docs/submodules/parser from branch 'master'
  - Merge "Add coverage test item"
  - Add coverage test item

    Currently there is no coverage report, so it's necessary to add covrage
    test for parser.

    JIRA: PARSER-159

    Change-Id: I7688b2c7e3adc8d0009e5edf33be41c7c75a5d87
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
6 years agoUpdate git submodules
Jun Li [Mon, 9 Oct 2017 07:30:08 +0000 (07:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Disable timed dovetail danube jobs"
  - Disable timed dovetail danube jobs

    Dovetail danube jobs don't need to be triggerred every day now.
    Disable the timed trigger.
    If need, they can be triggered manually.

    Change-Id: I2f114cd17fcd27d0e34be0824be3fc0d072dbae9
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Wenjing Chu [Mon, 9 Oct 2017 06:37:56 +0000 (06:37 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Cvp application form"
  - Cvp application form

    Change-Id: I4bb0cea49179c7171ce766c52814f765e05ce9f8
Signed-off-by: Wenjing Chu <chu.wenjing@gmail.com>
6 years agoUpdate git submodules
Morgan Richomme [Mon, 9 Oct 2017 05:45:30 +0000 (05:45 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Change score calculation for functest reporting"
  - Change score calculation for functest reporting

    the goal is not to penalize scenario with few iteration due to
    CI pipeline constraints
    until now the top score was calculated on the base on 4 iterations, it means
    whatever the number of iterations, we always consider the possible top score
    based on at least 4 iterations

    each case can get
    - 3 points (last 4 iterations PASS)
    - 2 points (more than 1 PASS over the last 10 days but 1 FAIL of the last 4)
    - 1 point (at least 1 PASS over the last 10 days)
    - no point  (never work)

    so if we consider a scenario with 10 cases, the top score is
    30 = 10*3 (max points)

    the coefficient to calculate the top score is not the number of iterations

    - 1 iteration => possible  top score 10
    - 2 iterations  => top score 20
    - 3 iterations => top score 20
    - 4 or more iterations => top score 30

    previously top score was systematically 30

    https://wiki.opnfv.org/plugins/servlet/mobile#content/view/6828617

    Change-Id: I01102bc00766b7f5b58e73befa7d5328fcc895cc
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoUpdate git submodules
Zhijiang Hu [Mon, 9 Oct 2017 02:54:46 +0000 (02:54 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge changes from topic 'unittest2'

    * changes:
      Add more test function and case in test_utils.py
      Add more test cases in test_deploy.py

  - Add more test function and case in test_utils.py

    Add more test functions and test case in test_utils.py,
    test_daisy_server.py and test_environment.py.

    Change-Id: I7e4ea6993205e1d2f7cc8202820a3ada99613910
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
  - Add more test cases in test_deploy.py

    Add more test cases in test_deploy.py and test_environment.py

    Change-Id: I6adf3f51aa7a436387c2da8a8dc8c67f6e5a70db
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
6 years agoUpdate git submodules
Leo wang [Mon, 9 Oct 2017 02:10:15 +0000 (02:10 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "[web-cvp]osinteros is counted as optional test case"
  - [web-cvp]osinteros is counted as optional test case

    JIRA: DOVETAIL-518

    'defcore' is changed to 'osinterop', counted as optional test case

    Change-Id: Ic5322c498869dcef9597530e343b053aebc376cf
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Leo wang [Mon, 9 Oct 2017 02:10:02 +0000 (02:10 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "[web-cvp]failed to expand test results"
  - [web-cvp]failed to expand test results

    JIRA: DOVETAIL-517

    When click on the "expand" button, nothing happens.

    Change-Id: Ibe1554baf047d56fa07e27e936c15b2664326382
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Sun, 8 Oct 2017 12:26:24 +0000 (14:26 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - reclass: Revert virt.nic to hardcoded eth{0,1}

    Salt's virtualization model for virt:nic:default does not use real
    interface names that are present on the node, but instead it defaults
    to using "ethX" notation, that name being only a convention inside
    Salt internals.

    Moreover, the 'salt.control.virt' reclass class (located in
    /srv/salt/reclass/classes/system/salt/control) already provides a
    defalt maping between "eth{0,1}" and "br{0,1}". Using anything
    different than "eth{0,1}" will lead to 2 extra (broken) mappings.

    Reverting the changes in "virt:nic" reclass fixes both the python
    exception recently introduced, as well as the broken defaults.

    Change-Id: I5c90e3d2bc181c1ad3d87af64440439e6a41fb28
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoMerge "Enabling custom style overrides and introducing green links"
Sofia Wallin [Sun, 8 Oct 2017 10:54:03 +0000 (10:54 +0000)]
Merge "Enabling custom style overrides and introducing green links"

6 years agoMerge "Made minor edits."
Sofia Wallin [Sun, 8 Oct 2017 10:53:00 +0000 (10:53 +0000)]
Merge "Made minor edits."

6 years agoUpdate git submodules
Alexandru Avadanii [Sat, 7 Oct 2017 16:51:16 +0000 (16:51 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Parametrized network config: nic device names"
  - Parametrized network config: nic device names

    Change-Id: I94d40529261f7753ec47a0c6a8c67ecc0fb15951
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Sat, 7 Oct 2017 14:43:26 +0000 (15:43 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: xci-verify-jobs: Fix regexp for GERRIT_TOPIC

    Drop the single quotes to regexp works as expected.

    Change-Id: I2ea09be14bc83effdd5860fd35dda540b412cf59
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Sat, 7 Oct 2017 14:25:38 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-verify-jobs: Skip complete XCI deployments for 'skip-deloyment'"
  - jjb: xci: xci-verify-jobs: Skip complete XCI deployments for 'skip-deloyment'

    When we want to test patches affecting the start-new-vm.sh script,
    sometimes we only want to test whether VM is operational without having
    to run the entire XCI deployment on it. As such, skip XCI deployments
    when the topic matches the 'skip-deployment' regexp.

    Change-Id: I4242ac09a9e65c939a06ad47eb26a62af39128c8
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Vishwesh M Rudramuni [Wed, 4 Oct 2017 22:07:35 +0000 (03:37 +0530)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - common code: KW fixes for common code

    This patch fixes KW issues seen with the common code.

    Change-Id: I4f90369152345ea2ea9316b04ac946c0c69fd7d1
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
  - VNFs: Fixing klocwork issue in VNFs code

    JIRA: SAMPLEVNF-83

    This patch fixes the klocwork reported issues

    Change-Id: I190d024777be1bf53cdc97feca1e5934781f3582
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
6 years agoEnabling custom style overrides and introducing green links 03/44503/1
Georg Kunz [Fri, 6 Oct 2017 23:43:49 +0000 (01:43 +0200)]
Enabling custom style overrides and introducing green links

There is a style-sheet in the docs repo which is supposed to customize
the default style, but which was actually never applied. This patchset
enables custom overrides of the default style.

As one of the custom style changes, this patchset changes the color of
hyperlinks to the same green used on www.opnfv.org.

Change-Id: I3c8a59e7f0beaf0150915941730f68071a40330a
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 6 Oct 2017 17:09:48 +0000 (19:09 +0200)]
Update git submodules

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

    Change-Id: I69688a0bf657564d440fc6d4d93f3f7c16818a90
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 6 Oct 2017 22:36:20 +0000 (22:36 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "libyajl: install from pkg"
  - libyajl: install from pkg

    libyajl needed for ovs_events and ovs_stats, removed installing
    from src and rather installing as deb pkg

    Change-Id: Ic1ebf88304bbc7f4fa7b9b51c95f1e8e729e71e3
Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com>
6 years agoUpdate git submodules
Carlos Goncalves [Fri, 6 Oct 2017 16:54:22 +0000 (18:54 +0200)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Fix retrieval of log filename path

    Change-Id: I0dd61a020827e7ba9ec7a2e0300bf50dd7175e86
Signed-off-by: Carlos Goncalves <mail@cgoncalves.pt>
6 years agoUpdate git submodules
Ross Brattain [Fri, 6 Oct 2017 20:44:50 +0000 (20:44 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB Prox vPE Test"
  - NSB Prox vPE Test

    JIRA: YARDSTICK-802

    Addition of Prox vPE test case
    - The tests supports BM, Openstack Heat
    - Supports 4 ports
    - Grafana dashboards included
    - Added support for parameters.lua
      for prox additional files
    - Unit tests for code coverage

    Change-Id: I5cccb351dacba88a293ae4b8aba1f0a803d62e6d
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Signed-off-by: Daniel MArtin Buckley <daniel.m.buckley@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Fri, 6 Oct 2017 20:20:49 +0000 (20:20 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "fix random test_task unittest fail due to os.environ mock"
  - fix random test_task unittest fail due to os.environ mock

    sometime Jenkins fails due to what I guess are concurrency problems
    in os.environ mock

    ======================================================================
    FAIL: tests.unit.benchmark.core.test_task.TaskTestCase.test_parse_suite_with_constraint_no_args
    tags: worker-10
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
        return func(*args, **keywargs)
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-euphrates/tests/unit/benchmark/core/test_task.py", line 208, in test_parse_suite_with_constraint_no_args
        task_files, task_args, task_args_fnames = t.parse_suite()
      File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-euphrates/yardstick/benchmark/core/task.py", line 455, in parse_suite
        cur_pod = os.environ.get('NODE_NAME', None)
      File "/usr/lib/python3.5/unittest/mock.py", line 917, in __call__
        return _mock_self._mock_call(*args, **kwargs)
      File "/usr/lib/python3.5/unittest/mock.py", line 976, in _mock_call
        result = next(effect)
    StopIteration
    Ran 1262 tests in 2.375s
    FAILED (id=0, failures=1)
    error: testr failed (1)
    + testr failing

    Replace the mock decorator with a context manager to try to
    reduce the scope and duration of the mock.

    Change-Id: I342fe6c403e66c53ac4c39fd88fa9047cdfae5d9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Cristina Pauna [Fri, 6 Oct 2017 15:19:32 +0000 (18:19 +0300)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Update load_images.sh to MCP@aarch64

    The load_images.sh script still contained old functionality.
    The changes are:
    - don't use TestVM anymore, MCP does not load that by default like Fuel did
      upload the cirros image instead
    - don't upload the kernel separately for aarch64, one part image works now
    - add the needed extra-properties accordingly to each image

    The script was tested on arm, the test are running now without errors

    JIRA: ARMBAND-285

    Change-Id: Iee8ce6cde43bebceb2edbb1310ea81c665876aff
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Fri, 6 Oct 2017 20:05:36 +0000 (20:05 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Use stable/17.10 branch for VPP"
  - Use stable/17.10 branch for VPP

    also add retry and timeout for VPP interface check in os-net-config

    apex-os-net-config: Idaf03d78d2ce657ac484c1285a795d98760d0112

    Change-Id: I3dca43d263923e2ae7ff84781d3f7aa64fad6b5d
Signed-off-by: Feng Pan <fpan@redhat.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 6 Oct 2017 19:29:07 +0000 (19:29 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Made minor edits througout the document"
  - Made minor edits througout the document

    Change-Id: I35aefb46661a89615b207398341705dd483b6797
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
ahothan [Fri, 6 Oct 2017 17:24:08 +0000 (10:24 -0700)]
Update git submodules

* Update docs/submodules/nfvbench from branch 'master'
  - Add missing license text

    Change-Id: I9267e1f519f7c433df3ba139d397aaabf5fb45a0
Signed-off-by: ahothan <ahothan@cisco.com>
6 years agoMade minor edits. 73/44473/1
rpaik [Fri, 6 Oct 2017 16:56:28 +0000 (09:56 -0700)]
Made minor edits.

Change-Id: Ie38d1938156578ca8ce97cb2ecc177294cb578cc
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 6 Oct 2017 08:09:36 +0000 (12:09 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Update opendaylight version to nitrogen

    * use pseudo agentdb port binding controller instead of
      the deprecated network topology one
    * disable superfluous l2population mechanism driver
    * tidy up the duplicated haproxy neutron listen opts
    * straighten karaf features list
    * update jetty config

    Change-Id: Ifacf8de11eb56ab72df13a312151a510b280dea2
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 6 Oct 2017 15:14:45 +0000 (15:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: bifrost-cleanup-jobs: Disable cleanup bifrost jobs"
  - jjb: xci: bifrost-cleanup-jobs: Disable cleanup bifrost jobs

    We no longer update logs in artifacts.opnfv.org so there is no point
    in running this job. We will enable it back when we start uploading logs
    for XCI.

    Change-Id: Icee15d346c32dff693b5c474a51fb79763841bb7
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Fri, 6 Oct 2017 09:06:00 +0000 (10:06 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - bifrost: bifrost-provision.sh: Always initialize XCI_ANSIBLE_VERBOSITY

    The XCI_ANSIBLE_VERBOSITY is normally exported by the XCI bootstrapping
    process. However, sometimes it's necessary to run bifrost-provision.sh
    by itself so we can debug machine provisioning. As a result of which,
    we need to initialize this variable properly so we don't fail with
    'unbound variable' errors.

    Change-Id: I81c59cf8eb3369c001e952c2c0a2846ed8d95cdf
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Aric Gardner [Fri, 6 Oct 2017 15:00:57 +0000 (15:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "fuel-deploy.sh: Drop local_env mechanism"
  - fuel-deploy.sh: Drop local_env mechanism

    Now that Fuel supports reading bridge names from IDF / determine
    them based on IP address matching to PDF network, we can drop
    the mechanism for sourcing "local_env".

    Change-Id: Ib9fe0ddb2b54b9c5c037a3451cf049323ae7a864
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
mbeierl [Fri, 6 Oct 2017 14:43:42 +0000 (10:43 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Adding SSL Certificate Support

    Change-Id: I4a45e5602afc3a1c303a44adc15c9ef94fe732bb
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Cristina Pauna [Fri, 6 Oct 2017 13:39:30 +0000 (16:39 +0300)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Rename the external network for fuel

    The external network was renamend with the MCP deploy to floating_net

    Change-Id: I73f5f5d14b0b18a2e838dae163dcfd62edcb0c0b
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Manuel Buil [Thu, 5 Oct 2017 17:43:44 +0000 (19:43 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Move openrc to master

    Change-Id: Ic740396c3f8d1a6412a08a56a21ff9cfbeb925b1
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Manuel Buil [Fri, 6 Oct 2017 07:50:30 +0000 (09:50 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - If the VM starts quickly, this check might fail

    Sometimes VM starts very quickly and then it takes longer for this service
    to come up

    Change-Id: Ibc4ea47eb0b4b6655e338d1b85e6ed14e61d0064
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 6 Oct 2017 12:42:03 +0000 (12:42 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Refactor bifrost jobs to use the XCI clean VM"
  - jjb: xci: Refactor bifrost jobs to use the XCI clean VM

    We no longer run opnfv/bifrost jobs so drop all the references from
    the configuration file. Moreover, make use of the releng-xci XCI clean
    VM virtual machine to run the tests on a clean environment. Finally, we
    drop the support for uploading logs to the artifacts.opnfv.org. This
    needs to be done for XCI as well so we will bring it back when we
    develop a universal solution.

    Change-Id: I9bad17508ab8ee6594aec444ab864b99331b616d
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Michael Polenchuk [Fri, 6 Oct 2017 09:15:48 +0000 (13:15 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [virtual] Extend cinder volume size

    Rally test of NovaServers.boot_server_attach_created_volume_and_live_migrate
    requires 10Gb volume to function, so extend volume group size in order to
    avoid insufficient free space error.

    Change-Id: I317935d2bf736db360061e24f299c9b885154a9e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Sofia Wallin [Thu, 5 Oct 2017 12:21:35 +0000 (14:21 +0200)]
Update git submodules

* Update docs/submodules/orchestra from branch 'master'
  - Enable references for documentation

    Change-Id: I5b0ee93630ade8986a6a0eff868dcec12079cdb7
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
Navya [Fri, 6 Oct 2017 06:01:45 +0000 (23:01 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - KVMFORNFV:Livemigration testcase changes in Yardstick

    This patch includes changing the function call to place the
    respective bash file to the given TARGET_SCRIPT path.

    Change-Id: Iba2adf4bdb6d9045493f5099e29ade4e8e6b5cd3
Signed-off-by: Navya <navyax.bathula@intel.com>
6 years agoUpdate git submodules
Manuel Buil [Thu, 5 Oct 2017 13:38:06 +0000 (15:38 +0200)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Remove the quotes from the external network name

    If we leave the quotes, functest will search for a neutron network with the
    name "ext-net" instead of ext-net and will fail

    Change-Id: I4ef62fa6ea69573f5872b864402ddb8644ce432d
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 5 Oct 2017 09:01:09 +0000 (10:01 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: scripts: build-dib-os.sh: chmod and chown files using sudo

    Some of the files may be owned by root so we need to ensure that
    everything is reset properly. Moreover, only clean the image files
    for the one we are building.

    Change-Id: I45b78db6715534187f19d9f513e8288fd076cb6b
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Maciej Skrocki [Thu, 28 Sep 2017 21:13:39 +0000 (14:13 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Fixed compilation of latest samplevnf

    added download_civetweb and install_civetweb roles.

    Change-Id: Id4f60cc07b3befc7edb3cfc38773fe1a73a44c1f
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 5 Oct 2017 01:46:54 +0000 (03:46 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - ci/deploy.sh: Drop local_env support

    While at it, fix shellcheck warnings in deploy wrapper.

    Change-Id: I2ddd272afe7ec16d6c594295a257eb98ee5bf5ce
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Sharada Shiddibhavi [Thu, 5 Oct 2017 05:19:19 +0000 (05:19 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Removing collectd restart process before Gnocchi test

    In this patch we remove the step of restarting collectd before
    Gnocchi test and adding it only before CSV testing. This also
    has fix to functest result status at the end of test execution.

    Change-Id: I2113ce8c5234535ab6f8d8c524038ead39e6df38
Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 20:47:58 +0000 (20:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding scale out templates for ovs_dpdk/sriov using 2 node setup"
  - Adding scale out templates for ovs_dpdk/sriov using 2 node setup

    2 - node setup:
      - Traffic generator starts new stream on both uplink and downlink

    This patch addes amsible scripts to enable scale_out testcases

    - vfw

    Change-Id: I0340636bce3e74cd6175f728b9e7e014a4eb2fd5
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 20:47:44 +0000 (20:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding 2 node ixia generic scale-out test case generation"
  - Adding 2 node ixia generic scale-out test case generation

    Change-Id: I7da2d5bcd7c58c669e28a7271e4c6848c003e84a
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 20:47:31 +0000 (20:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding auto generate scale-out support for correlated traffic"
  - Adding auto generate scale-out support for correlated traffic

    Change-Id: I2755b596068545c1a3a672ceff47d814a44ae050
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 20:45:31 +0000 (20:45 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Added example TC with collectd on compute node"
  - Added example TC with collectd on compute node

    To be used with yardstick/etc/yardstick/nodes/pod.yaml.collectd.sample

    Change-Id: I6eff4f6adf57596e06c685ab87b83699696ad7b6
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 20:31:01 +0000 (20:31 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "heat: add port name as port"
  - heat: add port name as port

    Change-Id: Ibd159359c6f57d573a909d6841c121c15bf692c1
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 20:28:37 +0000 (20:28 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "add wait_for_instantiate"
  - add wait_for_instantiate

    Change-Id: Idc54fc907dba4603984712fc43a0db8dfd4b7374
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Thu, 5 Oct 2017 19:13:23 +0000 (19:13 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Increase memory size for virt-customize"
  - Increase memory size for virt-customize

    Some of the bigger commands can exceed the default,
    so increase all instances for consistency. It's
    unlikely build machines won't have 4G of memory
    available.

    Change-Id: Ifa575b6e6faef9ba038900ab0e080da15d5680aa
    JIRA: APEX-520
Signed-off-by: Michael Chapman <michapma@redhat.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 5 Oct 2017 16:20:08 +0000 (18:20 +0200)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Increse ssh timeout in Ansible

    The SNAPS smoke tests pass on Apex  when the timeout
    is a bit higher than 10 (default)

    JIRA: SNAPS-186

    Change-Id: I2f42f0fc9a78bfad4ae3940813e87ba7572ad2f5
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Morgan Richomme [Thu, 5 Oct 2017 16:12:55 +0000 (16:12 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update Config Guide"
  - Update Config Guide

    Change-Id: If7295f553f203171f5a6efebc8d553d5dca8433a
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 16:11:01 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add intermediate variables for attacker,monitor,result_checker"
  - Add intermediate variables for attacker,monitor,result_checker

    JIRA: YARDSTICK-790

    Change-Id: I6bb36c98b8673155d3142fc54cfb39315d5ce613
Signed-off-by: qiujuan <juan_qiu@tongji.edu.cn>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 5 Oct 2017 15:17:28 +0000 (17:17 +0200)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - log.sh: Fix sourcing of globals.sh

    Fix sourcing of globals.sh from log.sh when running with a CWD
    different from scripts dir.

    Change-Id: I680531022d30b57f650a612493f40fdb3e073dc2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 16:03:53 +0000 (16:03 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Adding sample testcases to run on standalone context"
  - Adding sample testcases to run on standalone context

    - vFW
    - vCGNAPT
    - vACL
    - UDP Replay
    - vPE (Only OVS supported)

    Change-Id: Idbc4d1d6bc1283e40d2fcb9457a871a9198ad147
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 15:51:32 +0000 (15:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "rewrite _generate_pod_yaml to combine name and pkey setting"
  - rewrite _generate_pod_yaml to combine name and pkey setting

    just deepcopy and change.  This will probably break in
    the future if we use anything other than dicts and list.

    Change-Id: I9a9b0c5b09b3e3ebd7ed593bf6339ea030605f93
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Brady Johnson [Thu, 5 Oct 2017 15:14:33 +0000 (15:14 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Add tacker to the scenario role"
  - Add tacker to the scenario role

    Change-Id: I0d6f48eff3edd7e1117ec0c5f7f16c1de35300d5
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Bertrand Souville [Mon, 2 Oct 2017 14:57:28 +0000 (16:57 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Removed unnecessary logs

    Change-Id: I36e086d442d589535b5b645ef8207a5848c7b654
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 5 Oct 2017 15:04:17 +0000 (15:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSB Prox minor refactor of BNG"
  - NSB Prox minor refactor of BNG

    JIRA: YARDSTICK-802

    - Updated the BNG code with minor refactor.
    - Corrected the CPE core name
    - Update binsearch traffic profile with 64B

    Change-Id: Iae0be766edb986520045655fa567651711813a8b
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
6 years agoUpdate git submodules
Bertrand Souville [Mon, 2 Oct 2017 15:55:30 +0000 (17:55 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Update Config Guide

    Change-Id: Ibac4f47889ec0d0349d29eaffb61bcf070d99eb3
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Manuel Buil [Wed, 4 Oct 2017 16:07:06 +0000 (18:07 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Do not use capital letters

    As agreed with the releng-xci guys, we should not use capital letters to refer
    to openstack-ansible (osa)

    Change-Id: I634747b07e72513f751cde3eb33f3b4bad5c176d
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Dan Radez [Thu, 5 Oct 2017 13:24:52 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "This config is no longer needed"
  - This config is no longer needed

    it is setting and unescaped default value which ended up setting an
    invalid value. removing it uses the default which accomplishes what
    this was originally attempting to put into place.

    Change-Id: I03660921860adf7625e17d2c4a3ba07b62d0f3f0
Signed-off-by: Dan Radez <dradez@redhat.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 5 Oct 2017 13:06:07 +0000 (13:06 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: xci-verify-jobs: Export clean vm variables properly"
  - jjb: xci: xci-verify-jobs: Export clean vm variables properly

    The variables are meant to be used by the start-vm-new.sh script
    instead of the XCI test so they need to be exported properly before
    we run the script.

    Change-Id: I224ec7bfced5eb51f01de46bd042274bcf3ec86b
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Bertrand Souville [Mon, 2 Oct 2017 14:57:00 +0000 (16:57 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Fixed typo

    Change-Id: I6746446acd915c853bf493f444a96a1c04590f19
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdate git submodules
Juha Kosonen [Thu, 5 Oct 2017 09:53:08 +0000 (12:53 +0300)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Live migration support determination in rally

    Live migration test cases were excluded if tempest was not executed
    before rally since tempest config file is created during the execution
    of tempest.

    Remove the dependency to config file and define the support based on
    the number of computes as done in tempest.

    Change-Id: I57c18b7c57e6a4bc8bfbdfb4beb5f8d67c6269c4
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 5 Oct 2017 09:30:52 +0000 (09:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Do not use capital letters to refer to osa"
  - Do not use capital letters to refer to osa

    As agreed with the releng-xci, we should stop using OSA and start using osa
    to refer to openstack-ansible

    Change-Id: I201b360654b9a52a3387c5e473a3e448a900bb9f
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 5 Oct 2017 08:52:43 +0000 (10:52 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - kvmfornfv: Enable all jobs for all branches

    Change-Id: I88daffa1e15339166240f8520e9fe9909f6a5f49
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 5 Oct 2017 08:51:40 +0000 (08:51 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "Install docker-py when running xci as part of CI"
  - Install docker-py when running xci as part of CI

    docker-py package is required by the docker_container module in ansible:

    http://docs.ansible.com/ansible/latest/docker_container_module.html#docker-container

    Change-Id: Ib051ae09c84cfa973ef814852e78626499471d0f
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 5 Oct 2017 08:18:12 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge changes from topics 'copy-hidden-skip-verify', 'xci-cache-skip-verify'

    * changes:
      xci: scripts: start-new-vm.sh: Copy hidden files and directories
      xci: scripts: vm: Add ability to use cached images for clean VM

  - xci: scripts: start-new-vm.sh: Copy hidden files and directories

    Fix the rsync command to also copy the hidden files and directories.
    Copying the .git directory allows us to quickly inspect any file
    changes when investigating bug reports and other problems.

    Change-Id: I4e6feeea77d5c3b23362a216206c5970b4900169
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: scripts: vm: Add ability to use cached images for clean VM

    Make it possible to use the hosted dib images from artifacts.opnfv.org
    instead of building a new one on every CI run. This way, we can reduce
    the time it takes to start the actual XCI deployment.

    Change-Id: Idb1f5e3929cc14502c3f7383a61d2fbd0a6eefaf
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Thu, 5 Oct 2017 08:18:05 +0000 (08:18 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Use pre-built dib images for CI runs"
  - jjb: xci: Use pre-built dib images for CI runs

    We make use of the pre-built dib images hosted on artifacts.opnfv.org
    instead of building a new one on every CI build. This makes the CI jobs
    somewhat faster since we start with the XCI deployment straight away

    This patchset depends on https://gerrit.opnfv.org/gerrit/#/c/44049/

Signed-off-by: Markos Chandras <mchandras@suse.de>
    Change-Id: Id2ccee8882cd20590a4cd27d4e512dc414d7b40e

6 years agoUpdate git submodules
Markos Chandras [Wed, 4 Oct 2017 14:24:47 +0000 (15:24 +0100)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: file: ansible-role-requirements.yml: Bump SHA for lxc_hosts

    Bump the SHA for lxc_hosts so we can start using lxc-2.X.X on SUSE
    hosts.

    Change-Id: Ia4830996a66b5694a9d22f8cd067ca12163939a3
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Martin Klozik [Thu, 5 Oct 2017 06:44:17 +0000 (06:44 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "doc_review: Review docs for accuracy and grammar"
  - doc_review: Review docs for accuracy and grammar

    Fix issues with grammar and accuracy.

    JIRA: VSPERF-536

    Change-Id: Ia703d306bb7a14b11e09ab4077b8adfa5fb5e6af
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
6 years agoUpdate git submodules
Aric Gardner [Thu, 5 Oct 2017 01:16:41 +0000 (01:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Revert "fetch_os_creds.sh: Fix unbound BUILD_TAG""
  - Revert "fetch_os_creds.sh: Fix unbound BUILD_TAG"

    This reverts commit 3f27c8b519e42295bd76ace5506903f265e48560.

    Change-Id: I024ba8c0b960387138a71be9bc19f6d1b72030ca

6 years agoUpdate git submodules
Aric Gardner [Thu, 5 Oct 2017 00:50:04 +0000 (00:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/apex"
  - Fix Yamllint violations for jjb/apex

    JIRA: RELENG-254

    Change-Id: I354d7064c560d4b23e361d556b7fe269d7fb5d26
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Maciej Skrocki [Wed, 4 Oct 2017 22:33:09 +0000 (15:33 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Making sure yardstick container uses hosts timezone

    This is required for influxdb results being reported
    "in the future" when the timezones do not match.

    Change-Id: Ic41e19d26c46b6ccfa6dacddb595236af19e437a
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 4 Oct 2017 22:26:10 +0000 (00:26 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - armband: Fix Fuel collect job reference

    Armband uses different 'pod' naming/labeling, so instead of Fuel's
    'baremetal' reference, we have 'armband-baremetal', leading to
    unresolved job references for the recently added log collection.

    Fix that by adding a new 'deploy-type' variable, which corresponds
    to either 'baremetal' or 'virtual', aligning with Fuel naming.
    While at it, slightly refactor our pod definitions to use the new var.

    Change-Id: Ie84c40a5c208072da2e4766233a844f2670d4f87
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 4 Oct 2017 22:57:45 +0000 (00:57 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for jump bridge configuration rework

    Change-Id: I23100e3fd9854cd1ffd52961a0260d3c23875dd1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 20:30:31 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "fuel, armband: Add post mortem log collection"
  - fuel, armband: Add post mortem log collection

    Debugging test suite failures is often hard without physical access
    to the POD, and even then the environment might be automatically
    redeployed before successfully debugging the problem.

    So, collect all contents of </var/log> from all cluster nodes
    (including the Salt Master node) after all test suites have been
    executed as part of the CI job.

    Change-Id: Ie5e2526c74f4ed21be9c76c6f6101eb3f434be36
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 4 Oct 2017 20:28:42 +0000 (20:28 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "ci/deploy.sh: Move global vars to separate file"
  - ci/deploy.sh: Move global vars to separate file

    log.sh should also work as standalone script, so factor out
    global variables from <ci/deploy.sh> into <mcp/scripts/globals.sh>,
    which should be sourced by log.sh when required variables are not set.

    Change-Id: I5a5bb85ee5835f567d6910b11c137d95e2147714
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 4 Oct 2017 20:27:47 +0000 (20:27 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Identify jump host bridges based on IDF / PDF nets"
  - Identify jump host bridges based on IDF / PDF nets

    - minor refactor of runtime templates parsing to allow var expansion;
    - parse <pod_config.yml> into shell vars, match dynamically networks
      from PDF to IP addresses on bridges of current jumphost;
    - keep old '-B' parameter in <ci/deploy.sh>, use it for providing
      fallback values in case there's no bridge name specified via IDF
      and no IP on the jumphost for one or more of the PDF networks;
    - re-enable dry-run to ease testing of the above;
    - add sample 'idf-pod1.yaml' to <mcp/config/labs/local>;

    The new behavior will try to determine the jump host bridge names:
    1. Based on IDF mapping, if available
    2. Based on PDF network matching with IP addrs on jumphost;
    3. Fallback to values passed via '-B';
    4. Fallback to default values hardcoded in the deploy script;

    Later, we will drop MaaS network env vars in favor of PDF vars,
    once the PDF template is generating them.

    Change-Id: If9cd65d310c02965b2e2bfa06a0d7e0f97f1dd48
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 4 Oct 2017 17:43:12 +0000 (19:43 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - fetch_os_creds.sh: Fix unbound BUILD_TAG

    Fuel baremetal deployments provide a certificate, which should be
    copied over to test containers. Virtual deployments do not, hence
    the need to determine the deployment type and decide whether the
    certificate should be transferred in the first place.

    However, the Docker args we contruct will try to map the certificate
    file no matter what, so we will instead try to transfer the cert
    from Salt Master in all deployments, and just create an empty file
    in case it does not exist.

    Change-Id: I3d3fe6cabf552a88841c529ce38446b2e54b3053
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Deepak S [Mon, 18 Sep 2017 03:58:43 +0000 (20:58 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Disable VNF deploy by default

    Change-Id: I27bcc41c855f34fb1fd0332fc24e7bf0b2af4ec2
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 4 Oct 2017 18:06:35 +0000 (18:06 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Pass flags to allow domain undefine with NVRAM"
  - Pass flags to allow domain undefine with NVRAM

    Change-Id: I8365dd327d4bf7abebc72922e030b3049cd66de9
Signed-off-by: Dan Radez <dradez@redhat.com>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:43:29 +0000 (16:43 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix minor yamllint violation in jjb/moon/moon.yml"
  - Fix minor yamllint violation in jjb/moon/moon.yml

    Without a '|' after the shell builder declaration yamllint will think
    the bash directive is a comment.

    JIRA: RELENG-254

    Change-Id: Ib4e9802dbceeac1356936510ffa2efeca648076d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:43:05 +0000 (16:43 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/dovetail"
  - Fix Yamllint violations for jjb/dovetail

    JIRA: RELENG-254

    Change-Id: I63bb14821b5d1798fccc313a07191e5f3dec160e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:41:57 +0000 (16:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/daisy4nfv"
  - Fix Yamllint violations for jjb/daisy4nfv

    JIRA: RELENG-254

    Change-Id: I71f2879dd04cc56dc8023fc7163871e94de78eb6
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:41:05 +0000 (16:41 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/calipso"
  - Fix Yamllint violations for jjb/calipso

    JIRA: RELENG-254

    Change-Id: I9391e0537d2c0904daa966f56d99c96d445d00d9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:40:50 +0000 (16:40 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/xci"
  - Fix Yamllint violations for jjb/xci

    JIRA: RELENG-254

    Change-Id: Iaf58cc822eb616711c0dc081f5b0154fe881646c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:34:35 +0000 (16:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/sfc"
  - Fix Yamllint violations for jjb/sfc

    JIRA: RELENG-254

    Change-Id: I3f878f50de8e0e60d3332ab8cd0ef8224524d38e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:34:12 +0000 (16:34 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations: jjb/vnf_forwarding_graph"
  - Fix Yamllint violations: jjb/vnf_forwarding_graph

    JIRA: RELENG-254

    Change-Id: If660d0bedee12c00e385aa1f42ed3c1acc9aeb27
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Wed, 4 Oct 2017 16:33:43 +0000 (16:33 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix Yamllint violations for jjb/functest"
  - Fix Yamllint violations for jjb/functest

    JIRA: RELENG-254

    Change-Id: I89043a1149360d587588e8c887f88cc5192c1692
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Ryota Mibu [Wed, 4 Oct 2017 16:30:49 +0000 (16:30 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "fix the way to get log filename"
  - fix the way to get log filename

    Change-Id: I9ce494c408c99e1a76a6b485db29a72c3134e487
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 4 Oct 2017 15:38:39 +0000 (17:38 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - u/fuel: Bump for second neutron formula fixup

    Change-Id: I52cb9720a452c4fa7b71a9135de700f5c601132d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 4 Oct 2017 15:36:34 +0000 (15:36 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "baro: update collectd-openstack branch"
  - baro: update collectd-openstack branch

    COLLECTD_OPENSTACK_GIT_BRANCH has been updated to stable/pike so that aodh
    changes will be picked up

    Previously, the branch was not actually being checked out, but was being
    used as a name for a new branch. This behaviour has been corrected.

    Change-Id: I516c4311d2a0cedcca6ec293b62c21234b1e1975
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
6 years agoUpdate git submodules
mbeierl [Wed, 4 Oct 2017 14:57:52 +0000 (10:57 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Fixing test results.

    Change-Id: I13ea847491f2758fd2003c0b206ec7a1356f3fb2
    JIRA: STORPERF-216
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoUpdate git submodules
Bertrand Souville [Mon, 2 Oct 2017 15:08:15 +0000 (17:08 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Added support for Keystone v3

    JIRA: PROMISE-80

    Change-Id: I5e904da373e2d5309456a6ce7ec56e724a62791f
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoDocumentation updates for Euphrates 43/42243/11
Sofia Wallin [Mon, 18 Sep 2017 12:06:59 +0000 (14:06 +0200)]
Documentation updates for Euphrates

Installer projects/PTLs and scenario owners
Should review the installation instruction to make sure
that relevant documentation is included.

Feature projects/PTLs
Should review the configuration guide and user guide to
make sure that relevant documentation is included.

All projects (participating in the Euphrates release)
Should review the release notes to make sure that project
specific release notes are included.

Change-Id: I9d72070a22d77545225b07019a1133fcfd57257f
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>