diff options
author | Luc Provoost <luc.provoost@intel.com> | 2020-12-09 22:24:17 +0100 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2020-12-09 22:32:04 +0100 |
commit | 76c8568e1e994091fa365b52ba4bc16e193ea2ae (patch) | |
tree | 8a9be7ff7d559b13cd0e2993e14c6092d50fd321 /releases | |
parent | ee3cd626aa1c4cb661c1cd98596b0d5c136ad6d0 (diff) |
Create samplevnf.yaml for tagging
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Change-Id: I4f52d6b6de77c3a68705c6d85c25e0f76fe19f39
Diffstat (limited to 'releases')
-rw-r--r-- | releases/jerma/samplevnf.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/releases/jerma/samplevnf.yaml b/releases/jerma/samplevnf.yaml new file mode 100644 index 000000000..27aebee0e --- /dev/null +++ b/releases/jerma/samplevnf.yaml @@ -0,0 +1,24 @@ +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## +# # Copyright (c) 2020 The Linux Foundation 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 +# ############################################################################## +--- +project: samplevnf +project-type: testing +release-model: stable + +releases: + - version: opnfv-10.0.0 + location: + samplevnf: d5801e449ca4c7115c2c11bf164bcce7b149917c + +branches: + - name: stable/jerma + location: + samplevnf: d5801e449ca4c7115c2c11bf164bcce7b149917c + +release-notes: https://docs.opnfv.org/projects/samplevnf/en/stable-jerma/release/release-notes/index.html |