summaryrefslogtreecommitdiffstats
path: root/docs/results/results.rst
blob: f4f210af2caf252942b702c9c9f516baa043f2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
.. http://creativecommons.org/licenses/by/4.0

Results listed by scenario
==========================

The following sections describe the functest results as evaluated for
the Brahmaputra release scenario validation runs.  Each section describes
the determined state of the specific scenario as deployed in the Brahmaputra
release process.

To qualify for release the scenarios must have deployed and been successfully
tested in four consecutive installations to establish stability of deployment
and feature capability

.. toctree::

.. include:: ./compass-os-nosdn-nofeature-ha.rst

.. toctree::

.. include:: ./compass-os-odl_l2-nofeature-ha.rst

.. toctree::

.. include:: ./compass-os-onos-nofeature-ha.rst

.. toctree::

.. include:: ./fuel-os-nosdn-nofeature-ha.rst

.. toctree::

.. include:: ./fuel-os-nosdn-ovs-ha.rst

.. toctree::

.. include:: ./fuel-os-odl_l2-nofeature-ha.rst

.. toctree::

.. include:: ./fuel-os-onos-nofeature-ha.rst

.. toctree::

.. include:: ./apex-os-odl_l2-nofeature-ha.rst

.. toctree::

.. include:: ./joid-os-odl_l2-nofeature-ha.rst

.. Add each of the scenario files as they are set to
.. release ready and the results are available for publishing.

.. apex-os-ocl-nofeature-ha.rst
.. apex-os-odl_l2-sfc-ha.rst
.. apex-os-odl_l3-nofeature-ha.rst
.. apex-os-onos-nofeature-ha.rst
.. apex-os-odl_l2-nofeature-ha.rst
.. compass-os-onos-nofeature-ha.rst
.. compass-os-ocl-nofeature-ha.rst
.. compass-os-odl_l2-nofeature-ha.rst
.. fuel-os-nosdn-kvm-ha.rst
.. fuel-os-nosdn-nofeature-ha.rst
.. fuel-os-nosdn-ovs-ha.rst
.. fuel-os-odl_l2-bgpvpn-ha.rst
.. fuel-os-odl_l2-nofeature-ha.rst
.. fuel-os-odl_l3-nofeature-ha.rst
.. fuel-os-onos-nofeature-ha.rst
.. joid-os-nosdn-nofeature-ha.rst
.. joid-os-ocl-nofeature-ha.rst
.. joid-os-odl_l2-nofeature-ha.rst
.. joid-os-onos-nofeature-ha.rst
>sed -i 's/RSYNC_ENABLE=false/RSYNC_ENABLE=true/g' /etc/default/rsync - name: restart rsync service service: name=rsync state=restarted enabled=yes - name: copy scripts template: src={{ item }} dest=/etc/swift/ backup=yes with_items: - account-server.conf - container-server.conf - object-server.conf - name: change directory shell: > chown -R swift:swift /srv/node; mkdir -p /var/cache/swift; chown -R root:swift /var/cache/swift; chmod -R 775 /var/cache/swift; #- name: copy swift lib # copy: src=swift-lib.tar.gz dest=/tmp/swift-lib.tar.gz # #- name: upload swift lib # unarchive: src=swift-lib.tar.gz dest=/tmp/ # #- name: copy swift lib # shell: command: su -s /bin/sh -c "cp /tmp/swift-lib/* /usr/lib/" # #- name: untar swift lib # shell: > # tar zxf /tmp/swift-lib.tar.gz; # cp /tmp/swift-lib/* /usr/lib/;