summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "JJB 2.0.X does not allow scenario to be passed here" - JJB 2.0.X does not allow scenario to be passed here With this change releng/jjb/* now passes on: Jenkins Job Builder version: 2.0.1 and 1.6.2 Error: TypeError: write() argument must be str, not list Explanation: in jjb 1.6.2 it would allow the list in and then the job would convert the list into a literal string of "['var1', 'var2']" - 'compass-{scenario}-{pod}-daily-{stream}' Can have scenario passed, {scenario} is part of the job name so it knows which scenario to add. - 'compass-deploy-{pod}-daily-{stream}' cannot have scenario passed, there is not one job generated per scenario so its tryting to add "['senario1', 'scenario2', 'etc']" into the {scenario} value, which is not allowed. This worked on jjb 1.6.2 becasue we overwrite the scenario information later: - trigger-builds: - project: 'compass-deploy-{pod}-daily-{stream}' predefined-parameters: | DEPLOY_SCENARIO={scenario} jjb/armband/armband-ci-jobs.yml is very simillar to this job and passes a default, which works, so that is what I have done here: - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' addendum: removed scenario: '{scenario}' from 'compass-{scenario}-{pod}-daily-{stream}' even though it is valid, Trevor rightly pointed out that there is nothing to consume this value. Change-Id: I134b2bd5888dcdfa5b768a7db2bdc98ad32ec28e Signed-off-by: agardner <agardner@linuxfoundation.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-07Merge "Add OVN4NFV release notes" into stable/fraserAric Gardner1-0/+2
2018-05-07Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Enable Local Docs builds by using LF Docs Conf" - Enable Local Docs builds by using LF Docs Conf The docs-conf[1] project will allow releng to have local docs builds using the OPNFV theme while also not needing to duplicate the opnfvdocs conf.py file. [1] https://github.com/lfit/releng-docs-conf Change-Id: I255faf045eccb363993af9dfb81b487e538cbb41 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-07Update git submodulesCharalampos Kominos1-0/+0
* Update docs/submodules/functest from branch 'stable/fraser' - Make volumes appear as SCSI devices in aarch64 Adding volumes in openstack by default uses virtio_blk and the devices appear as /dev/vdX. In aarch64 however a qemu pci slot is already in use so the tests cannot assign more than one volume to a VM. Forcing the drives to use virtio-scsi solves the issue and allows more volumes to be attached as /dev/sdX. The variable defining the drive is VOLUME_DEVICE_NAME and is passed as environmental variable when the container is created. JIRA: ARMBAND-376 Change-Id: Ia688cff338ff319e22a3b26796fa197297c23ce0 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> (cherry picked from commit a663c33645681f66ebe6b6af79c4e9f5910fb26b)
2018-05-07Update git submodulesKorenLev1-0/+0
* Update docs/submodules/calipso from branch 'stable/fraser' - installer to make sure dir exists on host Change-Id: I627b031d529e45808d6123b096afa476958713bb Signed-off-by: KorenLev <korenlev@gmail.com> (cherry picked from commit 9196554c5906ea3c8300702a50410fcc40de270c)
2018-05-07Add OVN4NFV release notesagardner1-0/+2
Change-Id: Ib6886c51f5916a8a98a5ac728c136472883281da Signed-off-by: agardner <agardner@linuxfoundation.org> (cherry picked from commit b87fed00bfa7377cade483e75740e5e47d1fbaf1)
2018-05-07Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Disable vnf runs for aarch64" - Disable vnf runs for aarch64 Functest VNF tests are not adapted for aarch64. The tests can be reactivated when they are adapted to execute on aarch64. JIRA: FUNCTEST-964 Change-Id: I2413a6eff831c8dd2751b7bc73ad583f55a00dcf Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-05-07Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'stable/fraser' - [odl] Remove unused connecter/port from proxy Change-Id: I7a880c0a011d6f5f4a7e2d8c8309871b1c290235 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit d97b19bdde59600f588b1e6aca52a6d1962f8778)
2018-05-07Update git submodulesQiaowei Ren1-0/+0
* Update docs/submodules/stor4nfv from branch 'stable/fraser' - userguide Change-Id: Id22c6199f5a6d821d652f79cf07de3d899823352 Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com> (cherry picked from commit febcef6118cdc8f9e5a21969c7a8d8d9637dbc14)
2018-05-04Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Disable Snaps Fraser Verify Job" - Disable Snaps Fraser Verify Job As master is currently disabled, it doesn't make sense for this to be enabled. Change-Id: Ie5966e22ffdff7a585781673259775c4e6150acf Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-04Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[yardstick] debug dump image ID" - [yardstick] debug dump image ID we need to know if we are pulling stale yardstick/stable images for example, if when branching between releases we can still be pulling old release yardstick/stable images without knowing it. This will dump the IMAGE ID of the images we just pulled which we can match to Jenkins docker push builds Change-Id: I875cf2fd07d17c3eebe294e70f2edccd9f48ce11 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2018-05-04Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "fuel, armband: basic healthcheck in verify jobs" - fuel, armband: basic healthcheck in verify jobs Enable Functest based gating for jobs: - fuel-verify-* - armband-verify-* This includes Functest suite 'healthcheck' and testcase 'vping_ssh', similar to Compass4NFV verify jobs. While at it, remove 'basic' phase from verify jobs, as linting is handled via separate jobs on Jenkins master and there's no other reason to keep it around. JIRA: FUEL-340 Change-Id: I11dce6998d7ac16e68cf2b9d72a1ed6b23ca2483 Signed-off-by: ting wu <ting.wu@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-05-04Update git submoduleswutianwei1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/fraser' - add the command "rm /etc/resolve.conf" in cache_prep_commands Change-Id: I89b15e7e200d37ac5d44cfee974f0f1c63981625 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-05-04Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/fraser' - Fix version in setup.cfg It cannot be installed due the new branch. Change-Id: I1898190cbf522dbfbaeaa89e3d65a7b2e27fb2cc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 785cd7b2bfd56a0f157898335a27ecf4ca9de782)
2018-05-04Update git submodulesQiaowei Ren1-0/+0
* Update docs/submodules/stor4nfv from branch 'stable/fraser' - update k8-nosdn-stor4nfv-ha scenario documentation Change-Id: Iea38168d2819cbbedcfcc799dfd93840aaf53d4a Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
2018-05-03Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/snaps from branch 'stable/fraser' - Enable get_project_by_id when only tenant_id is provided This is to improve: https://gerrit.opnfv.org/gerrit/#/c/52675/ Change-Id: I7228e5eadcc121fe94a869c6cbbeac412d972868 Signed-off-by: Linda Wang <wangwulin@huawei.com> (cherry picked from commit 390d31e3a6eaa0968474d19d71ec804d0c6c071a)
2018-05-03Update git submodulesYang Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'stable/fraser' - Restructure monitoring scripts Restructure the monitoring scripts and modify the scripts to remove the redundance Change-Id: Ib4a5d7bea2dc455ec03ad61780b6caf06831daa8 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit cb67313c1e14b6eca057bdfc7722bc11506b7a2a)
2018-05-03Update git submodulesYang Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'stable/fraser' - Style-check for monitoring scripts Fix the style-check errors for monitoring scripts. In another patch, the scripts will be restructured according the dicretory structure. Change-Id: I4149b18177fa1bdeb1b12a84ecad3d7d0b78260b Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit 742fc9ab94ede1187c9146e5336e28fe84d510c5)
2018-05-03Update git submodulesYu Yang (Gabriel)1-0/+0
* Update docs/submodules/bottlenecks from branch 'stable/fraser' - Merge "Prometheus Prototype Dashboard" into stable/fraser - Prometheus Prototype Dashboard JIRA: BOTTLENECK-181 Prototype Grafana dashboard using Prometheus query language for displaying system and docker performance metrics Change-Id: I2659eb4a4d072e95f3fc5a5dac0b1e5b1c6e536e Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com> (cherry picked from commit b06b5119a0632b1e830c4873ca4cec8f22925e32)
2018-05-03Update git submodulesRutuja Surve1-0/+0
* Update docs/submodules/bottlenecks from branch 'stable/fraser' - Barometer automated installation script for jump server and compute/controller nodes JIRA: BOTTLENECK-182 Install barometer for collecting OVS and collectd statistics as docker containers on all nodes Change-Id: I8ae7e2bcbe95ab6e1224e08828c822d50367f616 Signed-off-by: Rutuja Surve <rutuja.r.surve@gmail.com> (cherry picked from commit 4b89af12f547bd8eebc01572e1b9a02f89c5fa7c)
2018-05-03Update git submodulesYang Yu1-0/+0
* Update docs/submodules/bottlenecks from branch 'stable/fraser' - Some informations are redundant This patch is to remove the redundant results in Soak throughputs reports to TestDB Change-Id: Ib7e95df8353f3aa7b28187d352d5a6a213af2727 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com> (cherry picked from commit 2833e627cbf31eb89f313ec167f215c48fa70217)
2018-05-03Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/stor4nfv from branch 'stable/fraser' - k8-nosdn-stor4nfv-ha Scenario Documentation Documentation for the k8nosdn-stor4nfv-ha scenario. Change-Id: I80b3814cff636deec41331c6e4bbdec63a5ce7ae Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-05-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Fix resources/images directory usage with deploy Change-Id: If50ad310049edca687da8e0acf412a7e1eacd2b6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: disable iso verify for master branch Change-Id: I46753983e1fb37300df70700c474c3dda3532ffa Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Update for master upstream deployments Change-Id: I92635178ddc354dd7773cd372a34d46f5ee0bf2a Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-02Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/sfc from branch 'stable/fraser' - Fix version in setup.cfg Selecting another tag than the official ones (opnfv-xxx) breaks all Functest builds because pbr requirements are unmet [1]. [1] https://build.opnfv.org/ci/job/functest-features-docker-build-amd64-master/219/console Change-Id: I8a6a603c9f4e976c8bcdcce865850b46f6e69453 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-05-02Update git submodulesYang Yu1-0/+0
* Update docs/submodules/releng from branch 'master' - Add Bottlenecks Fraser Docker Push Job Change-Id: I4d6c4015ca36f743dadbb6524a1ca8d5619ce3d6 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-05-01Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'stable/fraser' - document update for Fraser release. Change-Id: Iab88d244a8a39b78c84aa11550cee2c04f81ab0f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit e00115a7a5ea27030cc4f36efdc298b6145cdb02)
2018-05-01Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/releng from branch 'master' - Add release notes in releases/fraser/functest.yaml Change-Id: I0384563e5e663ea485626562df5ee49815b95817 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-05-01Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/fraser' - Fix os-odl-bgpvpn-[no]ha scenario reference These shouldn't be prefixed with a '-' nor duplicated. Change-Id: I88f5b2d18436a258d6ac573a1fbc6dee735b48da Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-30Merge "Update Scenario Links" into stable/fraserTrevor Bramwell1-4/+2
2018-04-30Update Scenario LinksTrevor Bramwell1-4/+2
Removing links to ovsnfv as they are not participating in Fraser. Updating links to barometer to point at correct reference. Change-Id: I325a5fccd5c14115347952cfb357f7516210aaaa Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-30Copy Updates For Brandonagardner1-13/+9
Change-Id: Ie8547189d06afb7a104b3fa39a2be363b92d620b Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-30Update the OPNFV Platform Overview DiagramTrevor Bramwell3-1/+1
The file is renamed to match the release and updated with the new diagram. Change-Id: I1c06648b07512ada7df374c25f6c8cb95e41c8e5 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-30Update git submodulesPeriyasamy Palanisamy1-0/+0
* Update docs/submodules/sdnvpn from branch 'stable/fraser' - Merge "Make sdnvpn logging proper" into stable/fraser - Make sdnvpn logging proper * Currently no log messages are getting written into log file due to file handler is registered for logger object created at different modules. Now corresponding handler is registered for logger objects. * Making sdnvpn Feature class to use its parent class logger object to avoid unnecessary logger object creation. Change-Id: I4ec61951ba4ac39cecc137dbb818da72f0b43b35 Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> (cherry picked from commit 303268d0464127c52f11443404fb1baae03d615f)
2018-04-29Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'stable/fraser' - Mend OVN scenario * setup HWE kernel to get suitable conntrack module * clean out outdated state with ovn ctl options * point SB remote source to local mgmt network Change-Id: I8986c227ce0a9a3b7ab3faf382760ec32e6e7c00 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 26ca4c20b57564117087e2c649e10d71477a134f)
2018-04-28Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Tag SDNVPN for Fraser 6.0" - Tag SDNVPN for Fraser 6.0 This is tagged at the current tip of stable/fraser branch Change-Id: Ie169aa7e2ef7096155253aeb5c8adeeefc2cf278 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-28Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Tag Stor4NFV for Fraser 6.0" - Tag Stor4NFV for Fraser 6.0 Include link to release notes Change-Id: Ic9b8ed9d08fd54f00bf4afe9539f32fae9339e23 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-28Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Update Clover tags Clover for Fraser 6.0.1" - Update Clover tags Clover for Fraser 6.0.1 Add the opnfv-6.0.1 to the current commit, and lists opnfv-6.0.0 as being tagged on the previous one. Change-Id: I01b3efb6fe04b3dcf32ef2c01315ecb34fb30133 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-28Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Tag OPNFVDocs for Fraser 6.0 This is tagged at the last merged docs patch to stable/fraser Change-Id: I0d976cd947621ceab3a15df8ea98bdc245fe93fc Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-04-28Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fraser 6.0.0 tag" - Fraser 6.0.0 tag I have tagged your repo for you at the head of the fraser branch Please let us know if this is correct. If I dont hear back from you I will merge this and tag your repo at this location Change-Id: I9223da8139ce997e6b7dde9db30a875324c0b94f Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-28Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fraser 6.0.0 tag" - Fraser 6.0.0 tag I have tagged your repo for you at the head of the fraser branch Please let us know if this is correct. If I dont hear back from you I will merge this and tag your repo at this location Change-Id: Ie9ee3b17d5f909b0160cbacd7db99a43385c3d7d Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-28Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fraser 6.0.0 tag" - Fraser 6.0.0 tag I have tagged your repo for you at the head of the fraser branch Please let us know if this is correct. If I dont hear back from you I will merge this and tag your repo at this location Change-Id: I66541b703924018ca7d81a736a1af8767c100846 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-28Update git submodulesagardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Tag Apex for Fraser 6.0 The last commit I had to revert, as the refs were put under branches branch should never change and indicates where the branching happens. I have taken those refs and put them in the releases section Change-Id: I8026b331b18cde18c08ed1bef79d291c3a7ffce8 Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-28Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Revert "Apex: update sha commit hashes for Fraser"" - Revert "Apex: update sha commit hashes for Fraser" This reverts commit 583c715b4c5320bdd6e0b09b68af852d8660dc14. Change-Id: I63c99606804c4c02b1e8aff91937c62916137bc9
2018-04-28Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'stable/fraser' - Control vping cleanup step via --noclean Change-Id: Ic43b100348e77fd96aab9abc5a9ec4a0b47a2f87 Signed-off-by: Linda Wang <wangwulin@huawei.com> (cherry picked from commit 1ca85485f74d09dfd6787b75fb40cb70dce64e4b)
2018-04-28Update git submodulesxudan1-0/+0
* Update docs/submodules/releng from branch 'master' - Dovetail CI jobs failed sometimes when Archive artifacts According to this https://issues.jenkins-ci.org/browse/JENKINS-47566, the failure seems to be caused by the permission problem. Change the owner of all files in 'results' directory to be jenkins. Change-Id: I0ed30018354259601c39016fc1950ea7db867e78 Signed-off-by: xudan <xudan16@huawei.com>
2018-04-28Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: update sha commit hashes for Fraser Change-Id: Ic3cb135911eddc4490a50e57f5165688cec623a0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-04-27Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/releng from branch 'master' - Update Clover 6.0.0 release SHA1 Change-Id: I28c584535617afb32801f912adafe5282aa64ed1 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2018-04-27Merge "Add link to Armband release notes" into stable/fraseropnfv-6.0.0Aric Gardner1-0/+2