diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-24 07:04:32 -0500 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-26 13:50:49 -0700 |
commit | ff9822f92b6af9f32d9ea37a2168ab380eaedda2 (patch) | |
tree | 66009f94b00189d6db7dea0158e9ab2d6f42eeb4 | |
parent | 198850dce3d103ce6f04d90f86a5c9dfca364a79 (diff) |
added support for joid release.
Change-Id: Ifc5ac941ba1f1e3467e6d538236093e285f6894e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | releases/fraser/joid.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/releases/fraser/joid.yaml b/releases/fraser/joid.yaml index c2ca0cde1..6c230c3ae 100644 --- a/releases/fraser/joid.yaml +++ b/releases/fraser/joid.yaml @@ -1,9 +1,24 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2018 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: joid project-type: installer release-model: stable +releases: + - version: opnfv-6.0.0 + location: + joid: 266a4fd08bef19fca930cbbb1d45f5639b87d3c0 + branches: - name: stable/fraser location: joid: f1b6b2867e4e907cb84ea4670ad32f36bddcbf6c + +release-notes: http://docs.opnfv.org/en/stable-fraser/submodules/joid/docs/release/release-notes/index.html |