summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-14Update git submodulesMarkos Chandras1-0/+0
* Update docs/submodules/releng from branch 'master' - jjb: xci: Use the correct SSH configuration file We need to use the XCI specific SSH configuration file so rsync can tranfer the working directory to the virtual machine. This also drop the ironic command like we do in the XCI jobs. Change-Id: I10ce38db6777d5dbfbe62961c88b3902de2160e2 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-14Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "[baremetal] idf support for different board types" into stable/euphrates - [baremetal] idf support for different board types This modification enables having different models of target nodes but restricts them to two groups of the same kind assuming: - 3 KVMs will be same model and have the same NIC names - 2 Compute nodes will be the same model and have same NIC names This is an ad-hoc change for arm-pod7. Will work for all other setups but the jinja2 logic should be evetually extended to support a per board approach, allowing any board to be any kind Change-Id: Ie994d661e3dbe5b9a33d290a850a6152cf320c86 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit ee149500e0e6bde0152aa56140046a2d1b995eb4)
2017-12-14Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - patches: Drop salt ver sync patch, now upstream Upstream pull request [1] was merged, drop out patch. [1] https://github.com/salt-formulas/salt-formula-salt/pull/64 Change-Id: I7aac66349a4bec718f7821b75dbad711cd6acd58 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 8fbafdf8a665fb8fff4d6f9f14c343e109c122ec)
2017-12-14Update git submodulesCharalampos Kominos1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Add tutorial for reclass-doc tool in documentation JIRA: FUEL-293 Change-Id: I2612e8d63875dca4d05f8c30db24a5ae84cc8dea Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 94954c13104b7f7e3bd04a7b5fdbae84a93457ac)
2017-12-14Update git submodulesCristina Pauna1-0/+0
* Update docs/submodules/armband from branch 'stable/euphrates' - Update documentation This documentation is a copy of Fuel@OPNFV documentation Change-Id: I03b289043b3a48ef6d423f958846295e3d26121a Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit 394df04bdd747004416bd6fc8d48a73bb47813cd)
2017-12-14Update git submodulesCristina Pauna1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - Update release notes for 5.1 The release notes are updated with relevant Jira filters and changes since 5.0 Change-Id: If14cb0369ced899d17608ef43e93b848e8b2a5c8 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com> (cherry picked from commit fcb2fd879b9770bc5dd84507895be7d58f02d4ae)
2017-12-14Update git submodulesOnong Tayeng1-0/+0
* Update docs/submodules/fds from branch 'stable/euphrates' - Doc update for Euphrates 5.1 Change-Id: I59bae774ef06e970eb2baf2910bdda8572c99d50 Signed-off-by: Onong Tayeng <otayeng@cisco.com> (cherry picked from commit 6eb4ed8ce9be7135ec65318b7b833f3c487498be)
2017-12-14Update git submodulesramamani yeleswarapu1-0/+0
* Update docs/submodules/barometer from branch 'stable/euphrates' - docs: Adding Compass4nfv installer support details The following two files have been updated with info on deploying Barometer with Compass4nfv installer: docs/release/configguide/featureconfig.rst docs/release/configguide/postinstall.rst Change-Id: I99364b2e08afeee51407020149677c249ed75484 Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
2017-12-14Update git submodulesYifei Xue1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Merge "Add the description for Barometer scenario" into stable/euphrates - Add the description for Barometer scenario JIRA: - Add Barometer scenario to Euphrates release notes. Add DPDK scenario to Euphrates release notes. Add KVM scenario to Euphrates release notes. Change-Id: I26818ed6b2cc801f5a34774088c8bd0a3c702c60 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-12-14Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add separate builders for Yardstick project jobs" - Add separate builders for Yardstick project jobs Added separate builders for Yardstick project jobs, in order to test each context individually. The new builders are: - Unit tests in Python 2.7 - Unit tests in Python 3 - Functional tests in Python 2.7 - Functional tests in Python 3 - Coverage tests - Style guidelines (PEP8) tests JIRA: YARDSTICK-877 Change-Id: I625a956bdaad88277b6ba36852639f23c8cda198 Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Ansible: fix lowercasing issue with ConfigParser by default ConfigParser will lowercase everything, unless you override optionxform. also sort key value in inventory line for consistency https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.optionxform Transforms the option name option as found in an input file or as passed in by client code to the form that should be used in the internal structures. The default implementation returns a lower-case version of option; subclasses may override this or client code can set an attribute of this name on instances to affect this behavior. You don’t need to subclass the parser to use this method, you can also set it on an instance, to a function that takes a string argument and returns a string. Setting it to str, for example, would make option names case sensitive: cfgparser = ConfigParser() cfgparser.optionxform = str Note that when reading configuration files, whitespace around the option names is stripped before optionxform() is called. YARDSTICK-833 Change-Id: Ia1810b0c77922d84e11c9e538540b38816338593 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 3e93bb8ff3ef9ff454d6be13295198dbeac75df7)
2017-12-14Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Increase Functest jjob timeouts" - Increase Functest jjob timeouts Functest has multiplied the testcases and integrates several ones which are growing (e.g. snaps). 4 hours is reached if snaps or one vnf testcase fails (20 minutes). https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-14Update git submoduleswutianwei1-0/+0
* Update docs/submodules/releng from branch 'master' - Increase the timeout of Compass Deploy Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Fix controller IP parsing in "nsb_setup.sh" script" into stable/euphrates - Fix controller IP parsing in "nsb_setup.sh" script Fixed the controller IP parsing in "nsb_setup.sh" script. The new regex expression now accepts "OS_AUTH_URL" as: * http://10.237.223.168/identity * http://10.237.223.168:5000/identity * http://hostname/identity * http://hostname:5000/identity JIRA: YARDSTICK-829 Change-Id: Ifaeab991bcbb6aa7b22c3533ab7554527184878b Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> (cherry picked from commit b5e35986a77831841b064e435a6041a121634bec)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB Prox BM test case fixes for scale up" into stable/euphrates - NSB Prox BM test case fixes for scale up YARDSTICK-839 In a scale-up test the VNF number can start from 0 to MAX (num_vnf-1) The NSB PROX BM test nodes are currently marked as: tg__0: trafficgen_1.yardstick vnf__0: vnf.yardstick They need to be changed to the below: tg__0: tg_0.yardstick vnf__0: vnf_0.yardstick Changes done are: - All BM Prox test cases have tg_0 and vnf_0 as default test nodes - The prox-baremetal-1/2/4.yaml sample pod file - Cleaned Up some unused Prox test/config files Change-Id: I819011bcb35eda62b17dd3e1035918918c582b13 Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit 4b0bf9ea920b461b6464d0c6888b3b0bcc9a0004)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Add vfw ixload testcase for heat" into stable/euphrates - Add vfw ixload testcase for heat - concurrency - connections/second - throughput Change-Id: Idb977462952fba2e6a9684e916dfeca810f1ee94 Signed-off-by: Jennifer Li <jennifer.li@intel.com> (cherry picked from commit 4e679598b82b5fe6931374452476b6d057868535)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB "Prox" : Cleanup duplicated traffic profile" into stable/euphrates - NSB "Prox" : Cleanup duplicated traffic profile JIRA: YARDSTICK-848 The NSB PROX MPLS test uses Binsearch traffic profile and the mpls traffic profile is a duplicate. Change-Id: Ie2124cebf306fd6917b70ecd7c23ae12ef4850dc Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit 1b9cc8a38a4866797bd49d006e22607b348f42ac)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB: update vfw tc_heat_external tests" into stable/euphrates - NSB: update vfw tc_heat_external tests rename xe0, xe1 to uplink_0, downlink_0 enumerate tgs/vnfs starting from 0. add disable_dhcp Change-Id: Ia4f08b3ad5ab298192c249d04b10a6efbe4f210e Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit b3a48eddc398c23523e379e6838160d456cf4368)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB TRex: convert DPDK port number to logical TRex port number" into stable/euphrates - NSB TRex: convert DPDK port number to logical TRex port number when we create TRex config we sort based on PCI bus address and create a logical port ordering. We need to save this port ordering and re-use it everywhere. redirect vnfd_helper.port_num() to resource_helper.port_num() to use the logical mapping Change-Id: Ibff628556d5e11e686e15716a66a3210758c4ff0 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit ce52059f5f78912eeff2d97235c1028c218bf960)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB: Fix IndexError in pin_vcpu_for_perf" into stable/euphrates - NSB: Fix IndexError in pin_vcpu_for_perf This addresses the IndexError in Standalone SRIOV/OVSDPDK context. The correct sys_cpu number should be sys_cpu-1 Error: threads = "%s-%s" % (soc_cpu[socket][sys_cpu], soc_cpu[socket][-1]) IndexError: list index out of range Tested platform: (Hyper-Threading disabled) NUMA node0 CPU(s): 0-21 NUMA node1 CPU(s): 22-43 With socket equal to 0, sys_cpu value was 22 which resulted to IndexError. Change-Id: I36b045cacce4caff4b5ddafaa9b6737f1c6df0a1 Signed-off-by: Dino Simeon Madarang <dinox.madarang@intel.com> Reviewed-by: Alain Jebara <alain.jebara@intel.com> Reviewed-by: Deepak S <deepak.s@linux.intel.com> Reviewed-by: Ross Brattain <ross.b.brattain@intel.com> Reviewed-by: Edward MacGillivray <edward.s.macgillivray@intel.com> (cherry picked from commit 78fff64b00e255d7e4624bcc62faddc0d135e5a2)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB Prox LW_AFTR Test" into stable/euphrates - NSB Prox LW_AFTR Test JIRA: YARDSTICK-802 Addition of PROX LW_AFTR basked on PROX/DATS v037 test_104_lw_aftr.py - This support BM and Openstack Heat - This supports 4 Ports ONLY - Grafana Dashboards included - Code Coverage / Unit testing Change-Id: If2170ab458bf687256d5f1a1e840a3b9d2788ef7 Signed-off-by: Daniel MArtin Buckley <daniel.m.buckley@intel.com> Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> (cherry picked from commit b9e394b2f0955c76f883021c4f65c136b80d9261)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Adding vFirewall HTTP Traffic Profiles for tests including Concurrency, CPS, TPUT, TPS for 2Ports and 4Ports" into stable/euphrates - Adding vFirewall HTTP Traffic Profiles for tests including Concurrency, CPS, TPUT, TPS for 2Ports and 4Ports Change-Id: I3c7f047dc6d1545093aed6f64ccaed9f90d85af3 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>  (cherry picked from commit 61bf9771f05f0347f12617b7013b13d5fcb4981b)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Adding vFirewall HTTP Traffic Profiles." into stable/euphrates - Adding vFirewall HTTP Traffic Profiles. Modified http_locator location for 64K, 256K, 512K and 1024K concurrency files. The traffic profiles include various http locator image sizes i.e 4K,64K,256K,512K and 1024K The traffic schema is changed to "nsb" from "isb" for all the traffic profiles Change-Id: I012da8daaa880ca80db2d3b08cebd9a73c19cd47 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>  (cherry picked from commit bb2da407193d6a5747cf15069d61cceb4c6bf1f7)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Dockerfile: apt-get clean to save layer space" into stable/euphrates - Dockerfile: apt-get clean to save layer space it seems like normally Dockerfiles do an apt-get clean to remove apt cache and save space on docker layers Change-Id: I2ac9d30daa917973c3ba76a50cda67d6ecb8c47a Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 952c68f74c03facff84b987aa508040dd43ee30b)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Heat: add availability_zone" into stable/euphrates - Heat: add availability_zone Users would like to ensure placement of VMs on specific compute nodes so that the measurements are meaningful. Examples: Measure network performance in different scenarios (VMs in same host, in different hosts, across fabric, across tenants) Example: context: name: yardstick placement_groups: pgrp1: policy: "availability" servers: tg_0: floating_ip: true placement: "pgrp1" availability_zone: "zone2" vnf_0: floating_ip: true placement: "pgrp1" availability_zone: "zone1" Change-Id: I28a757c25ae3f5b3571ab3edd82d51ceba32c302 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 81b9d338268f47f3d8863f10ef3940f0ea79d618)
2017-12-14Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "Addition of IPv6 icpm, udp and tcp to Neutron Security Group" into stable/euphrates - Addition of IPv6 icpm, udp and tcp to Neutron Security Group When creating a Neutron security group for a heat template. Add IPv6 security group rules to access the resouces. Change-Id: I0b541dfe400121e35908a70778665ee1576f0622 Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com> (cherry picked from commit 3cfdda00a291cf911e2948da774929ad23a60452)
2017-12-14Update git submodulesEmma Foley1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Update links to documentation in README.rst The links to the docs in README were pointing to Colorodo documentation. For master, this should not be pinned to a particular release, but should show the most recent docs at all times. Change-Id: I3186ea0dbc5105812407a0f87e02d99899a951a0 Signed-off-by: Emma Foley <emma.l.foley@intel.com> (cherry picked from commit 9ea682e950598d39fa53ccabe6c1cd0a4fe426bd)
2017-12-14Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'stable/euphrates' - release notes for 5.1 Change-Id: I9c78a00fff2dce8efd0efd2879e932cc3298e578 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-12-14Update git submodulesramamani yeleswarapu1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - Add collectd role to compute host only Change-Id: Ibe7d8cb58590da79442a02c4f0e57434eea0e5e4 Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> (cherry picked from commit e22dac31b54f0f343d74a8ea0779671324313997)
2017-12-14Update git submoduleswutianwei1-0/+0
* Update docs/submodules/compass4nfv from branch 'stable/euphrates' - add the barometer dha file for CI running huawei-pod1 huawei-pod2 intel-pod17 Change-Id: Icc592d070a7835245f706699df6927af296bf5bd Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-14Update git submodulesJack Morgan1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Merge "Updated fuel adapter (ODL)" into stable/euphrates - Updated fuel adapter (ODL) Change-Id: I4ff233460bb4fbd88277f2798f5f6380ff3b367d Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> (cherry picked from commit eeb38b5a9e900d2e0e1e52276f6b2e533eee4b1c)
2017-12-14Update git submodulesJack Morgan1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Merge "[fuel] IPMI: Trim netmask from IP passed to MaaS" into stable/euphrates - [fuel] IPMI: Trim netmask from IP passed to MaaS Change-Id: I683788846a716f1af6ae8aa3b25cc3a866ae0045 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit 845813111aba4c28af1acca32dc4b4f1b0640c19)
2017-12-14Update git submodulesJack Morgan1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Merge "[fuel] Assign public network to proxy nodes" into stable/euphrates - [fuel] Assign public network to proxy nodes Change-Id: I8d4cc9505eb1d405b8f6a3ef1053249d803bda7b Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit af9e2a904ad7f1e44ba26cf9cebbc8bb3f7d8842)
2017-12-14Update git submodulesJack Morgan1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Merge "PDF: generate_config: Add IDF parsing support" into stable/euphrates - PDF: generate_config: Add IDF parsing support For a given 'podN.yaml' file, check whether a file named 'idf-podN.yaml' exists in the same directory, and if it does, pass its contents under the 'idf' dict key to the j2 template. This assumes the contents of IDF yaml have a root 'idf' key. Change-Id: I6c6f1b9f28c38989f8a6ed4a389c9a1da423d76d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit e5c76e735a99395ab075f95c0f4105f8727a834e)
2017-12-14Update git submodulesGuillermo Herrero1-0/+0
* Update docs/submodules/pharos from branch 'stable/euphrates' - Updated fuel adapter (vlan1000, interfaces format) Change-Id: I848f13acca08c4c8a24eeecd3554ea6d50bbb565 Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com> (cherry picked from commit 908dab58edbbe8f22db14a9261693a54e9b2d8fd)
2017-12-13Update git submodulesBin Hu1-0/+0
* Update docs/submodules/ipv6 from branch 'stable/euphrates' - Updated Release Notes for Euphrates 5.1 Release Change-Id: I78bb0ea3031c3c7faa00b97061e52574643f7654 Signed-off-by: Bin Hu <bh526r@att.com> (cherry picked from commit 3f568e586686a93225e311444e73fe6cb0cab713)
2017-12-13Update git submodulesManuel Buil1-0/+0
* Update docs/submodules/sfc from branch 'stable/euphrates' - Update the release notes Change-Id: I3f5a42f9653945812696caf61f5c4bcb8a2175ed Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-12-13Update git submodulesMichael Polenchuk1-0/+0
* Update docs/submodules/fuel from branch 'stable/euphrates' - [ovs/dpdk] Split out networking restart action In common openstack_ha state the networking service restart has no expected effect, so split it out into the detached post-deployment state. Change-Id: Iaaae0cd048474667895b7abf2a77196ee3dee14b Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-12-13Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'stable/euphrates' - added OS_interface and password mechanism. Change-Id: I94200b129287249f714d74e5ae768bb0fcd57eb8 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit c129114d52a84187f9eeca21a46fa68567603c97)
2017-12-13Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/joid from branch 'stable/euphrates' - cleanup code 1. remove unused code due to juju>2 & maas>2.2 in Ubuntu16.04 2. remove deprecated 03-maasdeploy.sh 3. remove other unused code Change-Id: I20fd0e96400db1262b0df3ef2b502c8001dd5b76 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit 2819ba063c1a9896ccf437f85ca4c2ee463d7e80)
2017-12-13Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'stable/euphrates' - Merge "Revert "adding the OS_INTERFACE so that openstack client would use public."" into stable/euphrates - Revert "adding the OS_INTERFACE so that openstack client would use public." This reverts commit 61c0f2deba133c0a180e4d9462927c86973c8390. Change-Id: I896fe862aba17e9af20f7ca0c9e348a1575b4fd4 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-12-13Update git submodulesRyota MIBU1-0/+0
* Update docs/submodules/apex from branch 'stable/euphrates' - docs: fix default password and yum.repo.d - password for root in debug mode is defined in DEBUG_OVERCLOUD_PW document has to be updated - '/etc/yum.repo.d' is the right yum repo directory in Cent OS 7 Change-Id: Ia97e3878bd30d562bd3c3b7776e80440b20a4111 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 5e958e5488338dca587e9ed1b694c1719939d739)
2017-12-13Update git submodulesMaryam Tahhan1-0/+0
* Update docs/submodules/barometer from branch 'stable/euphrates' - Merge "docs: Update post install instructions." into stable/euphrates - docs: Update post install instructions. Change-Id: Id619067b4d828518ba4b526feab44db42ffc9a0a Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-12-13Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[Compass4nfv]change the timeout of verify" - [Compass4nfv]change the timeout of verify Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-13Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Allow intel-pod18 to push results to the DB" - Allow intel-pod18 to push results to the DB Change-Id: I54447764996a4e2bb303a9e71cc525e999c1bdd5 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-12-13Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "KVMFORNFV: Reverting LiveMigration changes" into stable/euphrates - KVMFORNFV: Reverting LiveMigration changes This patch consists of reverting the changes of patch 45227 and incudes redirecting the console output of the LiveMigration execution to /dev/null as the stdout contains only the statistics, i.e., totaltime, downtime and setuptime. This reverts commit 5a1f65d3e7d67488ee6f558dccfa5ca5581ddb65. Change-Id: I252b5a4045657cfa8362e9aae755249480cd3b77 Signed-off-by: Navya <navyax.bathula@intel.com> (cherry picked from commit 3ca70b916c386b7ec4d9a7f2f9bb6fec2e917785)
2017-12-13Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[Compass4nfv] add nosdn-bar-ha scenario" - [Compass4nfv] add nosdn-bar-ha scenario Change-Id: Iaf4cc72fe31bbf6f7d492e33c33abf056ccafcf4 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-13Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[Compass4nfv] run centos in intel-pod17" - [Compass4nfv] run centos in intel-pod17 Change-Id: Ifbe959d178781c14a9d32db78d84972d2505c8dc Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-13Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Enable jobs on compass Master and Euphrates" - Enable jobs on compass Master and Euphrates Dovetail now have jobs on Compass danube on huawei-pod7. Add jobs on Compass master and euphrates. Scenario os-nosdn-nofeature-ha and os-odl_l3-nofeature-ha. JIRA: DOVETAIL-574 Change-Id: I502c59365248122480cdb5be2bb79582150591e4 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-13Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'stable/euphrates' - [docs] Refresh reference for opnfv-5.1.0 Change-Id: I0ef56ea85f4c401064a8cc4baf9672dc58521193 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>