summaryrefslogtreecommitdiffstats
path: root/deploy/scenario/README
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-04-28 10:32:02 +0200
committerPeter Barabas <peter.barabas@ericsson.com>2016-04-28 12:23:31 +0000
commitfa4235b9a549d8947b9ebab7d86c00da0953aa83 (patch)
treecec617524e99c5c09b491cb9d89fd4de10e8387d /deploy/scenario/README
parentf50747c9ec79b9f89df6a6ba6d680a89bd6a3de3 (diff)
Clean up scenario files
- remove release from scenario files - remove old versions of scenario files - remove versions from scenario file names and update scenario.yaml - update README Change-Id: I5203ea0794b96fb44f6a9db25b33e5066c1d9574 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/scenario/README')
-rw-r--r--deploy/scenario/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/deploy/scenario/README b/deploy/scenario/README
index aebeb40ee..3472f6630 100644
--- a/deploy/scenario/README
+++ b/deploy/scenario/README
@@ -20,7 +20,7 @@ Creating a new plugin
---------------------
Creating a new plugin involves creating a plugin config yaml file in
/deploy/config/plugins. The filename should comply to following structure:
-fuel-<plugin_name>_<version>.yaml.
+fuel-<plugin_name>.yaml.
The plugin configuration must include plugin configuration metadata as below:
plugin-config-metadata:
@@ -42,7 +42,7 @@ Creating a new deployment scenario
----------------------------------
Creating a new deployment scenario involve creating a deployment scenario
yaml file under deploy/scenario/. The filename should comply to following
-format: <ha | no-ha>_<SDN Controller>_<feature-1>_..._<feature-n>_<version>.yaml
+format: <ha | no-ha>_<SDN Controller>_<feature-1>_..._<feature-n>.yaml
The deployment configuration file must contain configuration metadata as stated
below:
@@ -89,7 +89,6 @@ dea-override-config:
environment:
mode: ha
net_segment_type: tun
- wanted_release: Kilo on Ubuntu 14.04
nodes:
- id: 1
interfaces: interfaces_1
@@ -162,4 +161,4 @@ and one or several deployment scenario configuration yaml files.
Other
-----
These configuration files are used by deploy.sh provided by Fuel@OPNFV, e.g.
-deploy.sh will clone this repo when deploying. \ No newline at end of file
+deploy.sh will clone this repo when deploying.