Aric Gardner [Thu, 25 Jan 2018 19:09:09 +0000 (19:09 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[fuel] deploy: Stop using securedlab for master"
- [fuel] deploy: Stop using securedlab for master
Instead of cloning securedlab locally and passing it to Fuel deploy
script, rely on Pharos git repo, embedded as a git submodule in Fuel.
Keep old behavior (using securedlab) for stable/{danube,euphrates}.
Depends-on: Ib04e4fb384568a6efd9e78a080857b663521ae88
Change-Id: Ie30879292ae04b641257760de69c900a9eb4ef84
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Bramwell [Thu, 25 Jan 2018 18:32:04 +0000 (18:32 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Pharos Dashboard: Deploy once config is in place"
- Pharos Dashboard: Deploy once config is in place
Since configuration has shifted out of the docker-compose.yml file and
the workspace gets recreated ever job, the config.env file needs to be
copied into place before each deployment.
JIRA: PHAROS-316
Change-Id: I8c80f1148ad268428defa2f7eb1877d821a11491
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Ryota Mibu [Thu, 25 Jan 2018 11:05:40 +0000 (11:05 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[doctor] fix node-label setting"
- [doctor] fix node-label setting
Current doctor verify jobs need to be run on relevant pods which are
specified by slave-label. But, after multijob introduced, the parameter
is not passed to children jobs. Also, 'phase' of project is misleading,
as it isn't multijob's phase.
This patch makes sure each doctor job run on correct pod by updating
node label rule for doctor pod to 'doctor-{installer}-{arch}'.
This patch also merges doctor slave parameter definitions into one,
and deletes unnecessary setting where default are set.
Change-Id: Ic9bf218ae7fb4f9866b510efd1e0ccd19277b78e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Fatih Degirmenci [Thu, 25 Jan 2018 10:46:07 +0000 (11:46 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Run functest as part of xci-merge jobs
This is yet another messy work to get functest run for xci
as part of merge jobs.
The script is removed from xci-verify jobs in order not to
block patches by -1ing them.
Change-Id: I57254bcfbada7a51da89aba0e7a88f907eb9a525
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
agardner [Wed, 24 Jan 2018 17:12:15 +0000 (12:12 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Add schema valiadator to jinja checker
Alex has extended the jinja checker to valiate the schema
uses jsonschema
Next step is to enable voting on this job.
Change-Id: I3c61eb3addbb3d41093ada486bf9d8b191fb2028
Signed-off-by: agardner <agardner@linuxfoundation.org>
Michael Polenchuk [Tue, 23 Jan 2018 09:47:20 +0000 (13:47 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Rectify ODL repository apt key
Change-Id: Iaa917be9f8f86c328ce4d503923a0d7cca680434
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
d081166c1cd7698416a7e5cd2ea871b038de35b8)
Ryota Mibu [Wed, 24 Jan 2018 09:51:48 +0000 (09:51 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add GERRIT_REFSPEC to 'project-parameter' Macro"
- Add GERRIT_REFSPEC to 'project-parameter' Macro
GERRIT_REFSPEC is always passed by the gerrit-trigger plugin when a job
is triggered by Gerrit. Because it is not explicily defined, there is no
way to manually trigger jobs, as the git clone looks up the list of refs
by GERRIT_REFSPEC.
Being able to manually trigger jobs (with node parameters so they can be
restricted) is very helpful in debugging CI issues.
Change-Id: I8a1d9ea380902fc95f30482e5acb616347709ab1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Serena Feng [Wed, 24 Jan 2018 06:22:12 +0000 (06:22 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy] Skip signing kolla images"
- [daisy] Skip signing kolla images
No key avaliable at gs://opnfv-signing-keys/zte-virtual-subkey,
so this PS skip signing key for kolla images.
Change-Id: I1b934f01faeec0657a0019cd35ed209a511cdcdd
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Ryota Mibu [Wed, 24 Jan 2018 02:15:58 +0000 (02:15 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add lf-pod4 and lf-pod5 to slave params"
- Add lf-pod4 and lf-pod5 to slave params
Change-Id: I3ca61f015c07cbf3bd67acd7972d9a1e0011f21d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Tue, 23 Jan 2018 21:57:03 +0000 (13:57 -0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Output version before Docker builds
Its helpful to know which version of docker is being used to build a
project when debugging build failures.
Change-Id: I2bb9c5386d1d69e61c4477913f5f0162acd0c47d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Tue, 23 Jan 2018 18:23:13 +0000 (18:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Disable Interactivity for and enable Pharos Backup"
- Disable Interactivity for and enable Pharos Backup
When running docker commands from an interactive shell the '-it' flags
are needed. Since the backup isn't running any interactive command,
these flags aren't needed and failing the job due to a tty not being
allocated to the Jenkins user.
Change-Id: I9bd81faaf548b3247ee1992f6db9c0258ebfc1fb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Alexandru Avadanii [Mon, 22 Jan 2018 18:45:25 +0000 (19:45 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for lab proxy support
Change-Id: I7730923c80500f558702b0406dc9b983ba8f5b27
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Fatih Degirmenci [Tue, 23 Jan 2018 10:21:41 +0000 (10:21 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "docker: update name and dockerfile location for barometer collectd image. change build directory to fix build's copy errors "
- docker: update name and dockerfile location for barometer collectd image.
change build directory to fix build's copy errors
Change-Id: I3bc4f929156c7c04cc93822d28b0a64991f18595
Signed-off-by: gordonkelly <gordon.kelly@intel.com>
Cédric Ollivier [Thu, 9 Nov 2017 05:05:06 +0000 (06:05 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Remove the former Dockerfile
opnfv/functest had been split into multiple containers based on
Alpine (See Docker Slicing [1]) during Euphrates.
As ARM is being switching to them, we can safely remove the related
files.
[1] https://git.opnfv.org/functest/tree/docs/com/pres/dockerslicing/dockerslicing.md?h=stable/euphrates
Conflicts:
tox.ini
setup.cfg
Change-Id: I30294a94cc742ba80a7bc4f35db9330240385bb0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
0705a7ed15f090b3be64f2995d1c9fff51edc2f1)
Fatih Degirmenci [Tue, 23 Jan 2018 09:10:52 +0000 (10:10 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Skip jobs if the scenario is not supported on a distro
Change-Id: I22d2327558ee1d19d04775da6abf1b3eed5b357a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Fatih Degirmenci [Mon, 22 Jan 2018 14:15:55 +0000 (15:15 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Do not clone and checkout scenario repo if it is releng-xci
Change-Id: I48cdbfbd5b7746e75565d318616e9c580b5ba156
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Alexandru Avadanii [Mon, 22 Jan 2018 15:25:02 +0000 (15:25 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "reclass: apt_mk_version: 2017.12" into stable/euphrates
- reclass: apt_mk_version: 2017.12
Although previous commit
e3bc5ad changed the first reference of
apt-mk repos to '2017.12' from 'nightly', it missed the cluster model.
This fixes redeploys with `-f`, which fail due to conflicts between
already installed '2017.12' packages and 'nightly' ones.
Fixes:
e3bc5ad
Change-Id: I854bac86feaaa61da0b68d158e270eec1ee0ccb7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Sat, 20 Jan 2018 18:56:47 +0000 (19:56 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] Add upstream (lab) proxy support
If upstream proxy is defined in IDF, propagate it to pillar data:
- linux:system:proxy:keyserver:http(s) for cfg01, mas01;
- maas:region:upstream_proxy for mas01;
Sample IDF config:
idf:
fuel:
network:
upstream_proxy:
address: 10.0.2.2
port: 3128
JIRA: FUEL-317
Change-Id: I12be815e1b4564227fb09c20ce06cd71e7d433b6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 22 Jan 2018 01:10:03 +0000 (02:10 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [patch] system.repo: Add keyserver proxy support
Instead of defining a http proxy for all salt-minion traffic, which
also includes some Openstack API accesses we can't filter (no_proxy
is not yet supported), add & leverage support for proxy configuration
during APT keyserver access / key download.
JIRA: FUEL-331
Change-Id: I9470807633596c610cfafb141b139ddda2ff096b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
6ab6935577900e598ca60aaed14d2e73f7b1633f)
Fatih Degirmenci [Mon, 22 Jan 2018 14:00:25 +0000 (15:00 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Clone releng-xci repo for phase jobs as well
Forgotten to fix phase jobs.
Change-Id: I50c525089d6d3b4f28650ad78b8810817aaf150e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Fatih Degirmenci [Mon, 22 Jan 2018 13:36:47 +0000 (14:36 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci: Clone the repo and checkout the patch for testing
Change-Id: Ie1c2f76b6043133c3821272040b1a2a38de29035
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
- xci: Always clone releng-xci into WORKSPACE for merge jobs
The cloning of the correct version of the repo which the scenario
resides in will be handled by get-opnfv-scenario-requirements.yml
for all the scenarios.
The change proposed for merge jobs will be reflected to verify jobs
as well once it is verified with this.
Change-Id: Icaa99a8b9e981c839969ce556e5af6a9ef6d9da8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Fatih Degirmenci [Mon, 22 Jan 2018 09:27:40 +0000 (10:27 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- xci sfc: Enable post merge deployment
This change enables the deployment upon merge of a change.
Followup patches will incorporate functest smoke and promotion
which the promotion will most likely be the first one as functest
parts are a bit tricky due to failures while running testing
in VMs.
Apart from the enablement of the deployments, job concurrency is
disabled as well since we should only test one change at a time
and attempt promotion for any scenario in order to ensure we keep
the promotion consistent.
Change-Id: Ib4b5754b6b88f42eab83c656e03773c83068016f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
- xci: Convert execute shell scripts to external scripts
The scripts used by verify jobs to create VMs, start deployments,
run functest, and do cleanup for CI can be reused by other jobs as
well so they are moved out of the yaml file.
Apart from that, if we decide to change the way we run CI (not
using VMs for performance reasons), we don't have to make big changes
to yaml either.
Change-Id: I2df1f2d60f999bcd7d53a5cd879112a5b2b0ca05
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Alexandru Avadanii [Sat, 20 Jan 2018 17:01:07 +0000 (18:01 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for cinder retry
While at it, refresh Armband GPG public key embedded in maas config.
Change-Id: Id69677102ae8fea7a962578bae44e930afea8200
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Michael Polenchuk [Fri, 12 Jan 2018 10:37:10 +0000 (14:37 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Retry cinder volume state
The service of cinder-volume restarts too quickly after package
installation with default/incorrect configuration and goes over restart
threshold, so systemd stops attempt to restart any further causing
state faulure. To fix it properly the RestartSec (i.e. restart delay)
param should be added into cinder-volume.service unit.
Change-Id: Ic8591e8ef52a3d439122f276d275e56bd2442ce6
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
1ea49591080442d8db86fff60031d3dc41142274)
Fatih Degirmenci [Fri, 19 Jan 2018 08:26:52 +0000 (08:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "RFC: Set the basic structure for post merge jobs"
- RFC: Set the basic structure for post merge jobs
This change proposes structure for post-merge jobs for the
scenarios that are onboarded to XCI.
The idea with these jobs is to verify the sanity of impacted
scenario to find out if the version that is tested should be
promoted to the next level in XCI; daily on baremetal.
If it succeeds, the metadata regarding the scenario needs to
be stored somewhere (artifact repo, etc.) so daily jobs can
poll that location to see if there is any scenario that is
worth testing on baremetal.
If it fails, the scenario could be demoted instead which still
requires further discussion and thinking. We might perhaps leave
the metadata of the version of the scenario with previous sha
as the candidate for testing instead of demoting it since we
need to have working version of the scenarios at all times.
Change-Id: I85d7176b16d0d6da45cd2462b0cdb990485b6b0d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Aric Gardner [Thu, 18 Jan 2018 16:39:26 +0000 (16:39 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Disable the triggers for euphrates in armband"
- Disable the triggers for euphrates in armband
Change-Id: I738b4eb712bc85ee3327a9be55f4990000ff28c8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Alex Yang [Thu, 18 Jan 2018 06:13:00 +0000 (14:13 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [daisy] delete tmp dir with sudo
Permission denied occured in [1].
[1]: https://build.opnfv.org/ci/job/daisy-deploy-zte-pod9-daily-master/7/console
Change-Id: Ic7e67eed8a121cae0ea2c05ab4cc9005358fcda5
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
ting wu [Thu, 18 Jan 2018 10:02:15 +0000 (11:02 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- docs: armband: stable: Jumpserver min libvirt version
This is a copy of installation.instruction.rst
from fuel to armband repo on stable/euphrates branch
JIRA: ARMBAND-337
Change-Id: I19cf30c3074f87d0067bc91157930970f5965237
Signed-off-by: ting wu <ting.wu@enea.com>
Trevor Bramwell [Wed, 17 Jan 2018 22:00:49 +0000 (22:00 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Create job to deploy Pharos Dashboard"
- Create job to deploy Pharos Dashboard
Runs docker-compose build & up to recreate containers when code changes,
and redeploys the dashboard.
JIRA: PHAROS-316
Change-Id: Ie83ae775c55aa9e18069b9988bfd771b5655c14b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Ryota Mibu [Wed, 17 Jan 2018 12:05:40 +0000 (12:05 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "bugfix: pass functest parameters to builders"
- bugfix: pass functest parameters to builders
As doctor CI failed: https://build.opnfv.org/ci/job/doctor-verify-apex-sample-build-x86_64-master/24/console
Functest parameters can not passed to 'functest-suite-builder' to build the job
Change-Id: I34039025bb77e78ce43c21ef7ec67da7583b6e39
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Zhijiang Hu [Wed, 17 Jan 2018 03:01:40 +0000 (22:01 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [daisy] Add '|' for more than one predefined-parameters
This tries to solve Job name error [1] which cause functest
failure.
[1] https://build.opnfv.org/ci/job/functest-daisy-baremetal-daily-master/257/console
Change-Id: I89c9a00bcaf0ccb274a18339533bdd99b1134be3
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Samuel Bartel [Tue, 16 Jan 2018 09:12:16 +0000 (10:12 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Update set of region identity attribut
Use OS_REGION_NAME environment variable if defined
Conflicts:
functest/opnfv_tests/openstack/tempest/conf_utils.py
Change-Id: Ifcdfc468fa4931ab62ac0f3ead103e15af7c0de6
Signed-off-by: Samuel Bartel <samuel.bartel@orange.com>
(cherry picked from commit
eb793907cee64bbe2519040559b04d47652cabf0)
Trevor Bramwell [Tue, 16 Jan 2018 18:57:52 +0000 (18:57 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Docker Builds from Git Tag"
- Docker Builds from Git Tag
Facilitates the creation of docker images from tags pushed to Gerrit,
which should remove the need to manually trigger 'tagged' builds.
Fixes a typo in the 'gerrit-trigger-tag-created' macro,
replaces 'RELEASE_VERSION' with 'GERRIT_REFNAME', and adds the
tag-trigger to docker builds.
Change-Id: I6d8f8f34b1c51d74bb98211dfae21c37cf9356fa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Ryota Mibu [Tue, 16 Jan 2018 08:14:28 +0000 (08:14 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "The '{is-skip-vote}' is always 'true' for the jobs"
- The '{is-skip-vote}' is always 'true' for the jobs
fix it temporarily, will ask jjb team for this issue.
Change-Id: I470f7114f74123f0419d2605837742208867753e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Serena Feng [Tue, 16 Jan 2018 03:19:16 +0000 (03:19 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add macro for reporting the provision result"
- Add macro for reporting the provision result
1. add macro for report the provision result of installers
and try it in daisy
2. update according to TestAPI interface
Change-Id: Ic041744c917c37fcd84a12a92e927e39106cf18f
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Alexandru Avadanii [Mon, 15 Jan 2018 17:52:04 +0000 (17:52 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "docs: AArch64: Jumpserver min libvirt version" into stable/euphrates
- docs: AArch64: Jumpserver min libvirt version
- For the Jumpserver configuration
Add bridge config
Add Armband repository list for openstack ocata
Add minimum libvirt version requirement
- Fix various typo
- Add option -S, -D in deploy script
JIRA: ARMBAND-337
Change-Id: Ic62819dbb28699cf8a2dba81b7d65a39e3f0b011
Signed-off-by: ting wu <ting.wu@enea.com>
(cherry picked from commit
8d6ea0ff12b6633b0edf6bbb0988360597efc57e)
Aric Gardner [Mon, 15 Jan 2018 13:35:52 +0000 (13:35 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Revert "container4nfv: Disable jobs until the project stops changing docker version""
- Revert "container4nfv: Disable jobs until the project stops changing docker version"
The project fixed their build script to stop reinstalling docker which downgrades it so the jobs can be enabled back now.
https://gerrit.opnfv.org/gerrit/#/c/50603/
This reverts commit
c9aac428e09385a5893313a99b6af6652dafd216.
Change-Id: I529850be56e30e4fdd66929809628b89e3a2ed8f
Cédric Ollivier [Thu, 11 Jan 2018 17:03:11 +0000 (18:03 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Build functest-parser for arm64 via travis-ci
Even if clearwater-live-test dependencies have been updated [1], the
next containers can be built for ARM (ruby raises SEGFAULT via
qemu-user-static):
- functest-vnf
- functest-restapi
The related manifest is also updated.
[1] https://gerrit.opnfv.org/gerrit/#/c/50295/8
Conflicts:
.travis.yml
Change-Id: Ie1eb78436a3da5eb7b5c1028b7f8323e8c3e73a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
12c99c5f3fef126283e3a9795c4c1d436cc7846f)
Cédric Ollivier [Fri, 12 Jan 2018 06:29:05 +0000 (07:29 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Switch to absolute paths in Dockerfiles
It updates functest-smoke and functest-restapi.
Change-Id: If4d48f8a6ead1b9b7726a9b7b7baf6b51340a926
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
5d32eda661c476d263ebb46f486168f9adf43c1f)
Michael Polenchuk [Thu, 11 Jan 2018 10:53:46 +0000 (14:53 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] Disable dhcp offered routes
Prevent dhcp client from setting an unwanted
default routes on compute nodes.
Conflicts:
mcp/reclass/classes/system
[stable/euphrates cherry-pick]
Drop reclass system submodule bump, only applicable to master.
Change-Id: I2529491bbc977647e5f457d5f1ba88b0cc4372ee
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
658418ea84e633f5f97a706a075d7e2f24127999)
Fatih Degirmenci [Fri, 12 Jan 2018 22:38:54 +0000 (22:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "snaps: Disable snaps verify jobs to prevent jobs queueing up"
- snaps: Disable snaps verify jobs to prevent jobs queueing up
The POD, intel-pod20, where the slave was located doesn't exist
anymore so we have no possibility to run snaps-verify jobs for
the timebeing.
This will be looked into once we have a new slave setup.
Change-Id: Ib46ccf160cd6895aa65d6a136afeedd2f7300335
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Trevor Bramwell [Fri, 12 Jan 2018 21:53:00 +0000 (21:53 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update Pharos Backup Job"
- Update Pharos Backup Job
Moves the backup location to a directory that Jenkins can write to, and
since this only runs a docker container there is no need to clone any
repositories.
Change-Id: I05b35e5d2d95c7044973d9d0e1a9d7e72c490570
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Fri, 12 Jan 2018 20:02:59 +0000 (21:02 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- container4nfv: Disable jobs until the project stops changing docker version
Container4nfv verify jobs uninstall the installed version of docker and installs
the one coming from the distro which is causing issues for the other projects.
Builds are disabled until the project fixes this issue.
Change-Id: Ibcec9a7d3badf85193bb7115730410bb719949f9
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Aric Gardner [Fri, 12 Jan 2018 19:59:19 +0000 (19:59 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy] Retry if download opnfv.bin failed"
- [daisy] Retry if download opnfv.bin failed
Download from http://build.opnfv.org/artifacts.opnfv.org may fail [1]
so we need retry to make CI stable.
[1] https://build.opnfv.org/ci/job/daisy-deploy-baremetal-daily-master/374/console
Change-Id: I62837038c7f124870814a68e4b87a8e89ba8c58c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Aric Gardner [Fri, 12 Jan 2018 19:58:25 +0000 (19:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Fix 'copper' in Gerrit Trigger for Security Scan"
- Fix 'copper' in Gerrit Trigger for Security Scan
'copper' was incorrectly listed as 'cooper' in the gerrit trigger for
the security scanning job. Fixing this will ensure patchsets against
copper are scanned.
Change-Id: Ie32148647638612b0da2d810c50dd5c0ea078844
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Thu, 2 Nov 2017 23:06:09 +0000 (16:06 -0700)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Remove Concurrency From JJB Merge Job
Currently multiple jjb merge jobs can run at once causing a
race-condition which Jenkins exposes as a 401 Unauthorized.
Throttling the number of jobs in total to 1 should prevent this from
happening in the future.
Change-Id: I4c99d9f49db0baf26b3d077354afd2fea93d1740
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
mbeierl [Wed, 20 Dec 2017 20:14:14 +0000 (15:14 -0500)]
Update git submodules
* Update docs/submodules/storperf from branch 'stable/euphrates'
- Fixes Availability Zone Support
Fixes typo and passes the availability zone parameter
through all the heat templates.
Change-Id: I12d9d5d32ceb6461833fcfb4ea2961a34b97c35a
JIRA: STORPERF-225
Signed-off-by: mbeierl <mark.beierl@dell.com>
(cherry picked from commit
9100f1afcc426b387dee3673151786680bfe0718)
Cédric Ollivier [Fri, 12 Jan 2018 14:39:04 +0000 (15:39 +0100)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Remove falsy ;;
It completes "Create vnf and restapi images-built job for arm" [1]
which introduced a new bug.
[1] https://gerrit.opnfv.org/gerrit/#/c/50465/
Change-Id: I45dcc6db65382eeb3280c719cec72c425164ab2f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Fri, 12 Jan 2018 05:43:24 +0000 (06:43 +0100)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Remove stable docker tags
Releng and travis-ci jobs don't publish any stable tags, then they
should be removed from Docker automated builds as well.
It will be completed by removing all former tags by hand as well to
avoid mixing euphrates and these deprecated tags.
Change-Id: I969e5313ca29edee0a1bfd534ff45a5c09183816
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jose Lausuch [Fri, 12 Jan 2018 12:39:56 +0000 (12:39 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Create vnf and restapi images-built job for arm"
- Create vnf and restapi images-built job for arm
Change-Id: Ife5d1726680db34d5d027cd592510bdd1123a965
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Delia Popescu [Tue, 9 Jan 2018 09:54:52 +0000 (11:54 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Build vnf and restapi containers for ARM
The root cause of the problem was the installation
of unf_ext packet. The Gemfile.lock in
https://github.com/boucherv-orange/clearwater-live-test
asked for version 0.0.6 and this version was not found for arm.
When it tried to build the package, the conversion from int
to char error was thrown (issue reported here
https://github.com/knu/ruby-unf_ext/issues/15).
As now version 0.0.7.4 is selected, then the vnf docker
images are built without any other errors.
Gemfile.lock was updated in the original repo,
this fix enables vnf and restapi containers build for ARM.
JIRA: FUNCTEST-899
Change-Id: Id2c5fe82cb3705f58a8175fcf0a17f443e9b7d9d
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
(cherry picked from commit
63ec3c39ef720d265fe5a6c9d3a7c5665c2624d2)
Jose Lausuch [Fri, 12 Jan 2018 08:14:54 +0000 (08:14 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Enable functest-kubernetes docker builds"
- Enable functest-kubernetes docker builds
Change-Id: I6326d0c25d673c407a3eda6451d242d2571fdaee
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Trevor Bramwell [Thu, 11 Jan 2018 21:05:25 +0000 (21:05 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Enable kubernetes test suite for compass"
- Enable kubernetes test suite for compass
Compass will put admin.conf file in /opt/admin.conf in
compass-tasks container. We need to cp it to $HOME/admin.conf,
then do a volume mapping so that yardstick docker container can
have this file.
Change-Id: I33b9ab4e44e363bd8375805bad7d8e5bf6af97fa
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Trevor Bramwell [Thu, 11 Jan 2018 20:31:48 +0000 (20:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Reduce Basic Job Duplication"
- Reduce Basic Job Duplication
In the initial formation of projects we found it easy to copy job
definitions to provide project a baseline job config to work off. This
has led to a lot of duplication and misalignment with the gerrit
triggers and default build server tag to be used.
Collapsing these jobs into a job-group containing the stream and a
verify job per-stream, should help reduce this duplication.
Change-Id: Icb366487590a145be4cbfc0637a8d86a6d9b7cec
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Thu, 11 Jan 2018 20:30:38 +0000 (20:30 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "pharos: check-jinja for installer adapter changes"
- pharos: check-jinja for installer adapter changes
check-jinja should also run when the installer adapter templates
are changed, not only for PDF/IDF files.
Change-Id: I3453d8bfe5ef61d30ecc71a01c38e2121c1a09f8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Bramwell [Thu, 11 Jan 2018 20:02:02 +0000 (20:02 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "barometer: add aditional docker images to build"
- barometer: add aditional docker images to build
Change-Id: I7a4567df7fa20f6ee85b1787489645711f1b17ab
Fatih Degirmenci [Thu, 11 Jan 2018 12:46:37 +0000 (12:46 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update recipient list for arm jobs"
- Update recipient list for arm jobs
Change-Id: Ic40f950bfb5505c95a16edb2e71017a9edb87db2
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
00184532 [Fri, 5 Jan 2018 03:22:40 +0000 (11:22 +0800)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- [daisy] Enable ovs_dpdk scenarios jobs
Change-Id: I5193285493926fcf82779f12d491a118bc83baa7
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
Trevor Bramwell [Wed, 10 Jan 2018 18:25:52 +0000 (18:25 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Backup Pharos Dashboard Data"
- Backup Pharos Dashboard Data
Use an alpine container to mount the pharos_data volume and create a
backup in the home directory on the system.
Change-Id: If6700a8c4cd19a6c4b854efc54225d8f6b973aaa
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Serena Feng [Wed, 10 Jan 2018 07:31:09 +0000 (07:31 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[daisy] Adjust the schedule of daisy master jobs"
- [daisy] Adjust the schedule of daisy master jobs
Leave more time for ODL debug.
Change-Id: I614a8f8ef088f687f71405365dce6cccaaef741c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Ryota Mibu [Wed, 10 Jan 2018 03:38:01 +0000 (03:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "add pep8 check task for doctor"
- add pep8 check task for doctor
Change-Id: Ibd595748910b143ae3e9373bccf4b4e6b54dd931
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Yang Yu [Wed, 3 Jan 2018 02:09:16 +0000 (10:09 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/euphrates'
- bug-fix: wrong line to modify for getting results
In Danube, should modify no.12 line of yardstick config file to
let yardstick record result in file instead of reporting to
MongoDB. After Danube, it should be no.13 line of that file.
Also return to Danube:3.1 and will fix the line issue
for VNF scaling test in another ticket
Change-Id: I309e9c609967efdda8eaaf289d788ccf1693308e
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit
dfffb38551329a52d4c650c30fa88d6c2293ba54)
Yang Yu [Mon, 25 Dec 2017 05:05:32 +0000 (13:05 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'stable/euphrates'
- buf-fix: sfc quota setting
JIRA: BOTTLENECK-215
compass master does not enable sfc, only eupurates.
changing sfc quota will cause error for "not valide attributes"
Change-Id: I77fab2d957d88bed6ed28c06bff9d3c2f7fb0da7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit
97a77626cc17fb372a78ddfc78a66e483315b864)
Ryota Mibu [Tue, 9 Jan 2018 14:13:35 +0000 (14:13 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Disable notebook preview job"
- Disable notebook preview job
- the job does not work for patch with *.ipynb deletion
- qtip has migrated to rst for formula display
Change-Id: I4882f55ac7d9d4430a15c1f0237e0b9d6e223f47
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Ryota Mibu [Tue, 9 Jan 2018 13:59:04 +0000 (13:59 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Converting INFO file to Yaml"
- Converting INFO file to Yaml
This is a proposed format for switching the INFO file to a
machine readable format.
Notable changes to the INFO file:
* Adds Meeting information: time, date, location, agenda, etc.
* Updates Commiter info to include: Linux Foundation IDs and Timezone
Change-Id: I05aaef36e44978d2abc73f5f18757d91ee6002d0
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Alexandru Avadanii [Tue, 9 Jan 2018 01:12:39 +0000 (01:12 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[cleanup] Drop cfg01 node def for ODL L2" into stable/euphrates
- [cleanup] Drop cfg01 node def for ODL L2
Remove obsolete ODL L2 top node definition, which currently breaks
`reclass-salt --top`.
Change-Id: Ic05f87dd7edea5b9f38e996bb02a3e1062caf98a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 8 Jan 2018 23:38:32 +0000 (23:38 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[centos jump] Add missing dependency for nbd build" into stable/euphrates
- [centos jump] Add missing dependency for nbd build
Change-Id: Icb23d2e6d3bb6e49b54e2d51cc8a35cb03702fcd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
60e790a986e64a47f4242766500f1aee6a3083ed)
Alexandru Avadanii [Mon, 8 Jan 2018 16:57:56 +0000 (17:57 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- lib.sh: base image: Prevent using incomplete img
In case the previous deploy attempt already copied the base image
as the VCP image in order to perform offline operations and failed,
leaving an incomplete image in place, current code might try to use
it instead of building it from scratch.
Use the hash-agnostic link names as checkpoints for successful image
handling.
Change-Id: I1e99e515e18ba1dec534c520811c127b2b528afe
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
5878c5c0c2ca8c78e9a5124452eefe8290ab63cd)
Aric Gardner [Mon, 8 Jan 2018 21:29:50 +0000 (21:29 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "add container4nfv job to upload artifacts"
- add container4nfv job to upload artifacts
Change-Id: I16592831a5382bbcad8bec27d0070608381a7061
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Aric Gardner [Mon, 8 Jan 2018 21:28:13 +0000 (21:28 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Use local repository for docker build"
- Use local repository for docker build
Change-Id: I789aa64f0f5443aee5178f98ce36e07f3b786c15
Alexandru Avadanii [Mon, 8 Jan 2018 16:38:38 +0000 (17:38 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump for missing delay after `kpartx -av`
Change-Id: I94f6a562035f4b35187d8354db4cdb322018fa93
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 27 Dec 2017 16:22:55 +0000 (17:22 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- lib.sh: Add delay after `kpartx -av`
On rare occassions, mapper bindings created by kpartx take longer
to show up, leading to errors when we try to mount them on.
Bring back the hardcoded delay to bypass such issues.
Change-Id: Ib386c04fc55cd85235a2156dba08fda378e4cdfd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
6b0d21a70be04666fd60a9d4b05d4ad13e192026)
chenjiankun [Mon, 18 Dec 2017 10:14:30 +0000 (10:14 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/euphrates'
- Bugfix: failed to generete gui files in stable/euphrates in CI
JIRA: YARDSTICK-898
Now the gui files failed to build in stable branch in CI.
(local work, CI master work, CI stable not work).
The reason is stable using ubuntu 14.04 and the nodejs version is 0.10.25.
We need to update it.
Change-Id: I15b9efb91eb6fc1e3245cf827c130d408034eae5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Alexandru Avadanii [Mon, 8 Jan 2018 15:59:11 +0000 (16:59 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for Ubuntu `modprobe -f` fix
Squash in additional changes:
- p/fuel: Retry armband state, fail on not connected
- u/fuel: Bump & rebase for wait_for changes
While at it, catch armband state minion timeout (not connected or no
response) and reduce armband state retry from 10 to 5.
We no longer expect the armband state to fail on any nodes,
baremetal or virtual, kvm or cmp, so remove failsafe `|| true`
and retry state apply in case minions did not repond.
JIRA: ARMBAND-350
Change-Id: I7b4302a89d60c94ab3f58cd6b8523cf668314a05
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
6eab8c989c257213586347f284362cc43f99d3f4)
(cherry picked from commmit
29c39fd5a8fc8a4bb058b5c18a6c1d6a29544f4f)
Alexandru Avadanii [Mon, 8 Jan 2018 15:47:18 +0000 (16:47 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- lib.sh: Fix `modprobe -f` on Ubuntu
For some reason, `modprobe -f` for a clean nbd module (from vanilla
Ubuntu) fails with exec format error randomly, while a simple
`modprobe` works.
Change-Id: I79785e510cab757e2482baf442054be984c24019
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
510a5fe446dea8513060813794c99e856eff1845)
tomsou [Tue, 24 Oct 2017 14:37:37 +0000 (17:37 +0300)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/euphrates'
- Fix instance boot when metadata exists
The way that a instance is considered as UP is pretty
strict and returns ERROR in case of instances with userdata
This patch differentiates the instances that are supposed to
boot till login prompt and those with userdata parameter
JIRA: SDNVPN-177
Change-Id: Ic4755366df006669475c90cc0693ac802256f379
Signed-off-by: tomsou <soth@intracom-telecom.com>
(cherry picked from commit
a6e207c16430055eba8bcc8586b09a7081db3d04)
Serena Feng [Mon, 8 Jan 2018 07:26:51 +0000 (07:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Prepare integration of daisy and dovetail"
- Prepare integration of daisy and dovetail
JARA: DAISY-76
1. add daisy adapter in releng utils and modules
2. add daisy adapter in dovetail jjb script
3. support id_dsa as ssh key
Change-Id: I15a1c0cfcc17ae1fe6b7020f674b8bbbb72f4a7a
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alexandru Avadanii [Sun, 7 Jan 2018 18:22:18 +0000 (19:22 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- lib.sh: Fix stop condition in wait_for
Change-Id: Ida693b6dd328db283d6992ac33500f4dd1a73eb8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
717cb4e0f8d9e430eb31ba643f95682f1592e509)
- salt.sh: Fix linux state apply on cfg01
cfg01 does not repond or is not connected while trying to apply
linux state via salt.sh, use wait_for macro to account for this.
JIRA: ARMBAND-315
Change-Id: I2d4c63d43f806b65f9ce327f4a00a6334be88750
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry-picked from commit
2bbab1873ef629e89ac92ec195feb15b86cf8295)
- lib.sh: Extend wait_for function to catch no resp
wait_for function should be able to also check for minions that did
not return or not respond, in addition to the return code.
To keep it backwards compatible, condition the new check on the max
attempt number being specified in decimal format (e.g. '10.0' unlike
old '10').
Change-Id: If2512cf9121cdd795638efe7362ef0485d4e8d91
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
3f559299c232bbb7639d02243c95d6256cdf94d4)
- MaaS: Set commission/deploy timeouts via reclass
Allow end-users to easily change the MaaS commissioning/deploying
timeouts by simply editing the reclass model.
While at it, use arch-specific values and bump deploy timeout on
AArch64 to 20 minutes instead of 15.
Change-Id: I37ae434ecebdd64effb007baa06c722b1db15c66
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
ea6ecbb6fb546e27fcc73e699e08c6cad31d2bd0)
- x86_64: Revert base, VCP kernel to 4.4/4.8
Commit
7bfb0ac switched both base and VCP images to using Ubuntu
kernel hwe-16.04-edge (4.13.x). Due to testing suites compatibility
issues, switch back to:
- default Xenial kernel (4.4.x) for base image;
- hwe-16.04 (4.8.x) for VCP image (similar to Mirantis image);
Fixes:
7bfb0ac
Change-Id: I458c42124efa6eda765774fe05cab402d6111f82
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Sat, 6 Jan 2018 20:13:31 +0000 (21:13 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- user-data.template: Remove salt-minion install
salt-minion is now pre-provisioned inside the image using qemu-nbd.
Revert "lib.sh: Limit envsubst to certain variables"
This reverts commit
3a76d07dbd409b781abdb8520f55a1b20edf07db.
Change-Id: Icceb8bcf439e28ab01c7731c3602c1113290454d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
fac41836e91dd56696c3a435bfdbc7adf53899e2)
Alexandru Avadanii [Sun, 7 Jan 2018 00:07:15 +0000 (01:07 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- lib.sh: Cache base image(s) between deploys
Fingerprint and re-use base image artifacts.
Change-Id: Ic7a73c04e27d25addd50e4e9880619a0028956d3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
1815bdaf0c1765cc1fcb48031f8291409861b0b2)
Alexandru Avadanii [Sat, 6 Jan 2018 18:27:04 +0000 (19:27 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- deploy.sh: Print sysinfo
JIRA: FUEL-323
Change-Id: I0dcbcfbedc7e9ef013ca50dcc08f804323f91701
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
3aa172fb1659925a837b432649793f9f1f46cca9)
Alexandru Avadanii [Sat, 6 Jan 2018 18:32:55 +0000 (19:32 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for mas01 NAT restore
Bring back NAT on mas01 for testing suites.
Change-Id: I415016f4b7249ef35fd4e75acd9ab92a2574e765
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Sat, 6 Jan 2018 17:30:52 +0000 (18:30 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Revert "[baremetal] Retire mas01 NAT"
Although deploy works now without direct internet access on
the cluster nodes, testing suites seem to require it.
This reverts commit
ed209426e895c7c323d253afd6276bb74df64da0.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Change-Id: I35489e18fdd6a4ee6a270e42a3542e5a370bf819
Alexandru Avadanii [Thu, 4 Jan 2018 23:30:14 +0000 (00:30 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- u/fuel: Bump & rebase for MaaS prx et al
Change-Id: Ib2fa3af6c1336ad31868a812abe2b8257f69895c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
- MaaS: preseed Armband repo via curtin
Instead of installing upstream vanilla kernel from Ubuntu just to
upgrade to the one from Armband repo later, preseed Armband repo
config via curtin.
This allows us to drop a kernel update cycle, thus saving a few
minutes at each deploy.
While at it, switch salt repo addition to use the maas region reclass
section instead of adding a dedicated mechanism for it in the curtin
template (only for arm64).
[ stable/ euphrates ]
Preseed all Armband repos, since Ocata does not have a "common" repo.
JIRA: ARMBAND-280
Change-Id: Iad5953a7de80d728f11a4ce3113bd7725100c31c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
648ec98613d31e3d9701b9ac1d87aed640b245f3)
Alexandru Avadanii [Fri, 5 Jan 2018 21:35:32 +0000 (21:35 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- Merge "[baremetal] ODL: Move ODL VCP VM to kvm02" into stable/euphrates
- [baremetal] ODL: Move ODL VCP VM to kvm02
Balance VM distribution on the 3 kvm nodes, as kvm02 has 4 VCP VMs
while kvm{01,03} have 5 VCP VMs each (without ODL).
Instead of spawning the ODL VCP VM on kvm03, move it to kvm02.
Change-Id: Id03b9453ee7c15cd6785c0bc073a38b87034aede
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
62135fd2367ced881bf99dc157fdb4536633d4a0)
Alexandru Avadanii [Fri, 5 Jan 2018 03:21:01 +0000 (04:21 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- deploy.sh: Silence cleanup output
Cleanup sequence might print some warnings/errors that are misleading
for new users, so let's silence them.
While at it, remove unused `cleanup` function stub.
Change-Id: Ic4225f7d4b701cd15d96e1bfc5eecfe2c4291eb6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
84f131b32ac510097c3aac321fb1ca67bafc8941)
Alexandru Avadanii [Thu, 4 Jan 2018 23:25:15 +0000 (00:25 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] Fix Pike reference, should be Ocata
Change-Id: Ifb5216818f67f859d55ccf253eb84101cac0dab4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 4 Jan 2018 21:47:35 +0000 (22:47 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [centos jump] nbd build: Fix REQ_TYPE_SPECIAL
Change-Id: Ia514418d2aae1b4f7e752d4610fa6c9829c67e51
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
84f58189f269be6633e0c8897d5624d3dfaaa650)
- [centos jump] Add nbd build support
RHEL distros do not maintain nbd, so add a best-effort function
to build it on the fly.
Change-Id: Ie0419f0fed8a0b12f6b878b3093d6ca34f72d140
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
924d481ac84e8fad9bf1132e1cff18967887017e)
Aric Gardner [Thu, 4 Jan 2018 21:44:31 +0000 (21:44 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Use pharos repo in daisy master branch"
- Use pharos repo in daisy master branch
There are no PDFs in euphrates branch of pharos repo.
Securedlab is still used in euphrates branch. In master branch,
pharos repo will be used.
Change-Id: Ifbdeed26f938025aae56d2d263abf3d8620b31ba
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Alexandru Avadanii [Wed, 3 Jan 2018 22:41:32 +0000 (23:41 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] Switch VCP base image to UCA
Since Mirantis prebuilt image comes with salt-minion 2016.3 instead
of 2016.11 and upgrading it leads to a hard to break catch-22, use
the Ubuntu cloud archive image we already download for FN VMs and
pre-install:
- a newer kernel (hwe-edge);
- salt-minion (2016.11);
This also implicitly aligns the image handling on AArch64 and x86_64.
Change-Id: I86d1c777449d37bdd0348936a598e3ffe9d265af
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
f37103b4d60f057f653e0e5e8b7c6c3023a95b2d)
- deploy.sh: Fix missing space in dependencies list
Change-Id: I4d41ff8b9f7c1b59a2c1a400b9335f17b8c542be
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
4d4149faa5604836931c039ad1922f95a764bb76)
- deploy.sh: Factor out pkg deps into yaml files
Instead of hardcoding the packages to install on the jumphost at
deploy time in `ci/deploy.sh`, move the requirements list to a
dedicated yaml file, so it is decoupled from actual code.
While at it, add missing deps:
- ipxe-qemu (AArch64 Ubuntu only);
Change-Id: I9ee5c0796b70f9d29427d608b6415333c8841e1e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
b57cd65121f61114432b07c04106fc4b8609440e)
- base image: Explicitly call kpartx
qemu-nbd currently available in CentOS 7 does not add partition
mappings automatically for NBD devices, so add explicit `kpartx`
calls.
Change-Id: Ifa79c89b82024602b782c449dbf4de10899e03b5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
5c890d60fff57b624358f4d4be6865862f4f8415)
- AArch64: base image: pre-install salt-minion
While at it, rename apt repo in foundation node user-data template
from "salt" to "saltstack", to align with reclass model naming.
Change-Id: I5b216492349ae187b568884b1ab4046c52b1c6b2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
feb877785544a31a18ae2f0ee2900a82e7ac4337)
- Add pre-{install,purge} support for base image
Extend <lib.sh> and its invocation from <ci.deploy.sh> with
support for modifying foundation node VMs base image prior to
using it with:
- additional APT GPG keys;
- additional APT repos;
- packages to pre-install;
- packages to pre-remove;
- (non-configurable) cloud init datasource via NoCloud only,
so VCP VMs won't wait for metadata service;
While at it, re-use the resulting image as a base for another
round of pre-patching (same operations as above are supported)
to provide a base image for VCP VMs.
Add AArch64-specific configuration based on new mechanisms:
- pre-install linux-image-generic-hwe-16.04-edge (and headers)
for foundation node and VCP (common) image (also requires new
repo and its key);
- pre-install cloud-init for VCP image (it should already be
installed, but script needs non-empty config for VCP to create
the VCP image and transfer it over to Salt Master);
NOTE: cloud-init is required on VCP VMs for DHCP on 1st iface.
JIRA: FUEL-309
Change-Id: I7dcaf0ffd9c57009133c6d339496ec831ab14375
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
6ead32f737f39e3d82e1484a9d31f07ed2daeadb)
Tim Rozet [Thu, 4 Jan 2018 15:19:25 +0000 (10:19 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Adds os-odl-bgpvpn-noha to daily
Change-Id: I92b3c2fce51dad5e0e00b836a41af40f845e701e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Linda Wang [Fri, 15 Dec 2017 02:57:26 +0000 (02:57 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'stable/euphrates'
- Inject all envs in openrc into CONST
After "env_prepare" is removed, some specific vars in openrc
(eg,."EXTERNAL_NETWORK") loaded to os.environ should be injected
into CONST in one python process.
Conflicts:
functest/ci/run_tests.py
Change-Id: Iaa5c6047033dc2a30c533174e2016111759aec31
Signed-off-by: Linda Wang <wangwulin@huawei.com>
(cherry picked from commit
6a2ee8883daf1795ec84fc2868c17c0723025447)
xudan [Thu, 4 Jan 2018 06:46:46 +0000 (01:46 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Get fuel controller ip for HA test cases
The releng module 'deployment' doesn't work for fuel euphrates and master.
Use commands to get one controller ip for HA test cases.
Since the public endpoint url may be v2, reset openstack authentic file for v2
Change-Id: I3c6ec1f0890c93f75ca3c7c9801e05da329ffdae
Signed-off-by: xudan <xudan16@huawei.com>
Alexandru Avadanii [Wed, 3 Jan 2018 20:32:19 +0000 (21:32 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] Move include.proxy yml to proper dir
Change-Id: Id46b454b224dacdbaf675155c949d0998f0d0036
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 3 Jan 2018 16:43:43 +0000 (17:43 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] curtin: Bump salt-minion to 2016.11
By default, MaaS formula will install Salt minion 2016.3 via curtin
on physical nodes. 2016.3 does not properly support proxy_host
config option, causing timeouts during `linux.system.repo` SLS apply.
Change-Id: I3d6245f0d4b425170c43b3b62a21ad9acc6cb97e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
6e0e518d43cecfb8f981dbd51326d8eae103720c)
Alexandru Avadanii [Tue, 2 Jan 2018 04:36:07 +0000 (05:36 +0100)]
Update git submodules
* Update docs/submodules/fuel from branch 'stable/euphrates'
- [baremetal] Retire mas01 NAT
Isolate networks by retiring NAT on mas01; also cutting direct
internet access from cluster nodes that are not facing the public
network (prx, cmp).
NOTE: Since we are removing mas01 NAT, VCP VMs (except prx which have
public IPs) and kvm nodes (cmp also have public IPs) will no longer
have direct internet connectivity.
Cluster deployment and operations will work without it, but if it is
required for different reasons, the MaaS proxy could be enabled by
uncommenting the /etc/enviroment section in:
- cluster.baremetal-mcp-pike-common-ha.include.proxy.yml
JIRA: FUEL-317
Change-Id: I5ed8b420296b27df34a54ec1ebd7b7cf58041425
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
9a6e655e0b851ff6e449027c01ac1a66188b0064)
- [patch] Fix OVS ifup workaround
Do not assume routes are on the same OVS port as the one currently
being configured. Instead, apply the `unless` ifup condition for
any OVS port.
Change-Id: Iea8084f9e50401d300feb7ed16f90b430680cac5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
b1849f630a8de3dfce2e91fc375d9e901b90843b)
- [baremetal] heat: Switch metadata API URL to mgmt
Prepare for decoupling management from public (drop mas01 NAT):
- ctl: change heat URLs to use new management VIP instead of public;
Change-Id: I8e220ee37bd4177c3afd58a9ee401f815d046706
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
d39aaa2b7312c91e6a1851f357cf1d087619cbda)
- [baremetal] prx: Add management network VIP
Include `openstack_web_public_vip` class for setting up the
old VIP in the public network, use old class for mgmt VIP.
Also change the generic hostname 'prx' to point inside mgmt net.
Change-Id: Iff69394f16ede290d149a26b054a85371f00f8e0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
29c64b73f749364867be78a474410fe062eba99e)
- docs: diagrams: Add PXE/admin on cfg01
Refresh diagrams to reflect that the internal network is not used
anymore on jumpserver after PXE/admin was hooked to cfg01.
Change-Id: I4c162d59824e182bc76c0a395742050544e95291
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
bb3a642e783b59ae2decb3b73d91f5bfca3afaef)
- [baremetal] MaaS: Enable HTTP proxy
Instead of using NAT on the mas01 node for all cluster node outgoing
traffic, use the MaaS built-in proxy for APT traffic to leverage its
caching capabilities too.
Also enable the proxy for salt minions, so they can access public
keyservers et al.
Cleanup public DNS from kvm nodes, interferes with MaaS proxy.
Add example config for global env proxy, but don't enable it:
- default environment settings - /etc/environment (via reclass);
The MaaS proxy will not be used (at least for now) on nodes:
- cfg01;
- mas01;
NOTE: We can't yet drop the maas.pxe_nat state completely, as certain
Openstack services are still accessed via public addresses from ctl
nodes.
JIRA: FUEL-317
JIRA: FUEL-318
Change-Id: I6c5f6872bb94afb838580571080e808bc262fc68
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
90c0b369c01a2185fe86651f8ad9e0a172d6941d)
- [baremetal] cmp: Add missing public gw (default)
When we dropped the default gw via mas01 NAT, we uncovered a bug,
compute nodes do not have the proper public gw set up and used
to reach public network via mas01, slowing everything down.
Add gw similar to prx nodes.
Fixes:
d4ab072
Change-Id: I4343c31c376a7a223670cdd623366454396d8d92
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
e9d597db3a9e8a38577908f36f5f700e875d4d78)
- [maas] artifact sync: improve barrier condition
Simplify wait condition for MaaS service up, since it's fragile
and often adds extra time when not really needed.
Instead, retry starting boot image import right away.
Change-Id: I131d6c82127449cecf6685d4cc7484a366e658c6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
fedeebd6ee0e3a342777812b7ea90bd4988787ad)
- [vcp] Catch 'no response' of salt minion as well
Salt minion could return 'no response' and cause an
unconfigured state of the vcp node(s), so catch this output after linux
state as well. Also clean up excess route on proxy nodes.
Change-Id: I3183fa09ff41a8f027ee789869bdae0c3962ab8f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commmit
a183db4b3404bd12073b5691eb5d4fbd8135b44b)
- [maas] Set edge hwe kernel as a default minimum
Change-Id: I360dcb675c90b6f20687979ebc493afe6682c821
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit
8494ec245aa24f00f2412d0f9d1e1e32591708d7)
- [baremetal] Move salt master IP to PXE/admin
Use PXE/admin network for salt traffic from/to all minions
except cfg01, mas01.
This allows us to drop the route to admin net from cfg01.
Change-Id: Ic2526f1ff77afe5d92ced900971f4c8f78d2d8a2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
d4ab072aeab143ce72e4b81122d4580915a4ad1a)
- Move VCP iface config to own yml
- move linux.network.interface definitions to their own classes, which
also removes the previous requirement of defining {dhcp,single}_nic
parameters in classes that don't actually use them;
- drop now useless {dhcp,single}_nic parameters;
- expand linux_{dhcp,single}_interface macros, since they cause issues
with reclass dict-merge while attempting to override sub-vars (i.e.
it's not possible to set 'enabled: false' via reclass interpolation);
JIRA: FUEL-310
Change-Id: I29d921f545e761de335a60e242a4523d13b06c78
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
2fc4b8890ef1ad456ac1ff421f33e005ae0484be)
- PDF: reclass: Rename template file suffix to _pdf
Init is a generic suffix which also collides with pre-existing files.
A distinct suffix (e.g. _pdf) should be used.
JIRA: FUEL-310
Change-Id: I919a5394e7ff432ee86d10bafe889aeadb181649
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
fda7372a1bffe11fc7a199ad3d4344c1b9e57e57)
- states: Rename openstack, add baremetal_init
To align with new cluster naming convention, rename 'openstack'
state file to 'openstack_noha'.
While at it, factor out baremetal setup from 'virtual_control_plane'
into a new state that will be reused in upcoming scenarios, remove
useless sync_all (automatically done after node reboot).
FUEL-310
Change-Id: I6d7e5db8f09305f2fd8eeca0199a2e85b08d2202
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
52e37b795bb975b1cb3bf1f684b009848c50a2d6)
- baremetal: openstack_proxy: Rename iface dicts
Later we will want to merge multiple openstack_* classes, which would
try to merge the 'single', 'dhcp' interface definitions and fail due
to mismstached types (proxy has 'dict' types while the rest do not).
Let's rename the proxy iface definitions to prevent that.
JIRA: FUEL-310
Change-Id: I1be18ddbbeae1bb3ee6de9bd783ee57b185cd477
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
93b36a416f9e5f4e8828ec9544ded29f1bb82098)
- baremetal: Use common database_init, control_init
While at it, delete unused haproxy_openstack_api.
JIRA: FUEL-310
Change-Id: I01953b01624fe3e9da8074239d20056f3762efc7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
6641403cbe2aaaaf61c2aecef4ec251f327ebee0)
- Rename reclass models to add "-ha" or "-noha"
Parse all reclass j2 templates, not only common + current scenario
(useful when adding new scenarios later).
JIRA: FUEL-310
Change-Id: I8e87af702f83c42cb8f766bf6f121449aa5f2c26
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
09dce2a2643223d66aa1ac3a0ad8feebc082f521)
- [baremetal] MaaS: Fix DHCP dynamic range (2)
- reduce range to silence bogus MaaS warning about address exhaustion;
- regenerate pod_config.yml.example to reflect the changes;
- drop `opnfv_infra_maas_pxe_address` (duplicate of
`opnfv_infra_maas_node01_deploy_address`);
- add `opnfv_infra_config_pxe_address` for future usage;
JIRA: FUEL-316
Change-Id: I981fc8c7c550c2917b07dd5f2c83896def013fa7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
215a37d55356333f9fd0a96118c9a00d588eca62)
- [maas] Adjust deployment order/timeouts
Change-Id: I9dbb51ce2387450e4ae19f8b3444f5e52cfdc71d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry-picked from commit
52bd5a8f6c5b27ec3070625a51aea8ff85f5a8db)
- [baremetal] MaaS: Reduce timeout values
`maas_fixup` is already re-entrant, so we can execute it more than
once during a commissioning/deploy cycle. Reduce the timeout waiting
for all nodes to reach a stable state, so nodes stuck in 'Ready'
state instead of reaching 'Deploying' get dealt with sooner (~5 min
vs old 30 min).
While at it, let `maas_fixup` handle machine deploy as well, so we
can catch nodes stuck in 'Ready' state and re-trigger the deploy.
Change-Id: Id24cc97b17489835c5846288639a9a6032bd320a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
8da73521d3b9347a982ea6e77114bba0d0f0adeb)
- salt.sh: Use salt-call to apply linux sls on cfg01
Also, retry applying linux high state up to twice, due to rare
spurious failures with 'No reponse' status.
Change-Id: Ic7839a5c9501673cb127412136afb91e05f87a7e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commmit
4509936347b429fb36a27844a63d808f057fd61e)
- [baremetal] Move all MaaS PXE net config to PDF
- s/opnfv_maas_pxe_/opnfv_infra_maas_pxe_/g to align with other vars;
- patches: pharos: Add MaaS PXE network to installer adapter;
- runtime.yml{,.template}: move to installer adapter, update
pod_config.yml example;
- drop MAAS_PXE_NETWORK global env var, now read strictly from PDF;
JIRA: FUEL-313
Change-Id: I46d7510bd53fba7890c411d36bc28fd6ff6f3648
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
15e982f0d00dbcc72be2f5b25dab34b3f3efd912)
- patches: Squash maas region changes
When re-deploying with `-f` flag, `patch -R` cannot cleanly revert
maas region changes with overlapping context lines, so squash them
into a single file.
Change-Id: I87dae72a12fea833e9e6729de21d4ce5f262695e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
d68bdf31c1c7d2d29f3524915f6a347f8d0567f5)
- [netconfig] APT: Prefer ipv4 connections over ipv6
Ubuntu prefers ipv6 connections therefore in some networks, this
breaks software updates (it does a AAAA DNS lookup before A record
lookups). Let's prefer old style ipv4 connections over the new ipv6 in
order to save some processing and resource utilization.
Based on previous work from [1] (but without /etc/gai.conf, only APT).
[1] https://review.openstack.org/#/c/462502/
JIRA: FUEL-321
Change-Id: Ic3dff3baa1c0be9ac95972557d6a2d26641bfe1b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
4d604967adde375eb24ae165aff83c11be89ca30)
- ci/deploy.sh: maas: cleanup_uefi on env erase
Running `ci/deploy.sh -EE` should also perform an UEFI boot option
cleanup, otherwise we risk booting the previously installed OS.
While at it, reduce delay between nodes removal and fix a rare failure
for `-EE` when no nodes are defined in MaaS.
Change-Id: I789ffd3e22545921216f7d5ee3509c76354542eb
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit
15173a83dba08729e62da277b9165677323675d8)
Alexandru Avadanii [Wed, 3 Jan 2018 03:21:15 +0000 (04:21 +0100)]
Update git submodules
* Update docs/submodules/armband from branch 'stable/euphrates'
- p/fuel: Backport base image explicit kpartx
Change-Id: I458406fa9361a44b29f52c5840d579328257ee5e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mei mei [Wed, 3 Jan 2018 01:41:48 +0000 (01:41 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Lack of DEPLOY_TYPE"
- Bugfix: Lack of DEPLOY_TYPE
Set the value of DEPLOY_TYPE according to BUILG_TAG
Change-Id: I08e720dc6e049c54e249172503bcbdb7c314dc6d
Signed-off-by: xudan <xudan16@huawei.com>
Tim Rozet [Tue, 2 Jan 2018 15:44:29 +0000 (10:44 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: disable Euphrates daily
Change-Id: I7b10ac19a8844832886e6a54d065ee79dde026d0
Signed-off-by: Tim Rozet <trozet@redhat.com>
xudan [Tue, 2 Jan 2018 07:12:30 +0000 (02:12 -0500)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Bugfix: use fuel public endpoint rather than internal one
1. The internal endpoint url of fuel is http.
2. Dovetail won't pass cacert to functest and yardstick containers if it's http.
3. For functest and rally, even if it uses internal url in the openrc file,
they will still use public one somewhere.
4. Use fuel public endpoint which is https, so all containers will work with
the cacert.
Change-Id: I3326c8d66bcad44ea81169ce0938cb0e247f498c
Signed-off-by: xudan <xudan16@huawei.com>