opnfvdocs.git
7 years agoUpdate git submodules
George Paraskevopoulos [Fri, 24 Mar 2017 16:26:02 +0000 (18:26 +0200)]
Update git submodules

* Update docs/submodules/sfc from branch 'stable/danube'
  - Revert "Change from functest logger to python logging"

    This reverts commit cb311aad19c732fa006b50795ab66687e01b95a6.

    Change-Id: I123c30acd765df692483eb5f91fecd1478219201
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit e011a3d122888444c36fba6ee74b27b955356480)

  - Limit topologies to the ones working

    Due to the classifier rules only deployed where VNFs are, some use cases will
    fail because the client traffic never gets classified

    Change-Id: I77b10231b7a34497ed8ecd42d72e08e0b4481bfa
Signed-off-by: Manuel Buil <mbuil@suse.com>
  - Delete ACL when deleting a classifier

    Change-Id: I8e54892450e903aa51f888229940e6371a0710f7
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit d41124f9c8cd14cfab61d4848a70aa227e80eefb)

  - Added more logs to classification check

    The classification check is not working in CI and we don't understand why.
    I added a lot more logs to check

    Change-Id: I81bcc8874c5e5e843e0c301e1d66d5d11de092f3
Signed-off-by: Manuel Buil <mbuil@suse.com>
  - Perform cmd argument parsing when called from cli

    To be able to import run_tests as a module we must not try to parse
    command line arguments in global scope

    Also import the testcase using the full module path

    Change-Id: I1696800a16301d446bf9c926bdaf2b545435a2e7
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit 08aa86e1e7cb874aac72c831e239c003070e5ca3)

  - Bug fix in CI: security groups not working

    CI tests create a lot of security groups with the name default.
    Our SFs are assigned to a default security group but there are so
    many that the result is not predictable and most likely wrong.
    We add it now to example-sg sec. group

    Change-Id: I64984aa7b6114747c5bab5fb2e4b8d8d32865bb0
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 3c6e0efc2f4575ec2cf2e1304bdc1b66cdc08b06)

  - Bug fix in CI: security groups

    CI tests create a lot of security groups with the name default. Our SFs are
    assigned to a default security group but there are so many that the result is
    not predictable and most likely wrong. We add it now to example-sg sec. group

    Change-Id: I120765a33e55e47b78ef3c8664c82fb147ce9df0
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 6282c5cce71ae994aaece374375234cf207992f8)

  - Fix run_tests

    It was impossible to get a status='PASS'

    Change-Id: I016346c1acf38ae1a130afbfd132166b72d5e1af
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit d63f9fc8f18f42cd80a32e3b93aed19091beccee)

  - Bug fix: Eth header build with wrong dest. mac

    JIRA: SFC-89

    The second test fetches the destination mac of the previous test because an
    entry with that IP is in the arp table. However, that table is outdated. We
    must flush the arp table before starting the new test.

    Change-Id: Ie00345bba13793dc68e8442421861a2555e5ba7d
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 4d07f0f7e2f03486c8d78a24282c5e4e7fc59253)

  - Add all topologies to the test

    We were limiting the topologies to the ones working but we believe
    all should work now

    Change-Id: I11921916105a149c585cd934150de2898286b142
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 1b9b0ad28243362b7953db12ebd072d9c6a99aff)

  - Cleanup IETF-ACL in OpenDaylight

    Change-Id: I6914a5fbe7eb30b2d76b89d8f38b7d3d16e7b44a
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit 3097fef23e4ae1c89b535c1d890e44710b33eea4)

  - Disable resource_finder_cache in controllers

    Heat caching somehow messes our tests so we disable it before the tests
    start.

    For instance, if we do:

    1. create example-net with NET_ID1
    2. create VNFD1 with example-net
    3. delete VNFD1
    4. delete NET_ID1
    5. create example-net with NET_ID2
    6. create VNFD2 with example-net

    heat has NET_ID1 cached as the id of example-net and tries to use that
    instead of NET_ID2 to create VNFD2. This off course leads to a crash
    since NET_ID1 does not exist anymore.

    In the future we should investigate further why heat cache does not play
    well for us (probably bc of tacker).

    Change-Id: Iac07d78641e2d1ff0c2d67e46752d551833f19fd
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit d0fec46322915ef8b49e1f7ab9c485ea2cdd399a)

  - VNFDs were not deleted

    Added vnfd_delete in the cleanup library

    Change-Id: Iaa3e9ecb33a15bf882585786271fef206a54ffa0
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 5342d88d799359ce9f92b0cef26382d26fce9dfb)

  - Give time to start the firewall process

    Sometimes test sfc_one is failing because the firewall is not started when
    the test begins. Waiting some seconds after starting the process corrects the
    problem

    Change-Id: Iebef292fa66338c3e27a325333cc5f1993facac5
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 891d42491fdabea0b3907cba8cbf220c507398b8)

  - Run tests in order

    Change-Id: I3cbbcd17182bf6f1f6558cb199577d989ac62ae6
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit d3b5ba3c16b0918060d1fc800bd47e688146f2c4)

  - Change from functest logger to python logging

    Change-Id: Ie7b2a63c301819a79768d1b286ee00693cd1129b
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit cb311aad19c732fa006b50795ab66687e01b95a6)

  - Add checks for cleanup utilities

    Change-Id: I1facd54b11ef6a090e39dd5977eb5cf7183147af
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit 98bb8ed7510d118a680079973aa8f7dce406be37)

  - Add ODL cleanup utilities

    ODL does not clean all resources properly after tacker deletions, so we
    add this as a post processing step

    Change-Id: Ic485ee32b195f72235922ebe613af6c010cb57db
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit e48b950bc77e37fbda611415577a7388e19c1ff6)

  - Add more logs to the CI

    We want to double check if the CI is using the correct tacker plugin
    version

    Change-Id: Ib6082014988daee316553d980c5e7f88d316fe8c
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
    (cherry picked from commit 268fc4edfd7560bcf5b5e1248df05face402074a)

  - Implement delete.sh as a python module

    We need to call delete.sh after each test is run. The script is
    implemented as a python module and called inside run_tests.py

    Change-Id: I23a794be522b4713a44cc1d56587e0aadc6f1210
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit 8869d175363dfec69cc70fd8cb9bef56e8ebc115)

  - Remove SFF_filter

    After further investigation we found out that the classifier is deployed in all
    computes. When deploying several tests, ODL starts to function very slowly and
    sometimes the classifier takes a long time to be deployed in one compute. That
    tricked us and made us think that it was not deployed everywhere

    Change-Id: I474a05f77a6342be741d14ffbdb674ef7f970908
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
    (cherry picked from commit 70445ba93cb07164933ed0c5aac8db32f6f652d4)

  - Run all testcases even if one throws an exception

    If the first testcase throws an exception, the rest were not being
    executed

    Change-Id: I5fdc521da840ffdbc7a0bde120d7bfe7907b881c
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
    (cherry picked from commit 84f3ea23ccc9f6e19a86748519deb600b2ac95e3)

  - Log credentials

    We have to make sure that we source the correct credentials in the CI

    Change-Id: I4d988943588bbc99a3118cb89eabfea37c41daf6
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit 1d72729b1513e419ab1d97f294410a5cfdd1c62f)

  - Bug fix: rsps and first_RSPs must be restarted

    JIRA: SFC-88

    Not a blocking bug but when the classifier is implemented in several computes,
    we loop all computes. By the time the second compute is inspected, more than
    10 seconds passed and thus, the classification rules are already there.
    first_RSP should not be evaluated and rsps must be restarted

    Change-Id: I70858d6b423eebd8088a79aebebb4950f031878d
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
    (cherry picked from commit 189642fff7428457d3992c365eab9a9f5c0bea90)

  - Bug fix: disable non-working topologies

    JIRA: SFC-87

    Due to ODL bugs, some topologies do not work

    Change-Id: Ia2fcfe5948c308ce2348b52c01aa3ce58ac318d6
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
    (cherry picked from commit 184f787f3a8a57695fa3b9b8f17c65b9aeee1904)

  - Remove security group exists error logs

    We copied the create_secgroup_rule function from
    functest.openstack_utils and removed the logger.exception("Security
    group exists") line.

    This is very ugly and we should investigate an upstream fix after D
    release.

    Change-Id: I1674a77ebc3b3e3132b2b9e1f16a84106b2350eb
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
    (cherry picked from commit 4585d8fe2a4b40f62b96bdd38dc1a14f32510c93)

  - Bug fix: Classification check failing

    If both SFs are in one host, the classification rules are not implemented
    in all the hosts

    Change-Id: Ifea131a86f49d33fdc6110a13d5fdc6c2796f7fa
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit da6d1d2e018e358f71ad734766580a7343829c29)

  - Bug fix: classif. check not working for one chain

    In the test case with only one chain the wait_classification function was not
    working

    Change-Id: I4cff1e61130b6fc68d736108a0da048909dad750
Signed-off-by: Manuel Buil <mbuil@suse.com>
    (cherry picked from commit 4b082d08b46941da06630926a117054881a8aa1b)

  - Bug fix: client and server not using shuffler

    Client and server were not being created based on the topology shuffler and
    thus the topology was not followed

    Change-Id: I1d7228d2d75e4ecf57ff8eb1c4226b963b2b9dd4
Signed-off-by: “Manuel Buil” <mbuil@suse.com>
7 years agoUpdate git submodules
Calin Gherghe [Mon, 13 Mar 2017 13:21:21 +0000 (09:21 -0400)]
Update git submodules

* 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)

7 years agoUpdate git submodules
Calin Gherghe [Thu, 9 Mar 2017 11:55:30 +0000 (06:55 -0500)]
Update git submodules

* 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)

7 years agoUpdate git submodules
Yujun Zhang [Fri, 24 Mar 2017 07:47:38 +0000 (07:47 +0000)]
Update git submodules

* 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>
7 years agoUpdate git submodules
Yujun Zhang [Tue, 21 Mar 2017 10:23:39 +0000 (18:23 +0800)]
Update git submodules

* 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)

7 years agoUpdate git submodules
Feng Pan [Thu, 23 Mar 2017 13:43:18 +0000 (09:43 -0400)]
Update git submodules

* 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)

7 years agoUpdate git submodules
Trevor Cooper [Fri, 24 Mar 2017 00:29:29 +0000 (17:29 -0700)]
Update git submodules

* 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)

7 years agoUpdate git submodules
Trevor Cooper [Thu, 23 Mar 2017 22:09:43 +0000 (15:09 -0700)]
Update git submodules

* 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>
7 years agoUpdate git submodules
Trevor Cooper [Thu, 23 Mar 2017 20:55:16 +0000 (13:55 -0700)]
Update git submodules

* 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>
7 years agoUpdate Feature Projects 97/31397/1
ShubhamRathi [Tue, 21 Mar 2017 20:34:31 +0000 (02:04 +0530)]
Update Feature Projects

Populated feature projects page.

Change-Id: Ie8112c609d3bfef4c5971b296ddbc6fb341283cf
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 79c76dbaf754da47e186d5743970bc863e14fb74)

7 years agoAdd git submodule for openretriever 75/31075/4
Guo Ruijing [Mon, 13 Mar 2017 23:22:47 +0000 (19:22 -0400)]
Add git submodule for openretriever

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)

7 years agoqtip: correct project name letter case 93/31393/1
Yujun Zhang [Wed, 22 Mar 2017 07:27:45 +0000 (15:27 +0800)]
qtip: correct project name letter case

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)

7 years agoSegregating Testing doc 71/31371/1
ShubhamRathi [Tue, 21 Mar 2017 18:42:24 +0000 (00:12 +0530)]
Segregating Testing doc

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)

7 years agoFix multisite links 55/31355/1
ShubhamRathi [Sun, 19 Mar 2017 21:30:51 +0000 (03:00 +0530)]
Fix multisite links

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)

7 years agoMisc Changes 49/31349/1
ShubhamRathi [Wed, 15 Mar 2017 19:37:13 +0000 (01:07 +0530)]
Misc Changes

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)

7 years agoFix for opera submodule 43/31343/1
Aric Gardner [Fri, 17 Mar 2017 20:15:20 +0000 (16:15 -0400)]
Fix for opera submodule

Change-Id: I929e35358fdc609c239bf77077defda4df7c52c8
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
(cherry picked from commit a4e3f3d28a133d83ade8ade7774e3477cdf9fd4d)

7 years agoAdding opera submodule 41/31341/1
Aric Gardner [Fri, 17 Mar 2017 19:44:28 +0000 (15:44 -0400)]
Adding opera submodule

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)

7 years agoRemove nonparticipating projects 77/31177/2
ShubhamRathi [Mon, 20 Mar 2017 21:01:02 +0000 (02:31 +0530)]
Remove nonparticipating projects

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)

7 years agoMerge "CSS Changes to layout" into stable/danube
Sofia Wallin [Tue, 21 Mar 2017 11:37:42 +0000 (11:37 +0000)]
Merge "CSS Changes to layout" into stable/danube

7 years agoRemoved openretriever off submodules 81/31181/1
ShubhamRathi [Mon, 20 Mar 2017 19:22:02 +0000 (00:52 +0530)]
Removed openretriever off submodules

Change-Id: Iea4f3f579e837bc4ff199a65b717be28113de2ef
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 86879954e4c2636c5cf71d3539a1b2a356e66b68)

7 years agoCSS Changes to layout 63/31163/3
ShubhamRathi [Wed, 15 Mar 2017 21:18:37 +0000 (02:48 +0530)]
CSS Changes to layout

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)

7 years agoUpdate submodules 73/31073/1
ShubhamRathi [Wed, 15 Mar 2017 19:15:39 +0000 (00:45 +0530)]
Update submodules

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)

7 years agoUpdating submodules & add openretriever 71/31071/1
ShubhamRathi [Wed, 15 Mar 2017 15:58:18 +0000 (21:28 +0530)]
Updating submodules & add openretriever

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)

7 years agoUsing SPDX shorthand plus a several edits for wordsmithing 69/31069/1
Ray Paik [Tue, 14 Mar 2017 17:11:02 +0000 (10:11 -0700)]
Using SPDX shorthand plus a several edits for wordsmithing

Change-Id: I1c04abf0d22c49239636ea50ef62e7fd88a03743
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
(cherry picked from commit c03471c38dd57052ca78e85c9ada9b6bdc1cfc19)

7 years agoAdd Sidebar 67/31067/1
ShubhamRathi [Mon, 13 Mar 2017 18:24:03 +0000 (23:54 +0530)]
Add Sidebar

Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 43b90b762d5df17fac7395a709b5262b51c04375)

7 years agoUpdated license header with SPDX 65/31065/1
Sofia Wallin [Tue, 14 Mar 2017 12:27:54 +0000 (13:27 +0100)]
Updated license header with SPDX

Change-Id: I7fa081f2e3c01f053388ae8f85983abb007ab7f7
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 330aafa18db7133b1e3c08f80c874b0136b1cb4c)

7 years agoAdd release notes page 63/31063/1
ShubhamRathi [Sun, 5 Mar 2017 16:42:22 +0000 (22:12 +0530)]
Add release notes page

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)

7 years agoMisc Changes 57/31057/1
ShubhamRathi [Sat, 4 Mar 2017 22:10:13 +0000 (03:40 +0530)]
Misc Changes

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)

7 years agoupdated the license header to use the SPDX shorthand 33/30733/1
Ray Paik [Mon, 6 Mar 2017 21:52:21 +0000 (13:52 -0800)]
updated the license header to use the SPDX shorthand

Change-Id: I0f4e81bafbfdfdb6909a283907a5baa497552622
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
(cherry picked from commit e025c0337b0483ff608347d43caa1b0414d97be2)

7 years agoFixed warnings 73/30073/3
Sofia Wallin [Wed, 8 Mar 2017 16:25:08 +0000 (17:25 +0100)]
Fixed warnings

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>
7 years agoUpdate Templates for Testing 89/29789/1
ShubhamRathi [Sat, 4 Mar 2017 21:29:02 +0000 (02:59 +0530)]
Update Templates for Testing

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>
7 years agoUpdate gitmodule file 73/29573/2
ShubhamRathi [Wed, 1 Mar 2017 17:53:40 +0000 (23:23 +0530)]
Update gitmodule file

Added branch = . for ovno, snaps
& moon.

Change-Id: I07ff1693f2e008eb70386a02092b078108aeb9e4
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoFixed trailing markup 61/29661/1
ShubhamRathi [Thu, 2 Mar 2017 17:11:41 +0000 (22:41 +0530)]
Fixed trailing markup

Change-Id: I8ce9b278dc3d0d9b376104f753c168ba9a478aa7
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoMerge "StorPerf Documentation"
Sofia Wallin [Wed, 1 Mar 2017 13:14:54 +0000 (13:14 +0000)]
Merge "StorPerf Documentation"

7 years agoMisc changes 43/29443/1
ShubhamRathi [Mon, 27 Feb 2017 14:24:45 +0000 (19:54 +0530)]
Misc changes

1. Added onvo, snaps, barometer submodules
2. Renamed a few titles

Change-Id: I8b47e68d64a9a16576abbc2891a39b6dacf164ca
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoStorPerf Documentation 05/29305/1
mbeierl [Thu, 23 Feb 2017 18:30:00 +0000 (13:30 -0500)]
StorPerf Documentation

Adds link to StorPerf documentation

Change-Id: I7d59478792867e47e7627f203015b9a1d716c404
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoFixing wrong directory name in documentation guide 27/29227/1
Georg Kunz [Wed, 22 Feb 2017 13:46:04 +0000 (14:46 +0100)]
Fixing wrong directory name in documentation guide

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>
7 years agoUpdate OPNFVDocs documentation 43/29143/2
ShubhamRathi [Tue, 21 Feb 2017 12:53:52 +0000 (18:23 +0530)]
Update OPNFVDocs documentation

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>
7 years agoAdjusted titles 11/28711/3
Sofia Wallin [Wed, 15 Feb 2017 12:25:03 +0000 (13:25 +0100)]
Adjusted titles

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>
7 years agoRemove moon 91/29091/1
ShubhamRathi [Mon, 20 Feb 2017 18:29:34 +0000 (23:59 +0530)]
Remove moon

Change-Id: I0b780d41eeb11dae12174cd7e63be1019ba327f7
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoRemove moon, as they are breaking builds 89/29089/1
Aric Gardner [Mon, 20 Feb 2017 18:18:59 +0000 (13:18 -0500)]
Remove moon, as they are breaking builds

Change-Id: Icef338564b07e2fd6e7379697c75624a065ad1b4
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoMerge "Add Promise release docs to opnfvdocs"
Sofia Wallin [Mon, 20 Feb 2017 09:51:47 +0000 (09:51 +0000)]
Merge "Add Promise release docs to opnfvdocs"

7 years agoShallow clone to speed things up for RTD 83/28983/2
Aric Gardner [Fri, 17 Feb 2017 19:38:22 +0000 (14:38 -0500)]
Shallow clone to speed things up for RTD

RTD has a ten minute timeout, this might squeek us in

Change-Id: I3d5be51984bd939924b6dfc1d4017bd2a9c1b605
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoAdd Promise release docs to opnfvdocs 55/28355/2
Gerald Kunzmann [Thu, 9 Feb 2017 09:46:02 +0000 (09:46 +0000)]
Add Promise release docs to opnfvdocs

Change-Id: Idbc17af03fe7449ef3e20e198f21338880274dc5
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agobarometer: add project submodules 39/28839/2
Maryam Tahhan [Thu, 16 Feb 2017 15:01:35 +0000 (15:01 +0000)]
barometer: add project submodules

Change-Id: Ie0119fca1cf27731a1f0b9bab824c0133fd55f41
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
7 years agoMerge "Added steps to build documentation"
Sofia Wallin [Mon, 13 Feb 2017 13:02:47 +0000 (13:02 +0000)]
Merge "Added steps to build documentation"

7 years agoAdded steps to build documentation 61/28461/1
ShubhamRathi [Fri, 10 Feb 2017 20:06:55 +0000 (01:36 +0530)]
Added steps to build documentation

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>
7 years agoDocumentation guide ported from wiki 01/27701/5
ShubhamRathi [Sun, 29 Jan 2017 19:34:55 +0000 (01:04 +0530)]
Documentation guide ported from wiki

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>
7 years agoMerge "New Tox build script"
Sofia Wallin [Fri, 3 Feb 2017 09:46:33 +0000 (09:46 +0000)]
Merge "New Tox build script"

7 years agoMerge "New docs for 'How to include documentation'"
Sofia Wallin [Fri, 3 Feb 2017 09:44:24 +0000 (09:44 +0000)]
Merge "New docs for 'How to include documentation'"

7 years agoMisc Changes 73/27773/2
ShubhamRathi [Tue, 31 Jan 2017 09:44:34 +0000 (15:14 +0530)]
Misc Changes

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>
7 years agoNew docs for 'How to include documentation' 07/27607/3
ShubhamRathi [Thu, 26 Jan 2017 13:05:38 +0000 (18:35 +0530)]
New docs for 'How to include documentation'

This documentation elucidates the revised procedure
to include project documentation.

Change-Id: Icfcab3a07e386453ae7faf9fa737fe726ff70f0c
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoMerge "Moving design/ requirements/ to developer"
Sofia Wallin [Mon, 30 Jan 2017 13:31:28 +0000 (13:31 +0000)]
Merge "Moving design/ requirements/ to developer"

7 years agoChanging Documentation Theme 31/27731/1
ShubhamRathi [Mon, 30 Jan 2017 11:27:16 +0000 (16:57 +0530)]
Changing Documentation Theme

Documentation theme changed from 'united' to
'journal'

Change-Id: I89242a324ea3bd827f829b07f43098d91c225eb8
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoMoving design/ requirements/ to developer 21/27721/1
ShubhamRathi [Mon, 30 Jan 2017 09:53:49 +0000 (15:23 +0530)]
Moving design/ requirements/ to developer

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>
7 years agoCleanup old templates and add placeholders where required 99/27699/2
ShubhamRathi [Sun, 29 Jan 2017 18:04:14 +0000 (23:34 +0530)]
Cleanup old templates and add placeholders where required

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>
7 years agoNew Tox build script 31/27631/1
ShubhamRathi [Thu, 26 Jan 2017 19:10:19 +0000 (00:40 +0530)]
New Tox build script

To keep the doc jobs for OPNFV & ODL as similar as possible, we're
using a similar tox build script as used in ODLDocs.  The new merge
job is tested to run the same tox build script.  This build script
is to be run as `tox -edocs`. Everything under docs/ shall be built.

Change-Id: Ic4fab5e431e6937a1dbbeca2b1ff339dd092b688
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoRemoving RTD Hack 13/27613/1
ShubhamRathi [Thu, 26 Jan 2017 13:47:39 +0000 (19:17 +0530)]
Removing RTD Hack

Eliminated rm -rf * from conf.py file &
time, date of generation from index.

Change-Id: I1c2c3da15a11b59659b9fbb46982bf71d7ec2ba9
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoMerge "RTD Workaround to delete old files"
Aric Gardner [Wed, 25 Jan 2017 12:35:51 +0000 (12:35 +0000)]
Merge "RTD Workaround to delete old files"

7 years agoMerge "Adding all templates under templates/"
Sofia Wallin [Tue, 24 Jan 2017 19:48:42 +0000 (19:48 +0000)]
Merge "Adding all templates under templates/"

7 years agoMerge "Original 'Including your Documentation'"
Sofia Wallin [Tue, 24 Jan 2017 19:46:36 +0000 (19:46 +0000)]
Merge "Original 'Including your Documentation'"

7 years agoOriginal 'Including your Documentation' 53/27453/2
ShubhamRathi [Tue, 24 Jan 2017 15:16:33 +0000 (20:46 +0530)]
Original 'Including your Documentation'

Moving all content out of the wiki,
plan is to keep document build instructions
in the opnfvdocs repo too. This file shall be
edited with the new instruction.

Change-Id: Ie2e441be1810182c101bd3819ddc6587e1c6b2c2
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdated intro and vsperf project description. 29/27329/2
Trevor Cooper [Sat, 21 Jan 2017 01:11:47 +0000 (17:11 -0800)]
Updated intro and vsperf project description.

Updates:
Fixed review issues with trailing white spaces, Bottlenecks description and made further vsperf description edits.

Change-Id: Id1c979f6365b022f27ab79ac7b75a42110e0150b
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
7 years agoAdding all templates under templates/ 41/27341/5
ShubhamRathi [Sat, 21 Jan 2017 17:31:46 +0000 (23:01 +0530)]
Adding all templates under templates/

Templates for docs contribution have been
added under templates/ .Templates for release/
have been added only. Most of these templates
have been made by resuing the structure and
content of previous releases to reduce rework
on part of project teams.

Change-Id: I13f9b7fbb372bd712ee64aed775a2cede771f429
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoRTD Workaround to delete old files 87/27287/1
ShubhamRathi [Fri, 20 Jan 2017 10:43:36 +0000 (16:13 +0530)]
RTD Workaround to delete old files

Workaround to delete old files in RTD: We are callling a subprocess
from conf.py file to rm -rf *.The builds on RTD are failing but
documentation is being updated nonetheless, to check - we are seeing
the build time and date in index.

Change-Id: I278490e322e97e263d90f568fe4331bcc40ff4ad
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoMove Scenario under release 79/27279/1
ShubhamRathi [Fri, 20 Jan 2017 09:19:38 +0000 (14:49 +0530)]
Move Scenario under release

Scenario templates moved under Release. Spelling for Integration corrected.

Change-Id: I3016ad8226293f3c806563b747fb14a140afece1
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate testing community doc 15/27115/3
Morgan Richomme [Tue, 17 Jan 2017 17:20:27 +0000 (18:20 +0100)]
Update testing community doc

Change-Id: I7ffbb3c0460958e3ecd837a14bf0c9a5752d1fc0
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAdjusted naming path 53/27053/1
Sofia Wallin [Mon, 16 Jan 2017 15:12:13 +0000 (16:12 +0100)]
Adjusted naming path

Adjusted the naming path for consistency throughout our repository and the
community.

Change-Id: Ia055c418584f338f6000835fc28a7e5e8b5c5818
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
7 years agoMerge "Update build script to newer tag"
Sofia Wallin [Sun, 15 Jan 2017 19:36:48 +0000 (19:36 +0000)]
Merge "Update build script to newer tag"

7 years agoAdd Index page for Feature Projects 07/26607/4
ShubhamRathi [Fri, 30 Dec 2016 14:06:08 +0000 (19:36 +0530)]
Add Index page for Feature Projects

This feature index page lists all feature projects. This is proposed to be added under 'Developer Documentation'

Change-Id: I84f21000923d3b00c93cb8b2b4d00c15711d19e9
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoAdd index page for subrelease projects 05/26605/4
ShubhamRathi [Fri, 30 Dec 2016 11:44:46 +0000 (17:14 +0530)]
Add index page for subrelease projects

Index page for subrelease projects. This is proposed to be added under 'Release documentation'

Change-Id: I66d9b5977697a1512ee3491921652dbad589bd23
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoAdd new templates for docs contribution 23/26823/5
ShubhamRathi [Tue, 10 Jan 2017 12:50:30 +0000 (18:20 +0530)]
Add new templates for docs contribution

Adding new templates for docs contribution to be used by the project
teams. Templates for 'Testing/' havent been added yet since its not
perfectly clear what all cases need to be documented.

Change-Id: Id9c1d0d87d99bb071cbcd493817500666cd59b79
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoAdd index with submodules 15/26415/5
ShubhamRathi [Thu, 22 Dec 2016 06:47:04 +0000 (12:17 +0530)]
Add index with submodules

Index page updated to point to feature, testing and installer
projects. This is in tandem with the plan to divide documentation in
Release, Developer and Testing.

Change-Id: I7e54190d402a6c241a358c9e13ce477d496f23a3
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoAdd conf.py, static files 27/26427/8
ShubhamRathi [Thu, 22 Dec 2016 08:59:26 +0000 (14:29 +0530)]
Add conf.py, static files

Adding new conf.py & static files that shall be used to render docs.
As part of the move to read the docs, intent is to have a single static
conf.py at the root which shall manage the themeing etc.

Change-Id: I71aedd1268649889e7e8c1e357fd3860f08ae390
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate build script to newer tag 37/26937/1
ShubhamRathi [Thu, 12 Jan 2017 14:03:22 +0000 (19:33 +0530)]
Update build script to newer tag

The build script showed the tag as 'arno.2015.2.0'. The script
has been updated to take the latest tag.

Change-Id: Ifb64128d3c1097ac99130f00313d9eab7e885778
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoAdd submodules and .gitmodule 91/26091/9
ShubhamRathi [Fri, 16 Dec 2016 09:59:25 +0000 (15:29 +0530)]
Add submodules and .gitmodule

Adding submodules of all OPNFV projects in order to create a unified
repository for documentation. By using submodules we will be able to
maintain a single conf.py file and theme to be used across all projects

Change-Id: I65ec1a85f074f142bc335e8611e9636b5e4cb3a9
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoMerge "Requirement updated to support sphinx_bootstrap_theme"
Sofia Wallin [Tue, 10 Jan 2017 18:20:58 +0000 (18:20 +0000)]
Merge "Requirement updated to support sphinx_bootstrap_theme"

7 years agoRequirement updated to support sphinx_bootstrap_theme 97/26797/2
ShubhamRathi [Mon, 9 Jan 2017 11:57:13 +0000 (17:27 +0530)]
Requirement updated to support sphinx_bootstrap_theme

Builds for the new conf.py's importing sphinx_bootstrap_theme (SBT) were failing because jenkins was still loading the previous version of requirements which did not have SBT. Adding the SBT to requirements will ensure the build does not fail.

Change-Id: I9a46f519f5d5548e3a304a7d55d99e80a4366460
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoFixing a typo 67/26567/2
Gerald Kunzmann [Wed, 28 Dec 2016 15:23:06 +0000 (15:23 +0000)]
Fixing a typo

Change-Id: I6ee6f4133bab226a7a67b6e09a5c4cccd906ed6a
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agoFix syntax error 17/25817/1
Yujun Zhang [Tue, 13 Dec 2016 02:02:38 +0000 (10:02 +0800)]
Fix syntax error

Reported in https://gerrit.opnfv.org/gerrit/#/c/25785/

Change-Id: Iaba37b820ec17d8ac9009e63f606c8a38aebd236
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoExit script with error count 57/23257/4
Yujun Zhang [Tue, 18 Oct 2016 03:49:58 +0000 (11:49 +0800)]
Exit script with error count

related JIRA: DOCS-71
Change-Id: I08501e6193dc555ebbb7b4b69af65e50ef4be5b7
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoAdjusted the docs repo structure for D release work 67/24767/2
Sofia Wallin [Wed, 23 Nov 2016 13:49:15 +0000 (14:49 +0100)]
Adjusted the docs repo structure for D release work

Change-Id: I9befe06c424c726e17d754bc480413b2430549ba
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
7 years agoNew file for the readthedocs rendered. 59/24759/1
ChristopherPrice [Wed, 23 Nov 2016 12:51:37 +0000 (13:51 +0100)]
New file for the readthedocs rendered.
This is a placeholder to test the toolchain.

Change-Id: Ib3eb61632e812369e6da6706a7ff8fe20a43c547
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
7 years agoMerge "Add figure for Testing Ecosystem"
Sofia Wallin [Tue, 15 Nov 2016 15:01:50 +0000 (15:01 +0000)]
Merge "Add figure for Testing Ecosystem"

7 years agoMerge "Add support for macOS"
Ryota Mibu [Tue, 15 Nov 2016 13:59:24 +0000 (13:59 +0000)]
Merge "Add support for macOS"

8 years agoMerge "Colorado 2.0 updates"
Sofia Wallin [Tue, 8 Nov 2016 10:21:23 +0000 (10:21 +0000)]
Merge "Colorado 2.0 updates"

8 years agoAdd support for macOS 55/23255/3
Yujun Zhang [Tue, 18 Oct 2016 03:43:08 +0000 (11:43 +0800)]
Add support for macOS

JIRA: DOCS-164
Change-Id: I769eb1d0fce7ead1ffb7c0a21e3aab969eeca3af
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
8 years agoColorado 2.0 updates 99/23299/4
Sofia Wallin [Tue, 18 Oct 2016 14:28:59 +0000 (16:28 +0200)]
Colorado 2.0 updates

Updated according to comments
All links updated for colorado 2.0
Link fixed in the overview doc according to Jira ticket DOCS-161

Change-Id: Ib3ff5f1159c45c6dc45601360e4e31a5210a15ec
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
8 years agoRemoval of Victor Laza from the list of comitters 37/23437/1
Sofia Wallin [Thu, 20 Oct 2016 14:09:11 +0000 (16:09 +0200)]
Removal of Victor Laza from the list of comitters

Removing Victor from the list of committers due to no activity.
I have reached out several times without response.

Change-Id: Ib86d3e8dfd44751fe7d0d9c4a4d71acd0eca6b8b
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
8 years agoMerge "Updated info file"
Sofia Wallin [Tue, 18 Oct 2016 12:32:07 +0000 (12:32 +0000)]
Merge "Updated info file"

8 years agoUpdated info file 85/23285/1
Sofia Wallin [Tue, 18 Oct 2016 11:30:08 +0000 (13:30 +0200)]
Updated info file

Updated contact info for Wenjing

Change-Id: Id2456fc55765f02317c7c258bb84df07876a507a
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
8 years agoLast minute adding LXD scenario docs 85/22385/1
ChristopherPrice [Fri, 23 Sep 2016 13:06:24 +0000 (15:06 +0200)]
Last minute adding LXD scenario docs

Change-Id: I530c2e01b03b49bfde4d4b10b353451c5d56fdbd
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
8 years agoAdd figure for Testing Ecosystem 37/22337/2
Morgan Richomme [Thu, 22 Sep 2016 10:08:01 +0000 (12:08 +0200)]
Add figure for Testing Ecosystem

Change-Id: I7f71ff607e281e8991821fc9543f787d809d6b19
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoFinal Colorado 1.0 update for the release documentation library 17/22217/11
ChristopherPrice [Wed, 21 Sep 2016 15:10:00 +0000 (17:10 +0200)]
Final Colorado 1.0 update for the release documentation library

Final version afaict

Change-Id: Ib15662ff3608880efdac84b147b9815d58824610
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
8 years agoFinal version 65/21465/14
Sofia Wallin [Mon, 19 Sep 2016 15:07:17 +0000 (17:07 +0200)]
Final version

Fixed trailing whitespaces

Added StorPerf, this should prob the last link to add.
Adding more document links.
Added security notes
Added numbering to the user guide
Adding the feature configuration parts to the user guide.

Change-Id: I2b1569c97507be18bd0ec17fab41eeb2554726e5
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
8 years agoFinal version of the release document list. 93/21493/3
ChristopherPrice [Mon, 19 Sep 2016 17:32:55 +0000 (19:32 +0200)]
Final version of the release document list.

Updated with all Colorado release links.

Change-Id: Ia02b0add393a1af414d4c28a13e173a35077b134
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
8 years agoDraft of the overview doc. 83/19783/13
ChristopherPrice [Mon, 29 Aug 2016 16:39:54 +0000 (18:39 +0200)]
Draft of the overview doc.

Change-Id: I13d4230591055c5e8c1f4daa469a6bf71993856e
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
8 years agoWIP: Created 2 introduction documents for user guide and installation 73/18673/24
Sofia Wallin [Mon, 15 Aug 2016 13:20:50 +0000 (15:20 +0200)]
WIP: Created 2 introduction documents for user guide and installation

Work on the contant in both installation and user guide

Started to add artifacts in the installation instruction  and user guide

This is a first draft of the installation.introduction.rst and userguide.introduction.rst.
Some of the information has been reused from the Brahmaputra docs with  modifications.
Please comment and add as needed/wanted.

Change-Id: I0c6d79aac7d1152ec894986dda251ad2d3c7048e
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
8 years agoMerge "A compact version of the documentation library."
ChristopherPrice [Thu, 15 Sep 2016 14:04:54 +0000 (14:04 +0000)]
Merge "A compact version of the documentation library."

8 years agoA compact version of the documentation library. 85/20985/12
ChristopherPrice [Tue, 13 Sep 2016 08:18:33 +0000 (10:18 +0200)]
A compact version of the documentation library.

This document provides a master branch link to all Colorado related documentation.
The patch to Stable will update all release links to /colorado/docs/ but for the
time being this document should remaina accurate on master.

Change-Id: I47feb62980311f6f76ddc44ef6e46a0999690a8f
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>