opnfvdocs.git
6 years agoUpdate git submodules
mei mei [Mon, 18 Dec 2017 02:14:20 +0000 (02:14 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "create dovetail-merge-danube and dovetail-verify-danube jobs"
  - create dovetail-merge-danube and dovetail-verify-danube jobs

    Dovetail has a branch stable/danube now, so it needs to add the verify jobs
    on branch stable/danube.

    JIRA: DOVETAIL-577

    Change-Id: Ifd2622d58439b6794f6b0f2e636142d4e7d1ac5e
Signed-off-by: xudan <xudan16@huawei.com>
6 years agoUpdate git submodules
Rex Lee [Mon, 18 Dec 2017 01:33:02 +0000 (01:33 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "pretty cli format: runner/scenario/testcase list"
  - pretty cli format: runner/scenario/testcase list

    JIRA: YARDSTICK-855

    1. using prettytable to reformat cli below:
    yardstick runner list
    yardstick scenario list
    yardstick testcase list
    2. remove redundant function print_hbar
    3. fix pep8 problems, the framework using do_list dynamicly,
    so disable unused-argument check for now.

    Change-Id: I79e1226e21fca4624bf4436414917bd07ecabca0
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Sun, 17 Dec 2017 14:24:45 +0000 (14:24 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Bug fix for the random failure of nova cell_v2 discovery"
  - Bug fix for the random failure of nova cell_v2 discovery

    JIRA: -

    Sometimes nova cell_v2 fails to discovery the compute
    hosts. So we add some retries to makr sure cell_v2
    discovery success.

    Change-Id: I74af78667f2718b10b8cbb1e9c7c8d8d3b4b297e
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Sat, 16 Dec 2017 06:45:00 +0000 (14:45 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Bug fix for the random failure of pip_install

    JIAR: -

    For centos deployment, it sometimes fails when
    run the role: pip_install due to the network
    is not so stable. So we add some retyies here
    to avoid the failure.

    Change-Id: I9774e5be4d42a66f8cf377ec83161b200266d3d0
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Sat, 16 Dec 2017 10:18:31 +0000 (02:18 -0800)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - update release notes for Euphrates 5.1.0

    Change-Id: I11b248882dd314baebd3ab4e7e676a1f3e0b50cd
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Sat, 16 Dec 2017 09:39:25 +0000 (09:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Addition of NSB Prox test documentation of vPE and LW-AFTR test cases"
  - Addition of NSB Prox test documentation of vPE and LW-AFTR test cases

    YARDSTICK-840

    NSB Prox test documentation of vPE and LW-AFTR test cases documenation.

    Change-Id: Ic6da6546faf0494fdee71962a515083e6e10a410
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
6 years agoUpdate git submodules
rexlee8776 [Fri, 24 Nov 2017 07:37:20 +0000 (07:37 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - bugfix: tc078 have no data stored or dashboard to show results

    JIRA: YARDSTICK-867

    1.print result in the log, showing the txt format result

    Change-Id: I6deeb4cf44895ef7a6c6d231c77b3843eec285d7
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Sat, 16 Dec 2017 09:21:57 +0000 (09:21 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc078 fails in some situations"
  - bugfix: tc078 fails in some situations

    1. make  "SPECint_benchmark, runspec_iterations, runspec_tune, runspec_size,
    runspec_rate" parameterized and change the default value "int^429" to "int"
    2. remove "become: true" in some roles since it does not need root privilege

    JIRA: YARDSTICK-852

    Change-Id: Icb384bddc12911e2681a981d0504e0e142d1a8ec
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Ross Brattain [Sat, 16 Dec 2017 08:44:07 +0000 (08:44 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: kill process do not accurately kill "nova-api""
  - bugfix: kill process do not accurately kill "nova-api"

    JIRA: YARDSTICK-849

    1. update the kill process RegEx pattern to be more accurate
    2. make attack_process to be parameter so it can be customized if
    the SUT is using a different name of attack_process

    Change-Id: I569730ced6c24aafbffcf2fc5752d3560d0adac5
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Dino Madarang [Tue, 3 Oct 2017 01:02:17 +0000 (01:02 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - samples: Add generic L3 forwarder tests

    A generic throughput test case that can be used as a
    stub code for a Linux-based VNF configured as an L3 forwarder.

    Supported context:
    * Standalone OVSDPDK and SRIOV
    * Baremetal

    Code changes:
    * Allow pmd-cpu-mask and lcore mask for OVS DPDK
    * router_vnf.py - configures interface IP addresses and static arp entries
      using ip command
    * NFVi KPIs
    * Allow cputune tag for standalone context to be able to PIN on NUMA 1 cpus

    SRIOV Test cases:
    * RFC2544 Ethernet framesizes, 128K Flows
    * 2,4 and 6 ports
    * 2 and 3 vcpus per port
    *
    OVSDPDK Test cases:
    * RFC2544 Ethernet framesizes, 128K Flows
    * 2 and 4 ports
    * 2 vcpus per port
    * 2 PMD threads per port

    TODO:
    * Documentation
    * Add 6 ports tests

    References:
    * router_vnf.py is based on sample_vnf.py
    * tc_*.yaml files are based on acl/vfw test case files

    Added unitests
    Added get_stats to parse ip -s link

    Change-Id: Id1b969d5420dfcab7c1e695acbd2cd1655747efe
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Signed-off-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Emma Foley <emma.l.foley@intel.com>
Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
Signed-off-by: Dhaval Patel <dhaval.r.patel@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Fri, 15 Dec 2017 18:59:19 +0000 (19:59 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Pin glusterfs to 3.12 for AArch64

    glusterfs PPA for 3.13 does not have arm64 binaries *yet*, so pin
    to 3.12 for now.

    While at it, bump Fuel@OPNFV submodule.

    Change-Id: I989fcfa43748015e46d760b9908c633238dae574
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Narinder Gupta [Fri, 15 Dec 2017 20:40:08 +0000 (14:40 -0600)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - added bionic support with snap deployment. Alos fixes.

    Change-Id: I6cf005194c7aff6845bfb749a45cd674531fedd4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoMerge "Adding Calipso docs to landing page"
Aric Gardner [Fri, 15 Dec 2017 23:29:15 +0000 (23:29 +0000)]
Merge "Adding Calipso docs to landing page"

6 years agoAdding Calipso docs to landing page 93/48993/9
Sofia Wallin [Thu, 14 Dec 2017 17:10:56 +0000 (18:10 +0100)]
Adding Calipso docs to landing page

I needed to add submodules/calipso/docs/release/index

This fixed the puking of the docs over the main page

https://gerrit.opnfv.org/gerrit/49113 Fix calipso index.

Must be merged after https://gerrit.opnfv.org/gerrit/#/c/48997/

Change-Id: I2287944cd34c404f23e0d391d09b167c0c0d2064
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
agardner [Fri, 15 Dec 2017 23:12:57 +0000 (18:12 -0500)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - Fix calipso index.

    old index was dunping entire contents on main documentation page.

    Change-Id: Ie88816d5dba5436fbe3ece5fc8fd2cb58aae1f50
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
agardner [Fri, 15 Dec 2017 21:52:31 +0000 (16:52 -0500)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - Add tox and sphinx stuff for calipso

    Also fix malformed table in admin guide

    Change-Id: Ib15f93d0161b9f36be84553b2181419449dbfa2a
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Sofia Wallin [Thu, 14 Dec 2017 17:17:44 +0000 (18:17 +0100)]
Update git submodules

* Update docs/submodules/calipso from branch 'master'
  - Added index file

    the index file is needed to enable docs on docs.opnfv.org

    Change-Id: I13225ecbab52491128c781bdd8f86aaf137de64d
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
WuKong [Fri, 15 Dec 2017 20:43:14 +0000 (21:43 +0100)]
Update git submodules

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

    Change-Id: Iba8deac5177c3499c89d6742874d3daf9fe3289a
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Fri, 15 Dec 2017 20:15:28 +0000 (20:15 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "add documentation for add target function"
  - add documentation for add target function

    Change-Id: I6dd21f218f15a6fa89df2b63ae7cd2d9e3da1cc3
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
WuKong [Fri, 15 Dec 2017 20:11:51 +0000 (21:11 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - moon_utilities configuration.py unit test

    Change-Id: I1548eb7ce89c11ccacb55bb4614940a9b438b748
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Bin Hu [Fri, 15 Dec 2017 17:39:39 +0000 (09:39 -0800)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Fix table in RST

    Change-Id: Ibd20332cd08a89e6bfcea5d4912fb0d5729c3dd3
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Narinder Gupta [Fri, 15 Dec 2017 17:28:31 +0000 (17:28 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "adding snap install of MAAS."
  - adding snap install of MAAS.

    Change-Id: I4f8ad592138ae6a372cfad199cc066b4e5e5ab18
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Mon, 4 Dec 2017 21:33:53 +0000 (22:33 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [baremetal] Move VCP iface config to own yml

    - move linux.network.interface definitions to their own classes, which
      also removes the previous requirement of defining {dhcp,single}_nic
      parameters in classes that don't actually use them;
    - drop now useless {dhcp,single}_nic parameters;
    - expand linux_{dhcp,single}_interface macros, since they cause issues
      with reclass dict-merge while attempting to override sub-vars (i.e.
      it's not possible to set 'enabled: false' via reclass interpolation);

    JIRA: FUEL-310

    Change-Id: I29d921f545e761de335a60e242a4523d13b06c78
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Delia Popescu [Fri, 15 Dec 2017 10:22:07 +0000 (12:22 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - salt-formulas: change virt_type to qemu for virtual deploys

    nova-compute conf: virt_type=qemu (only for virtual deploys)
    JIRA: ARMBAND-339

    Change-Id: I5e9e21b39cb481a47dbd105aa0f03126c3ae92d3
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Fri, 15 Dec 2017 16:27:01 +0000 (16:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Do not trigger the CI when patchset modifies the CI VM

    The scripts in xci/scripts/vm are used to manage the VM on the CI so
    we shouldn't blindly test a patch that modifies them. It's better to
    use manual inspection since that script rarely changes anyway.

    Change-Id: I48d81f984a1a8d1500be2cc74ea79420962b9a15
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
RHE [Fri, 15 Dec 2017 16:16:46 +0000 (17:16 +0100)]
Update git submodules

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

    Change-Id: I8969aa80788eaca850a773f4bc37f2eac8892f3e
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
spisarski [Thu, 14 Dec 2017 15:25:17 +0000 (08:25 -0700)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Added utility function to retrieve the names of all hosts with a hypervisor.

    Change-Id: I25b91c6eee78ebf35785c4884dded7c9ab2cc412
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdate git submodules
Jack Morgan [Fri, 15 Dec 2017 13:49:17 +0000 (13:49 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Linux Foundation POD5 PDF"
  - Linux Foundation POD5 PDF

    Change-Id: I0c4389059edb33fecdd472777d7266c4934f1d07
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Jack Morgan [Fri, 15 Dec 2017 13:48:40 +0000 (13:48 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Moving all pdfs to pharos repo"
  - Moving all pdfs to pharos repo

    Inline encrytion of yaml files allows us to  make away with securedlab's
    restrictions. Going forward, anyone will be able to see Lab PDFs

    See:
    https://github.com/opnfv/pharos/blob/master/config/utils/README.eyaml.rst

    If you are the reviewer on this changeset it is becasue
    git blamed showed you to be the author of the pdf in this review.

    Encrypting ipmi password is optional. I have scrubbed the password from
    this change. If you do not need the password to be hidden, please let me
    know in the comment, and I will put it back.

    If you do need the password hidden, please follow the readme above and
    ammend this patch to include the encrypted value that you create on your
    pods jumphost.

    Change-Id: I52a5c117da599fd46aa246de20077d5bdbe8a3b6
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Jack Morgan [Fri, 15 Dec 2017 13:48:16 +0000 (13:48 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Moving all pdfs to pharos repo"
  - Moving all pdfs to pharos repo

    Inline encrytion of yaml files allows us to make away with securedlab's
    restrictions. Going forward, anyone will be able to see Lab PDFs

    See:
    https://github.com/opnfv/pharos/blob/master/config/utils/README.eyaml.rst

    If you are the reviewer on this changeset it is becasue
    git blamed showed you to be the author of the pdf in this review.

    Encrypting ipmi password etc is optional. I have scrubbed the password
    from this change. If you do not need the password to be hidden, please let me
    know in the comment, and I will put it back.

    If you do need the password hidden, please follow the readme above and
    ammend this patch to include the encrypted value that you create on your
    pods jumphost.

    Change-Id: Idc70540477d8569f15335e75e7725c1e4e56a60b
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Jack Morgan [Fri, 15 Dec 2017 13:47:52 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Update the example config filename in eyaml README"
  - Update the example config filename in eyaml README

    The example configuration file in the directory pharos/config/utils/
    is config.example.yaml.

    Change-Id: I493274e4ddb689eb729ed642b5f495b5be0b75b0
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Jack Morgan [Fri, 15 Dec 2017 13:47:19 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Encrypt ipmi info of zte baremetal pods"
  - Encrypt ipmi info of zte baremetal pods

    Change-Id: I86935bee9ff30d811f0e756f93716cb415fa3a01
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Jack Morgan [Fri, 15 Dec 2017 13:46:57 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Generate daisy network configuration by template"
  - Generate daisy network configuration by template

    JIRA: DAISY-74

    Add jinja2 templates for daisy network configuration.
    For DPDK, TENANT and EXTERNAL networks should share the
    same interface now.

    Change-Id: I6e9b7a68fb572e9ad844cfcc6ff383aaa25e3bc1
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate git submodules
Fatih Degirmenci [Fri, 15 Dec 2017 12:29:21 +0000 (12:29 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Use custom-url for readable CI reports"
  - xci: Use custom-url for readable CI reports

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

* Update docs/submodules/releng-xci from branch 'master'
  - xci: scripts: start-new-vm: Use host-passthrough to use the real host CPU

    The host-passthrough mode will allow the VM to use all the host cpu
    features so it should provide the best possible CPU performance.

    Change-Id: I6ecd0363d046aaefa08f9e97144aa9ca9f1afae5
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Serena Feng [Fri, 15 Dec 2017 08:30:27 +0000 (08:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Update the fuel ci job on zte pods"
  - Update the fuel ci job on zte pods

    - Delete Danube job on zte-pod1
    - Modify the triggers on zte-pod1
    - Delete master and Euphrates job on zte-pod3

    Change-Id: I034dc3b968ee9255aa014c28dc08237fc0803d32
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Fri, 15 Dec 2017 07:09:00 +0000 (07:09 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Docs update for E 5.1"
  - Docs update for E 5.1

    Change-Id: I53972edc64398339463824d5f8d7193a6e15481f
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Fri, 15 Dec 2017 06:19:09 +0000 (06:19 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "VNF scale-out testcase"
  - VNF scale-out testcase

    JIRA: BOTTLENECK-214

    Bottlenecks VNF scale out testcase

    Change-Id: I05c4dec483062dd59c4b062516c8a6c1bc83ad6e
Signed-off-by: Ace Lee <liyin11@huawei.com>
6 years agoUpdate git submodules
Dino Madarang [Wed, 1 Nov 2017 16:10:16 +0000 (09:10 -0700)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NSB: Fix standalone.model.Libvirt SR-IOV modeling

    Fixed standalone.model.Libvirt SR-IOV XML interface modeling, acording
    to [1]:
    - All PCI attributes now are printed in hexadecimal format.
    - The PCI address is now added in the correct section, 'interface'.

    network_services.utils.PciAddress was refactored to accept both 'domain:
    bus:slot:function' and 'bus:slot:function' format inputs. This class is
    used as input in the previous class, Libvirt, to print in XML the PCI
    address of a SR-IOV interface.

    network_services.utils.PciAddress.parse_address is now deprecated. Instead
    the class standard instantiation must be used:

        libvirt_obj = utils.PciAddress(text_with_address)

    A deprecation decorator is implemented along with this patch. This
    decorator is used for the first time in the previously mentioned function.
    This decorator stores every decorated function name and deprecation message
    and raises a logging warning message the first time this function is used.

    [1] https://goo.gl/so2Mrp

    Change-Id: I22e95c488e27d6e2a8fdf6c1a07faab275fa6bba
Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com>
Reviewed-by: Alain Jebara <alain.jebara@intel.com>
Reviewed-by: Deepak S <deepak.s@linux.intel.com>
Reviewed-by: Ross Brattain <ross.b.brattain@intel.com>
Reviewed-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Bryan Sullivan [Fri, 15 Dec 2017 05:41:31 +0000 (21:41 -0800)]
Update git submodules

* Update docs/submodules/ves from branch 'master'
  - Containerize kafka server

    JIRA: VES-2

    Change-Id: Idc2db4b99de7d2757a7907f3170e58ae9a38f8b5
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
6 years agoUpdate git submodules
Deepak S [Thu, 14 Dec 2017 20:52:18 +0000 (12:52 -0800)]
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Updating release notes for OPNFV Euphrates 5.1

    Change-Id: I01a619de621a3dfbfe11cabef257f9dec311e318
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
6 years agoUpdate git submodules
Yu Yang (Gabriel) [Fri, 15 Dec 2017 04:00:33 +0000 (04:00 +0000)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Merge "Add moon feature tenant testcase"
  - Add moon feature tenant testcase

    JIRA: BOTTLENECKS-212

    Add moon feature tenant testcase to Bottlenecks

    Change-Id: I3795470fa5fab1866da346ec376dbd8f00f8205b
Signed-off-by: liyin <liyin11@huawei.com>
6 years agoUpdate git submodules
Vikram Dham [Fri, 15 Dec 2017 03:54:04 +0000 (03:54 +0000)]
Update git submodules

* Update docs/submodules/ovn4nfv from branch 'master'
  - Merge "Update to OVN4NFV Project E release notes."
  - Update to OVN4NFV Project E release notes.

    Change-Id: I21d73ff27df77d92f18173ff731db1d7914d58b2
Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 20:56:28 +0000 (21:56 +0100)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - p/fuel: Bring back glusterfs PPA arch patch

    Fuel@OPNFV bumped glusterfs to 3.13 via glusterfs PPA, so bring
    back our linux.system.repo.glusterfs patch, enabling arm64.

    While at it, paralellize the addition of opnfv user on VCP nodes.

    Change-Id: Ic260c54bed05902fa6e8569ab368d0226850f297
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 14 Dec 2017 22:54:10 +0000 (22:54 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Add flavor information for scenarios"
  - xci: Add flavor information for scenarios

    Scenarios may not support all XCI flavors so record that information
    per scenario basis. This will resolve failures when we try to deploy
    a scenario that doesn't support the selected flavor.

    JIRA: RELENG-338

    Change-Id: I5f73b139ee6c1831896aa32147c4dc1368673d92
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Aric Gardner [Thu, 14 Dec 2017 21:58:22 +0000 (21:58 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add 'docker' string to functest docker build names"
  - Add 'docker' string to functest docker build names

    This will make it a little easier to track all our docker builds and
    clarify what these specific builds do.

    Change-Id: I92a60055af1153991877373550ea1a6f3e86682d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Aric Gardner [Thu, 14 Dec 2017 21:57:25 +0000 (21:57 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Update eyaml README"
  - Update eyaml README

    On CentOS7 systems the gem command is contained in the 'rubygems'
    package, not 'ruby-gems'.

    After the keys have been moved, there is not reason to keep around the
    'keys' directory.

    Change-Id: I5cb9f474276de75b650ddf323a279e139fb62d37
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoUpdate git submodules
Markos Chandras [Thu, 14 Dec 2017 20:16:25 +0000 (20:16 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: vm: Use virtio for disk and network I/O"
  - xci: scripts: vm: Use virtio for disk and network I/O

    This ensures that the virtio paravirtualization driver is used for both
    disk and network I/O which should provide the best performance since we
    no longer need to emulate a real bus or driver.

    Change-Id: Ic46a38f51b06cb4b848d87d890d23fec022b2f15
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Markos Chandras [Tue, 12 Dec 2017 14:03:42 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Drop AIO specific playbook

    The configure-opnfvhost playbook which is used for all flavors except
    AIO can also be used for AIO if it's adapted to not configure networking
    on the host and also do not fail if there aren't any OSA variables files
    available so lets do all that in order to avoid duplicating code across
    flavors.

    Change-Id: I58379d8b52094294b9349494753ffcdd44982013
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Christian Trautman [Thu, 14 Dec 2017 19:45:44 +0000 (14:45 -0500)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - rhel_path_fix: Fix pathing issue introduce by other commit

    Fixes pathing issue with virtual environment creation caused by
    commit 21b23522861e364daf150cd997c5d60851847ef2

    Change-Id: Ia2c0c44da898e40e122571e477301343d047f974
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
6 years agoUpdate git submodules
ShuyaNakama [Thu, 14 Dec 2017 17:37:33 +0000 (17:37 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - [vyos_vrouter] Support https endpoints

    JIRA: FUNCTEST-881

    vyos_vrouter did not support https endpoints [1].

    I fixed the following two points.
     1. Modifying blueprint of Cloudify.
     2. Changing nova client of utilvnf module.

    Point 1
     I added command of support https endpoint to blueprint of vyos_vrouter.
     The Blueprint of vyos_vrouter is on our github repository [2].
     I updated our repository.

    Point 2
     I changed nova client of utilvnf module.
     Utilvnf module is utility module of vyos_vrouter.
     Nova client of utilvnf module did not support https endpoints.
     So, I changed to use nova client of snaps.

    After fixed the source code, I confirmed the vyos_vrouter was succeeded in the following two environments.
     1. Our labs   (Instoller:fuel,    environment of https endpoints)
     2. Orange POD (Instoller:compass, environment of http endpoints)

    [1] https://jira.opnfv.org/browse/FUNCTEST-881
    [2] https://github.com/oolorg/opnfv-vnf-vyos-blueprint/blob/master/function-test-openstack-blueprint.yaml

    Change-Id: I468df0f2486a34bc558ad161eb7de44264549006
Signed-off-by: ShuyaNakama <shuya.nakama@okinawaopenlabs.org>
6 years agoUpdate git submodules
Markos Chandras [Thu, 14 Dec 2017 15:15:14 +0000 (15:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - jjb: xci: Use the correct SSH configuration file

    We need to use the XCI specific SSH configuration file so rsync can
    tranfer the working directory to the virtual machine. This also
    drop the ironic command like we do in the XCI jobs.

    Change-Id: I10ce38db6777d5dbfbe62961c88b3902de2160e2
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 18:04:06 +0000 (19:04 +0100)]
Update git submodules

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

    Change-Id: Icf207bca8bf84e788ead78175f6df5ad43dfc392
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 17:17:37 +0000 (17:17 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "patches: Drop salt ver sync patch, now upstream"
  - patches: Drop salt ver sync patch, now upstream

    Upstream pull request [1] was merged, drop out patch.

    [1] https://github.com/salt-formulas/salt-formula-salt/pull/64

    Change-Id: I7aac66349a4bec718f7821b75dbad711cd6acd58
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 17:10:27 +0000 (17:10 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] idf support for different board types"
  - [baremetal] idf support for different board types

    This modification enables having different models of target nodes
    but restricts them to two groups of the same kind assuming:
     - 3 KVMs will be same model and have the same NIC names
     - 2 Compute nodes will be the same model and have same NIC names

    This is an ad-hoc change for arm-pod7. Will work for all other setups
    but the jinja2 logic should be evetually extended to support a per
    board approach, allowing any board to be any kind

    Change-Id: Ie994d661e3dbe5b9a33d290a850a6152cf320c86
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
6 years agoRemoving scenarios for E 5.1 89/48989/1
Sofia Wallin [Thu, 14 Dec 2017 16:54:23 +0000 (17:54 +0100)]
Removing scenarios for E 5.1

Change-Id: I747a4b4d9b7cd2996bc118f903541c12e0e4f86e
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 16:51:48 +0000 (16:51 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Add tutorial for reclass-doc tool in documentation"
  - Add tutorial for reclass-doc tool in documentation

    JIRA: FUEL-293

    Change-Id: I2612e8d63875dca4d05f8c30db24a5ae84cc8dea
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 14 Dec 2017 16:42:24 +0000 (16:42 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Add unittests for moon_wrapper"
  - Add unittests for moon_wrapper

    Change-Id: I8aa8c84552bd7ac952dc15b4e00e659fed8ed437

6 years agoUpdate git submodules
Cristina Pauna [Thu, 14 Dec 2017 15:54:01 +0000 (17:54 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Update documentation

    This documentation is a copy of Fuel@OPNFV documentation

    Change-Id: I03b289043b3a48ef6d423f958846295e3d26121a
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 16:23:03 +0000 (16:23 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Update release notes for 5.1"
  - Update release notes for 5.1

    The release notes are updated with relevant Jira filters and
    changes since 5.0

    Change-Id: If14cb0369ced899d17608ef43e93b848e8b2a5c8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
6 years agoUpdate git submodules
Michael Polenchuk [Sat, 25 Nov 2017 16:41:20 +0000 (17:41 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Return back repo with glusterfs

    Glusterfs 3.11 package from UCA repo has the bug#875651, which
    causes package instalation error due to timeout of glustereventsd
    service startup. Therefore get the latest version from PPA repo.

    Change-Id: Ia47d969e758c8689508dfd6b7fd2725514ea88c5
Co-Authored-By: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 14 Dec 2017 14:54:14 +0000 (14:54 +0000)]
Update git submodules

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

    Change-Id: I2dcfa65867ddfe2a505c2432a52fa8869ae5589a
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
Onong Tayeng [Thu, 14 Dec 2017 09:24:05 +0000 (14:54 +0530)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Doc update for Euphrates 5.1

    Change-Id: I59bae774ef06e970eb2baf2910bdda8572c99d50
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
6 years agoUpdate git submodules
Jack Morgan [Thu, 14 Dec 2017 14:26:05 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Moving all pdfs to pharos repo"
  - Moving all pdfs to pharos repo

    Inline encrytion of yaml files allows us to  make away with securedlab's
    restrictions
    Going forward, anyone will be able to see Lab PDFs

    See:
    https://github.com/opnfv/pharos/blob/master/config/utils/README.eyaml.rst

    If you are the reviewer on this changeset it is becasue
    git blamed showed you to be the author of the pdf in this review.

    Encrypting ipmi password is optional. I have scrubbed the password from
    this change. If you do not need the password to be hidden, please let me
    know in the comment, and I will put it back.

    If you do need the password hidden, please follow the readme above and
    ammend this patch to include the encrypted value that you create on your
    pods jumphost.

    Change-Id: Ic2db523e7f82a0fb48e462a1fbe1402267f22618
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
Jack Morgan [Thu, 14 Dec 2017 14:25:12 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Merge "Moving all pdfs to pharos repo"
  - Moving all pdfs to pharos repo

    Note: Also fixed yamllint issues with these files

    Inline encrytion of yaml files allows us to  make away with securedlab's
    restrictions. Going forward, anyone will be able to see Lab PDFs

    See:
    https://github.com/opnfv/pharos/blob/master/config/utils/README.eyaml.rst

    If you are the reviewer on this changeset it is becasue
    git blamed showed you to be the author of the pdf in this review.

    Encrypting ipmi password etc is optional. I have scrubbed the password from
    this change. If you do not need the password to be hidden, please let me
    know in the comment, and I will put it back.

    If you do need the password hidden, please follow the readme above and
    ammend this patch to include the encrypted value that you create on your
    pods jumphost.

    Passwords and Usernames removed:

    $ egrep -r '(pass|user)'
    zte/pod2/daisy/config/deploy.yml:  ipmi_user:
    zte/pod2/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod2/daisy/config/deploy.yml:  ipmi_user:
    zte/pod2/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod2/daisy/config/deploy.yml:  ipmi_user:
    zte/pod2/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod2/daisy/config/deploy.yml:  ipmi_user:
    zte/pod2/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod2/daisy/config/deploy.yml:  ipmi_user:
    zte/pod2/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod2/daisy/config/deploy.yml:daisy_passwd: ''
    zte/virtual1/daisy/config/deploy.yml:daisy_passwd: ''
    zte/pod3.yaml:    user:
    zte/pod3.yaml:    pass:
    zte/pod3/daisy/config/deploy.yml:  ipmi_user:
    zte/pod3/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod3/daisy/config/deploy.yml:  ipmi_user:
    zte/pod3/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod3/daisy/config/deploy.yml:  ipmi_user:
    zte/pod3/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod3/daisy/config/deploy.yml:  ipmi_user:
    zte/pod3/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod3/daisy/config/deploy.yml:  ipmi_user:
    zte/pod3/daisy/config/deploy.yml:  ipmi_pass:
    zte/pod3/daisy/config/deploy.yml:daisy_passwd: ''
    zte/pod1.yaml:    user:
    zte/pod1.yaml:    pass:
    zte/virtual2/daisy/config/deploy.yml:daisy_passwd: ''
    zte/pod2.yaml:    user:
    zte/pod2.yaml:    pass:
    lf/pod2.yaml:    user: >

    Change-Id: I876f4b553c51dd4592701539cfce66bcf8c114ab
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoUpdate git submodules
ahmed.helmy [Thu, 14 Dec 2017 14:17:51 +0000 (16:17 +0200)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - imporve the dev documentation

    Change-Id: Iee39de822490b26ee8d39e0a1b7a105a7bc16b4d
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
RHE [Thu, 14 Dec 2017 13:47:20 +0000 (14:47 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - fix moon_db unit test bug

    Change-Id: Ibcba38681fcbe2a9672339a5f8582129fac30604
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Tim Rozet [Wed, 13 Dec 2017 16:50:47 +0000 (11:50 -0500)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Enables br-ex on controllers in SFC scenario

    ODL's current behavior is to select a node to serve as the routing/L3
    node in a deployment.  The selection is random, and it could end up
    choosing a control node.  Therefore the control node needs to have
    external network connectivity so adding br-ex to the controller which
    will enable this via default ProviderMappings.

    JIRA: APEX-558

    Change-Id: Ie3044e5711ba62d73b83d69cde369e7452958844
Signed-off-by: Tim Rozet <trozet@redhat.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 14 Dec 2017 13:14:40 +0000 (13:14 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "moon data mock for mocking models"
  - moon data mock for mocking models

    Change-Id: I88125370f84c1ef23d491e3728a67ac91f8546ac
Signed-off-by: ahmed.helmy <ahmad.helmy@orange.com>
6 years agoUpdate git submodules
Maryam Tahhan [Fri, 20 Oct 2017 16:59:47 +0000 (17:59 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: Update post install instructions.

    Change-Id: I4a56b38404468363b2d58bb621999a5b5fb22f09
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
6 years agoUpdate git submodules
RHE [Thu, 14 Dec 2017 12:35:47 +0000 (13:35 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - add gerrit tuto

    Change-Id: I9a499bb013eb0a8e6970b07359115791b378a8a8
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
RHE [Thu, 14 Dec 2017 12:21:45 +0000 (13:21 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - update moon_db python unit test readme

    Change-Id: Ib6a4939cb750bc48936094aba10f943c48e35a42
Signed-off-by: RHE <rebirthmonkey@gmail.com>
6 years agoUpdate git submodules
Ruan HE [Thu, 14 Dec 2017 12:06:42 +0000 (12:06 +0000)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Merge "Fix a bug in configuration of unit tests."
  - Fix a bug in configuration of unit tests.

    Change-Id: Ie2e73142f99bd7fcf015590673b25cde7c685f80

6 years agoUpdate git submodules
Thomas Duval [Thu, 14 Dec 2017 08:34:45 +0000 (09:34 +0100)]
Update git submodules

* Update docs/submodules/moon from branch 'master'
  - Add python packages if requirements.txt exists in tests/unit_python

    Change-Id: I3689b4ed98ae690b0747536353fc536730c5b7ec

6 years agoUpdate git submodules
Martin Klozik [Thu, 14 Dec 2017 11:22:18 +0000 (11:22 +0000)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Merge "teststeps: Improvements of step driven TC"
  - teststeps: Improvements of step driven TC

    This patch adds support of access to VMs deployed automatically
    by deployment scenario (e.g. pvp, pvvp4, etc.). It also modifies
    filter for checking output of executed commands to correctly
    handle different end of line encodings (i.e. \n vs. \n\r).

    JIRA: VSPERF-539

    Change-Id: Ifc796d992b90e316bad5853aaefce79e439e294d
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
6 years agoUpdate git submodules
Jose Lausuch [Thu, 23 Nov 2017 13:15:22 +0000 (14:15 +0100)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - Add support for openSuse Tumbleweed

    This patch aims at adding support for Tumbleweed, which is
    a rolling release. That means that the VERSION_ID is not fixed
    and can't be mapped to a directory e.g
    - VERSION_ID="20171120"
    - VERSION_ID="20171121"

    Change-Id: I99c9a4f1042c22b73879e954147c54c87b6a8b21
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoUpdate git submodules
ramamani yeleswarapu [Wed, 13 Dec 2017 19:46:05 +0000 (11:46 -0800)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: Adding Compass4nfv installer support details

    The following two files have been updated with info on
    deploying Barometer with Compass4nfv installer:

      docs/release/configguide/featureconfig.rst
      docs/release/configguide/postinstall.rst

    Change-Id: I99364b2e08afeee51407020149677c249ed75484
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
Markos Chandras [Thu, 14 Dec 2017 08:49:25 +0000 (08:49 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: Fix checkout location for OpenStack-Ansible"
  - xci: Fix checkout location for OpenStack-Ansible

    The OPENSTACK_OSA_PATH only makes sense on localhost. As such, when we
    use it on playbooks that operate on remote hosts, the result is not
    predictable. However, we rsync the entire releng-xci repository to the
    opfnv host so we can make everything predictable by simply clone
    everything in advance in the .cache directory. That directory is then
    rsync'd to the opnfv host. As such, we can repurpose the
    OPENSTACK_OSA_PATH to point to the path into the OPNFV host. Moreover,
    all external repositories are being cloned to .cache/repos so we can
    eliminate some variables in order to simplify the code. Finally, we
    bring back the ability to use an external OSA repository for
    development purposes.

    Change-Id: Ieef3e22ae2085f6735185634d555cfc0d4b69b39
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Ross Brattain [Thu, 14 Dec 2017 08:39:26 +0000 (08:39 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment"
  - bugfix: tc006, tc079, tc082 miss grafana dashboard in local deployment

    JIRA: YARDSTICK-847

    Change-Id: I0750f2d17bac9e0214caf640e4ea1141ea3b4a03
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 14 Dec 2017 08:39:14 +0000 (08:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add separate builders for Yardstick project jobs"
  - Add separate builders for Yardstick project jobs

    Added separate builders for Yardstick project jobs, in order
    to test each context individually. The new builders are:
      - Unit tests in Python 2.7
      - Unit tests in Python 3
      - Functional tests in Python 2.7
      - Functional tests in Python 3
      - Coverage tests
      - Style guidelines (PEP8) tests

    JIRA: YARDSTICK-877

    Change-Id: I625a956bdaad88277b6ba36852639f23c8cda198
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 14 Dec 2017 08:35:56 +0000 (08:35 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Refactor userguide "Yardstick Installation""
  - Refactor userguide "Yardstick Installation"

    [1] must be refactored in order to:
      * Include proxy options.
      * Use OpenStack client, instead of project CLI.
      * Use sudo in some commands.
      * Adapt the document to rst coding style.
      * Fix minor errors.

    JIRA: YARDSTICK-828

    [1] https://github.com/opnfv/yardstick/blob/923aa1738cbf5a8053e77e00937fc26f2142f6a3/docs/testing/user/userguide/04-installation.rst

    Change-Id: Ice63f344a8a87221bdf4daa6153b9ccac321e5b7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Linda Wang [Thu, 14 Dec 2017 08:22:00 +0000 (08:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Change the name of flavor and disabled ssh-hostname verification."
  - Change the name of flavor and disabled ssh-hostname verification.

    Change-Id: Ia801e8a37288606a325b5dd010ab9f6acbfdadf4
Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
6 years agoUpdate git submodules
Rodolfo Alonso Hernandez [Wed, 29 Nov 2017 16:21:12 +0000 (16:21 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Change testcases 'cirros' image to 'yardstick-image'

    The default OpenStack 'cirros-0.3.5' image doesn't exist anymore. The
    image included by default in any testing OpenStack deployment is now
    called 'cirros-0.3.5-x86_64-disk', but this name can change.

    Because Yardstick, during the installation, deploys a customized image,
    'yardstick-image', it makes sense to use it as the default image.

    JIRA: YARDSTICK-873

    Change-Id: I8fd7cbc01d4fa52e9107f2fac7d2d9ff5d1091c7
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
6 years agoUpdate git submodules
Michael Polenchuk [Thu, 14 Dec 2017 08:07:30 +0000 (08:07 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "[baremetal] Upgrade packages on kvm, cmp nodes too"
  - [baremetal] Upgrade packages on kvm, cmp nodes too

    MaaS installs a few packages via curtin, which don't get upgraded
    later, even if we add extra repos (it will be the case for novcp).
    Perform a package upgrade on all baremetal nodes, as it's also a
    good security practice.

    JIRA: FUEL-310

    Change-Id: Ib365e42a0d2f65813fc9bef516326ec89fe407de
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Thu, 14 Dec 2017 02:05:20 +0000 (03:05 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Revert "Horizon: service: Default to v2 API"

    Pike Horizon packages contain the fix for full v3 compatibility.
    Also update the reclass models to use v3 API.

    JIRA: FUEL-284

    This reverts commit 68ff467c4c2d9d0f201e2912c97616402f8109a3.

    Change-Id: I7795197100a67f892889eefce73252ec90d289cc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Ross Brattain [Thu, 14 Dec 2017 07:54:55 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Ansible: fix lowercasing issue with ConfigParser"
  - Ansible: fix lowercasing issue with ConfigParser

    by default ConfigParser will lowercase everything,
    unless you override optionxform.

    also sort key value in inventory line for consistency

    https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.optionxform

    Transforms the option name option as found in an input file or as passed in by
    client code to the form that should be used in the internal structures. The
    default implementation returns a lower-case version of option; subclasses may
    override this or client code can set an attribute of this name on instances to
    affect this behavior.

    You don’t need to subclass the parser to use this method, you can also set it
    on an instance, to a function that takes a string argument and returns a
    string. Setting it to str, for example, would make option names case sensitive:

    cfgparser = ConfigParser()
    cfgparser.optionxform = str

    Note that when reading configuration files, whitespace around the option names
    is stripped before optionxform() is called.

    YARDSTICK-833

    Change-Id: Ia1810b0c77922d84e11c9e538540b38816338593
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoMerge "Fix IRC Link on OPNFV Docs Overview Page"
Sofia Wallin [Thu, 14 Dec 2017 07:34:33 +0000 (07:34 +0000)]
Merge "Fix IRC Link on OPNFV Docs Overview Page"

6 years agoUpdate git submodules
Fatih Degirmenci [Thu, 14 Dec 2017 07:22:47 +0000 (07:22 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Increase Functest jjob timeouts"
  - Increase Functest jjob timeouts

    Functest has multiplied the testcases and integrates several ones
    which are growing (e.g. snaps).

    4 hours is reached if snaps or one vnf testcase fails (20 minutes).

    https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console

    Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoUpdate git submodules
wutianwei [Thu, 14 Dec 2017 06:10:00 +0000 (14:10 +0800)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Increase the timeout of Compass Deploy

    Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Narinder Gupta [Wed, 13 Dec 2017 17:40:53 +0000 (11:40 -0600)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - release notes for 5.1

    Change-Id: I9c78a00fff2dce8efd0efd2879e932cc3298e578
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
6 years agoUpdate git submodules
wutianwei [Thu, 14 Dec 2017 02:33:21 +0000 (10:33 +0800)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - add the DNS server when run in intel lab

    Change-Id: I07a9de2f1ed337e289d19241757db0e128ac595d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 14 Dec 2017 01:55:24 +0000 (01:55 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Update Barometer's collectd plugin to Pike"
  - Update Barometer's collectd plugin to Pike

    Updates collectd-ceilometer-plugin code
    from stable/ocata to stable/pike.

    Change-Id: Idf62f870f2276c8b83249e01d6ed5714a08caa90
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 14 Dec 2017 01:54:39 +0000 (01:54 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "Add collectd role to compute host only"
  - Add collectd role to compute host only

    Change-Id: Ibe7d8cb58590da79442a02c4f0e57434eea0e5e4
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
6 years agoUpdate git submodules
Yifei Xue [Thu, 14 Dec 2017 01:53:46 +0000 (01:53 +0000)]
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "add the barometer dha file for CI running huawei-pod1 huawei-pod2 intel-pod17"
  - add the barometer dha file for CI running
    huawei-pod1
    huawei-pod2
    intel-pod17

    Change-Id: Icc592d070a7835245f706699df6927af296bf5bd
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoUpdate git submodules
Bin Hu [Wed, 13 Dec 2017 22:41:42 +0000 (14:41 -0800)]
Update git submodules

* Update docs/submodules/ipv6 from branch 'master'
  - Updated Release Notes for Euphrates 5.1 Release

    Change-Id: I78bb0ea3031c3c7faa00b97061e52574643f7654
Signed-off-by: Bin Hu <bh526r@att.com>
6 years agoUpdate git submodules
Jack Morgan [Wed, 13 Dec 2017 15:59:35 +0000 (07:59 -0800)]
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Updating the INFO fill with names and email address.
    Removing Qiao Fu who is no longer able to participate in project.

    Change-Id: I4bfcb378f3a5da6af59292f8911fa8fc8200cbae

6 years agoUpdate git submodules
Markos Chandras [Wed, 13 Dec 2017 09:29:45 +0000 (09:29 +0000)]
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: Reduce noise during bootstrapping

    There is too much noise when XCI is cloning repositories, installing
    packages etc so lets make the console output somewhat more readable.

    Change-Id: I15667e0349f943ad5488daf0e3cea9336c9166d1
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 13 Dec 2017 19:34:37 +0000 (20:34 +0100)]
Update git submodules

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

    JIRA: ARMBAND-335

    Change-Id: Id42d3719dff18ef6948c1c2c18b48c8ac2b2d195
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoUpdate git submodules
Alexandru Avadanii [Wed, 13 Dec 2017 19:59:46 +0000 (20:59 +0100)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - deploy.sh: Fix missing space in dependencies list

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

* Update docs/submodules/fuel from branch 'master'
  - Merge "deploy.sh: Factor out pkg deps into yaml files"
  - deploy.sh: Factor out pkg deps into yaml files

    Instead of hardcoding the packages to install on the jumphost at
    deploy time in `ci/deploy.sh`, move the requirements list to a
    dedicated yaml file, so it is decoupled from actual code.

    While at it, add missing deps:
    - ipxe-qemu (AArch64 Ubuntu only);

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