summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/snaps from branch 'master' - Configure physical_network when creating network When the network_type is vlan, configuring physical_network and segmentation_id should be supported by snaps. Here only testcase test_check_vm_ip_dhcp is changed, which is consumed by functest. JIRA: SNAPS-252 Change-Id: I12ae12f62f73f2ae66fe7ee12a49abf0394669cd Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-01-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: disable Euphrates daily Change-Id: I7b10ac19a8844832886e6a54d065ee79dde026d0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-01-02Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Adding vFW RFC2544 and ixload test cases with various packet sizes" - Adding vFW RFC2544 and ixload test cases with various packet sizes Changed private to uplink and public to downlink Change-Id: Id9273d9489f58bd45b60a00fc9e5bcbe9e136c84 Signed-off-by: Phani Kiran Thaticharla <phani.kiran.thaticharla@intel.com> Reviewed-by: Oscar Medina-Duran <oscar.medina-duran@intel.com> Reviewed-by: Deepak S <deepak.s@linux.intel.com> Reviewed-by: Ross Brattain <ross.b.brattain@intel.com> 
2018-01-02Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "add unittests for perimeter module" - add unittests for perimeter module Change-Id: I67a930652dbac7de79d13f388de44778516a9d7f Signed-off-by: MohamedAssem <mmagraby.ext@orange.com>
2018-01-02Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Add comment and fix on functions that contains bugs in pdp module" - Add comment and fix on functions that contains bugs in pdp module Change-Id: Idc88a54104d296c1f4ea9747953a32370485cdd3 Signed-off-by: MohamedAssem <rfawzy.ext@orange.com>
2018-01-02Update git submodulesxudan1-0/+0
* 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>
2018-01-02Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - update CI setup in container4nfv Change-Id: Ic87532b6101a07f0c6c2a9ee0a8e2fbd4f2f1d70 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2018-01-01Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - 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>
2018-01-01Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [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>
2018-01-01Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'master' - Disable keystone v2 if keystone v3 is available Change-Id: I9ae18ac6702b6bc1df80e5ff794307929e4aefb9 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-01-01Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [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>
2017-12-31Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - p/fuel: Retry armband state, fail on not connected 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. Change-Id: I7b4302a89d60c94ab3f58cd6b8523cf668314a05 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-30Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - 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). JIRA: ARMBAND-280 Change-Id: Iad5953a7de80d728f11a4ce3113bd7725100c31c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-30Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for APT ipv4, maas cleanup Change-Id: I8f1c0a5b217e2da8c6f42b1525ce1a6f67465268 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-30Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - salt: Use apt-mk 'stable' distribution 'nightly' repo dist from apt-mk is broken, so switch to 'stable'. Change-Id: Ie12dfc2a499910b8b98a63886ba16044e66435f5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - Makefile: Fix `make upgrade` from same branch Change-Id: I01d583995e0b557ec128111a3f5ff56684d9fb36 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - Makefile: Add `make upgrade` target 1. Fix missing default `make` target for `all` 2. `make submodules-clean` should checkout git submodule commit On patch apply, we tag the starting commit, so we can later export as patches all commits between that reference and another tag, applied simmetrically at the end of the patch apply process. Previously, `submodules-clean` checked out that starting tag. Change that behavior to use the commit ID referenced by parent git repo (armband) submodule, so when armband git submodules are updated (e.g. sometimes `make upgrade` might include such changes), the new reference will be picked up automatically. 3. Add `make upgrade` for fetching latest changes on current branch Change-Id: I03dc3953e91acfbe6ccb5e3bb2ccee7d28a0f7d5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - .gitreview: Add explicit defaultbranch Change-Id: I800b822db675c82d12f0b3c7f2ff617887cdab4d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[netconfig] APT: Prefer ipv4 connections over ipv6" - [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>
2017-12-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - [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>
2017-12-29Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Update Alpine to 3.7" - Update Alpine to 3.7 It conforms with the last release [1] and Docker latest [2]. [1] https://alpinelinux.org/posts/Alpine-3.7.0-released.html [2] https://hub.docker.com/_/alpine/ Change-Id: I731b455bd9eb9900c7794643b8605bf73a15726d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-29Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Execute feature command by subprocess directly" - Execute feature command by subprocess directly Change-Id: I77e86af4e96310c6520d743e4d16c9a7b2e9adf5 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-12-29Update git submodulesxudan1-0/+0
* Update docs/submodules/releng from branch 'master' - Support run dovetail CI jobs on fuel euphrates and master Change-Id: Iaf64316f8db351dd72f1ec1079953764f797dc3b Signed-off-by: xudan <xudan16@huawei.com>
2017-12-29Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/container4nfv from branch 'master' - support kata container in container4nfv deploy k8s/weave + kata container Change-Id: I102bb6ee1ea9abaf164e62b26e3cc16e870d859a Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-12-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump for keystone v3 default Change-Id: Ib6ee5ac0f7abbb63eee7fc0e4132cdd5cf1b6e21 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-28Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Clean the code" - Clean the code Change-Id: Ifba24bb030db84db27970ca66d069c03a3f4af14
2017-12-28Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "init functional pod tests" - init functional pod tests Change-Id: Ibfe54e2b1a7b27a1104c6fd48528c92cb3f95867 Signed-off-by: RHE <rebirthmonkey@gmail.com>
2017-12-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "[patch] haproxy hostname parameterization upstream" - [patch] haproxy hostname parameterization upstream PR [1] was merged upstream. [1] https://github.com/Mirantis/reclass-system-salt-model/pull/298 Change-Id: I335ac265b0b0b625c2f488755c5d11710ab354c2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-28Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Clean the code" - Clean the code Change-Id: If508aa1ac6fd439dc6da916868b60adfce3dd72d
2017-12-28Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - [patch] Use keystone v3 endpoints by default Change-Id: I98fc378fbec3679acf5bad4c089972340daea92c Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-12-28Update git submodulesRHE1-0/+0
* Update docs/submodules/moon from branch 'master' - moonv4.3 review Change-Id: I0d137df21136292b58194def44ac5b32183368fc Signed-off-by: RHE <rebirthmonkey@gmail.com>
2017-12-28Update git submodulesYifei Xue1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Merge "change the failure judgement condition for setup-openstack" - change the failure judgement condition for setup-openstack 1. Don't check failed=1 instead of checking the last task name. 2. comment the fix pip version yml Change-Id: I3c22074f319a1d0f1ae0f3df43ca6e10ec684aac Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-28Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Clean base images only if 1 container was built" - Clean base images only if 1 container was built Change-Id: I0134082d2d150a6dc58e679f9ade81eb6c040266 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-28Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Use Dovetail aarch64 docker image with armband pod" - Use Dovetail aarch64 docker image with armband pod Change-Id: I8ce34880b78daaaf0bf22674d26e1d8f8f41614c Signed-off-by: xudan <xudan16@huawei.com>
2017-12-28Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Enable dovetail daily jobs on Fuel/armband Euphrates and master" - Enable dovetail daily jobs on Fuel/armband Euphrates and master Dovetail only ran against fuel danube release before. It needs to run against fuel euphrates and master because Dovetail team is planning the 2nd release which is based on OPNFV Euphrates. Change-Id: I2c39d53a16ca6dbf8eda31943f09896cf7ee35c6 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-28Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa to compass-tasks. And create a new docker image compass-tasks-base" - [compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osa to compass-tasks. And create a new docker image compass-tasks-base Change-Id: I3a6f38ce28fe465cf1c2c1723a41728a7cbcc60d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-27Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Update the documentation" - Update the documentation Change-Id: I705ac9b017184fcfff77856d77fc50a306f1fbf5
2017-12-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for kpartx delay fix Change-Id: I804c39f73f6701502b43225abfe5fe890f5b0fca Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "lib.sh: Add delay after `kpartx -av`" - 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>
2017-12-27Update git submodulesThomas Duval1-0/+0
* Update docs/submodules/moon from branch 'master' - Update and fix bugs in some tools. Change-Id: If66fd96dd063f5d2b57094abcc965d37bb8cd92c
2017-12-27Update git submodulesThomas Duval1-0/+0
* Update docs/submodules/moon from branch 'master' - Update moonclient with new commands Change-Id: I59560b179262ab68c0d6db50d0b555fb87be153b
2017-12-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for MaaS patch squash Change-Id: Ibbdb467b4656493c6effa68991dab1902e78b7fe Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-27Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Delete the automatic configuration of PDP and Policies." - Delete the automatic configuration of PDP and Policies. Change-Id: I2965819ad9635f501ecc091b4a4c583a530f4311
2017-12-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - Merge "patches: Squash maas region changes" - 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>
2017-12-27Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "adding unit tests for cache module" - adding unit tests for cache module Change-Id: Ie6837e63ca652374ce7b5a304d7352b3d6ddba58 Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
2017-12-27Update git submodulesRuan HE1-0/+0
* Update docs/submodules/moon from branch 'master' - Merge "Add pdp exceptions in python_moonutilities exceptions" - Add pdp exceptions in python_moonutilities exceptions Change-Id: Ie9198d912bc651a93bfd4dafde58795be5977c3c Signed-off-by: ReemFawzy <rfawzy.ext@orange.com>
2017-12-27Update git submodulesRHE1-0/+0
* Update docs/submodules/moon from branch 'master' - moon performance test plan Change-Id: I0c6b6dfcbd86d972b61d9c8e6a2242fede44660c Signed-off-by: RHE <rebirthmonkey@gmail.com>
2017-12-27Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'master' - [ovn] Inject ovn central options Change-Id: Ib9021ee3ca15c05cc137ae42c263383acb4393bd Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-12-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - u/fuel: Bump & rebase for OVN Change-Id: I3489c340a12edb3f14cbbd1d63fd90cb4bdfa52c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-12-27Update git submodulesRHE1-0/+0
* Update docs/submodules/moon from branch 'master' - moonv43 ok Change-Id: I5ca6724755137ec61d1f0df2e9ed9861de18a50b Signed-off-by: RHE <rebirthmonkey@gmail.com>