diff options
Diffstat (limited to 'releases/jerma')
-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 |