summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-09-30Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'stable/euphrates' - Fix userdata issue for vping and orchestra 1. When creating VM, the type of the param userdata should be str, to conform with that in snaps [1]. 2. Remove the infinite loop for vping in userdata 3. Fix the criteria for vping_userdata and vping_ssh [1]: https://git.opnfv.org/snaps/tree/snaps/openstack/utils/nova_utils.py#n92 Change-Id: I262a7ebb93ec90bb6f8f3acb5d564f210abcfc4b Signed-off-by: Linda Wang <wangwulin@huawei.com> (cherry picked from commit 5a24cb4a7db33e693a063f5c2a66406283aa5cfb)
2017-09-30Update git submodulesYujun Zhang1-0/+0
* Update docs/submodules/qtip from branch 'stable/euphrates' - Download ramspeed from new url The original one has expired Change-Id: I0e362daf0308c5f0915bf1f652f3ab7d14373e91 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit d9703d50adf954f2960d422f8f78745c806bc181)
2017-09-30Update git submodulesHarry Huang1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Add default value for offline deploy switch JIRA: COMPASS-563 The switch controls offline deploy missing default value which cause passing a empty value into ansible and lead to condition check error Change-Id: I0af4df0556dcbe30dacc743456728e8bdee698e8 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> (cherry picked from commit 7e70daca6c7ac54e03fc72f6e27940c778ed5521)
2017-09-30Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Get node IPs and IDs according to env" into stable/euphrates - Get node IPs and IDs according to env Extract node IPs and IDs for each node having a controller or compute role (name starting with the "cmp" or "ctl" prefix) and add them into the $pod_yaml file, analogous to the previous implementation. Since node IDs are expected to be unique and integers (condition that does not match the salt node ID format), they are substituted with an incremented index for each controller/compute node in the environment. Change-Id: Id90626edc3f098bd96343336b2be179721dee5a1 Signed-off-by: Catalina Focsa <catalina.focsa@enea.com> (cherry picked from commit 6892687967d2d5ac8db37dd67b3e52d9f775eda6)
2017-09-30Update git submodulesrexlee87761-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - bugfix: tc054 default value is wrong management route ip is not common in most SUTs, so it should be removed. also huawei pod1 ipmi info should updated so this test case can be added into ci later Change-Id: I3a29c59c473ee7087d4d61753ffc955b061571fb Signed-off-by: rexlee8776 <limingjiang@huawei.com> (cherry picked from commit 8701e63e3daf508d8e3482f0a344554d17ff6e24)
2017-09-30Update git submodulesYifei Xue1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - SFC scenario release notes and bug fix for SFC switch JIRA: COMPASS-562 Because of the inventory file modification, the sfc switch cannot be enabled. Add a sperate sfc role to fix this bug. Change-Id: If583d10ebbe78d0abe9078add24beb5f506dbda8 Signed-off-by: Yifei Xue <xueyifei@huawei.com> (cherry picked from commit 1c0f6a907f57e75529dcef959763220c10e7e1f0)
2017-09-30Update git submoduleschenjiankun1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Remove checkno.png and checkyes.png due to license issue JIRA: YARDSTICK-817 Since checkno.png and checkyes.png is not Apache-2 license based. so we need to remove them. Change-Id: I40dd303fb54a3736ca969ac1c186d2cd23408436 Signed-off-by: chenjiankun <chenjiankun1@huawei.com> (cherry picked from commit da0163b7b7aaf3ede4e757a0b7d94a5ea99b1083)
2017-09-30Update git submoduleswutianwei1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - add docker images tag Change-Id: I7705a085491a11e57edaf79b462b750818bedc8d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-30Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Fixes nova migration Nova migration was failing in rally sanity test. Looking at the keys nova is configured with, the newlines in the private key were being converted to spaces in hieradata, thus making the key invalid. This patch corrects the yaml so it is multiline data. Also, corrects the parameter being set to the right THT parameter and adds sshd service to the control/compute roles which is required for migration to work. JIRA: APEX-525 Change-Id: Ic57db5c0b27df2e1f584f3c1a379e067291d892d Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 8a8cb8e901db314fa59ed5275040b9e49b36663c)
2017-09-30Update git submodulesYujun Zhang1-0/+0
* Update docs/submodules/qtip from branch 'stable/euphrates' - Disable tty in CI scripts to remove color in ansible output This will make the console log more readable Change-Id: Ia577d243d52449f580d34002e2052fa024e0f20d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit 0c43a307ff30b11af348e17b7c81f278c21c93ff)
2017-09-30Update git submodulesBertrand Souville1-0/+0
* Update docs/submodules/promise from branch 'stable/euphrates' - Added support for Keystone v3 JIRA: PROMISE-80 Functest test script only Change-Id: Id5d75383586d4e79d106767b1aeb7dc5bc588724 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit cd8d36d83af6541dc5f313bee5758548366ff5ff)
2017-09-29Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Merge "re-enable support for fdio dvr scenario" into stable/euphrates - re-enable support for fdio dvr scenario - Update FDIO scenarios to use master branch images - Update VPP/HC version to master for all fdio scenarios apex-os-net-config: Ie6aee86eaccad5fc98820a28f10adc7475cc5e33 apex-tripleo-heat-templates: Ie8b284f64bd6491c389129d8afdaeae8a399b607 apex-puppet-tripleo: I9954240529278e74d93fdf89d2ebc2536249245a Change-Id: I31740f97052947b5e4688cca47320bc49a902d7c Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit a3c2c8c746470c993d70d92d13415e2b4263cc25)
2017-09-29Update git submodulestomsou1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Update zrpcd version for Carbon/ Nitrogen JIRA: APEX-508 Compile zrpcd --with-thrift-version=4 to support carbon/nitrogen Note that version number stands for the thrift vpnservice.thrift model to use with ODL and not the thrift package version. Change-Id: I3ab13d0b62f56747249bfdee1c0766cd43de935a Signed-off-by: tomsou <soth@intracom-telecom.com> (cherry picked from commit 118f817b458e4fd3e08a360caf81187967c92adc)
2017-09-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - pharos git submodule: Bump for latest PDF adapter Change-Id: I658c1dfeb369adf74038abd0ce1b593d40303527 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 5ad2e311bbc1326493386aeee4d87a9091337adf)
2017-09-29Merge "Set Docs version and release to Euphrates" into stable/euphratesFatih Degirmenci1-2/+2
2017-09-29Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Increase overcloud qcow2 size by 1500mb We are seeing build failures with 1200mb qcow2 size expansion, increasing to 1500mb. Change-Id: Ib177525559c7905c78fe5931c172fce01846b4c3 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-09-29Set Docs version and release to EuphratesTrevor Bramwell1-2/+2
Change-Id: Ifcfc5f06c6b528383ba9d62f8f3f6817239d47f4 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-29Update git submodulesSharada Shiddibhavi1-0/+0
* Update docs/submodules/barometer from branch 'stable/euphrates' - Changing directory in CSV testcases for Barometer This patch contains modifications to the path for CSV directories Change-Id: Ia74a6aba47fc51d0d8783df34eebcfc94e3f011d Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
2017-09-29Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Sort config.yml correctly and correct vnfd names JIRA: SFC-116 It is confusing that our test-1 is in the second position of config.yaml and that it uses test2-vnfd instead of test-vnfd Change-Id: Iffd22f295630bce0ce854d4876c1478c56690cfa Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "lib.sh: Use host bridge in favor of virsh network" into stable/euphrates - lib.sh: Use host bridge in favor of virsh network If a linux bridge already exists on the jump host, with the same name as the value passed via `-B` or the default, use it instead of trying to create a virsh network. Change-Id: If7f0753ec366d429ff101c2b37dd68f895903404 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 96cccf2b507949978c1b37c65961a5182ffbbbfd)
2017-09-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "PDF parsing support" into stable/euphrates - PDF parsing support - add new git submodule pointing to OPNFV Pharos; - use Pharos 'generate_config.sh' to parse the PDF using the Fuel installer adapter and generate <pod_config.yml> dynamically; - build <pod_config.yml> outside current git repo and sync separately to prevent sensitive data leak; - add <pod1.yaml> PDF sample based on LF-POD2, should be used with 'ci/deploy.sh -l local -p pod1'; Change-Id: I4e1b95f180bcd5ade5d86f516628eb8edbe64b1c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 36e4b9754dedef27637c09b510829f686bd469e4)
2017-09-29Update git submodulesRyota MIBU1-0/+0
* Update docs/submodules/doctor from branch 'stable/euphrates' - option: "update_neutron_port_dp_status" This patch introduces new boolean option "update_neutron_port_dp_status", which disabled by default. Change-Id: Iaf7503d5854251fabf816b9bf3fcc1964c231a68 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 9f91aba7ef33d7ad88c3bd004fdf7c5fef65f151)
2017-09-29Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/functest from branch 'stable/euphrates' - Force python2 when creating venv for refstack python3 has been selected since it was installed for doctor [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/41823/ JIRA: FUNCTEST-875 Change-Id: I942122b46dc0ebe594306877f5a0350f876d7c01 Signed-off-by: Linda Wang <wangwulin@huawei.com> (cherry picked from commit f36d607e1b8f7660bbcb4c06d589d4eeb76158e3)
2017-09-29Update git submodulesjuraj.linkes1-0/+0
* Update docs/submodules/fds from branch 'stable/euphrates' - DVR documentation updates Added detailed description Updated picture describing basic scenario Updated deployment instructions Change-Id: Ie89ebc9b489a1317c6d1f4d2f78a5fc38f776e39 Signed-off-by: juraj.linkes <jlinkes@cisco.com> (cherry picked from commit 0f75e4cc82c5c1c7b5f5b2e675fc4ef7066f4635)
2017-09-29Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Merge "Adding python unittests for apex/virtual/*" into stable/euphrates - Adding python unittests for apex/virtual/* Change-Id: I13dd395cd6270cbf0a02855b1d29794ecca06d76 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 9d24ddc56a76175a4b7514cea5c789e2612b2528)
2017-09-28Update git submodulesFeng Pan1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Fix RT KVM scenario Also change first-boot.yaml to handle updated kernel for rt kvm Change-Id: I66b7159731dd286c4a97ba4f3583e229afbb73b3 Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit 68095d704d1aea94f5890f54eefa13929aab737c)
2017-09-28Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/euphrates' - Merge "Fix connection error due to invalid lib version usage." into stable/euphrates - Fix connection error due to invalid lib version usage. Connection timeouts on "requests" objects was developped with requests 2.18 but target runtime is 2.12. Advanced timeout management of 2.18 is not available in 2.12. Change-Id: Ie6d81b91d4bcc0d73cffd007d9e46cdb19e47597 Signed-off-by: Benoit HERARD <benoit.herard@orange.com> (cherry picked from commit 86d5c31424187329f69a7e0efaa9dbe0dac98e56)
2017-09-28Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/euphrates' - Merge "Add log details on SDK first connection." into stable/euphrates - Add log details on SDK first connection. On first call to energy recording API, if API is unreachable, SDK don't do anything anymore. This change add logs on error for this first connection. Change-Id: I88892c769d6208c6ddf5d714d438ab584826844e Signed-off-by: Benoit HERARD <benoit.herard@orange.com> (cherry picked from commit 405a0872282f5b29bb9e60ba19b11b17c8047647)
2017-09-28Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/euphrates' - Switch to OS_PROJECT_NAME It simply conforms with OpenStack keystone v3. JIRA: FUNCTEST-877 Change-Id: I989a6eb4d8564948927c184a899b62ca763ef824 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 5c178f0d30f0701dee0d0a629023f05edfde338e)
2017-09-28Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Modify the list of working topologies After testing, there are three topologies which work and three topologies which do not work because of bugs in OVS and ODL. We remove those two from the testing in 5.0.0 Change-Id: I576768978bfa763725027239081686c95408eef4 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-28Update git submodulesmbeierl1-0/+0
* Update docs/submodules/storperf from branch 'stable/euphrates' - Fix Test Results Updates the key/values that are sent to testresults db. Fixes the PASS/FAIL to ignore _warm_up job. Change-Id: I8af292cd764637cd12cbdb5a2a3e114fbeda5665 Signed-off-by: mbeierl <mark.beierl@dell.com> JIRA: STORPERF-216 (cherry picked from commit 01bad48306bfa00f234dd09ab30a05e9b35b01b2)
2017-09-28Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Fixing typo in test-vnfd Change-Id: I64caba2eea3ff93d082c08915f82be7ef701a3f1 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-28Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Bug fix: Actively disable security on SF port JIRA: SFC-114 Some cases show that it was not enough with the patch: https://gerrit.opnfv.org/gerrit/#/c/42801/ We should explicitely disable security in the SF ports. That can be done with a the antispoofing parameter in the vnfd Change-Id: Ie20ab961633866f48a4abcc299a62e8c55280088 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-28Update git submoduleswutianwei1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Modify the network and DHA files Due to pod2 virtual3 and virtual4 run danube before, we need to change the network and DHA to run euphrates Change-Id: I720138cb960cc6f3a57bf5f777c0debb80f64eba Signed-off-by: wutianwei <wutianwei1@huawei.com> (cherry picked from commit f70d3aa8ffe7878e86b8f12c91c99018924a74b3)
2017-09-28Update git submodulesDimitrios Markou1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Bug fix: Delete unnecessary functions which are causing errors JIRA: SFC-117 Change-Id: I20e12e38a3cf2a9954893cf52187ac153b64bdfa Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-09-28Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'stable/euphrates' - Add post_push hooks It allows creating the stable tags as allowed by Docker hub [1]. [1] https://github.com/docker/hub-feedback/issues/341 Change-Id: I84909b20fc8b926eb5414db7d57100aaa6060f84 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-09-28Update git submoduleschenjiankun1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Create test suite for Euphrates release JIRA: YARDSTICK-814 Test suite: "opnfv_os-odl-fdio-ha_daily.yaml", "opnfv_os-odl-dvr-noha_daily.yaml", "opnfv_os-odl-sfc-noha_daily.yaml" are missing in yardstick-apex-baremetal-daily-euphrates job. We need to create them. Change-Id: I6d8bbeb17cd887776f1f3b401ec80523ea90d3c1 Signed-off-by: chenjiankun <chenjiankun1@huawei.com> (cherry picked from commit 6ecb9a6d50345277645633b1bed4d255dc434222)
2017-09-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'stable/euphrates' - u/fuel: Bump & rebase for MaaS missing inc fixup Change-Id: I041d51eeebfe77aee9a519584f6cfb6f7b740e93 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit a6f17c731f081664fa8c62389669b56b5e8b7c2e)
2017-09-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'stable/euphrates' - u/fuel: Bump & rebase for full PDF support Change-Id: I7ae833b429c018345d0ab061877d27e3183b3dc7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 62d2ed716e79f9ee75d63543249bb21b9115b032)
2017-09-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'stable/euphrates' - u/fuel: Bump & rebase for yamllint cleanup Change-Id: I1144c523596feb64251f08375501cdb73a0d76f6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 6dcb09998dae3c3f2a55fc5169fe7dc9010f8a0f)
2017-09-28Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - MaaS: Fix missing service.maas.cluster.single inc Upstream change [1] made the inclusion of service.maas.cluster.single mandatory by using some default reclass definitions which we don't override explicitly. [1] https://github.com/salt-formulas/salt-formula-maas/commit/ ce118a238bae4bcf19d2f10bca591a40405f7c3c Change-Id: I5746b6906b341a7257e0cd2b4b0bed8ea25840f4 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 4b2dfa552656def5f56a48229705e79c5c7bcfca)
2017-09-28Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - task: fixup s/exe_info/exc_info JIRA: YARDSTICK-785 Change-Id: Ib37498e8df6a520f1d03256b73346fcedab3a177 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 9ea225f671b774c6e373dbaab146d68cac16194e)
2017-09-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "Change vlan tag of lf-pod private network" into stable/euphrates - Change vlan tag of lf-pod private network Change-Id: I66f5b4ac4ab58d3dbc983b0e1bed359a58602dba Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 0e8c582713d70e00975e9a002898bc5cce66eee4)
2017-09-27Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Disable test 2 for 5.0.0 (Euphrates 1.0) Test 2 is continuously failing because of tacker missing functionality Change-Id: I785e79d78df4bfb9f48e20288e261efff741bcd4 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-27Update git submodulesChristian Trautman1-0/+0
* Update docs/submodules/vswitchperf from branch 'stable/euphrates' - trex_prom: Add promiscuous option for trex for SRIOV tests Adds option to enable promiscuous mode for Trex traffic generator to allow for SR-IOV tests to work correctly. Trex by default only accepts packets based on destination MAC address matching what is configured on server in /etc/trex-cfg.yaml. This removes that limitation since SR-IOV tests require mac addresses to be modified in the generated packets to correctly route packets to the relevant VFs. JIRA: VSPERF-531 Change-Id: I19b64f364c8a1b656994c82c96f47a68b92486d8 Signed-off-by: Christian Trautman <ctrautma@redhat.com> (cherry picked from commit 5d08ffdf317d31361a528bf1b6d33cd4d0007600)
2017-09-27Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - Fixes BgpVpn service name and tht fixes BgpVpn service was spelled incorrectly and there were syntax issues with the corresponding heat templates. apex-tripleo-heat-templates: If39072c687dcfb3fcb5c2dab33ecc3755b3396df Change-Id: I94155f4a32af2338bcd58afe3fb602860346a555 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit ff7707530cc80b0d2d039029f97a5ab0048353d4)
2017-09-27Update git submodulesBin Hu1-0/+0
* Update docs/submodules/ipv6 from branch 'stable/euphrates' - Polish wording in ODL Gap Analysis Change-Id: I72766cc15358a63bb6dba6a1afb18014bc9bb55c Signed-off-by: Bin Hu <bh526r@att.com> (cherry picked from commit 9dcfb541a2af0738d5dab68ae4e9ae5b9a7889a9)
2017-09-27Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "Extended PDF support to all baremetal scenarios" into stable/euphrates - Extended PDF support to all baremetal scenarios JIRA: FUEL-275 Change-Id: I67e8d7ab95e35c78a4f960a12733124fe7bffaec Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> (cherry picked from commit 809ea60a05f55d98814f8794a46540edcd2b0298)
2017-09-27Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - [virtual] Switch compute nodes to uca repo Test of snaps_health_check gets console output of instance, which is empty (https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1667033), therefore take affected packages of computes from UCA repo. Change-Id: I4e13a40dd47caf305efd9f393b3c3cf5a17ef312 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit c76d5e92d9e6cdfc614be4a1ed7b9e630c711008)
2017-09-27Update git submodulesBertrand Souville1-0/+0
* Update docs/submodules/doctor from branch 'stable/euphrates' - Merge "Add parallel execution and shortcut notification to inspector design guideline" into stable/euphrates - Add parallel execution and shortcut notification to inspector design guideline JIRA: DOCTOR-73 Change-Id: Ic412b0c5e966f4391bc0f9e5e71d64e23e2eba68 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit 1f00955295c2461a181aa1fa5d8587f12832bf4d)