Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/barometer from branch 'stable/danube'
- Introducing an external tool for the Barometer mcelog test
This patch adds the use of mce-inject utility during the mcelog testing.
It also includes a few (unrelated) flake8 corrections.
Change-Id: Idd3a7005aad1d1d1f7ae2d3107fbd02c959798c8
Signed-off-by: Calin Gherghe <calin.gherghe@intel.com>
(cherry picked from commit 4719824d4b292ba4cf6c36fdb643ae92dfdabc8b)
|
|
* Update docs/submodules/barometer from branch 'stable/danube'
- Fix for Functest 'BarometerCollectd ERROR - Private key file not found'
This patch addresses the blocking Functest issue regarding the ssh keys.
It eliminates the need of using the baro_utils/get_ssh_keys.sh script.
Change-Id: I4499e48257ddab955ae6694c2ece0bff5e877cad
Signed-off-by: Calin Gherghe <calin.gherghe@intel.com>
(cherry picked from commit 1573180333a8b1a49dc21f6412f53fff01fe351e)
|
|
* Update docs/submodules/qtip from branch 'stable/danube'
- Merge "Cleanup DEVELOP.md" into stable/danube
- Cleanup DEVELOP.md
- remove unecessary content
- move CLI develop guide to rst document
Change-Id: I20b6f458aa13f1feb1764e6c4d096ec8a9dddf49
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/qtip from branch 'stable/danube'
- Add missing license headers
Change-Id: Idd76277c84a6afc9a545d6e2bba39aae6e7f5d71
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit 29df737b48ccf31f555d0e4c08a65e14ecb66331)
- correct the path of .ansible.cfg
In qtip container, /home/opnfv/ is HOME path. So the customized
.ansible.cfg should be put under this directory.
Change-Id: Ie0cddab9dac72fc45c14d7d3652b6863c5748260
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit 8ecff917366390b8a8ddf268aea98c6f82a7376c)
- Merge "provide get_one_exceptions to unify get_xx process" into stable/danube
- Merge "Remove installation and scenario guide" into stable/danube
- Merge "Create archtecture design specification" into stable/danube
- Merge "White space control in report." into stable/danube
- Merge "correct a mistake for os.getenv()" into stable/danube
- White space control in report.
- Flaw: System Info and metric results at same line
Packets per Second: 1.45System Information:
Change-Id: I22790e4b2c65fd2ef555e1c20e602a51ea97eb3b
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 06638bb68811dda1a3599c7ef0176c5a58d056c5)
- correct a mistake for os.getenv()
os.getenv returns a string not a boolean.
Although you set environment variable 'CI_DEBUG=false',
the cleanup will not be executed.
Change-Id: I077b602069f026a4b9ef6019869ac6c29c401c21
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit b07a423d0fb1b6bfbdb851195097d6fda38bc20e)
- provide get_one_exceptions to unify get_xx process
add refactor get_metric()
Change-Id: I972c77e63a654eeb286c573d75efe842b2887c1d
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
(cherry picked from commit 9f87878becc36b19110e151e802180aa5f7fb305)
- Refactor reporter module
- Create templates for report format specific to each metric.
- Outputs the details of the specified metric across all the nodes
in cluster.
- Timeline to be covered in a separate patch
JIRA: QTIP-199
Change-Id: Ic83749725b0c9cc5bd9a7f24f21b2cd113abe0e1
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 04e50e57819bdf40a2fd7abdd3fc7be798771e0b)
- Remove installation and scenario guide
Not applicable for non-installer projects
Change-Id: Id83898cd0da14b6a7339e6c2cd9fd5fb607bf443
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- mistaken delete usefuel public key
Previously, cleanup_creds.sh will delete public keys which of
comment info is "root@$hostname". It could delete useful keys
by accident. In this patch, cleanup_creds.sh will only delete
the key which matches the key's content.
JIRA: QTIP-228
Change-Id: I1095de656570b816b7e170688acd01c27b98e74c
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit eaa225cf0c9b8b7bc63b35acdeef75dbacb8b905)
- Create archtecture design specification
JIRA: QTIP-148
Change-Id: I1d5d83e0bd59b1f504bbf3ad3bd4a5cc9a6ff022
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- Create release note draft
release content to be retrieved from JIRA
Change-Id: Id15cb437019ac162b6737e9d9c49d79194c3f28d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- Merge "Create outline for documents to be released in Danube" into stable/danube
- Create outline for documents to be released in Danube
- deprecated legacy document
- created content placeholders
Change-Id: I12de6467d1fed83a9670750e23ec070901deee63
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- Implement 'show' command.
- Render the description via templates
JIRA: QTIP-205
Change-Id: I10523f85f80350e901a4a701bb65ca4833f8ff7c
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit bb5af4b9be1325b61c7f80e71c7d50892ae22956)
- Add aarch64 patch
This commit adds a patch that can be applied to the Dockerfile to adapt
it for aarch64. When applied from releng, a new Dockerfile.aarch64 is
created and an aarch64 qtip image is created.
The aarch64 qtip image will be build with the releng fix
https://gerrit.opnfv.org/gerrit/30181
JIRA: ARMBAND-219
Change-Id: I551ae7fa1d7fc23c6e5f6381d605b0b22dbec695
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
(cherry picked from commit 2935006a650f92255c8046d236e691360148d9ff)
- Merge "optimize console info" into stable/danube
- Merge "add the cleanup step in runner.py" into stable/danube
- Merge "Miss \ in Dockerfile" into stable/danube
- optimize console info
- use QtipLogger instead of print
- delete useless print
Change-Id: I1e08382a5d78ce53cf455496363bce3762b81dd2
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit 3391a3c6ab4f6b33e2f6d74e858a7bad573695b1)
- add the cleanup step in runner.py
Add the cleanup step in runner.py
Change-Id: I0016986485eab5d7ab45d4a7a393bea5fb6f96b5
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit 57ec2e7a9757cbb1da8a1f73f0c55e8a5cb67bec)
- Merge "Implement the workflow of compute qpi" into stable/danube
- Merge "parse benchmark result from logfile" into stable/danube
- Miss \ in Dockerfile
https://build.opnfv.org/ci/view/qtip/job/qtip-docker-build-push-master/250/console
Change-Id: If6d76c6a27cc61a1b3d468751932e21d32dff277
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit b14071b6bfb19920028dd45a8c78d57af872922c)
- Merge "Remove legacy code from stable branch" into stable/danube
- Merge "env cleanup" into stable/danube
- Implement the workflow of compute qpi
Local test is ok.
The result will be written to report.json.
usage: runner.py [-h] -d DEST -b BENCHMARK
optional arguments:
-d DEST, --dest DEST the destination where results will be stored.
-b BENCHMARK, --benchmark BENCHMARK
the benchmark you want to execute.
Change-Id: Ic3a70c65a5aa045bf9df34ce4d14957a7a1b3dcf
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit 478cd02a9219f7c8b49d8529d1f809a04399ad0d)
- parse benchmark result from logfile
- Put all the regex rules in regex.yaml.
- According to benchmark name, we can find related regexes.
Change-Id: Ic15bd1c77b525be3751011fa94d582da077b0345
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit dc92e5ae19dd026bf6a14c1e0d2b9c50497845d5)
- Some modifications for ansible playbook
- typo in ramspeed/run.yaml
- fix result logfile name for dhrystone and whetstone
Change-Id: Ic8456174a14d04c2207990eccb16601762c5a880
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit 764c2d3916f1390e2ee2ca3b3efbcc33050fd525)
- Remove legacy code from stable branch
Change-Id: I283f84dfcb3cd029739caaefb33ed5431114fae9
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
- Merge "Implement 'list' command." into stable/danube
- env cleanup
If IF_DEBUG is True, there is not cleanup step.
If IF_DEBUG is False, host file and keypair will be
deleted on local and public key will be removed from
remote nodes in the end of test.
Change-Id: I4a88acc2d428e41e4abaedacb011e27468b2cb57
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit d37dad746e504e833abcf2ae058f2b81e2a9d365)
- Implement Retrieval of plans, QPIs, and metrics
- All specs can be listed
- All specs can be individually retrieved
- API can be installed alongside qtip
- API can be hosted using command `qtip-api`
JIRA: QTIP-221
JIRA: QTIP-222
Change-Id: I1e80e6609cae1252cb2fcdc38c71b4bf6d02e8c9
Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
(cherry picked from commit 15fceada86ad0d5dabe26365451aae9c95b36be1)
- Implement 'list' command.
- Loads Qtip components from the default path.
JIRA: QTIP-205
Change-Id: Id87993d65c5cd6a23c199cf1049d75a0971b6354
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 0bd051505c2851d61356e7c448d7802913ab785f)
|
|
* Update docs/submodules/apex from branch 'stable/danube'
- FDIO package version pinning
We are seeing some instability in latest FDIO packages, so pinning
them for now.
Change-Id: Iaf851bfe2f8c8ba9fe0e2da6979e61f71abeccbe
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 5f50df9743156ea805256e2f65815ed0075881f6)
- setting keystone region for tacker and congress
opnfv-tht-pr: 124
JIRA: APEX-398
Change-Id: I64092deea764b65301da686989610db8965b82fc
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 1447fa43970aac807d2490ce8e77a065fb1dbd5d)
- Merge "Fixes neutron patch to only apply when ODL + FDIO" into stable/danube
- Fixes neutron patch to only apply when ODL + FDIO
We don't want the neutorn patch which hardcodes router external
interface to OVS and adds generic NS linux interface driver to be
applied for every scenario.
JIRA: APEX-406
Change-Id: I0fd7ed07a5ff58f9e1565831f4f469c11b501385
Signed-off-by: Tim Rozet <trozet@redhat.com>
- Disable Neutron L3 agent HA for FDIO/ODL scenarios
opnfv-tht-pr: 123
JIRA: APEX-401
Change-Id: I247fe72a30ca15af73c5317ff5777d41b7d73976
Signed-off-by: Feng Pan <fpan@redhat.com>
- Merge "Add networking-vpp ML2 support" into stable/danube
- Move modified enable_rt_kvm.yaml to .build directory
We should not be modifying files in our repo directly during build.
This patch moves the modified version of enable_rt_kvm.yaml into
$BUILD_DIR rather than modifying it in place.
Change-Id: Ibe160d0e5bc0f1d6633fde11de9f125ed49f58e2
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 96013ac0328d2a4f54c6432e3900849db6c78d48)
- Remove ONOS package reference in Makefile
Change-Id: I81c6a2f6e8dacc3835e6abe1b674bbf25255d1da
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit dd00a13e93ec1a23cd6f1bcb26dae55960ca1b26)
- Merge "Removes building quagga/zrpc" into stable/danube
- Removes building quagga/zrpc
Since building this takes 10 minutes or so and it has intermittent
failures, we are moving it to artifacts. If we need timely changes we
can implement a job to build it, using the apex makefile.
JIRA: APEX-403
Change-Id: Ie26106062143c968492dce52149459a8dc7a47ba
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit d5527ec6ff391ddd3f872b7f8a7bc3f1f2075381)
- Add odl_l3-nofeature-noha deployment scenario
Change-Id: I144150c0a73897d86fd4970638694359ba427d4f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
(cherry picked from commit c8fa3e03525e4bdab6668760637d5cd079f29845)
- Add networking-vpp ML2 support
opnfv-tht-pr: 113
opnfv-puppet-tripleo-pr: 16
os-net-config-pr: 5
Change-Id: I0c34889db27fd71e1b73e860850b81a08707c324
Signed-off-by: Feng Pan <fpan@redhat.com>
- Removes vpp-devel from package install
Change-Id: I16f5defdd47f19095f97414f46cd9e12d3c53b19
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 59120f0ddd3ad84feab0ffb9defc185f73f910a5)
- Merge "Final bump of Gluon to upstream release v1.0.1" into stable/danube
- Merge "Reduces apex odl image size" into stable/danube
- Final bump of Gluon to upstream release v1.0.1
Change-Id: I7b220a332a8738054bcb569c3fa01b5d401a167e
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit 79dc043d32a1280b73f56a6f3ba458923e290874)
- Reduces apex odl image size
Uses compression and sparsify to reduce image size so we don't go over
the CPIO max size for RPM.
JIRA: APEX-402
Change-Id: Ib6e74e703b114080dcabf4eeaa1be68aa56edea3
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 03e4fffb7f6e2937757768e5035ba507120bd531)
- Fix typo which prevents install of bgpvpn package
Change-Id: I34ce542ceebd48579bda4ebabd49772f47572c5d
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
- Remove 80-vpp.conf for odl_l2-fdio scenario
We remove and reinstall VPP package for odl_l2-fdio scenario, but
we never removed 80-vpp.conf file during the reinstall, causing
hugepage always being set to 1024.
JIRA: APEX-399
Change-Id: Ifda525517318e4797e4f7809730602ca59b7b6bc
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit b72e6fef8f43edefbc34e458b5a87218363ee658)
- Add support for odl_l3-fdio
This patch adds support for ODL L3 FDIO scenario.
Introduces a new deploy settings parameter, odl_routing_node, to
indicate the routing node's hostname. This parameter will only
be used for this scenario.
Change-Id: I8df3eb701299007761c6cec42c4ca318b124a0b8
opnfv-tht-pr: 108
os-net-config-pr: 4
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 7d994a3c3e18227c26bf58049e4d5780144ecf98)
|
|
* Update docs/submodules/vswitchperf from branch 'stable/danube'
- Removed reference to POD 3 since VSPERF POD was moved to POD 12
Change-Id: Ic278ba90c3174b9f83766861981aeb66320c8963
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
(cherry picked from commit 0ccb44ca1f90200a2e41f25fcf499074c819002d)
|
|
* Update docs/submodules/vswitchperf from branch 'stable/danube'
- Added index files user and developer docs
Change-Id: I37b8acb98bca6fa4428be2722496eb1f7a476798
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/vswitchperf from branch 'stable/danube'
- Updates release note numbering
Change-Id: Id0510b96375033540fa80fe22b301fb1d0d20e40
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
(cherry picked from commit bc150a3ea5ac7729747e16bb093c37101e2b803c)
- Updated results and sceanrios for Danube
Change-Id: I3f29b4e9431a98d65f363273bed57f96d6e993ca
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Updates for new doc structure
Change-Id: Idc496e246f966f2882ce0c439913c9379b31c5ea
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- New doc structure changes for stable/danube
Change-Id: I2e9b432a74ee22690fdb366de619dc3a5d2ad725
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Moved results to developer dir
Change-Id: I7d2d5939e018c7abae03663b13be8f8f038256c0
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Moved requirements to developer dir
Change-Id: I2fa9e32d4ae92aa1f075c1da8e2acb3912f3f7bc
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Moved design to developer dir
Change-Id: I487619deca2658d5239cccd41098751cc8245b34
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Moved userguide to user directory
Change-Id: I35f2cbbab8ce7daec26fed63fa92cf7c17cd37b3
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Moved configguide to user dir
Change-Id: I13b6b2cb184d864f41ecfe9478c02bfc8257fff3
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Updated release notes index file
Change-Id: I68e1eb9313ebca753f31094137d7d50a24e33c69
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
- Renamed release notes file and added index file to release-notes dir
Change-Id: I448fd909a89103b2c11cb16f91b8c646fb5adee8
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
(cherry picked from commit 59668b1aa68da507335ef351619d9f50019df762)
- Fix fuel plugin installation issue in latest ISO
Change-Id: I8383b469f5350f4457cf234de2a4ff8f79151afe
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Populated feature projects page.
Change-Id: Ie8112c609d3bfef4c5971b296ddbc6fb341283cf
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 79c76dbaf754da47e186d5743970bc863e14fb74)
|
|
TODO: there is recursive dependency between opnvdocs and docs in openretrive.
submodules in openretriever will be updated in docs/featureprojects.rst after
https://gerrit.opnfv.org/gerrit/#/c/28583/ was merged.
Change-Id: If9bedf1785a4fcaa138d7d1ef3fc116bba598b03
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit 2c15655630684cf466351507de1a266b4abb9b50)
|
|
As a project name, uppercase i.e. QTIP is preferred
Change-Id: Id19e50f9f593c1eb0afbf6604bca3314f6223587
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit 09ca5781daa03385fc8a5c964d38512124a64dbc)
|
|
Testing documentation has been segregated
under 'User Guides' & 'Developer Guides' as
decided by the test teams.
Change-Id: I04a11ff88b329f4daad2ef020aefd0779d5a7ca5
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit ccb6ee17f999c09e785083c4c9e418f21ffbdef0)
|
|
Multisites links would now show
up in the documentation. Its
latest commits have been synced.
Change-Id: Iafd4d5fbe572bfd4abb12a306363868a9015d75e
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit e6998f5052fdf5d2505f411c67363ef40d7a14b8)
|
|
1. Renamed ‘How to work with Documentation’ to Documentation Guide
2. Add Test Overview documentation breneath ‘Testing’
3. Removed the index off Release Notes
Change-Id: Iaef364f5ee59a99f906270271c1daf49cfae4c4f
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 7cc71e8d705f20d4a36f9bcd9e022e439cf31197)
|
|
This will fix build: https://gerrit.opnfv.org/gerrit/#/c/29335/5
Change-Id: Ib2e214374ab071a11a46588b83113b43468ebdb1
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
(cherry picked from commit 7d76bf377d21d4f3d9946078482e23e87f707cca)
|
|
Removed projects not part of Danube to
save build time.
Change-Id: I9557d17a2ba7b6af963fd178d760f8df09ffe12d
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit c033d4b702018ec6a00492f20f26049b66a3da94)
|
|
|
|
Change-Id: Iea4f3f579e837bc4ff199a65b717be28113de2ef
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 86879954e4c2636c5cf71d3539a1b2a356e66b68)
|
|
1. Logo has been scaled up
2. Font has been defaulted to 'Arial'
Change-Id: I7d729009649ba59394f5a78c6909b6af21bae0ab
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 6e4ba246bfa93f285cabd242d392dccfbaee03ce)
|
|
Update HEAD of Barometer & Multisite
so that gerrit auto syncs the submod-
ules
Change-Id: I38cd7b4330f3408020d5e2fdba132b6fe95641ce
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit d97329d77fbc5f9ac6077b907b266b8fd5303009)
|
|
1. HEAD seems to be out of sync for the submodules
This patch fixes the HEAD so that henceforth
gerrit automatically updates the refs to latest
commit ID.
2. Adding openretriever to list of submodules
Change-Id: I341a0a898f46cd10ccdc65ef209f76500dd3c4a6
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 1fc4463cbdaad35db04cc81fa6575ca721920785)
|
|
Change-Id: I1c04abf0d22c49239636ea50ef62e7fd88a03743
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
(cherry picked from commit c03471c38dd57052ca78e85c9ada9b6bdc1cfc19)
|
|
Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 43b90b762d5df17fac7395a709b5262b51c04375)
|
|
Change-Id: I7fa081f2e3c01f053388ae8f85983abb007ab7f7
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 330aafa18db7133b1e3c08f80c874b0136b1cb4c)
|
|
Added new composite document which
shall collate all release notes from
projects.
This document points to release notes of
<project>/docs/release/release-notes/index.rst
Change-Id: I5c545b3f7c91012131a4d5eeb73842432ce0a51a
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 1aabf0aab713a4b4e08a773b1701d0fbb1c74ece)
|
|
1. Testing on index page points to <project>/docs/testing/user/index
2. Update all artifact links to RTD using labels
3. 'OPNFV Userguide' renamed as 'OPNFV User Guide & Config Guide'
Change-Id: I47837bac86feba0ae6f319b87315d38b4ef3229e
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 77a324e8f19bb42d08116a895d2c31fac2e608f9)
|
|
Change-Id: I0f4e81bafbfdfdb6909a283907a5baa497552622
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
(cherry picked from commit e025c0337b0483ff608347d43caa1b0414d97be2)
|
|
Updated structure for test docs
Updates done according to agreement with test projects.
Change-Id: I2f9b5783ef4e42fd26b357e0aad2e187bcf61777
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
A directory structure of organizing documents
has been maintained in templates/testing without
getting into the details of what these templates
files should contain. Teams could add whatever
documentation they think is necessary while
minimally maintaining the basic structure.
Change-Id: I2ccf1212acf5b71105cf7a0343705dfaaa95de3a
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Change-Id: I8ce9b278dc3d0d9b376104f753c168ba9a478aa7
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
|
|
1. Added onvo, snaps, barometer submodules
2. Renamed a few titles
Change-Id: I8b47e68d64a9a16576abbc2891a39b6dacf164ca
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Adds link to StorPerf documentation
Change-Id: I7d59478792867e47e7627f203015b9a1d716c404
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
The directory layout diagram in the documentation guide showed a
"developer" directory instead of "development".
Change-Id: Ie056a47ebcca65d5307d35543009bfb9c6d0a335
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|
|
1. Added note about eliminating conf.py etc
from include-documentation.
2. Eliminated content about enabling toolchain
since its irrelevant after migration to RTD
3. Added steps to validate using doc8
4. Populated index page.
Change-Id: I80c8354fd4da4bca0b8f338c178f0773d834b6ee
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Updated according to comments and added the SFC feature configuration as
template under release/configguide.
Adjusted all titles so they are handled through the index file.
Change-Id: Icb0339fb19394940dc969725ddfe0420cb547955
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
|
|
Change-Id: I0b780d41eeb11dae12174cd7e63be1019ba327f7
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
|
|
Change-Id: Idbc17af03fe7449ef3e20e198f21338880274dc5
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
|
|
Change-Id: Ie0119fca1cf27731a1f0b9bab824c0133fd55f41
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
|
|
Added steps to build composite & discreet
documentation in include-documentation.
Added development in progress label atop index.
Change-Id: I28526f157a09e10faf17307445c4d90a3903be03
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Edited content to enforce the new changes.
Added label to include-documentation.rst file
which is referenced from the documentation guide.
Change-Id: I6e81288062716231ece5934a0be934ed0dbb60dc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
|
|
Renamed developer/ to development/ in templates.
Corrected chapter level markup in docs/release/
Moved testing above developement in index
Change-Id: I950f69bf2ac60e97b260ecfbb4b870a42f8a233b
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
This documentation elucidates the revised procedure
to include project documentation.
Change-Id: Icfcab3a07e386453ae7faf9fa737fe726ff70f0c
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
|
|
Documentation theme changed from 'united' to
'journal'
Change-Id: I89242a324ea3bd827f829b07f43098d91c225eb8
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
design/ & requirements/ were erroneously placed
under templates/release earlier. This patch fixes
them to templates/developer.
Change-Id: I1159c2999c63a4dd8f29e893fab9374e3077f59f
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
Old templates have beem eliminated. Placeholder index file
has been added for design/, release/ & testing/.
Change-Id: I536929924de42c855b6e775a1f2391db4cd04fc1
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|