Cedric Ollivier [Fri, 1 Jun 2018 10:29:45 +0000 (10:29 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Update read and write data path in cinder test"
- Update read and write data path in cinder test
Update the path for read/write data
Fix a false possitive result on read_data
Fix read device name
Unmount volume after writing data
JIRA: FUNCTEST-908
Change-Id: I555b5a3daaeff3aa58891e65c0b70094372c04c9
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Markos Chandras [Fri, 1 Jun 2018 09:51:53 +0000 (09:51 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: kubespray: Use bootstrap role for k8s deployments"
- xci: kubespray: Use bootstrap role for k8s deployments
The bootstrap role configures NTP and networking on hosts so we
should use it on k8s deployments as well.
installer-type:kubespray
deploy-scenario:k8-nosdn-nofeature
Change-Id: I04bd1e1c2c325baabfb836bd8cca60c5f59344c7
Signed-off-by: Markos Chandras <mchandras@suse.de>
Trevor Bramwell [Thu, 31 May 2018 23:21:42 +0000 (23:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Auto: Setup Ci Jobs for Auto project"
- Auto: Setup Ci Jobs for Auto project
We will try to reuse the job template
for deploying from armband project.
Change-Id: I76a783094ce5be1b4aa93585a6b90898d909ca13
Signed-off-by: pava <Paul.Vaduva@enea.com>
Trevor Bramwell [Thu, 31 May 2018 23:18:15 +0000 (23:18 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "updated commit for Auto 6.1.1"
- updated commit for Auto 6.1.1
Cherry-picked 3 changes from latest master, to stable/fraser
merged these 3 changes into stable/fraser
new commit ID:
0f43563624832c5908e6fc00eb0a4bbc6cc82c33
will need to be tagged as 6.1.1
patch#2: removed trailing spaces
Change-Id: I934dedb6c0b1efde2404f550cbd1a58e618ffc1a
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Tim Rozet [Thu, 31 May 2018 18:08:43 +0000 (14:08 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Parameterize functest suite/testcase
This patch parameterizes the functest variables for the apex-virtual job
so that we can indicate which tests to run when calling the apex-virtual
(which in turn runs deploy and functest).
Change-Id: Ic628c7711aca2d3ac0520d34150a3242d8d9891d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Thu, 31 May 2018 17:32:27 +0000 (17:32 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Configure NAT with baremetal when necessary"
- Configure NAT with baremetal when necessary
We currently only enable NAT on undercloud for virtual deployments.
However, there could be a case where a baremetal deployment also needs
NAT as it is not using an interface on the overcloud nodes with external
access. Therefore this patch changes the behavior to configure NAT when
the gateway of either the external or admin (when external is disabled)
network matches an IP assigned to the undercloud.
JIRA: APEX-605
Change-Id: I9c79af371913e6e5f0d39b433f68205bc7e106c5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Gerard Damm [Thu, 31 May 2018 15:42:11 +0000 (15:42 +0000)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- Merge "gitignore: Ignore docs generation dirs"
- gitignore: Ignore docs generation dirs
Update .gitignore file to ignore OPNFVDOCS scripts and directories
used for docs generation.
Change-Id: I8a8476677b4f3d488d8b09b4eb17d98cad8e77bd
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Martin Klozik [Wed, 30 May 2018 07:48:03 +0000 (09:48 +0200)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- docs: Fix long lines
OPNFVDOCS scripts set max line length to 240 chars. This patch
shortens long lines to avoid rst validation warnings during Auto
docs generation.
Change-Id: I124e3ea3aa04bc7fc8c2f5cf25ce9c75fdcef330
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Alexandru Avadanii [Thu, 31 May 2018 12:16:59 +0000 (14:16 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [noha] Disable proxy certificate generation
noha scenarios try to generate the proxy SSL cert using the Salt
Master CA authority. However, this requires a `salt-minion` restart
between the CA configuration and the cert generation (see [1]).
Since we don't use this cert anyway, let's just disable it for cfg01.
JIRA: FUEL-377
[1] https://github.com/salt-formulas/salt-formula-salt/issues/67
Change-Id: I8e88200e0d5614f0034c0c77e6ba675dc7ef0c11
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
spisarski [Tue, 29 May 2018 16:53:55 +0000 (10:53 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Fixed issue when attempting to add an internal subnet to a router.
Internal subnets that are owned by the same user who is creating a
router now can be added properly. Attempted to fix an issue with the
change in https://gerrit.opnfv.org/gerrit/#/c/57853/ that was allowing
for subnets with the same name to be assigned but ended up breaking
this functionality completely.
JIRA: SNAPS-312
Change-Id: I1687f66db47520e93e401d3e9fb5f0c4f45d460f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Shobhi Jain [Thu, 12 Apr 2018 12:38:21 +0000 (13:38 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Replace glance delete image with shade client.
Remove get_image_id function.
Function delete_image now uses shade client.
JIRA: YARDSTICK-892
Change-Id: I6e8510dfa49aa14786ed7ac3382b85c4e699fb9e
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Rodolfo Alonso Hernandez [Thu, 31 May 2018 08:27:29 +0000 (08:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Replace glance create image with shade client."
- Replace glance create image with shade client.
Function create_image now uses shade client.
JIRA: YARDSTICK-892
Change-Id: Ia41d9ce702a1f24031080f8a365c1b2bd9ac9faa
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Yang (Gabriel) Yu [Tue, 29 May 2018 06:44:03 +0000 (14:44 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Change the function imposed on instances/tasks
The number of instances/tasks should be cumulated instead of
averaging.
Change-Id: If63244ea086de8ba6a74865e5bad23feec01b3d6
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Fatih Degirmenci [Wed, 23 May 2018 21:45:33 +0000 (14:45 -0700)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Reorder scenarios in opnfv-scenario-requirements.yml
Put OpenStack scenarios and Kubernetes scenarios together.
installer-type:kubespray
deploy-scenario:k8-canal-nofeature
Change-Id: I6a47b0b3703e30ac9a2be53012687217a085ee88
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Xuan Jia [Thu, 31 May 2018 01:15:02 +0000 (01:15 +0000)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- Merge "enable kata 1.0 + containerd 1.1"
- enable kata 1.0 + containerd 1.1
Change-Id: Idbeda8b36d067a7bd27a8ef19184c5bb5a6daa04
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
ahothan [Wed, 30 May 2018 22:03:10 +0000 (15:03 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- NFVBENCH-97 Fix container build issue (pip)
Change-Id: If428c8b33d03db6ecac6b9dd2e480db541d947dd
Signed-off-by: ahothan <ahothan@cisco.com>
Feng Pan [Wed, 30 May 2018 19:56:33 +0000 (19:56 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Updates configs for ODL CSIT deployments"
- Updates configs for ODL CSIT deployments
For ODL CSIT we want to deploy with:
- Minimum services per role
- 2 Compute nodes, 1 controller
- Single network enabled
Change-Id: If611c4c1ff68629670ef15904930124b5786a569
Signed-off-by: Tim Rozet <trozet@redhat.com>
ahothan [Tue, 29 May 2018 18:13:40 +0000 (11:13 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- Move docker build to tag 1.5.0
Change-Id: I352bc0a6e9e05b0891450983947042117ef13ae6
Signed-off-by: ahothan <ahothan@cisco.com>
Juha Kosonen [Wed, 30 May 2018 14:04:55 +0000 (17:04 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix tempest result parsing
Detailed results of verifier are in tempest-error.log.
Change-Id: Id5dbdfd3389d1b79dba2bebc5f5ffa7811ef06c8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Cédric Ollivier [Wed, 30 May 2018 13:18:35 +0000 (15:18 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Bypass Cloudify's upper-constraints issues
It installs cmd2 via yum instead as last cmd2 release only supports
python3.
Change-Id: I495d71f11ed48ba47e1aa27965675d4bef7c141e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Rodolfo Alonso Hernandez [Wed, 30 May 2018 13:05:48 +0000 (13:05 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Set "cmd2" library to version 0.8.6"
- Set "cmd2" library to version 0.8.6
Last "cmd2" version, 0.9.0, removed Python 2+ support [1]. In order to
support Python 2.7, version 0.8.6 (or earlier) must be installed.
[1] https://github.com/python-cmd2/cmd2/commit/
e54e5a5b891548df4df0acb04b6e607ad8f871b1
JIRA: YARDSTICK-1205
Change-Id: Ic2fe57438720de5b21c75f9456e653c6facf3ae9
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Guillermo Herrero [Wed, 30 May 2018 12:58:52 +0000 (12:58 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "IDF and PDF files for auto pod in unh lab"
- IDF and PDF files for auto pod in unh lab
Change-Id: Iad65abda66b772e8ed44c2257ebdb7cb48ecc6c1
Signed-off-by: joekidder <Joe.Kidder@enea.com>
Signed-off-by: pava <Paul.Vaduva@enea.com>
Guillermo Herrero [Wed, 30 May 2018 10:57:48 +0000 (10:57 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[IDF] arm-pod9: added as new idf and pdf"
- [IDF] arm-pod9: added as new idf and pdf
Change-Id: I415eda9f493fcd70514d5f9be7d58b7b6d1cb88f
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Guillermo Herrero [Wed, 30 May 2018 10:57:37 +0000 (10:57 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "[IDF] arm-pod8: added as new idf and pdf"
- [IDF] arm-pod8: added as new idf and pdf
Change-Id: I01c678b45fd182bef8a95bdf13054a36347e057b
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
Cédric Ollivier [Wed, 30 May 2018 07:32:00 +0000 (09:32 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix _do_execute() return code in vping_ssh
Change-Id: I781e51bb56f6cdac8b347e7fd85e70c07eb69e23
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Georg Kunz [Mon, 28 May 2018 22:58:08 +0000 (00:58 +0200)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Re-enabling execution of tempest tests
My previous patch broke the execution of tempest tests, causing tempest
to complain about a missing .testr.conf file. This fix adds the explicit
use of the --config-file CLI flag back to the tempest test framework.
Change-Id: If65c65a227f0058180e0d5bca47cce502948c4c9
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
mei mei [Wed, 30 May 2018 06:36:02 +0000 (06:36 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb/releng: support multi arch compass images"
- jjb/releng: support multi arch compass images
Change-Id: I9f6a287727d36266207fb2821127ac142952f67d
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Tim Rozet [Tue, 29 May 2018 21:37:41 +0000 (17:37 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Changes default verify scenario to nosdn
Basically we are getting blocked on merging patches due to ODL breaking
and these patches have nothing to do with ODL. So we are changing the
default sceanrio to just be nosdn, and then if the change is relatd to
ODL we can include an ODL gate run.
Change-Id: I61ec224e62e6f3cb6ee40696326bf243788c27d6
Signed-off-by: Tim Rozet <trozet@redhat.com>
Michael Polenchuk [Mon, 28 May 2018 08:15:41 +0000 (12:15 +0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [fuel] Schedule odl-ovs-noha scenario
Change-Id: I2946684b8e5941201865c123793b7f5800b5421b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Feng Pan [Tue, 29 May 2018 17:13:01 +0000 (17:13 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Default ctlplane to native VLAN"
- Default ctlplane to native VLAN
We were not setting any vlan type value for the admin network. This
caused an issue when deploying and trying to use a single collapsed
network (no net isolation). The issue occurred when trying to create an
external neutron network. We happen to check if the phys type is flat
or vlan using this attribute to decide what kind of phys type to use for
the neutron network.
JIRA: APEX-606
Change-Id: I4e24dd5e8b99cef920b8203b820a77d0021631cc
Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Avadanii [Tue, 29 May 2018 15:32:56 +0000 (17:32 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for upstream ODL leveldbjni
JIRA: ARMBAND-387
Change-Id: Id24c15f7390bb63b6c422f1da8548effd5aa885a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 27 Jul 2017 21:42:29 +0000 (23:42 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- mcp: salt-formulas: opendaylight: AArch64 leveldb
ODL requires native leveldbjni support on architectures like AArch64,
provided as a Debian package in ODL Team Nitrogen PPA.
Only systemd is supported (unlikely to change).
JIRA: ARMBAND-387
Change-Id: Ie7f2955c6574ab4584ed0c207b42ed7ab7261561
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Ross Brattain [Tue, 29 May 2018 00:15:24 +0000 (17:15 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- PTL change from Ross Brattain to Mingjiang Li (Rex)
results of Yardstick PTL election
https://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_b99c79421ce70058&rkey=
c39fb1d5405efc15
Change-Id: I1a71f4415a737baec4bd44085ac3115fb86bd560
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Feng Pan [Tue, 29 May 2018 13:10:59 +0000 (13:10 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Remove pacmeaker workaround"
- Remove pacmeaker workaround
There was a compatibility issue with the centos 7.4/7.5 between the host
pacemaker version and container. Now that containers have moved to 7.5
we should not need this workaround anymore.
Change-Id: I9632c65e87687d4f36130719c6df9af2e913eed8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 29 May 2018 13:09:24 +0000 (13:09 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Promote Ricky to committer"
- Promote Ricky to committer
Ricky has been a very active Apex user and contributor over the past few
release cycles. He has helped find and fix numerous bugs, along with
being responsible for L2GW and SRIOV features for Fraser release. He
has shown a willingness to jump in and help whenever there are issues
with Apex, and also a willingness to work upstream in TripleO/OpenStack
to implement new features.
Change-Id: Ifd032fd349a46b0e34b2d77ba56e3c564e70226c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Georg Kunz [Sun, 27 May 2018 21:36:47 +0000 (23:36 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Adding reference to EXTERNAL_NETWORK to user guide
Adding a reference to the EXTERNAL_NETWORK environment variable to the
user guide so that users add this to their env_config.sh. This variable
is required, among others, to overwrite the default external network in
Yarstick.
Change-Id: I50e609a8c6e20b1dd01c61d5d950ffba792e98fa
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Georg Kunz [Sat, 5 May 2018 21:08:39 +0000 (21:08 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Adding vEPC test case to Dovetail and proposed_tests suite
Adding the vEPC test case to Dovetail. The test deploys a vEPC using
Juju as VNF manager and performs application level tests.
JIRA: DOVETAIL-650
Change-Id: I15c2cdddee510e12a5faf18efc8950af5cf7b664
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Panagiotis Karalis [Fri, 25 May 2018 09:22:47 +0000 (12:22 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Simplify logging
In order to collect logs from features running through
functest framework (mainly for troubleshooting purposes),
the logging mechanism has been updated accordingly.
It should be noted that feature logs are printed in functest.log.
All logs are now printed in functest.log whatever the namespace.
JIRA: SFC-125
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I6cb32e5553749023d490d553ae4653750c52e844
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Bin Lu [Wed, 23 May 2018 02:33:18 +0000 (10:33 +0800)]
Update git submodules
* Update docs/submodules/container4nfv from branch 'master'
- enable image building for openwrt demo
Change-Id: Id464f064e9a7c4a55244c3cec4b3303a4ed0a889
Signed-off-by: Bin Lu <bin.lu@arm.com>
Di Xu [Mon, 28 May 2018 09:11:20 +0000 (17:11 +0800)]
Update git submodules
* Update docs/submodules/stor4nfv from branch 'master'
- fix syntax error for etcd_docker_image due to ansible upgrade
Change-Id: Id3553216d4027ab576968de44a8d242afe341b2c
Signed-off-by: Di Xu <di.xu@arm.com>
Martin Klozik [Mon, 28 May 2018 09:48:05 +0000 (09:48 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "vswitches/ovs: delete flows on stop"
- vswitches/ovs: delete flows on stop
While removing bridges, also remove any flows created on them.
JIRA: VSPERF-577
Change-Id: Ie0cbe65c823e690c9b3e5149ff2af0b56809fccd
Signed-off-by: Richard Elias <richard.elias@tieto.com>
Reviewed-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
zhihui wu [Mon, 28 May 2018 09:24:07 +0000 (17:24 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- update release note index
Change-Id: I765a21c51b0f77d1925cd41ae7e4edd154ef3870
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Cédric Ollivier [Mon, 28 May 2018 07:04:12 +0000 (09:04 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Print vping output instead of Paramiko object
Change-Id: Iddc1abdf443e482e8748434a4ba7d85709d8cd0e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xudan [Tue, 22 May 2018 12:01:52 +0000 (08:01 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update user guide
1. Remove python related content because python is installed in Dovetail image.
2. Remove DB related content because there is no need to launch local DB now.
3. Update the infomation of Docker images and VM images.
Change-Id: I010d3341aef9f2c74713fc0fc087b361331109d1
Signed-off-by: xudan <xudan16@huawei.com>
Rodolfo Alonso Hernandez [Mon, 28 May 2018 07:10:49 +0000 (07:10 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "PROX: [WIP] Added scale up TCs."
- PROX: [WIP] Added scale up TCs.
These scale-up TCs replace PROX static TCs which will be removed
by separate commit once those new TCs are merged.
Change-Id: I892a81c4bfd199782fb561faccc11e70a49675ae
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Yu Yang (Gabriel) [Mon, 28 May 2018 06:51:26 +0000 (06:51 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "Adapt monitoring install to apex"
- Adapt monitoring install to apex
To let the installation be adapted to Apex and Centos
Change-Id: If779bab1badbd2f0ad9e0a5054e082e49b7d6238
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Yu Yang (Gabriel) [Mon, 28 May 2018 06:47:15 +0000 (06:47 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "adaption to installers/pod configs"
- adaption to installers/pod configs
Change-Id: I1083c96229a8d79bc9cf1bee4aa00de6aeae9d14
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
xudan [Thu, 24 May 2018 08:47:41 +0000 (04:47 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Archive all test case result files
1. All detailed tempest test cases results are recorded with
file tempest-report.html rather than tempest.log now.
2. Archive all results files include functest.log, yardstick.log ...
for each test case. Otherwise, they will all be in one log file.
3. Support to set the source files and dest files need to be archived with
the test case config files rather than hardcode with the source code.
4. Give the file which used to be parse the results (PASS/FAIL) with the
test case config files rather than hardcode with the source code.
Change-Id: I30f435d91ab90cf20def47007f177fe98187484d
Signed-off-by: xudan <xudan16@huawei.com>
Cedric Ollivier [Sun, 27 May 2018 08:23:09 +0000 (08:23 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Stop rolling snaps (bypass bugfixes)"
- Stop rolling snaps (bypass bugfixes)
Snaps now requires admin role for creating routers [1].
[1] https://git.opnfv.org/snaps/commit/?id=
5a81c2abb920cfe5ea975c37b390838d586a98b1
Change-Id: Ia9a5225e0e31fa3e1c50abb3814e12c98d53e76c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Georg Kunz [Wed, 16 May 2018 15:52:05 +0000 (17:52 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Changing the link to the updated participation form
The participation form on docusign has changed due to incorporating
additional fields for the API validation exemption. This patch updates
the links in the documentation accordingly.
Note: this patch should only me merged after the new form is online.
Change-Id: I697fa13d9afe2797faba2bf0478bbf27820bca20
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Koren Lev [Sun, 27 May 2018 07:35:25 +0000 (07:35 +0000)]
Update git submodules
* Update docs/submodules/calipso from branch 'master'
- Merge "tagging"
- tagging
Change-Id: I0a0467388e52f5eb6b126fdd739600776d4a7faf
Signed-off-by: Koren Lev <korenlev@gmail.com>
- per yaron's review remove redundant lines for mkdir function
Change-Id: I260605fe8ac5bcfe01d5907eb4aef765e81f10a7
Signed-off-by: KorenLev <korenlev@gmail.com>
(cherry picked from commit
802ba9cd2e1412ad20bd36009cb052b7e1e1b07e)
- installer to make sure dir exists on host
Change-Id: I627b031d529e45808d6123b096afa476958713bb
Signed-off-by: KorenLev <korenlev@gmail.com>
(cherry picked from commit
9196554c5906ea3c8300702a50410fcc40de270c)
Yichen Wang [Sun, 27 May 2018 03:31:33 +0000 (20:31 -0700)]
Update git submodules
* Update docs/submodules/nfvbench from branch 'master'
- [NFVBENCH-96] Enhance utils to get NIC PCI addresses with slot/port
Change-Id: If74be18f188819be9775d55f44a45037abf07c65
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Aric Gardner [Sat, 26 May 2018 20:09:17 +0000 (16:09 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Projects did not fill out their releases/fraser/
This is the patchset of projects that did not fill out their
releases fraser file.
I have done it for them.
some of the projects had no changes on the fraser branch
in this case I put the tag in the same place as the 6.0.0 tag
some project I am familliar with and I move the tag to the
head of fraser for them,
Ideally team leads will do this work in the future
We will update the tagging instructions accordingly.
Change-Id: I1b2c7a8b6e63bc857192757e25f2d103c2629319
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Cedric Ollivier [Sat, 26 May 2018 19:56:26 +0000 (19:56 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add cinder_test testcase"
- Add cinder_test testcase
Create 2 instances with Floating IPs
Attach data volume to instance 1
Write data on the volume
Detach volume from instance 1
Attach volume to instance 2
Read data from volume
JIRA: FUNCTEST-908
Change-Id: I10efdfb3b7f9d7e6ab5c6a538052437585d52fb0
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Aric Gardner [Sat, 26 May 2018 19:49:33 +0000 (19:49 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "updated auto.yaml with 6.1.0 commit"
- updated auto.yaml with 6.1.0 commit
master commit to use for 6.1.0:
b718a43380376d2b19222c4203c97a95ca849ae8
(note: opnfv-6.1.0 tag:
553ea71b7aa2eb7d9ff46316de367dff0844ce42)
(can/should a tag objet ID be used for a point release ?)
updated stable/fraser SHA1, to same SHA1 that was used for 6.0.0
(i.e.
3a957a75f99686767d13f45d74b5ca8463559b7b)
(I assume stable/fraser SHA1 should be the same as 6.0.0 SHA1 ?)
>The stable ref is the ref when the branch was created, it should not
>change
(cherry-picking for stable/fraser is not possible after 6.0.0 is
released)
>You can cherry pick as long as you want.
Change-Id: I887174801a56b374cae0197b31561673bc0435ea
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
Aric Gardner [Sat, 26 May 2018 19:31:52 +0000 (19:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Doctor Fraser opnfv-6.1.0"
- Doctor Fraser opnfv-6.1.0
Change-Id: Ib09b9b919ca046532931fed551d7a6f7aa1857c1
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Aric Gardner [Sat, 26 May 2018 19:31:43 +0000 (19:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Tagging IPv6 stable/fraser branch for Fraser 6.1.0"
- Tagging IPv6 stable/fraser branch for Fraser 6.1.0
Change-Id: I5212e57c689519bdf65a562db85acfb343ac7b68
Signed-off-by: Bin Hu <bh526r@att.com>
Aric Gardner [Sat, 26 May 2018 19:31:33 +0000 (19:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Tagging SampleVNF stable/fraser branch for Fraser 6.1.0"
- Tagging SampleVNF stable/fraser branch for Fraser 6.1.0
Change-Id: I6312e57c689519bdf65a562db85acfb343ac7b68
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Aric Gardner [Sat, 26 May 2018 19:31:25 +0000 (19:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Publish Functest opnfv-6.1.0 tags"
- Publish Functest opnfv-6.1.0 tags
Change-Id: If1f9d8c961d976e21c5fd6354a712027a6591e96
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Aric Gardner [Sat, 26 May 2018 19:31:04 +0000 (19:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Prepare for 6.1.0"
- Prepare for 6.1.0
Change-Id: I1282caa29b6c2a1fe67ec80f090a0acc1d4f24ce
Signed-off-by: Manuel Buil <mbuil@suse.com>
Aric Gardner [Sat, 26 May 2018 19:30:45 +0000 (19:30 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: Ready for Fraser SR1"
- Apex: Ready for Fraser SR1
Change-Id: Ib59491210da3996fe59885635481b22fd84d1af2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Sat, 26 May 2018 19:30:35 +0000 (19:30 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "modified for fraser 6.1.0 release"
- modified for fraser 6.1.0 release
Change-Id: Ibdb9bba605fd7deccf184010085cb14cc2805b59
Aric Gardner [Sat, 26 May 2018 19:30:13 +0000 (19:30 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Prepare for Clover 6.1.0"
- Prepare for Clover 6.1.0
Change-Id: I885f40ca8ac1c076b8443f03ca99a975d4edc82e
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
Aric Gardner [Sat, 26 May 2018 19:29:44 +0000 (19:29 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[yardstick] fraser opnfv-6.1.0 release tag"
- [yardstick] fraser opnfv-6.1.0 release tag
Change-Id: Ife8ee87db45381678c44ebd80adf08658bd697f5
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Aric Gardner [Sat, 26 May 2018 19:25:50 +0000 (19:25 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "tagging compass4nfv Fraser 6.1 release"
- tagging compass4nfv Fraser 6.1 release
JIRA:-
fix 3 neutron trunk testcases failure in functest
Change-Id: Ie3cd55c3aac1b6e1104054b3ab666056efa83b5b
Signed-off-by: chigang <chigang@huawei.com>
Aric Gardner [Sat, 26 May 2018 19:10:33 +0000 (19:10 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Revert "Remove noop for tag creation."
This reverts commit
dc4b9d1ad316e9055ccb3767c4572ad22cbe43a5.
Change-Id: I3bec4ef84dcb7e56d80b4df78b487f7caa931f3e
Aric Gardner [Sat, 26 May 2018 18:53:07 +0000 (14:53 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Remove noop for tag creation.
This script is tested, and should now be allowed to create tags.
Change-Id: Ia87341c9cb6397700442a11c38d502fed8dd4743
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Alexandru Avadanii [Fri, 25 May 2018 18:00:44 +0000 (20:00 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [release] Fuel, Armband: Release opnfv-6.1.0
Change-Id: I7ec0b1d9b40d12500eaf0f82e2e8035c488d1437
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Sat, 26 May 2018 18:21:55 +0000 (18:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Verify and Create Tags from Release File"
- Verify and Create Tags from Release File
Updates the releases verify and merge jobs to check release files for
the following:
- commits exist
- commits are on stable-branch
If both of these criteria are met and the patch is merged, the repos
will be tagged at the specified commits and pushed.
If a repo has already been tagged but not on stable-branch the job will
not exit, but will warn that the commit doesn't exist on the correct
branch. This is because tags should never be removed.
This adds an additional script 'repos.py' that provides an quick
interface for pulling out information from release files, along with the
script 'release-status.sh' for checking the status of tags.
NOTE: The branch creation script has been disabled until it can be reworked.
Change-Id: I498bc74f20aa50d2bd321771f20a77905b246399
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Sofia Wallin [Sat, 26 May 2018 15:33:27 +0000 (17:33 +0200)]
Removing non participating projects
Daisy, Parser and QTIP will not participate in Fraser 6.1
Change-Id: I9ddf41783679308023135a010f27ae2ece58c966
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Ross Brattain [Fri, 25 May 2018 21:13:35 +0000 (21:13 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "[release] Yardstick release note 6.1.0"
- [release] Yardstick release note 6.1.0
JIRA: YARDSTICK-1182
Change-Id: I3baca52e9bc0360b43f2ce61ea2f166a70e8c90a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Tim Rozet [Fri, 25 May 2018 18:01:50 +0000 (14:01 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: More CSIT promotion fixes
Changes-Include:
- Use 2 computes as required by ODL team
- Get rid of checking JOB_NAME var for csit, and simply check if
PROMOTE var is True
- Pass PROMOTE all the way from top-down into deploy job
- Use CSIT network settings file when deploying CSIT
Change-Id: I56d953516ce690749634b474e553baad3a762364
Signed-off-by: Tim Rozet <trozet@redhat.com>
rexlee8776 [Fri, 25 May 2018 07:49:43 +0000 (07:49 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Bugfix: Yardstick GUI build fails on Fraser 6.1.0
Yardstick web GUI build fails due to angular version
JIRA: YARDSTICK-1202
Change-Id: Ie075d18cb2eac2070267759978cbdb7c784599ef
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Alexandru Avadanii [Thu, 24 May 2018 18:37:09 +0000 (20:37 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump for MaaS subarches selection
Change-Id: I723fbe3048f627ceeb44d456cb793dcf931d24cf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 24 May 2018 18:23:41 +0000 (20:23 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [maas] Download only used subarches images
- reduce download size/time for MaaS images by downloading only the
subarch images we use;
- fix stop condition in MaaS artifact download script;
- stop importing images before updating the boot resources to prevent
race conditions;
Change-Id: I3b15fae3463bc6c54be2cc06e0cb31edcbd307cb
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
spisarski [Thu, 24 May 2018 19:36:56 +0000 (13:36 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Miscellaneous minor stability fixes
Change-Id: Iad8a7b6358f881d1c2935cc619cfa96f1196a675
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Onong Tayeng [Thu, 24 May 2018 12:56:13 +0000 (18:26 +0530)]
Update git submodules
* Update docs/submodules/fds from branch 'master'
- release notes and scenario doc updates for Fraser 6.1.0
Change-Id: Idbd25b91c4cb27aa36e7efa4ce011f7045fc0fca
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
Trevor Bramwell [Fri, 25 May 2018 14:50:37 +0000 (14:50 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: Fix blocking on promote and artifact ver"
- Apex: Fix blocking on promote and artifact ver
Change-Id: I274dba9398ef549d20fa106eda88abebfbf48c9e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Sofia Wallin [Fri, 25 May 2018 14:44:56 +0000 (14:44 +0000)]
Merge "Fraser 6.1 updates"
Trevor Bramwell [Fri, 25 May 2018 14:38:04 +0000 (14:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix armband functest job suite name"
- Fix armband functest job suite name
Change-Id: Iea3269a25e88790d335456508ad0de904ed4706e
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Tim Rozet [Fri, 25 May 2018 14:01:37 +0000 (10:01 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: migrate promote jobs to use virtual deploy job
This job already does deploy and test, so just use that rather than
triggering seperate jobs.
Change-Id: Ie62088f434de93ebb7638ba4d4ef8791ac01aa1f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Sofia Wallin [Fri, 25 May 2018 13:53:49 +0000 (15:53 +0200)]
Fraser 6.1 updates
Change-Id: I9fc353e441d48beec6c697c2f99bf17ab9eb2eba
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Sofia Wallin [Fri, 25 May 2018 10:31:15 +0000 (10:31 +0000)]
Merge "Updated scenario links for Fraser 6.1"
Hui Wang [Fri, 25 May 2018 09:09:51 +0000 (09:09 +0000)]
Update git submodules
* Update docs/submodules/stor4nfv from branch 'master'
- Merge "support deploying etcd on aarch64 platform"
- support deploying etcd on aarch64 platform
Change-Id: I8d6e2c3255e81d95e0546169f24c9090b34ce0b6
Signed-off-by: Di Xu <di.xu@arm.com>
Hui Wang [Fri, 25 May 2018 09:09:30 +0000 (09:09 +0000)]
Update git submodules
* Update docs/submodules/stor4nfv from branch 'master'
- Merge "manage local patches"
- manage local patches
We could not put the source code of ceph or other projects due to
different license, and so we have to only manage those changes locally.
This patch provides one way to apply local patches into source code
from public repo.
We can use the '.rc' file in every project to configure the branch, repo
and list all local patches which need to be applies into original branch.
And then use 'do_patch.sh' script to apply them one by one, e.g.
$ src/do_patch.sh src/ceph/ceph.rc
Change-Id: I07573a0ab6985c2aca2558ac2183cdfc8187bf04
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Hui Wang [Fri, 25 May 2018 09:06:44 +0000 (09:06 +0000)]
Update git submodules
* Update docs/submodules/stor4nfv from branch 'master'
- Merge "fix etcd startup arguments"
- fix etcd startup arguments
Change-Id: I34c399b309986fc7bfb25af8104843ec9b9dd9c0
Signed-off-by: Di Xu <di.xu@arm.com>
Sofia Wallin [Thu, 24 May 2018 12:09:30 +0000 (14:09 +0200)]
Updated scenario links for Fraser 6.1
Change-Id: I4a3174d8813d5b0524535e4fd5c40bf0141862c1
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Yang (Gabriel) Yu [Thu, 24 May 2018 06:37:06 +0000 (14:37 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- add openstack-export support
add openstack-exporter and enable ovs plugin in Barometer
Changes:
1. Add openstack-exporter docker
2. Add opnestack grafana dashboard
Change-Id: Ifd3416ad1dc48075e98c190b2048c7760f686bcb
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Ross Brattain [Thu, 24 May 2018 14:17:32 +0000 (07:17 -0700)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Dockerfile: add ping for prepare_env.sh
INFO: Creating openstack credentials ..
Verifying connectivity to 10.20.0.2...
/home/opnfv/repos/yardstick//tests/ci/prepare_env.sh: line 56: ping: command not found
/home/opnfv/repos/yardstick//tests/ci/prepare_env.sh: line 56: ping: command not found
https://build.opnfv.org/ci/view/yardstick/job/yardstick-fuel-baremetal-daily-master/2400/console
JIRA: YARDSTICK-1201
Change-Id: Ib9e139046724ece4be7a85cc1ae74cbb0ec8e203
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Deepak S [Fri, 25 May 2018 09:14:36 +0000 (14:44 +0530)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Updating release notes for OPNFV Farser 6.1
Change-Id: I333fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Xavier Simonart [Wed, 25 Apr 2018 23:03:05 +0000 (01:03 +0200)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Increase default mbuf size and code simplification/cleanup
mbuf size was setup to achieve the best performance i.e.
using the smallest mbuf and not segmenting packets.
However this resulted in complex code, much dependent of the way
the pmd are working e.g. a change(fix) in recent dpdk i40e
implementation caused a 1782 (=1518+8+256) bytes mbuf to be too
small to hold a 1518 bytes packets.
Hence this change simplifies the mbuf size selection at the price
of a potential decreases in performance - as more memory is now used.
Except if jumbo frames are used, the mbuf size will now be the same
for all modes. The packets will not be segmented except if jumbo
frames are enabled.
If jumbo frames are enabled, packets are by default segmented, except
if the mbuf size is configured big enough in the config file.
Change-Id: I222fcac7a65c0d221d5d422f419deb9c0f864172
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Trevor Bramwell [Thu, 24 May 2018 23:15:22 +0000 (23:15 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Cleanup functest jobs"
- Cleanup functest jobs
Remove unnecessary arm-daily testsuite
arm-daily does not require special builder or parameter
changes
Increase job-timeout to fit both architectures
JIRA: FUNCTEST-917
Change-Id: Id31709740906fa9ea3918c8694d04fd88191f03f
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Tim Rozet [Thu, 24 May 2018 20:35:18 +0000 (16:35 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Always build RPM in build job
Change-Id: Ie2d0a730801bc7f5bb784ee90e60e8e30562ef47
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 24 May 2018 19:58:09 +0000 (15:58 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Fix scenario name for promote jobs
Promotion name for master OS should just be nofeature.
Change-Id: I60086e94bbef87a1754f4f2cc00d096454668ded
Signed-off-by: Tim Rozet <trozet@redhat.com>
Steven Pisarski [Thu, 24 May 2018 19:34:57 +0000 (19:34 +0000)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Merge "New functionality for snaps-oo application."
- New functionality for snaps-oo application.
1. Utility for saving a dict to a YAML file
2. Added new hook that will create a file with the VMs created
with the associated OpenStack credentials
Change-Id: I124db00e4375603e9473cceab3e2846582d6cb22
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
spisarski [Thu, 24 May 2018 17:08:06 +0000 (11:08 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added ability for integration tests to define additional
existing users to a project.
Change-Id: I91be434dcd7b580f3bfd69e3a97b9a9a13ee4676
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Tim Rozet [Thu, 24 May 2018 18:17:00 +0000 (14:17 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fix unbound variable in artifact dl
We still need VERSION_EXTENSION var to figure out which RPM files to
remove on the slave.
Change-Id: I03cc9c3318edec9860c8f3ffc01db52517a644b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Thu, 10 May 2018 18:56:16 +0000 (14:56 -0400)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Remove INFO file, we only need to maintain INFO.yaml
Change-Id: I51fbdaf6991cb43a7cb1b2ce01099e0ed385df13
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Alexandru Avadanii [Wed, 23 May 2018 17:29:25 +0000 (19:29 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for maas.machines.storage
Change-Id: I22781c20f353a81e546b1d6de390e6c58b31a494
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 24 May 2018 16:37:56 +0000 (16:37 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[Horizon] Drop the obsolete Horizon workaround"
- [Horizon] Drop the obsolete Horizon workaround
Since we switch the Horizon package from
Ubuntu/UCA repo to MCP repos, we can drop the
obsolete Horizon workaround.
JIRA: FUEL-374
Change-Id: I0b77a4f2158a972a5eb400919f2929c7bd8360cf
Signed-off-by: ting wu <ting.wu@enea.com>