Steven Pisarski [Thu, 27 Jul 2017 15:21:30 +0000 (15:21 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Changes to enable overriding the OSCreds for tests."
- Changes to enable overriding the OSCreds for tests.
JIRA: FUNCTEST-847
Change-Id: I36d1add82cdb13a2c8252495fd6df8e05dab837b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Taras Chornyi [Thu, 27 Jul 2017 12:34:20 +0000 (08:34 -0400)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Added possibility to checkout SHA version or branch for collectd repo
Change-Id: Ibaf8e287adb3a1cdc269f2357b3be98ba952982c
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Steven Pisarski [Thu, 27 Jul 2017 14:38:50 +0000 (14:38 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Expand OpenStackSecurityGroup class tests."
- Expand OpenStackSecurityGroup class tests.
Improved validation and added another test case.
JIRA: SNAPS-148
Change-Id: I249ac0fcce502dd91c82cc2bfb54ca22da5e33bb
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Thu, 27 Jul 2017 14:38:41 +0000 (14:38 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Expanded project creation tests and validation."
- Expanded project creation tests and validation.
JIRA: SNAPS-147
Change-Id: I16eb1ab9f976daf4195a47b04ce5b8b8ba931497
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Thu, 27 Jul 2017 14:38:25 +0000 (14:38 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added configuration for keypair size."
- Added configuration for keypair size.
Removed hardcoded key byte value of 1024 and added the abiltiy
for the user to define their key size.
JIRA: SNAPS-20
Change-Id: I81654420e558aae8a03bed902bb8be8f025b992c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Narinder Gupta [Thu, 27 Jul 2017 13:55:04 +0000 (08:55 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- changing the bundle which works for OCL.
Change-Id: Id92622368fefca84c3d45eced6d6ca0e0b9790f5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Linda Wang [Thu, 27 Jul 2017 01:42:51 +0000 (01:42 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Omit space line in openrc file
For alpine testing in compass OSA, sourcing openrc failed due to space
lines included.
Change-Id: I23166090a2fa7c2ce0aa03be581231cbb3cea34a
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Deepak S [Mon, 19 Jun 2017 12:19:41 +0000 (12:19 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Adding support for multi-dispatcher
JIRA: YARDSTICK-684
This patch adds the support to enable multi-dispatcher of result.
e.g.
[DEFAULT]
debug = False
dispatcher = file, http
Change-Id: Id0e1a1bba14edd899fcf5b275be1f0a091b6db77
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
zhihui wu [Thu, 27 Jul 2017 06:41:16 +0000 (06:41 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Deprecate plan and metric loader"
- Deprecate plan and metric loader
- qtip test plan is now automaticlly generated by `qtip create`. The
original way of loading plans is no longer valid
- metric specs are now embedded in qpi spec, no separated loader are
required now
JIRA: QTIP-258
Change-Id: I768d75b014163ce060faff00f415a1cdc437ce73
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Martin Klozik [Thu, 27 Jul 2017 06:30:50 +0000 (06:30 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "ci: Fix path to CI report"
- ci: Fix path to CI report
Index file of CI report was restored and paths to it updated
to reflect new documentation structure.
JIRA: VSPERF-514
Change-Id: Id92eb2003a9e6737652313f7ecd03d48a0bfd2ce
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>
Jing Lu [Thu, 27 Jul 2017 05:04:36 +0000 (05:04 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Yardstick GUI & GUI deployment"
- Yardstick GUI & GUI deployment
JIRA: YARDSTICK-758
As E release plan, we have the need of yardstick GUI.
This patch is GUI front end code and deployment.
The backend code is yardstick API.
Change-Id: Ib15f78bcc50168c7828beff97256e9939c6da809
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
wenjuan dong [Thu, 27 Jul 2017 01:29:50 +0000 (01:29 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "fix some bugs for python verify jobs:"
- fix some bugs for python verify jobs:
1.PYTHON_ENABLE=True does not work in bash
The python jobs does not run even we enabled them. The reason is that currently
JJB parse the parameter 'PYTHON_ENABLE' as 'True' which does not work in bash.
Fix it to compare with [Tt]rue.
2.Install tox if it is not installed
3.support only python3.4 in tox.ini
4.install python3-dev
Change-Id: I1a8ebad2fd06fe50ca4f739adb8d6d76caa2963b
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
wenjuan dong [Thu, 27 Jul 2017 01:26:53 +0000 (01:26 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "refactor sample inspector"
- refactor sample inspector
JIRA: DOCTOR-98
Change-Id: I7110b680d0a0c64b1b2666abcea183e73373dca7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Zhijiang Hu [Thu, 27 Jul 2017 00:59:13 +0000 (00:59 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Convert the bash commands in post.sh to python code"
- Convert the bash commands in post.sh to python code
According to the comment from Serena in the patch
https://gerrit.opnfv.org/gerrit/#/c/37857/, the bash code
in post.sh can be implemented by python, and the deploy
script can call post/execute.py directly.
Change-Id: Ibcf86fc2b6ee3942e4082384c9d4075d608b7294
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Justin chi [Wed, 26 Jul 2017 23:57:39 +0000 (23:57 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Update notes when OpenStack installaion complete"
- Update notes when OpenStack installaion complete
JIRA:-
Change-Id: Ie007baa4bbfb3f6860101b0e720315047c497c0d
Signed-off-by: chigang <chigang@huawei.com>
Harry Huang [Wed, 26 Jul 2017 10:30:53 +0000 (18:30 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Fix plugin switch
Add plugin switch in group_vars/all which missed when
upgrade to dynamic inventory
Change-Id: I71927bce552dca89bc6182abc9f721d5222f2be6
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Trevor Bramwell [Wed, 26 Jul 2017 22:55:28 +0000 (22:55 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Use http instead of https as a workaround for certificate error"
- Use http instead of https as a workaround for certificate error
Got an SSL error when loading content from https://artifacts.opnfv.org [1]
HTTPS is not a must for this use case, so use http instead to solve this issue.
[1] https://nbviewer.jupyter.org/urls/artifacts.opnfv.org/qtip/review/37731/compute-qpi-report/report.ipynb
Change-Id: I8b09eb2d1da234c17843f2cb7504a3b1ded9017e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
spisarski [Wed, 26 Jul 2017 21:20:53 +0000 (15:20 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Updated docs for the OSCreds class
JIRA: SNAPS-122
Change-Id: Id57f8830f7e87c513179de307130c76cb28f22a8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Trevor Bramwell [Wed, 26 Jul 2017 21:26:35 +0000 (21:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "initial JJB for orchestra"
- initial JJB for orchestra
- job for post installation step for joid installer
- job for executing functest orchestra test case after joid installer finished
Change-Id: I092712658e7b0fe08e45e29405fc0358b19a324e
JIRA: ORCHESTRA-15
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
Maryam Tahhan [Wed, 26 Jul 2017 20:55:03 +0000 (20:55 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "src: add snmp agent plugin configuration"
- src: add snmp agent plugin configuration
*snmp_mib_config: copies mibs to net-snmp defined path.
Change-Id: Id236073f6d0371a0181043898d8f4fc6da0be3a2
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Trevor Bramwell [Wed, 26 Jul 2017 18:52:38 +0000 (18:52 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "armband-deploy: rm translation of virtual POD name"
- armband-deploy: rm translation of virtual POD name
Old Fuel deploy scripts required the virtual POD name to be
virtual_kvm, which needed to be translated at CI level after
source enviroment specific configuration.
New Fuel deploy scripts no longer need this translation, so
drop it.
Change-Id: I18164e77895bbb03a1ca7798e3c0ba78c34d1c65
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 18 Jul 2017 17:19:46 +0000 (19:19 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: network: public: Use arm-virtual2 POD cfg
FIXME: This should be converted into a dynamic configuration read
from the universal POD descriptor in securedlab, once that is ready.
Until then, just align the public network configuration used by the
virtual POD with the Enea lab configuration specific to arm-virtual2
(i.e. public network on 10.0.9.0/24).
NOTE: Replace the gateway at 10.16.0.1 (now 10.0.9.1) with the same
IP address as our lab's gateway (10.0.9.254), to keep both possible
network layouts in sync (using all virtual networks created via
virsh, respectively our lab's static config).
This will ensure deploys continue to work in both enviroments.
Also, since our gateway resides at 10.0.9.254, trim the DHCP pool
range for the public network to not include that address.
To pass bridge information from CI, Fuel@OPNFV deploy scripts need
some small adjustments as well.
While at it, rebase our patches on top of latest Fuel@OPNFV changes.
Change-Id: I92f01dd819ebf41b1da68d3b934fb10a23257e33
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 26 Jul 2017 17:06:31 +0000 (19:06 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- lib.sh: cleanup_vms: Also remove VMs that use UEFI
Pass `--nvram` to `virsh undefine`, so guest VMs booted using
UEFI (OVMF on x86 or AAVMF on AArch64) can be destroyed.
This does not affect VMs without UEFI.
While at it, fix logical error in previous commit adding support
for cleaning up stopped VMs.
Change-Id: I44c20566469f29a8683d81e3641c69da572ccd4e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 26 Jul 2017 16:53:04 +0000 (18:53 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- lib.sh: cleanup_vms: Also remove stopped MCP VMs
In case the cfg01 & co. VMs are in "shut off" state, `virsh --name`
will ommit them, which leads to `cleanup_vms` leaving behind stale
VMs. Add `--all` arg to list all VMs, including stopped ones.
Change-Id: Ia550a10eb0b40138f87ade709336c2871a8b1cd8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Maryam Tahhan [Wed, 26 Jul 2017 15:36:50 +0000 (16:36 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docs: Cleanup userguide typos and update status
Change-Id: Id92fe1753c22598781830222deebde01ceddf82e
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Deepak S [Wed, 26 Jul 2017 15:53:14 +0000 (08:53 -0700)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Moving the current docs to userguide
Change-Id: I500d70b7ed2a17e21548a27810ac7e51e44b7841
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
spisarski [Wed, 26 Jul 2017 15:23:01 +0000 (09:23 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Comment housekeeping...
Change-Id: I917470cb4bd29f93512cce7eead89824f2326678
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 26 Jul 2017 15:10:32 +0000 (09:10 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Removed TODO from comment about the physical network value.
JIRA: SNAPS-123
Change-Id: Ie4085a35816a78cb5b4b910d52ddccaf6b102b1f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 26 Jul 2017 14:58:31 +0000 (08:58 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Removed TODO comment from lanucher app.
Determined that the potential issue was not one.
JIRA: SNAPS-123
Change-Id: I171f0f959e77489c24b5c9ab6e225a129ff1cc93
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Wed, 26 Jul 2017 14:56:01 +0000 (08:56 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Removed TODO comment from sample playbook.
Change-Id: I124bc707dfa18fb0076eb9b070b3f1f4bf0b7172
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Tue, 25 Jul 2017 20:40:09 +0000 (14:40 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added region support.
Added region_name attribute to OSCreds
Added region_name to neutron, nova, glance, heat, and keystone
client retrieval
Fixed false positive heat connection test.
JIRA: SNAPS-50 & SNAPS-146
Change-Id: If3471ed7a2bdd0e6bfc281455c996386d031235d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Shobhi [Fri, 21 Jul 2017 10:58:17 +0000 (11:58 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- src: add virt plugin configuration
* adds sample configuration file for virt plugin.
* updates package list for libvirt package.
Change-Id: I564fd89f7eaaa170962f5d05bbe26424ab99f6e2
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Shobhi [Wed, 26 Jul 2017 09:11:26 +0000 (10:11 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- src: add ovs stats configuration file
Change-Id: Ibbfea8f70d223d0e1cd10f63dbf24b95c6e713bf
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Maryam Tahhan [Wed, 26 Jul 2017 13:01:13 +0000 (13:01 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "mibs: add Intel PMU mib file"
- mibs: add Intel PMU mib file
Change-Id: I1f70af06b4e6fff6a3a8ec010dc6e161f8600e06
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Shobhi [Fri, 21 Jul 2017 12:13:44 +0000 (13:13 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Update package list in base build for snmp
* Updates package list for all platform for snmp.
Change-Id: I011ab74eab17047efce02882f8a0fb18c6d8c2f6
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Shobhi [Fri, 21 Jul 2017 14:23:52 +0000 (15:23 +0100)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Updates OVS PMD stats information
Change-Id: I8d1ba578bdb3023ebe20893a818c596b9839c203
Signed-off-by: Shobhi <shobhi.jain@intel.com>
Maryam Tahhan [Wed, 26 Jul 2017 12:58:00 +0000 (12:58 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "src: add OVS PMD stats plugin configuration"
- src: add OVS PMD stats plugin configuration
* ovs_pmd_stats: wrapper script to call actual ovs_pmd_stats python script with it's argument.
* ovs_pmd_stats_config: script to check status of OVS service
& copy ovs_pmd_stats wrapper script to /usr/local/src/.
* Updates exec plugin configuration for running ovs pmd stats wrapper script.
* Updates makefile to include ovs_pmd_stats_config file.
Change-Id: I78be0bf944e816ab23d30f1c565884a1180724f7
Signed-off-by: Shobhi <shobhi.jain@intel.com>
panageo2 [Tue, 25 Jul 2017 11:09:34 +0000 (11:09 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Refactor imports and invocation of main function
In all testcases there are some inconcistencies of
import statements. Additionally the main function
of each testcase should be called through
sys.exit(main())
JIRA: SDNVPN-173
Change-Id: I6fdf0dc6598ca4789b6de6b50d1b8b85a8de923c
Signed-off-by: panageo2 <panageo@intracom-telecom.com>
Carlos Goncalves [Wed, 26 Jul 2017 10:36:34 +0000 (10:36 +0000)]
Update git submodules
* Update docs/submodules/doctor from branch 'master'
- Merge "Fix host status grep bug and Remove connection_pool argument"
- Fix host status grep bug and Remove connection_pool argument
Host status returned the wrong output as the "OS-EXT-SRV-ATTR:host"
pattern appears twice in the "openstack server show" output.
The argument connection_pool is deprecated and is not needed.
Change-Id: Ib107e0bad8084bdf6f77689f112bde04bdb97543
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
Zhijiang Hu [Wed, 26 Jul 2017 08:39:23 +0000 (04:39 -0400)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Close upstream merge window
Switch to upstream daisy's stable/ocata branch
Change-Id: I5ff0b0a28a8d2f76f0cb813af8f8241175bb6054
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
shangxdy [Wed, 26 Jul 2017 08:25:45 +0000 (16:25 +0800)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Modify the classifier Enviroment in setup cfg
There is no OPNFV enviroment in setup cfg classifier,
and it will be error when upload package to pypi
JIRA: PRRSER-131
Change-Id: I1b0f52b03adbbfa0b803dc1966f2412b525e7677
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Linda Wang [Wed, 26 Jul 2017 08:26:51 +0000 (08:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [Functest] Add os_cacert file mapping for compass master
Change-Id: I1e786839524de2bad09df39bd9450068cf3d2c96
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Ross Brattain [Wed, 26 Jul 2017 07:58:29 +0000 (00:58 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- fix sriov/ovs-dpdk unittests on systems with fewer than 10 cores
we need to wrap vcpupin modulo number of cores.
also mock time.sleep
Change-Id: I6433418a99505b469c61c81a9a023d84434fa0ee
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
zhihui wu [Wed, 26 Jul 2017 07:57:45 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add system information and test condition proposal for storage QPI."
- Add system information and test condition proposal for storage QPI.
JIRA: QTIP-246
Change-Id: Icdd3663ea4db89554055e97b411f5cb935504aea
Signed-off-by: Zhifeng Jiang <jiang.zhifeng@zte.com.cn>
zhihui wu [Wed, 26 Jul 2017 07:57:35 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Add ceph-network-info role to get the cluster network info and interface network info from ceph nodes."
- Add ceph-network-info role to get the cluster network info and interface
network info from ceph nodes.
JIRA: QTIP-254
Change-Id: Ibf37d60e4a15e4238df2f702eee47cb114808106
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
xiaodong shang [Wed, 26 Jul 2017 07:39:18 +0000 (07:39 +0000)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Merge "Setup parser as a entire project"
- Setup parser as a entire project
Modify the setup file
JIRA: PARSER-125
Change-Id: I4f3f5e2c0a5ce22f6602954fdfbd1b610410dfc0
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
shangxdy [Tue, 25 Jul 2017 09:33:53 +0000 (17:33 +0800)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Merge install and test script
Merge installation and test script because functest will not called the
script of parser_install.sh, and only call the script of
functest_run.sh.
JIRA: PARSER-130
Change-Id: I452010f0d635dfbd9fb802743f3b858d66b72b32
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
JingLu5 [Wed, 26 Jul 2017 01:50:49 +0000 (01:50 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Bugfix: plugin remove command use "JUMP_HOST_IP" if ip is set to local
JIRA: YARDSTICK-762
Change-Id: Id4a94ef8bbe578944e3664e5e7c24fdf7478805b
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Yujun Zhang [Wed, 26 Jul 2017 05:43:02 +0000 (05:43 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Update userguide for command completion."
- Update userguide for command completion.
JIRA: QTIP-210
Change-Id: I3fa62d6da49e5d5c4c65ec997c85d1666ee0f425
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Narinder Gupta [Wed, 26 Jul 2017 05:01:35 +0000 (00:01 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to remove gateway as not needed with OCL
Change-Id: If08c12d9ffd2a8567fccd77473ead1483bd7dff0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Wed, 26 Jul 2017 04:39:20 +0000 (23:39 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to fix deployment error
Change-Id: Iec917ba5ae1e2bfa1f32d0682945dc770454570c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
zhihui wu [Wed, 26 Jul 2017 02:45:50 +0000 (02:45 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Implement benchmark running and logging the output"
- Implement benchmark running and logging the output
- Run benchmark by adding new tasks
- Modify Task model to have log as log files
- Add new urls for respective views
- Module for running benchmarks in background
- Updating status of tasks
- Listing and detailed log of all tasks
- Add corresponding html templates
Change-Id: I244d1bb74949eeb470c738363f6917191e0f052d
Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
Jun Li [Wed, 26 Jul 2017 02:12:32 +0000 (02:12 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[compass4nfv] Add new scenarios"
- [compass4nfv] Add new scenarios
1. add nosdn-dpdk-ha scenario
2. add odl-sfc-ha scenario
3. add k8s-nosdn-nofeature-ha scenario
Change-Id: Ied064f5e69e192c79cb165f37d493c811b27aaf2
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Jing Lu [Wed, 26 Jul 2017 01:39:44 +0000 (01:39 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: supoort insecure mode in checking openstack environment"
- Bugfix: supoort insecure mode in checking openstack environment
Change-Id: I18346aa177689bc995eb7d4883f4a66383e827ba
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Serena Feng [Wed, 26 Jul 2017 01:33:53 +0000 (01:33 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Enable parser project"
- Enable parser project
Enable parser project in functest
Change-Id: I9bbf5dc5904f53d1a0a640726fbf57b2b702bdfe
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Rex Lee [Wed, 26 Jul 2017 00:42:51 +0000 (00:42 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge changes from topic '35521'
* changes:
Setup OVS-DPDK Standalone Context
Adding new SRIOV Standalone Context
- Setup OVS-DPDK Standalone Context
This patch performs following tasks
- getting dpdk_nic_bind path
- setup ovs,dpdk ports,vhostuserports,
- creation of vm,
- apache2 licence
- test cases for ovsdpdk
- Changes to standalone context - update unit test cases
Change-Id: I54e4062eb440b8677625e4abe6e0579d9fd54d41
Signed-off-by: Bindya N <bindya.narayan@intel.com>
- Adding new SRIOV Standalone Context
This patch adds new SRIOV context to run VNFs with
- random uuid generation,
- mac address generation,
- getting dpdk_nic_bind path,
- ssh key based authentication,
- printing log messages,
- added apache2 licence
JIRA: YARDSTICK-480
Change-Id: Ic8317eb9e7e4ecf270091c18be4782d1299ff087
Signed-off-by: Neha Vadnere <neha.r.vadnere@intel.com>
Signed-off-by: Bindya N <bindya.narayan@intel.com>
Rex Lee [Wed, 26 Jul 2017 00:41:58 +0000 (00:41 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "vnfdgen: replace yaml.load with yaml.safe_load"
- vnfdgen: replace yaml.load with yaml.safe_load
JIRA: YARDSTICK-760
Change-Id: I145c948c1f08562e12877f5d0fe7e797e9d989f9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Rex Lee [Wed, 26 Jul 2017 00:41:29 +0000 (00:41 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add intermediate variable for HA test"
- Add intermediate variable for HA test
JIRA: YARDSTICK-397
Change-Id: I3489893caa5b8194b63cb844325ec0b2c554aecc
Signed-off-by: qiujuan <juan_qiu@tongji.edu.cn>
Narinder Gupta [Tue, 25 Jul 2017 21:41:43 +0000 (16:41 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modfied to take care of OCL deployment
Change-Id: I462fbcd4eb04e65117eb5e7690440ce88aa05c9b
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Mark Beierl [Tue, 25 Jul 2017 21:04:07 +0000 (21:04 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Fixing URL for static files Earlier the static files were being served on /static/ now it has been fixed and are being served on /reporting/js/ and /reporting/css/ for js and css files respectively. JIRA: STORPERF-192"
- Fixing URL for static files
Earlier the static files were being served on /static/ now it has been fixed and are being served on /reporting/js/ and /reporting/css/ for js and css files respectively.
JIRA: STORPERF-192
Change-Id: Ibcce2210de88f2359d011752513fdab9f930ab5b
Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
mbeierl [Tue, 25 Jul 2017 12:31:16 +0000 (08:31 -0400)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Switch Container Base to Alpine
Changes the base of StorPerf master docker container to be Alpine based.
Compiles FIO statically so no runtime libraries need to be copied to
the target VM, just FIO.
Change-Id: Ia66dc11442211fc5248103a9f955f48f3186b322
JIRA: STORPERF-174
Signed-off-by: mbeierl <mark.beierl@dell.com>
Narinder Gupta [Tue, 25 Jul 2017 19:55:11 +0000 (14:55 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Move the defaut openstack to ocata
Moving from newton to Ocata openstack for deployment by default.
This patch will fix the aboe description.
Change-Id: I088dfab923589d50305c8e23356eaf2abe0a062f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Tue, 25 Jul 2017 17:47:44 +0000 (12:47 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to accomodate OCL
Change-Id: Ib8227c4050b51adc2c466511bedf47e45a817db1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Trevor Bramwell [Mon, 24 Jul 2017 21:52:20 +0000 (14:52 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Remove Old Storperf Docker Job
This has been replaced by three seperate docker build jobs.
Change-Id: Ib82e6e69e631ca0122a2dd8ee7881f22884cae39
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Mark Beierl [Tue, 25 Jul 2017 16:21:04 +0000 (16:21 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Add BRANCH Argument to Dockerfiles"
- Add BRANCH Argument to Dockerfiles
This is a requirement for OPNFV CI to build Dockerfiles and allows
builds to perform branch specific actions.
Change-Id: I46c5c99a74e0c9a235a483a4be32f3bd283e0ccd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Steven Pisarski [Tue, 25 Jul 2017 13:22:36 +0000 (13:22 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added validation router is attached to the external network."
- Added validation router is attached to the external network.
Verifying that the external network's ID is the same as the 'network_id'
value in router.external_gateway_info.
JIRA: SNAPS-145
Change-Id: I60795c69679f6e439e6e102115e228a65572db52
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Tue, 25 Jul 2017 13:22:27 +0000 (13:22 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Added keypair config for key file deletion."
- Added keypair config for key file deletion.
Added KeypairSetting attribute named 'delete_on_clean' which is used
to override the keypair creator's logic for deleting its associated
public/private key files.
JIRA: SNAPS-105
Change-Id: I337db99daa6bf7d4b42e8729a92a4baef5c73140
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Tue, 25 Jul 2017 13:22:17 +0000 (13:22 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Updated docs."
- Updated docs.
JIRA: SNAPS-122
Change-Id: I499971ac47c5d6b15d7895f1a7abc3a3e8290b3b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Mon, 24 Jul 2017 17:27:59 +0000 (11:27 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Fixed problems when setting the OpenStack project ID.
There were several calls to retrieve the project ID that required
named parameters which was causing the utility function to always
return None. Additionally, when creating the dict() required by the
Neutron create API 'body' parameter key 'project_id' is not supported
and still uses 'tenant_id'.
As these problems should have been found earlier, this patch also
extends the tests for networks, subnets, ports, and security groups
to use 'tenant_id' rather than 'project_id'.
JIRA: SNAPS-143
Change-Id: Ic69e56145ea6070718d821edd22a1d0f9970995d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Taseer Ahmed [Tue, 25 Jul 2017 04:50:13 +0000 (09:50 +0500)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Getting a list of Jobs.
JIRA: STORPERF-184
- Remove "required" condition for getting Job.
- Update documentation.
Change-Id: I4dad1dfdb998c78c9c6620760614a36dd62318ec
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Delia Popescu [Tue, 25 Jul 2017 07:25:32 +0000 (10:25 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix dockerfile patch for aarch64
Patched the patch https://gerrit.opnfv.org/gerrit/#/c/37869/
Fixed some issues regarding spaces in the patch file
Change-Id: Ieac4b766e36d274bd044cd4110626b5314ea6556
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
AakashKT [Tue, 25 Jul 2017 07:25:31 +0000 (12:55 +0530)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Working bundle, will work on getting etcd getting up
Change-Id: I94a7cb1ab6d73a1406b8555cbf4716e2667d58af
Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
Jing Lu [Tue, 25 Jul 2017 09:48:00 +0000 (09:48 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "update storperf installation in Yardstick"
- update storperf installation in Yardstick
Storper has updated its installaion step.
The former used "nginx.conf" is not required any more.
Change-Id: I9edd57ae7cffd3a95990844e6b775616d09132f1
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Jing Lu [Tue, 25 Jul 2017 09:38:37 +0000 (09:38 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "support more parameters in iperf3 testcase"
- support more parameters in iperf3 testcase
JIRA: YARDSTICK-755
The parameters that iperf3 testcase support now maybe insufficient in some usecase.
The test case should support parameters such as: windows size and length of buffer.
This work is about adding more parameters that can be specified in options section in the YAML file.
Change-Id: Ibc81cd1bbbc6fdd492aa67bd3acee7cd310c87ef
Signed-off-by: Ace Lee <liyin11@huawei.com>
Martin Klozik [Thu, 20 Jul 2017 14:49:16 +0000 (15:49 +0100)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- dpdk: Support dpdk vhost-user client mode
Support of vhost-user client mode has been added for both
OVS and VPP. VSPERF configures vhost-user server mode
in vswitches by default for backward compatibility.
Support of vhost-user server mode is deprecated
in OVS and it can be removed in future releases. Once it will
happen, we have to change vsperf default behavior to
usage of vhost-user client ports at vswitch side.
This patch also fixes processing of boolean configuration
parameters passed via --test-params option. In the past
it was not possible to set boolean value to False through
--test-params option.
JIRA: VSPERF-517
Change-Id: I65e341f820edd6c720043a4acc74c5140b05db18
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>
Jose Lausuch [Tue, 25 Jul 2017 07:57:48 +0000 (07:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Functest] Add huawei-virtual5 for alpine testing"
- [Functest] Add huawei-virtual5 for alpine testing
Change-Id: I5ce29cbb0786e83fbdf5bd014daf6686ec435562
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Justin chi [Tue, 25 Jul 2017 06:05:33 +0000 (06:05 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Functest needs huawei virtual5 to test alpine"
- Functest needs huawei virtual5 to test alpine
They want to use jenkins to trigger the build.
So it need to add the huawei-virtual5 network*.yml
Change-Id: Icb8d5d8f574fbbc4674ab1c61a0e3c0c3325f2d4
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Jun Li [Tue, 25 Jul 2017 06:03:08 +0000 (06:03 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[yardstick]Add cacert file in yardstick job for compass master environment"
- [yardstick]Add cacert file in yardstick job for compass master environment
Compass4nfv in master now enables https, so a cacert file is required when executing
openstack command in yardstick container. This patch adds a "cacert_file_ vol" binding
to the yardstick container.
Change-Id: Id69c3e71de6c73fc7834b3ac03f423e3636377b6
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Guillermo Herrero [Tue, 25 Jul 2017 01:27:25 +0000 (03:27 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: salt-formulas: Enable Armband formula
FIXME: Re-enable apparmor.
FIXME: Detect baremetal and re-enable acceleration.
Based on old Armband Fuel patches:
- install qemu-efi;
- install vgabios;
- disable apparmor as security driver for libvirt (temporary);
- fix missing link for vgabios binary blob;
- nova: virt_type=qemu (temporary, until we support baremetal too);
- nova: pointer_model=ps2mouse since AArch64 has no USB tablet;
- nova: cpu_model=cortex-a57;
- nova: libvirt driver: Add ttyAMA0 by default on AArch64;
- nova: libvirt driver: Use VGA video type by default on AArch64;
Change-Id: I6aa87ac8d1c2f9fe3919b80fd29ab84ccfaa7c38
Signed-off-by: Guillermo Herrero <Guillermo.Herrero@enea.com>
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Rex Lee [Tue, 25 Jul 2017 02:43:26 +0000 (02:43 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "yardstick env influxdb/grafana cmd support centos"
- yardstick env influxdb/grafana cmd support centos
JIRA: YARDSTICK-714
Currently yardstick env influxdb/grafana command do not support centos.
Because we use the gateway ip to get the service of influxdb and grafana.
But in centos, we can not access influxdb/grafana service via gateway ip.
In this patch, I use docker inspect to get the ip of influxdb and grafana.
So these command can support centos.
Change-Id: Ie4abcb8048b92d61bc62777dfc362bb29f354b2b
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
wutianwei [Tue, 25 Jul 2017 02:07:18 +0000 (10:07 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Add parameters for compass CI deployment
Change-Id: Ic553f1ae40464cd043c548e7d27017e7b17cbc52
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Zhijiang Hu [Tue, 25 Jul 2017 02:06:37 +0000 (02:06 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "Sync some patches of bash script to python"
- Sync some patches of bash script to python
Change-Id: Ia1eb59e62b1bb98b1871ec591e2c925c1734cc2e
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
root [Mon, 24 Jul 2017 07:20:29 +0000 (15:20 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- when deploy have failed print the api log
Change-Id: I6047340f7f0d2c7b6b175335bdbf836a2a8d0a9c
Signed-off-by: root <zhou.ya@zte.com.cn>
Yujun Zhang [Tue, 25 Jul 2017 01:51:27 +0000 (01:51 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Fix verification failure caused by connexion version"
- Fix verification failure caused by connexion version
Change-Id: I68534806c43e0eda69905e6890837dadd31140fe
JIRA: QTIP-259
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Serena Feng [Tue, 25 Jul 2017 01:46:17 +0000 (01:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "delete obsolete run_test.sh"
- delete obsolete run_test.sh
after switching to tox, run_test.sh is not used now
Change-Id: I66d40d6df47652b956f85f022843b60886ce41a2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Harry Huang [Thu, 20 Jul 2017 12:17:36 +0000 (20:17 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Dynamic Inventory
JIRA: COMPASS-556
1. using dynamic ansible inventory
2. modify Class AnsibleInstaller in compass-tasks
3. modify compass conf to support this behavior
4. specify docker image in /deploy/conf/compass.conf
5. remove clusterhost status update in playbook_done.py
Change-Id: I04079547c8b251571ae4e5b165d3bf425b8913b7
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Alexandru Avadanii [Mon, 24 Jul 2017 22:29:47 +0000 (00:29 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: virtio: min libvirt 3.x and Qemu 2.6
Expect host virtualization tools (libvirt, qemu) to be recent enough
to support modern virtio-net-pci out of box as a default.
This allows us to drop some changes and a hack - see [1]:
- "model=virtio" implies "model=virtio-net-pci" on libvirt 3.x;
- "model=virtio" puts each NIC on a seperate bus, all work now;
- modern virtio is automatically used when NIC is on PCIe bus;
Revert "p/fuel: lib.sh: Revert to virtio-mmio for PXE net"
This reverts commit
4f72e6be436badd2ded546424ec4a304cd6ce5d3.
[1] https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg07594.html
Change-Id: Iaa7af63846c9d9dca5b7a9be5efa54f8cd56242e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
MatthewLi [Tue, 25 Jul 2017 01:00:48 +0000 (21:00 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- compass: bugfix of conditional steps
Change-Id: Ib39afd5df9f0629c8dd3e4ba5ffb023cde5595a1
Signed-off-by: MatthewLi <lijun_1203@126.com>
Ruijing Guo [Tue, 25 Jul 2017 01:05:59 +0000 (01:05 +0000)]
Update git submodules
* Update docs/submodules/openretriever from branch 'master'
- Merge "Add yardstick example"
- Add yardstick example
Change-Id: I7c0d4a8d7957ee5eb0efd39e75c561102fa9e06a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Ross Brattain [Tue, 25 Jul 2017 00:47:03 +0000 (00:47 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add multiqueue support"
- Add multiqueue support
Problem:
Neither OVS nor SRIOV multi-queue is not supported. Guest VM lacks tuning to reach high throughput.
Solution:
(1) Build SRIOV multi-queue capable guest image by recompiling the igxbevf driver (make CFLAGS_EXTRA=-DIXGBE_ENABLE_VF_MQ install).
(2) Change pktgen to send on multiple queues.
(3) Add tuning in guest VM (Disable irqbalance and setup vNIC interrupt affinity to vCPUs)
Update 1: Takes care comments plus adds unit test cases
Update 2: Jenkins reports code coverage 81%, local reports 96%, add more unit test cases
Update 3: Manually rebased to adapt to SSH.from_node()
Update 4: Takes care comments for vnic_type, vnic_name
Change-Id: Ieb15381c653b13697487d095efa4be6c3c49fa42
JIRA: YARDSTICK-619
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
Jun Li [Tue, 25 Jul 2017 00:46:08 +0000 (00:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Add Apex jobs failed because of wrong regex"
- Bugfix: Add Apex jobs failed because of wrong regex
JIRA: DOVETAIL-470
Bug log:
https://build.opnfv.org/ci/job/apex-testsuite-os-nosdn-nofeature-ha-baremetal-master/5/console
Can't evaluate expression, false is assumed: groovy.lang.MissingPropertyException:
No such property: DEPLOY_SCENARIO for class: Script1
Skipping dovetail-apex-baremetal-proposed_tests-master. Condition was evaluated to false.
Change-Id: I8295313a3096b603bd390fdb70d451274a5146bb
Signed-off-by: xudan <xudan16@huawei.com>
Trevor Bramwell [Tue, 11 Jul 2017 22:30:27 +0000 (15:30 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Create Docker Builds for Storperf Dockerfiles
Taking advantage of the changes to the way the docker build job is
configured, this adds builds for all three dockerfiles in the storperf
repository.
Change-Id: I88480d8453486e0fd1610b48cdd517751f907d34
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Mon, 24 Jul 2017 19:51:01 +0000 (19:51 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Multiple Dockerfile Builds per Project"
- Multiple Dockerfile Builds per Project
Instead of defining docker build jobs in terms of projects, we define
them in terms of dockerrepos. Each dockerrepo is associated with a
specific project and may have a seperate Dockerfile (which defaults to
'Dockerfile' if unspecified), and location for files needed by the
Dockerfile (default: 'docker').
This should allow for running multiple docker builds out of a single
project repository without having to modify the current docker build
scripts.
The output of this job configuration should match what is currently in
Jenkins.
Change-Id: I9089d57a0c7cc56be4225b56e96bec56be258f1f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Mark Beierl [Mon, 24 Jul 2017 19:23:04 +0000 (19:23 +0000)]
Update git submodules
* Update docs/submodules/storperf from branch 'master'
- Merge "Returns all job ID's if queried without ID."
- Returns all job ID's if queried without ID.
JIRA: STORPERF-184
Change-Id: I631b4adbd830420a3b502e4f2a86a66824c87fcd
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Alexandru Avadanii [Fri, 21 Jul 2017 18:02:14 +0000 (20:02 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- p/fuel: lib.sh: Use host-passthrough CPU model
Fix libvirt 3.x compatibility issues by explicitly setting the CPU
model to host-passthrough via virt-install.
Change-Id: I0e52cbabb0bf42b36dd2b9b5045dc18878e21884
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Tim Irnich [Mon, 24 Jul 2017 15:41:15 +0000 (15:41 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Add test case 9"
- Add test case 9
Development of a new test that checks all
nodes and succeeds if all OVS br-int interfaces
have fail_mode=secure
JIRA: SDNVPN-168
Change-Id: Iff14f60e2d25c1769cdec7cec126425937780eb7
Signed-off-by: panageo2 <panageo@intracom-telecom.com>
Steven Pisarski [Mon, 24 Jul 2017 15:24:06 +0000 (15:24 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Default OSCreds cacert attribute to False."
- Default OSCreds cacert attribute to False.
The default of True causes more problems than False when
dealing with unsecure and secure (HTTPS) API calls.
This was issue was found while testing against the new OPNFV
CI test pod running Pike.
JIRA: SNAPS-80
Change-Id: I819b4f64fa637bb7ce53c58a7a1164600ff6a3b9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 24 Jul 2017 15:11:10 +0000 (15:11 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Fixed potential problems with image creation exceptions."
- Fixed potential problems with image creation exceptions.
With Glance client v2, it appears that rolling back on image
creation error was sending in an OpenStack image object into
the delete_image() function where it should have been expecting
a SNAPS-OO Image domain object.
Also added log messages to help expose other potential issues
if this patch does not address the root problem at hand.
JIRA: SNAPS-139
Change-Id: I52591ff1d055ddf4eacbbc49b3bc8718285edcfa
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 24 Jul 2017 15:10:42 +0000 (15:10 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Remove temporary directory created for tests."
- Remove temporary directory created for tests.
JIRA: SNAPS-140
Change-Id: I9e15ca43f644cc86539bb09a32a59801eb689a29
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Steven Pisarski [Mon, 24 Jul 2017 15:10:18 +0000 (15:10 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "Created new exceptions for security group settings"
- Created new exceptions for security group settings
Raising SecurityGroupSettingsError in SecurityGroupSettings
and SecurityGroupRuleSettingsError in SecurityGroupRuleSettings
instead of Exception.
JIRA: SNAPS-137
Change-Id: I959ffe9a247dc9adffbef460119ba94ad86fd3f0
Signed-off-by: spisarski <s.pisarski@cablelabs.com>