aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/config/scenario/README.md
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-08-01 22:06:11 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-08-01 22:06:11 +0200
commit01c1d38d26c176fa842d1061bfdc2d94cbf3b75e (patch)
tree6a72a9c00843e20e4c0c4645a03d12b4826bb2d1 /mcp/config/scenario/README.md
parentb0370b31d3649893d57b1729979b1124a47a6f05 (diff)
mcp/config: Move scenario defs to separate dir
Prepare for adding baremetal scenarios by moving existing scenario definitions (intended for deploys on virtual PODs) to their own subdirectory. Change-Id: Iaa75e0b0a9876e4f263fc6bbae796d97848ef99b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/config/scenario/README.md')
-rw-r--r--mcp/config/scenario/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/mcp/config/scenario/README.md b/mcp/config/scenario/README.md
new file mode 100644
index 000000000..6ecf05f32
--- /dev/null
+++ b/mcp/config/scenario/README.md
@@ -0,0 +1,22 @@
+##############################################################################
+# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+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.