diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-10 01:11:23 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-11 01:06:23 +0000 |
commit | 6fb970627653a5ae6293db6ef36b5a836e98769d (patch) | |
tree | bf2cb1a28f6e52e0ba863414c4e98a1cf6c2753e /mcp/config/scenario/README.rst | |
parent | 91312836e649c24d2d0268f1f5c8aa45fdd79a8d (diff) |
Add & fix licensing in README.rst files, align ext
Rename all variations of README files to README.rst.
Fix license headers according to OPNFV Contribution Guidelines [1].
Markdown syntax will be switched to rst in an ulterior change.
[1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines
Change-Id: I2c71fd62b38f218545507c79c39e07dbd35f7c88
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/config/scenario/README.rst')
-rw-r--r-- | mcp/config/scenario/README.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mcp/config/scenario/README.rst b/mcp/config/scenario/README.rst new file mode 100644 index 000000000..e0f9848ea --- /dev/null +++ b/mcp/config/scenario/README.rst @@ -0,0 +1,21 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. (c) 2017 Mirantis Inc., Enea AB and others. + +Fuel@OPNFV Scenario Configuration +================================= + +Abstract: +--------- +This directory contains configuration files for different OPNFV deployment +feature scenarios used by Fuel@OPNFV, e.g.: +- High availability configuration; +- Type of SDN controller to be deployed; +- OPNFV collaboration project features to be deployed; +- Provisioning of any other sevices; +- POD configuration (baremetal, virtual); + +NOTES: +------ +This directory is highly likely to change and/or be replaced/complemented +by the new PDF (Pod Descriptor File) info in securedlab OPNFV git repo. |