diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-04-28 21:53:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-28 21:53:11 +0000 |
commit | b238e8ad78b2bcc98489e1ce79741d0a635e736d (patch) | |
tree | c1016ff2c3b9a9d16c4427155049e6f9936b7a2e /deploy/scenario/README | |
parent | 099d1487e01e56131ab4479b3c9ab52fdfc49519 (diff) | |
parent | fa4235b9a549d8947b9ebab7d86c00da0953aa83 (diff) |
Merge "Clean up scenario files"
Diffstat (limited to 'deploy/scenario/README')
-rw-r--r-- | deploy/scenario/README | 7 |
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. |