summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-10-04Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge changes from topic 'yardstick-docker-gambia' * changes: Enable yardstick-docker-build-arm-push-gambia job Make Gambia stream available to ARM Docker builds Enable yardstick-docker-build-push-gambia job - Enable yardstick-docker-build-arm-push-gambia job Similar to https://gerrit.opnfv.org/gerrit/63177 (done for x86_64). It replaces the yardstick-docker-build-arm-push-fraser job, for the same reasons. Depends on https://gerrit.opnfv.org/gerrit/63179 Change-Id: I482bc05d4c6d1316bfde799a44360decacb60a5e Signed-off-by: Patrice Buriez <patrice.buriez@intel.com> - Make Gambia stream available to ARM Docker builds Similar to https://gerrit.opnfv.org/gerrit/63047 (done for x86_64). Change-Id: Ie61a11c60ce0fd7c724f308ecfdcca982ebdf3ec Signed-off-by: Patrice Buriez <patrice.buriez@intel.com> - Enable yardstick-docker-build-push-gambia job It replaces the yardstick-docker-build-push-fraser job, because the logic in jjb/releng/opnfv-docker.sh L106-L119 has limited options for docker image tags: - 'latest', for git commits on master branch - tag-name, for git tags - 'stable' otherwise, i.e. for git commits on *any* stable branch. This means we can have only one (stable) job building and pushing docker images, in order to prevent the 'stable'-tagged image from switching between fraser and gambia contents, depending on the stable branch where the most recent change was cherry-picked and committed. Unfortunately, disabling the yardstick-docker-build-push-fraser job also means that further git tags on the stable/fraser branch will not result anymore in building and pushing new docker images with the intended tag-name and contents. Change-Id: Ieec1cdc6230e4c000c159cd743c587561c788fc3 Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-04Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Configure functest daily gambia jobs for fuel installer" - Configure functest daily gambia jobs for fuel installer Add fuel CI PODs and armband CI PODs for gambia stream in functest-daily jobs Change-Id: I5d3405a8c8d19dd472738fdddb03fe09bc61df2e Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-10-03Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "RTD Builds for OVN4NFV" - RTD Builds for OVN4NFV This adds verify and merge jobs for building and publishing the OVN4NFV documentation to ReadTheDocs (RTD). Change-Id: Ifb97b3978150d923ef4728e7423b2c02d44978e4 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-03Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Make the Gambia stream available to Docker builds" - Make the Gambia stream available to Docker builds Change-Id: Iac803fe18e6c1fcfcefb61dfb7ea03cbed5a51d1 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-03Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Remove LaaS Container build for RabbitMQ" - Remove LaaS Container build for RabbitMQ LaaS is using the upstream rabbitmq container now, so there is no need for this build. Change-Id: I08d2dc07eb6cd9cc732b25fd6dee2f342117d857 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-03Update git submodulesjenkins-ci1-0/+0
* Update docs/submodules/releng from branch 'master' - Create Gambia Jobs for Yardstick 2/2 Add Gambia jobs for Yardstick daily. Keep fraser jobs until Gambia 7.0.0 is released. For fraser-tied PODs, use docker image tag 'ovp-2.0.0'. Change-Id: I6dca72807db1caf9adfc5ce5949c50ad70af5361 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> Signed-off-by: rexlee8776 <limingjiang@huawei.com> Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-03Update git submodulesjenkins-ci1-0/+0
* Update docs/submodules/releng from branch 'master' - Create Gambia Jobs for Yardstick 1/2 Add Gambia jobs for Yardstick gate: - yardstick-verify-gambia - yardstick-merge-gambia Keep fraser jobs until Gambia 7.0.0 is released. Gambia jobs for Yardstick daily will be added in next patch. Change-Id: Id02bcb8197dd1f6d0b8f5baddef684a97e269a14 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> Signed-off-by: rexlee8776 <limingjiang@huawei.com> Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-03Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - CPERF: Disable CSIT IPv6 suite This suite is failing with disconnects for the SSH connection to the overcloud controller. Disabling it for now until we can figure out what the problem is. Only happens in this suite: https://build.opnfv.org/ci/job/cperf-apex-csit-master/104/consoleFull Change-Id: I15eda3009f181c190bcef6e51b00d22070d9e444 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - CPERF: Move L3VPN ipv6 CSIT suite to be first Pulling an older version of CSIT had no effect, so reverting that change. Move L3VPN IPv6 CSIT suite to be first, to rule out a timing issues along the suites, and determine if the problem with the socket error is specifically somethign to do with this suite. Change-Id: If523c6102283d00ae0deb1e96e3f89455be7472a Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Fix broken L3VPN tests L3VPN IPv6 tests fail consistently. This patch checks out a version of CSIT right before an update was done to all the L3VPN test. This patch will be used to validate if the bug was introduced by that commit, and reverted either way. Change-Id: I2998cc7cfae183048e5ff1d06fd6bcdf16dd8e41 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-02Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [opnfvdocs] verify: Relax changed files pattern Some changes alter the docs yet still don't trigger the verify job due to the pattern being too restrictive. Change-Id: I775bfdce5e31a4334d21da10ff3072268b2b6155 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-30Update git submodulesxudan1-0/+0
* Update docs/submodules/releng from branch 'master' - Use Dovetail ovp-2.0.0 docker image for fraser jobs Change-Id: Ied4eb884b9e61a43d21a87f9cf645b89d043d3a6 Signed-off-by: xudan <xudan16@huawei.com>
2018-09-28Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Add ovn scenarios Includes a minor fix to ipv6 rocky scenario. Change-Id: I55440dff2fcf7674d4a9c86d9dcb131c226e68ea Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-28Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create Stable Branch Jobs for sfc" - Create Stable Branch Jobs for sfc Change-Id: Idea9af88bd02f647addec9142e0384dc6cf2029a Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
2018-09-28Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Fixes branch checking With the move to upstream artifacts post-fraser the checks to use upstream artifacts were relying on BRANCH == 'master'. This doesn't scale as we preserve fraser functionality but add more branches like gambia. Therefore inversing the logic to accomodate for new branches. Change-Id: Ice17f6afd33744f44d253d320a194c3f6d02d8bf Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-28Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Apex: Add Gambia jobs and prepare for rocky" - Apex: Add Gambia jobs and prepare for rocky Adds Gambia daily/verify jobs and prepares to migrate master queens scenarios to rocky scenarios. Change-Id: I7bfe6202e00fd62c1e668f3a6f9b481b9fbca99d Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-27Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add docs build jobs for stor4nfv" - Add docs build jobs for stor4nfv Change-Id: I432061b472c22dfd65821f8aeaf9c0c5671f3759 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2018-09-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel, armband] Switch CI jobs to gambia - keep fraser jobs for Dovetail, schedule 4 CI runs / week / arch; - stop running Functest/Yardstick for fraser to cut down CI time; - reschedule master/gambia triggers to ensure an uniform CI POD allocation across the week; - enable gambia triggers; Change-Id: I2a66628ff3525cc9cbd4ffbb4b790633257b6cba Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Apex: Branch for gambia" - Apex: Branch for gambia Change-Id: I4280286aac855f3fcab5a72aa82e6f8087bbb63e Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-26Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "modules.opnfv: fuel adapter: Switch to MCP" - modules.opnfv: fuel adapter: Switch to MCP The current codebase was intended for Fuel@OPNFV up to and including the Danube release (based on Fuel@Openstack). Starting with the Euphrates release, Fuel@OPNFV is based on Mirantis Cloud Platform (MCP), so the Fuel adapter in modules.opnfv needs a rework to accomodate the new platform: - remove unused obsolete code in opnfv.utils; - switch to key-based SSH auth instead of password-based; - drop proxy-ing SSH to cluster nodes via installer node, instead SSH directly via PXE/admin network; Notes: - MaaS node (when present) is marked with 'installer' role to prevent ovs-vsctl queries on it; - gtw01 node (when present) is not marked with any role yet; JIRA: FUEL-394 Change-Id: If2b7744b950cd502df8eaca0137c9f845a9d077d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[fuel] Schedule odl-sfc-noha scenario" - [fuel] Schedule odl-sfc-noha scenario Change-Id: Ic1430742e98dd0e98ea3456c636a910c22a90e88 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-09-26Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Increase functest job timeout" - Increase functest job timeout Functest job timeout is not enough Functest jobs are aborted after 480 min Change-Id: I74dfe12b08e322aad53e10d5808b5b739b8d9ce2 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-09-26Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel] build, deploy: Run as regular user Change-Id: I70f8e7c9372e22e6f3e357b48a0a49f44a4d9078 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-25Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Pharos Dashboard Container Builds" - Pharos Dashboard Container Builds Adds jobs for building the following LaaS containers: - opnfv/pharos-tools-laas-dashboard - opnfv/pharos-tools-laas-celery - opnfv/pharos-tools-laas-mq Having these containers built seperately from docker-compose decouples the build and deployment phases for the dashboard. Change-Id: I919066f5defd02fe1bbf96cfdf8ec2a6b3d8757d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-25Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[docs] Limit git submodule recurse to depth 1" - [docs] Limit git submodule recurse to depth 1 Some projects (e.g. Fuel, Armband) embed their own git submodules, which are picked up by Sphinx during RTD verify job, leading to a lot of issues (e.g. duplicate labels since Armband includes Fuel as a git submodule of its own). Change-Id: I771f7c95334fc25c82cc8b14ee2064b043d9e321 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-25Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - openci: Run jobs on xci slaves Change-Id: I58fc2c56d32c04f2c96136ed69335b5c64771e05 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-25Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fix Functest return values" - Fix Functest return values The current impl doesn't exit as expected when running both tiers and testcases [1][2]. [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/324/console [2] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/284/console Change-Id: I934c3f54313522011ed87ebebe77fbb285b8ab49 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-25Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add scenario parameter for functest-k8s in container4nfv Proj" - Add scenario parameter for functest-k8s in container4nfv Proj Add a scenario parameter for functest-k8s in container4nfv project. Change-Id: I1465ed268c7f5015616076cd8efc923fd833c623 Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
2018-09-25Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "container4nfv: adjust arm job timeout" - container4nfv: adjust arm job timeout Our virtual node is kind of slow in handling all triggered tasks. Change-Id: I1b4616561aaaabfe96ef77b4a649a16e888d18c0 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-09-24Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fill stable branch details" - Fill stable branch details Change-Id: I135189c6fa8fbf01f67f37547ca120779c08fbc9 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-09-24Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create stable/gambia branch for Auto project" - Create stable/gambia branch for Auto project Change-Id: Ic5e0a004422264fb91f27b1d1152518ef7b159b3 Signed-off-by: Martin Klozik <martin.klozik@tieto.com> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-24Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Create stable/gambia Branch for Compass4nfv repos" - Create stable/gambia Branch for Compass4nfv repos Change-Id: I97e1f9d0909f72c13b2fb8f80bfe10f34c054d11 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-09-24Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Gambia Stable Branch for IPv6" - Gambia Stable Branch for IPv6 Change-Id: Ife7a1fe2feddc54b980e702733d829998f9e02e3 Signed-off-by: BIN HU <bh526r@att.com>
2018-09-24Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Doctor stable/gambia and opnfv-7.0.0" - Doctor stable/gambia and opnfv-7.0.0 Doctor Gambia release Change-Id: Idf90b116d3e697947b3e9a60163243bff79cf181 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-09-24Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[samplevnf] Add stable/gambia branch" - [samplevnf] Add stable/gambia branch Change-Id: I3f3b0b150defb12553740f0d4c3ec111fceb7a5b Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2018-09-24Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - macros, docs, releng: Use `sudo -H` pip install This is still far from a clean and secure approach, as `pip install` should not be ran with `sudo`. However, `-H` limits the area we touch and also fixes some incompat between disto-provided pip and pip-provided pip. Change-Id: I0e19dfeaf66f6f453e3868c71016305ae050f0c8 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-24Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - openci: Fix the event origin in compose job Change-Id: I450bbd4a3c0e386f949b3b06fe85e74661e2ef2b Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-22Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel] verify: Rework condition for using sudo With the rework of Fuel & Armband repos, the condition for using sudo got mixed up and alternated between on/off for armband's deploy/verify jobs. Rewrite it based on lab allocation instead of project. Change-Id: I428c585142017b170233858ec3160fdaf998db0c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-21Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/releng from branch 'master' - [yardstick] Add stable/gambia branch Change-Id: I2f3b0b150cefb12553740f0d4c3ec111fceb7a5b Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2018-09-21Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel] verify: Use regex find instead of match ==~ and its negative form previously used mean the pattern should match the whole string, while =~ returns true for partial matches. Change-Id: Ibdeacb4bc221820175b15a87db343fc950e0f9e8 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-21Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel] verify: pass env vars with sudo -E While at it, tweak regex for verify job to match 'recheck' right before EOF. Change-Id: I3e8e1eeaf2ca947425fa2443b29e150c808eea07 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-21Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "For compass, the process name is rabbitmq" - For compass, the process name is rabbitmq JIRA: DOVETAIL-738 Change-Id: I0266c8f61657ceb30d8ce41d3caa35f4e7aa46fa Signed-off-by: xudan <xudan16@huawei.com>
2018-09-21Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel] verify: Enable voting for arm64 deploy - disable functest smoke on arm-virtual* PODs, since we don't perform a full deployment on those PODs, only a basic integrity check; Change-Id: I0bcd6da32118ea256652dc74977ef0ee7f2525ab Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-21Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel] verify: Add baremetal testing on request Duplicate fuel-verify jobs based on cluster type (virtual, baremetal) and allow (re)checking changes using a specific scenario: - ALL changes will trigger a virtual POD CI cycle (build, deploy, smoke) on submit, rebase etc., just like they used to; - change comments containing a substring formatted like: * `recheck: os-odl-nofeature-ha` * `reverify: os-odl-nofeature-noha` * `recheck` will trigger only virtual or baremetal deployments of the required scenario (default os-nosdn-nofeature-noha) on: * virtual PODs if scenario is NOHA; * baremetal PODs if scenario is HA; - limit arm64 verify job running on arm-virtual2 to the installation of infrastructure VMs and skip cluster setup to prevent POD time starvation; Limitations: - HA scenarios can only be verified on manual request via a change comment (e.g. 'recheck: os-odl-ovs-ha'); JIRA: FUEL-390 Change-Id: I6368cfd045180d6a7202b8d817b17a4b123ba2af Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-21Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - openci: Log eventBody to console before publishing It is necessary to log the eventBody to console before we attempt to publish it since it is not possible to see the event body in case if the publisher errors out due to invalid JSON. Change-Id: I79cb93f64f5e6e275e306b375210f5f2ed7bd53d Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-21Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "openci: Fix jsonBody for the published event" - openci: Fix jsonBody for the published event Change-Id: I9bdcbf24573bb2202e8ec3c43b3cdfc2ba7df321 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-21Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "openci: Switch to python utility for publishing messages" - openci: Switch to python utility for publishing messages Change-Id: Iee41f1fcaf80f0a0b3a58cd189a04cefcbfbb028 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-09-21Update git submodulesxudan1-0/+0
* Update docs/submodules/releng from branch 'master' - [dovetail] add fraser docker build job Change-Id: Ic54f6fe21dc0e9d2b3a9a2f3db1ba82f08446b6c Signed-off-by: xudan <xudan16@huawei.com>
2018-09-20Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge changes from topic 'stable-branch' * changes: [armband] verify: Simplify and move to build hosts [fuel] Retire Danube stream [fuel] cleanup: remove unused scenarios [fuel] cleanup: remove unused job defs & scripts - [armband] verify: Simplify and move to build hosts Now that Fuel verify jobs cover arm64 deployments by default, we only need to validate that the Armband patches still apply on top of the latest Fuel@OPNFV git submodule HEAD. While at it, tweak timed trigger order. JIRA: ARMBAND-401 Change-Id: I4ed20b52906848efff6bad641852d3dd1bee3db3 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> - [fuel] Retire Danube stream - cleanup deploy tooling for old-style artifacts (ISO-based); - remove danube stream, related jobs and hacks required for them; Change-Id: Ib2486173df1ec83f2dbc08a5e9faf950bffb4b06 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> - [fuel] cleanup: remove unused scenarios We don't currently support ONOS and KVM-based scenarios. Change-Id: I9869498c1f726293d571562291e850a817bf3e18 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> - [fuel] cleanup: remove unused job defs & scripts Change-Id: I64aae5719f1a0a667e56722bab9e5012a813571f Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-20Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[stable/gambia] fuel, armband stable branches" - [stable/gambia] fuel, armband stable branches Change-Id: I21e6464478fd943037b16af8758f6b24bc54f0fc Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>