diff options
author | Frank Brockners <fbrockne@cisco.com> | 2015-03-07 18:38:39 +0100 |
---|---|---|
committer | Frank Brockners <fbrockne@cisco.com> | 2015-03-10 10:27:04 +0000 |
commit | 803498b2412e1753d60a9c359fd528ffa54ba580 (patch) | |
tree | 288beb2469f5bf80ee60d7d72736474d9753079c /common/manifests/README.md | |
parent | 6cb518c68eb136ad448e96716ef8b1348440949f (diff) |
Initial setup of "common" directory tree
Complement the tree structure that was created by Joseph with
a directory tree that is to hold files which are independent
from a particular installer approach and as such are common
to the OPNFV install and maintenance process:
genesis
└── common
├── manifests
└── tools
Directories contain README files that describe their use.
Cleaned up trailing whitespaces.
Change-Id: Icad2a9e9e64764d8d495f779d73176a36208062e
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
Diffstat (limited to 'common/manifests/README.md')
-rw-r--r-- | common/manifests/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/common/manifests/README.md b/common/manifests/README.md new file mode 100644 index 0000000..2c34e19 --- /dev/null +++ b/common/manifests/README.md @@ -0,0 +1,17 @@ +<!--- +Copyright 2015 Open Platform for NFV Project, Inc. and its contributors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +# Manifests +Puppet manifests which are common to OPNFV (i.e. independent from the various installer approaches). |