Georg Kunz [Thu, 6 Sep 2018 08:45:01 +0000 (10:45 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Adapting local docs build and remove build warnings
The OPNFV docs project will remove its submodules and enable local docs
builds. This patch prepares the Dovetail repo according to the official
transition guide:
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
This patch also applies syntactical changes which eliminate the sphinx
doc build warnings.
Change-Id: Ief8fd2d1c3e39b232d214a9ab392879ee4a492c8
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Harry Huang [Tue, 18 Sep 2018 02:48:32 +0000 (02:48 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Skip openvswitch reinstall task for sfc"
- Skip openvswitch reinstall task for sfc
JIRA: -
Change-Id: I56867d6c9b1f4db4c5f762e93dcf7164918c8ef9
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
HU Xinhui [Tue, 18 Sep 2018 01:34:15 +0000 (01:34 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Add kubespray to perform the result check"
- Add kubespray to perform the result check
Change-Id: I61f4d97e68e137d4cadfad1dd260c69788946c47
Signed-off-by: yjun <xy.0520@hotmail.com>
Aric Gardner [Fri, 14 Sep 2018 21:02:53 +0000 (17:02 -0400)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Fix links to remove references to submodules
All references to submodules must be removed for docs to
work going forward.
Can be tested once your project has a local tox file
Change-Id: Ia3e70902fb23c3612372b01aa2f51512057af951
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Ricardo Noriega [Tue, 11 Sep 2018 16:28:29 +0000 (18:28 +0200)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fix per-network routes to NIC templates dependency
Change-Id: I9e01f1164fc72915b92dfb1c0aad7414c484567e
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Aric Gardner [Mon, 17 Sep 2018 17:01:14 +0000 (17:01 +0000)]
Merge "Documenting OPNFV GCE machins"
Tina Tsou [Mon, 17 Sep 2018 14:26:53 +0000 (14:26 +0000)]
Update git submodules
* Update docs/submodules/auto from branch 'master'
- Merge "update of INFO.yaml"
- update of INFO.yaml
removed Mohan
need +2 from enough current committers
Change-Id: Iab1c04e0aa6f06b9080ac5729be7372e4d0c834c
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
louie.long [Mon, 17 Sep 2018 02:07:30 +0000 (10:07 +0800)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Align testcase formats and complete volume testcase descriptions.
Change-Id: Ie7497f6e5ef79726d8cbbcd9f05bffa2aac6c8b8
Signed-off-by: louie.long <longyu805@163.com>
Yibo Cai [Mon, 3 Sep 2018 02:25:46 +0000 (10:25 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- docs: update arm deployment doc
Change-Id: I09558eea301f7823d37b9303a46420dacd411569
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Yang (Gabriel) Yu [Mon, 17 Sep 2018 08:37:18 +0000 (08:37 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "bug-fix: kubectl not installed in Bottlenecks docker"
- bug-fix: kubectl not installed in Bottlenecks docker
JIRA: BOTTLENECK-246
Resulting in falure in executing k8s capacity test in
Bottlenecks CI
Change-Id: Ibf94ccc3d9ce6963ddbc76f8e2168b3a841e347b
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Manuel Buil [Mon, 17 Sep 2018 07:48:31 +0000 (07:48 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Refactor unit tests in 'test_odl_utils.py'"
- Refactor unit tests in 'test_odl_utils.py'
JIRA: SFC-126
JIRA: SFC-129
Some of the unit tests I wrote earlier needs to be separated into
individual unit tests, which Mr Dimitrios has mentioned in one of
my previous commits. Unit tests are supposed to be independent &
should only test one test case at a time. This patch fixes them.
Change-Id: Iaf20e5868491f0627882929a953f3c4a3273f626
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Fatih Degirmenci [Sun, 16 Sep 2018 13:01:31 +0000 (13:01 +0000)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: Drop custom XCI certificates"
- xci: Drop custom XCI certificates
OSM requires a CA even when we create a self-signed certificate. We
don't actually need to do that since HAproxy and friends can create the
whole chain for us, so we can finally get rid of this playbook.
installer-type:osa
deploy-scenario:os-nosdn-nofeature
Change-Id: I14a3adbe3492cd6c562c5167c42dd45756e8e3dd
Signed-off-by: Markos Chandras <mchandras@suse.de>
Yang (Gabriel) Yu [Sun, 16 Sep 2018 07:43:46 +0000 (07:43 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "bug-fix: get k8s config"
- bug-fix: get k8s config
JIRA: BOTTLENECK-243
Geting k8s config using sshpass will fail when frst time
loginning to k8s master. Add -o StrictHostKeyChecking=no
to input the prompt.
Change-Id: Ib9ab3617b6d50ab85be317faf715f751fcda9149
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Sam Hague [Sat, 15 Sep 2018 13:58:05 +0000 (13:58 +0000)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "Fix links to remove references to submodules"
- Fix links to remove references to submodules
All references to submodules must be removed for docs to
work going forward.
Can be tested once your project has a local tox file
Change-Id: I8953e7bece19cb5ab733ce15733e4668ca8d6bc1
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Cédric Ollivier [Sat, 15 Sep 2018 08:56:25 +0000 (10:56 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Disable test_auto_allocated_topology_rbac in patrole
It fails at least vs OpenStack Queens.
OPNFV Gambia Installers are still falsy running latest then we do
disable it.
It has to be double checked as soon as Functest can be verified vs
Rocky or newer.
Change-Id: I7126c61d0c26b16f9058ed813af3344ca2930a86
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Yang (Gabriel) Yu [Fri, 7 Sep 2018 07:00:15 +0000 (15:00 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- docs for k8s capcaity test
JIRA: BOTTLENECK-245
Change-Id: Id7a0a9bfdebea8a9655e744ce9edf3963e61a024
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Xavier Simonart [Tue, 4 Sep 2018 09:58:36 +0000 (11:58 +0200)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Improve l3fwd performance
JIRA: SAMPLEVNF-128
Improve performance of l3fwd use-case.
L3fwd did not disable TX offload flags, which resulted in
non-vector mode to be used in pmd in some cases like bare-metal.
Note that in some cases such as virtio, vector mode was already
used as OVS reports that it does not support TX-offload, hence
TX-offload was already disabled on virtio.
Using vector mode usually brings higher performance.
Change-Id: I102b846d604a9cf28c6b7dae8bedbe918ccfcf6c
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Cedric Ollivier [Fri, 14 Sep 2018 18:42:24 +0000 (18:42 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Change dir when calling stestr"
- Change dir when calling stestr
https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-master/467/console
Change-Id: Icaa773cf61397650e73a01b182a759dd64b11b95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Fri, 14 Sep 2018 18:16:29 +0000 (18:16 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Update snaps commit id"
- Update snaps commit id
In order to get fix for ovs/dpdk based scenarios vs snaps_smoke suite.
Change-Id: Ib815d96968daa13ae186e2dd6ae0a7686347bb13
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Thu, 6 Sep 2018 19:12:00 +0000 (21:12 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update Release Notes
Change-Id: I51fd66dc73bb5f0628454eabbd629a6fbda3666d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Dimitrios Markou [Fri, 14 Sep 2018 13:55:06 +0000 (16:55 +0300)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Bug fix : Increase NUMA nodes RAM
Each compute node has 16 GB of RAM but those GBs are splited wrongly
to each NUMA node (4 GB instead of 8 GB).
JIRA: FUEL-387
Change-Id: Ibe784727c8a262b41add04ad3a41c70f25ded684
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Patrice Buriez [Thu, 13 Sep 2018 13:01:32 +0000 (15:01 +0200)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Fix Yardstick Docker image ARM build
Soften sed pattern, in order to cope with new contents of
ansible/install.yaml, recently modified by change 61173.
Previous sed pattern does not work anymore against this changed line:
https://gerrit.opnfv.org/gerrit/#/c/61173/4/ansible/install.yaml@39
JIRA: YARDSTICK-1411
Change-Id: I1e1ebd454900252c29263e746470e18e3139e016
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Cédric Ollivier [Fri, 14 Sep 2018 05:11:13 +0000 (07:11 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update get_openstack_version()
It takes Rocky maximum version into account.
Change-Id: I55469de4a63f1f824222660130a20d7fd8fa42c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Michael Polenchuk [Thu, 13 Sep 2018 10:19:52 +0000 (14:19 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [ha] Get OVS 2.9 & DPDK 17.11 from UCA repo
* to be compatible with HWE kernel
* make neutron balancing to RR back
* turn off glance v1 api support (doesn't relevant for now)
Change-Id: I916aae10f523be339c20de32218ce03c245afe72
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Thu, 13 Sep 2018 19:56:51 +0000 (21:56 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Disable all OPNFV Features
For the time being, none is synced to run vs OpenStack master or
Rocky.
Change-Id: Iad0b99cfc1407fb514ddf4580363e03d94b4a498
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Update Patrole to 0.4.0
Change-Id: I6e4634b4633075c0146bef064deb28f2ae34472b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Switch to networking-* master
Change-Id: Iee875b514c27e6f8b95517cf6cf2c4325fb3acba
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xudan [Thu, 13 Sep 2018 02:53:39 +0000 (22:53 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Update code base and docs to 2018.09
The official name of the next release is going to be 2018.09.
We need to rename all occurrences of 2018.08 in the code base,
the documentation, and the web portal.
JIRA: DOVETAIL-740
Change-Id: Ie0e532d6671b7590454e9afd960a2934f313a022
Signed-off-by: xudan <xudan16@huawei.com>
Abhijit Sinha [Thu, 13 Sep 2018 16:23:25 +0000 (16:23 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup unittests for test_lmbench"
- Cleanup unittests for test_lmbench
unused-arg check was re-enabled after being disabled at a file level.
Changes were made so that the file conforms to our testing conventions.
Change-Id: Ie34a0088258c1aaff6cb0fdf0b86b37920d35bd6
JIRA: YARDSTICK-1384
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Mytnyk, Volodymyr [Thu, 13 Sep 2018 13:36:24 +0000 (14:36 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Assign IXIA ports in one call instead of one by one
Assigning IXIA ports one by one takes more time than
assign all ports by once. Also, assigning ports in
one call resolves the assign port issues caused on
some IXIA chassis versions.
JIRA: YARDSTICK-1425
Change-Id: Ibb08e40ee1a8762573f6752bdd1f583c5a1d9d2a
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Cédric Ollivier [Thu, 13 Sep 2018 14:02:47 +0000 (16:02 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix typo
This line should have been deleted by the previous commit.
Change-Id: I18eb2dcc3c6124127c2bba2c9ec6e524caae8b09
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Fatih Degirmenci [Thu, 13 Sep 2018 05:33:48 +0000 (23:33 -0600)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- Enable post-deployment for k8s based scenarios
k8-calico-onap scenario will have post deployment tasks to
install ONAP using OOM so post-deployment tasks are required
to do that.
deploy-scenario:k8-calico-nofeature
installer-type:kubespray
Change-Id: I67c8188cb573f6fc5c80e15a9101cacca1b7b10e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Cédric Ollivier [Thu, 13 Sep 2018 12:47:53 +0000 (14:47 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update rally to conform with cinder micro API
It was applied on ollivier containers to ensure rally can verify
cinder [1].
[1] https://review.openstack.org/#/c/587314/
Change-Id: I579dca8e6c2c7b3d7f49bca7a6b0c14e18a8e907
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Thu, 13 Sep 2018 09:34:41 +0000 (11:34 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update constraints to OpenStack master
Change-Id: I77765db676e06fef5ccb9ae73a9c995ad4fb76d2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Harry Huang [Thu, 13 Sep 2018 10:58:25 +0000 (10:58 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Add license"
- Add license
Change-Id: I139c48ca3498a5a1e399abb3ef999da67a47c921
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Emma Foley [Thu, 13 Sep 2018 10:49:41 +0000 (10:49 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add UT: ArithmeticRunner exception handling"
- Add UT: ArithmeticRunner exception handling
* Use time.sleep to avoid multiprocessing.Queue broken pipe error.
JIRA: YARDSTICK-1245
Change-Id: I1ef1f8e68a553278996b38c226314c13dd974faa
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Mytnyk, Volodymyr [Thu, 13 Sep 2018 08:46:09 +0000 (09:46 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- IXIA traffic mac address is set incorrectly
IXIA API sets the src/dst mac of the traffic always into
default value. The `srcmac`/`dstmac` is never set in `traffic_param`
map [1]. Instead the src/dst mac is stored in traffic_param[`outer_l2`].
[1] https://gerrit.opnfv.org/gerrit/gitweb?p=yardstick.git;a=blob;f=yardstick/network_services/traffic_profile/ixia_rfc2544.py;h=
44bf2eafc7f8cf03ebd2c8520d316358fe1e5fc2;hb=HEAD#l92
JIRA: YARDSTICK-1423
Change-Id: Iabab7a54404b284d3b95bbea6c8624233c138351
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Cédric Ollivier [Thu, 13 Sep 2018 07:14:43 +0000 (09:14 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Updated from global requirements
Change-Id: I98eb95664569d392af266b22c054f7a2121c98db
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Rex Lee [Thu, 13 Sep 2018 08:26:52 +0000 (08:26 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Update configure_uwsgi run in baremetal/container"
- Update configure_uwsgi run in baremetal/container
Now "daemonize" prevents from installing Yardstick on baremetal.
Configuring:
"daemonize" in case "container" installation mode;
"logto" in case "baremetal" installation mode;
JIRA: YARDSTICK-1395
Change-Id: Ie390464db9c0816583edc711ed6526629d091bd3
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Harry Huang [Thu, 13 Sep 2018 03:59:32 +0000 (03:59 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "update quickstart_k8s.sh to support arm64"
- update quickstart_k8s.sh to support arm64
Change-Id: Ibb4839c34f86f701c2938fafd32b2669b06235aa
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Harry Huang [Thu, 13 Sep 2018 03:56:41 +0000 (03:56 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Support multiple url when building compass tar ball"
- Support multiple url when building compass tar ball
JIRA: COMPASS-617
1. Use aria2 instead of curl to download package from
different sites
2. Add an internal file server to accelerate building
process for CI
Change-Id: I2dca7a9a3fccf51165d0239126571fa16b94ebee
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Trevor Bramwell [Mon, 10 Sep 2018 23:30:41 +0000 (16:30 -0700)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- Local Docs Builds
Added local sphinx documentation build following this guide:
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
Change-Id: I8d0c430e6fff46dc1bf869fd54f304b0994aca8a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Rex Lee [Thu, 13 Sep 2018 01:30:23 +0000 (01:30 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Revert "Bugfix: ansible version should be the same both in Dockerfile and requirements.txt""
- Revert "Bugfix: ansible version should be the same both in Dockerfile and requirements.txt"
This reverts commit
662de49b9f6c116d15882aed9e678cd3cf67494b.
JIRA: YARDSTICK-1411
Change-Id: Id277aa8711c9ff77e085d26c90546eecc3490535
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Rex Lee [Thu, 13 Sep 2018 01:30:08 +0000 (01:30 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Create a sample fio test case base on kubernetes"
- Create a sample fio test case base on kubernetes
make samples/fio.yaml to support both Openstack and K8s
with context_type specified. It defaultly use Heat context, if
for k8s,
yardstick -d task start samples/fio.yaml --task-args
'{"context_type": "Kubernetes"}'
JIRA: YARDSTICK-1309
Change-Id: I2b0d61cf2f197ec8c60bda0ab4ff51594709f482
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Rex Lee [Thu, 13 Sep 2018 01:29:18 +0000 (01:29 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Create a sample lmbench test case base on kubernetes"
- Create a sample lmbench test case base on kubernetes
make samples/lmbench.yaml to support both Openstack and K8s
with context_type specified. It defaultly use Heat context, if
for k8s,
yardstick -d task start samples/lmbench.yaml --task-args
'{"context_type": "Kubernetes"}'
JIRA: YARDSTICK-1310
Change-Id: Ifa542e830fb5ab7823bd4f994ab5d7a8e8a5b415
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Rex Lee [Thu, 13 Sep 2018 01:27:36 +0000 (01:27 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "tc046 kill keystone process condition incorrect - dovetail"
- tc046 kill keystone process condition incorrect - dovetail
Change-Id: If01abfd5a99b4cea74f835e258f3a982af9446cd
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Eddie Arrage [Sat, 8 Sep 2018 00:15:18 +0000 (00:15 +0000)]
Update git submodules
* Update docs/submodules/clover from branch 'master'
- Fix missing psutil dependency in nginx services
- A psutil dependency was added in the latest Clover server version
that was not added to the docker builds of the lb/proxy
Change-Id: Id48c3446a93d6b9cef65d453266d0bf15eddf6cc
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Manuel Buil [Wed, 12 Sep 2018 16:34:32 +0000 (18:34 +0200)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: osa: Bump SHA for os_neutron
We require the following patch to deploy ODL when using Ubuntu
https://review.openstack.org/#/c/597003/1
This SHA bump adds it
Change-Id: I0382a4c3946aeff2ddd86a932055dd770c520c74
Signed-off-by: Manuel Buil <mbuil@suse.com>
Alexandru Avadanii [Wed, 12 Sep 2018 17:53:55 +0000 (19:53 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [docker] Relax verify check for docker pull
JIRA: FUEL-383
Change-Id: I9203aa8d20def5b78d261f8c6847ddc576f0feb7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Wed, 12 Sep 2018 15:11:39 +0000 (15:11 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[docs] Update documentation on scenarios for MS6"
- [docs] Update documentation on scenarios for MS6
Added/updated the scenario files for the scenarios we support in Gambia
Change-Id: Ib463e3122999e0cf554599fb8637c20cf77b825d
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
xudan [Mon, 10 Sep 2018 09:40:56 +0000 (05:40 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Remove neutron trunk test cases with href links
There is a bug with neutron when using href links to get url.
This is fixed with Pike.
This is the patch,
https://review.openstack.org/#/c/356707/
These are the related files of Ocata and Pike,
https://github.com/openstack/neutron/blob/stable/ocata/neutron/api/api_common.py#L68
https://github.com/openstack/neutron/blob/stable/pike/neutron/api/api_common.py#L95
There are 2 test cases in neutron trunk related to this.
Remove these 2 test cases since Dovetail should support 4 versions from M to P.
Change-Id: I8aac88e4688157def1d6642eaa64bba56dde49ba
Signed-off-by: xudan <xudan16@huawei.com>
Alexandru Avadanii [Wed, 12 Sep 2018 13:24:07 +0000 (13:24 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[cleanup] FN VMs: Fold user-data templates"
- [cleanup] FN VMs: Fold user-data templates
While at it, retire obsolete MAAS_IP global variable and let mas01
VM get a DHCP address from virsh-managed mcpcontrol network.
Change-Id: Ifd85dbcab10894a5d0d675d37f0c35f09776d9b4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cédric Ollivier [Mon, 10 Sep 2018 04:12:44 +0000 (06:12 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Ease adding proxies in vms
It eases running VNFs behind proxies as they download packages.
Change-Id: I187078dab744c51188b9835417d1a29fad1b4bd6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Manuel Buil [Tue, 11 Sep 2018 15:40:05 +0000 (17:40 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Use block=True to avoid race conditions
If we do things asynchronously, the instance might not be ready and the
information we get is not complete (e.g. port missing). Using block=True
fixes the problem
Change-Id: I9f90f52656553b8da8697477250ed631be884196
Signed-off-by: Manuel Buil <mbuil@suse.com>
Harry Huang [Wed, 12 Sep 2018 06:21:05 +0000 (06:21 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "[stor4nfv] Update os-stor4nfv role for OpenStack deploy"
- [stor4nfv] Update os-stor4nfv role for OpenStack deploy
Installs osdsdock in ceph-mon_container.
Configures the endpoints for Ceph, OpenSDS and Cindercompatibleapi.
Change-Id: I23143a5f53974bf342208b6a801dad05ccb03bfa
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Harry Huang [Wed, 12 Sep 2018 06:20:56 +0000 (06:20 +0000)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "[stor4nfv] Update k8s scenarios"
- [stor4nfv] Update k8s scenarios
Makes a few changes to 'stor4nfv' role to create csi pods.
Change-Id: I179b82ddb524738a42ff1f7dcd36424d50a5c502
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Michael Polenchuk [Tue, 11 Sep 2018 11:33:06 +0000 (15:33 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Update OpenDaylight version to Fluorine
Change-Id: Ie8ec7c94b2831dce88bde39c7fe219faaad21c5e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Qiaowei Ren [Tue, 11 Sep 2018 02:54:20 +0000 (10:54 +0800)]
Update git submodules
* Update docs/submodules/stor4nfv from branch 'master'
- ceph: shared persistent read-only rbd cache
This patch introduces introduces RBD shared persistent RO cache which
can provide client-side sharing cache for rbd clone/snapshot case.
Change-Id: Icad8063f4f10b1ab4ce31920e90d5affa7d0abdc
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Signed-off-by: Dehao Shang <dehao.shang@intel.com>
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Michael Polenchuk [Tue, 11 Sep 2018 09:55:21 +0000 (13:55 +0400)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Pass flavor metadata into heat template
Change-Id: I660c7421c9c43d4603cf05489ca39f781467e3a1
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Mon, 10 Sep 2018 13:10:33 +0000 (15:10 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix godeps commit id
Change-Id: I7af07849fb70ef53f293002f313035b46731b705
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Tim Rozet [Fri, 24 Aug 2018 16:46:55 +0000 (12:46 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Updates Calipso deploy settings
Change-Id: Ibfbd08dc2fa5fca95668fd0590707cfebd92099f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Abhijit Sinha [Tue, 11 Sep 2018 11:54:34 +0000 (11:54 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add IxNextgen API for creating PPPoX configurations"
- Add IxNextgen API for creating PPPoX configurations
New IxNextgen API allows to perform the following configurations on IxNetwork:
- add topology
- add device group to topology
- add ethernet protocol layer to device group
- add ipv4 protocol layer to device group
- add pppox protocol layer to device group
JIRA: YARDSTICK-1408
Change-Id: Icf5bb5f24784cf2c167c515b04c81471ac425e38
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
Rodolfo Alonso Hernandez [Tue, 11 Sep 2018 07:10:24 +0000 (07:10 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add container pull option to install.yaml"
- Add container pull option to install.yaml
Supported Yardstick installation modes in yardstick.yaml: baremetal
and container. First is used to install Yardstick on baremetal,
another is used during docker build to install Yardstick in container.
Added third option: 'container pull': to pull docker image
(opnfv/yardstick) from Docker hub and start container.
JIRA: YARDSTICK-1392
Change-Id: I4158de3eb6fcbe0018a15fdda89a3e3ab29c26bb
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Rex Lee [Tue, 11 Sep 2018 01:12:22 +0000 (01:12 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add k8s scenario test suite in Gambia"
- Add k8s scenario test suite in Gambia
JIRA: YARDSTICK-1410
Change-Id: I23b4c0bcfa9aa431e259930a41d4171ff5b4e8a1
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Alexandru Avadanii [Mon, 10 Sep 2018 15:42:04 +0000 (15:42 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[nosdn-noha] Meet EPA testcases requirements (NUMA)"
- [nosdn-noha] Meet EPA testcases requirements (NUMA)
Install in a local directory a newer version of virt-manager
to workaround obsolete Ubuntu versions lacking --cpu cellN.* support.
This change only affects CPU cfg of virtual compute nodes in
nosdn-nofeature-noha scenarios with:
- set default cpu_topology to dual socket (2 cores, 2 sockets,
2 threads);
- bump default RAM to 16GB;
- define 2 NUMA cells, each with half the resources;
To keep the old behavior available (single socket), a new deploy
argument has been added (`-m`). The RAM change is not configurable
via deploy args.
NOTE: The CPU topology for virtual nodes should later be read from
PDF instead of hardcoding it on a per-scenario basis in the installer.
NOTE: Default 'ram' unit is MiB, while cellN.memory default unit is
'KiB'.
JIRA: FUEL-385
Change-Id: I7ca268b0a2052524cb7187a5cf9b6fa8a382c9f9
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 10 Sep 2018 14:56:30 +0000 (14:56 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[submodule] Bump Pharos for maas:machines sync"
- [submodule] Bump Pharos for maas:machines sync
Drop duplicate maas:machines definitions which could cause conflicts
in rare corner cases.
Slightly refactor j2 template expansion to make `conf.virtual.nodes`
available during first stage.
Change-Id: I04d56e346b12c6eb97da5c0c0ab1e3446e5fc1b8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Markos Chandras [Mon, 10 Sep 2018 12:58:26 +0000 (13:58 +0100)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: osa: Bump the SHA for the openstack_openrc role
Previous bump missed the latest SHA for this role and yardstick
started failing again due to the incomplete openrc file.
Change-Id: I73f024250c73a42a6c2a36acaf8b1f8c6867dd2a
Signed-off-by: Markos Chandras <mchandras@suse.de>
Alexandru Avadanii [Mon, 10 Sep 2018 01:26:46 +0000 (03:26 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [docker] Add MCP_DOCKER_TAG env var
Allow skipping docker pull for verify jobs by setting the new env
var to 'verify'.
JIRA: FUEL-383
Change-Id: If8e2f66b5ccdac5c3911eeabfc2ba9c0eba61093
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
spisarski [Thu, 9 Aug 2018 14:24:56 +0000 (08:24 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Removed the use-keystone option for running tests.
As these tests have evolved, the -k option is no longer necessary and
actually cause some tests to fail now and I have only been testing with
that option always being set.
Change-Id: Ib866cc4f3df1c790619c64508ac9733a2b6d4102
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Aaron Smith [Mon, 10 Sep 2018 12:01:36 +0000 (12:01 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- Merge "Add support for 'collectd-master' container"
- Add support for 'collectd-master' container
'collectd-master' contains development versions of collectd
with the latest features. It is based on master branch from
collect repository.
Change-Id: I720b5e5938b402281674ee73851c5f611e4d1178
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Toshiaki Takahashi [Thu, 6 Sep 2018 10:37:48 +0000 (10:37 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- docs: Add DMA procedure to Docker userguide
Change-Id: I61a6a9880f393e764222e508645a60b3f636e02a
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
- docker: Add Dockerfile of DMA localagent
Change-Id: I2e12ee574cc0b1fd5de178b576590ae78ff533c6
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
Toshiaki Takahashi [Thu, 6 Sep 2018 10:16:09 +0000 (10:16 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- functest: Add test code of DMA localagent
Change-Id: If1195b7b3d9000e3ec75bc3c4c108b0e9a1bc9e3
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
Toshiaki Takahashi [Thu, 6 Sep 2018 09:04:29 +0000 (09:04 +0000)]
Update git submodules
* Update docs/submodules/barometer from branch 'master'
- src: Add DMA localagent
Change-Id: Ibcee814fbc9a904448eeb368a1a26bbb69cf54aa
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
shangxdy [Tue, 21 Aug 2018 13:55:51 +0000 (21:55 +0800)]
Update git submodules
* Update docs/submodules/parser from branch 'master'
- modify nrpv for parameter
JIRA: PARSER-181
Change-Id: I3d439f3f80e5f936fdc24dea74b19dd3cace8492
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Alex Yang [Mon, 10 Sep 2018 01:09:59 +0000 (09:09 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Fix loop device name
In [1], ${loopdevice:0:5} is wrong when loopdevice is loop13p1.
[1] https://build.opnfv.org/ci/job/daisy-kolla-build-master/36/console
Change-Id: I3bfcf771c8b510f9c5c1f853a1a61a299106d5dc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Gergely Csatari [Fri, 31 Aug 2018 12:09:14 +0000 (14:09 +0200)]
Update git submodules
* Update docs/submodules/edgecloud from branch 'master'
- Clarification to the scope of the document
This change clarifies the scope of the document. As edge clouds
"on the other side of radio" are not discussed in the document at
all they should be removed from the scope explicitly.
Change-Id: Ie35566f6ffed9b83dbe859046886bd1004e28ca2
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
xudan [Tue, 4 Sep 2018 04:18:58 +0000 (00:18 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Enable the web portal to show all endpoints
The endpoints info for the 2018.08 has been changed.
The web portal needs some adaptions for the new data format.
It keeps the same as 2018.01 and doesn't need to change dovetail-webportal.
JIRA: DOVETAIL-725
Change-Id: I74cde3aa6032c7afac4b6ce1d2146e09a0f99fe5
Signed-off-by: xudan <xudan16@huawei.com>
Cédric Ollivier [Sun, 9 Sep 2018 11:49:56 +0000 (13:49 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Stop including html files in devguide
The output is wrong and obsolete.
Change-Id: Ib2faa161ebabfa51d677c38a0ec3943faf6f919c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 9 Sep 2018 09:26:32 +0000 (11:26 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Clean user/project after skipping testcases
It avoids remaining resources after skipping a tempest-based testcase.
Change-Id: I0a993486c6e9265d15166d5eed5a612875d29b08
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Thu, 6 Sep 2018 19:10:39 +0000 (21:10 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update Config Guide
Change-Id: Ia3ab203a22db252ba3603d8a9f335c0257f0523b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Sun, 9 Sep 2018 06:54:17 +0000 (08:54 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [ovn-ha] ctl: neutron: Add msg cluster pillar
`system.neutron.control.cluster`, unlike
`system.neutron.control.openvswitch.cluster` does not provide
neutron:server:message_queue:members pillar data, letting it
default to the wrong values (single rabbit instance on the same node).
This led to neutron.conf on ctl nodes using:
`transport_url=rabbit://openstack:***@172.16.10.35:5672//openstack`
instead of
`transport_url=rabbit://openstack:***@172.16.10.28:5672,...//openstack`
Change-Id: Iad4b709d555b2bafafeb75fdecb831f7d4f5a504
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cedric Ollivier [Sat, 8 Sep 2018 12:31:50 +0000 (12:31 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Stop cloning when running vyos_vrouter"
- Stop cloning when running vyos_vrouter
It moves the clone operation into docker build instead.
Change-Id: I296005d8638510a999665d383a26c4fcd48897a6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Sat, 8 Sep 2018 08:00:36 +0000 (08:00 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Fix dict conversion in tempest.conf"
- Fix dict conversion in tempest.conf
https://github.com/openstack/oslo.config/blob/master/oslo_config/types.py#L600
https://build.opnfv.org/ci/view/fuel/job/functest-fuel-virtual-daily-master/817/consoleFull
Change-Id: Icde9938bb9f6c0c37d2504317f31b0af4ef9ee8e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cedric Ollivier [Fri, 7 Sep 2018 20:39:47 +0000 (20:39 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Remove one useless security group"
- Remove one useless security group
This rule breaks lookup when the user created is admin.
Change-Id: I2fe3dba687bd5d151cd7e53217586a0bcb21815d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Juha Kosonen [Fri, 7 Sep 2018 10:54:38 +0000 (13:54 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Do not raise exceptions in conf_utils
Return a reasonable value for caller to process.
Change-Id: I5a83544aaebb4e53db37ddaa13033d77848722b8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Markos Chandras [Fri, 7 Sep 2018 15:06:59 +0000 (16:06 +0100)]
Update git submodules
* Update docs/submodules/releng-xci from branch 'master'
- xci: osa: Update OSA SHAs to the HEAD of the Rocky branch
Change-Id: I012f829c124d665d7d8d9ebb6b18a72d6d73258f
Signed-off-by: Markos Chandras <mchandras@suse.de>
Bertrand Souville [Thu, 6 Sep 2018 15:00:13 +0000 (17:00 +0200)]
Update git submodules
* Update docs/submodules/promise from branch 'master'
- Switch promise from submodules to intersphinx
Change-Id: I8feb0ba713e26fb112b32032703a7b1aeb75fc88
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Patrice Buriez [Tue, 28 Aug 2018 15:45:03 +0000 (17:45 +0200)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Fix CLI argument handling in nsb_setup.sh
CLI argument $1 was used for both admin-openrc file with OpenStack
credentials and Yardstick Docker image, so obviously one of them would
be wrong, and NSB setup would fail at some point.
Historically, admin-openrc could be supplied as CLI argument $1, but
change https://gerrit.opnfv.org/gerrit/56493 broke it, which means
specifying Yardstick Docker image as CLI argument never worked.
This fix implements support for the following CLI options:
-o openrc Specify admin-openrc file with OpenStack credentials
-i image Specify Yardstick Docker image
-h Provide usage information
For backward compatibility reasons, admin-openrc file can be supplied
either with the -o option, or as a CLI argument.
JIRA: YARDSTICK-1137
Change-Id: I3e9904970560468c24b21738203bc67b7591f9e4
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Alexandru Avadanii [Fri, 7 Sep 2018 12:52:30 +0000 (12:52 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "Update docs to new format"
- Update docs to new format
Change-Id: I023b7f47245691fe7377e53ca0bda15098c2978a
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Michael Polenchuk [Fri, 7 Sep 2018 06:54:50 +0000 (10:54 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [odl] Create parent directories for dhcp config
Change-Id: I7d16bcd42a059817d7a4e6b06490e03001354f4f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Sofia Wallin [Fri, 7 Sep 2018 08:55:37 +0000 (08:55 +0000)]
Merge "Fix broken link typo in submodule transition guide"
Sofia Wallin [Fri, 7 Sep 2018 08:29:36 +0000 (08:29 +0000)]
Merge "Update Submodule Transition Guide"
Cédric Ollivier [Thu, 6 Sep 2018 12:03:22 +0000 (14:03 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add role to users created by rally if required
It sets [openstack] keystone_default_role if NEW_USER_ROLE differs
from member.
Change-Id: Ib6be5cf22654e882ea110298cba421c1e87c78fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Harry Huang [Fri, 7 Sep 2018 07:08:45 +0000 (15:08 +0800)]
Update git submodules
* Update docs/submodules/compass4nfv from branch 'master'
- Remove opera_adapter.py
JIRA: -
Change-Id: Id7008a483b06288db0a431098acef82e97503eb6
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
BIN HU [Fri, 7 Sep 2018 05:19:15 +0000 (22:19 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Update document framework for Gambia release
Change-Id: I500a3ece02f12c96c00c0194e24a53117e269089
Signed-off-by: BIN HU <bh526r@att.com>
Michael Polenchuk [Fri, 7 Sep 2018 04:42:14 +0000 (04:42 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[opendaylight] Support built-in DHCP service"
- [opendaylight] Support built-in DHCP service
Change-Id: I448aa7f076e2c2d641a5326947852b3333728460
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Yang (Gabriel) Yu [Fri, 7 Sep 2018 03:54:05 +0000 (03:54 +0000)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "add k8s capacity test case"
- add k8s capacity test case
JIRA: BOTTLENECK-243
Change-Id: I0f36aac10cf0e05560051c785ada397e0c97e112
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Yang (Gabriel) Yu [Tue, 4 Sep 2018 13:02:27 +0000 (21:02 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Change naming and veriy test-scheduler function
Changes:
1. Testing-scheduler -> Test-scheduler
2. lots of windows breaks '\r' and '^M' in files,
batch changes to unix breaks '$'
3. Add ui/build
Change-Id: I1f2c98ab9348460d4e68bfbfab664dae82b761ba
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Trevor Bramwell [Thu, 6 Sep 2018 23:19:36 +0000 (16:19 -0700)]
Update Submodule Transition Guide
Adds headers for each section, updates the jobs config needed for
projects, adds an example for updating references in opnfvdocs, and
clarifies a few changes such as where the intersphinx link should go.
Change-Id: I9b1c09bdc5df776e36f0f14bc80d19dd3f8c679e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
BIN HU [Thu, 6 Sep 2018 18:21:01 +0000 (11:21 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Updated docs/index.rst
Change-Id: I72d6ed22ab29d60a48ec71aca5c5473dead34e77
Signed-off-by: BIN HU <bh526r@att.com>
BIN HU [Thu, 6 Sep 2018 16:40:26 +0000 (09:40 -0700)]
Update git submodules
* Update docs/submodules/ipv6 from branch 'master'
- Submodule Transition in IPv6
Change-Id: Ida7c9b48d4cb947cbb54158ee238cb29c4be1430
Signed-off-by: BIN HU <bh526r@att.com>
Alexandru Avadanii [Fri, 31 Aug 2018 00:13:10 +0000 (02:13 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [fuel] IA: sync maas:machines changes
Change-Id: Ib4859e4ada3d72e7e848114620ff5405c26b3126
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>