diff options
Diffstat (limited to 'releases')
-rw-r--r-- | releases/jerma/airship.yaml | 17 | ||||
-rw-r--r-- | releases/jerma/doctor.yaml | 17 | ||||
-rw-r--r-- | releases/jerma/kuberef.yaml | 17 | ||||
-rw-r--r-- | releases/jerma/opnfvdocs.yaml | 9 |
4 files changed, 60 insertions, 0 deletions
diff --git a/releases/jerma/airship.yaml b/releases/jerma/airship.yaml new file mode 100644 index 000000000..147784cd8 --- /dev/null +++ b/releases/jerma/airship.yaml @@ -0,0 +1,17 @@ +# 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: airship +project-type: installer +release-model: stable + +branches: + - name: stable/iruya + location: + airship: 53fcf67dbb9545fa939aa11386e26bfe3dda6cad diff --git a/releases/jerma/doctor.yaml b/releases/jerma/doctor.yaml new file mode 100644 index 000000000..2c089243a --- /dev/null +++ b/releases/jerma/doctor.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 Nokia Corporation 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: doctor +project-type: feature +release-model: stable + +branches: + - name: stable/jerma + location: + doctor: 72a1f8c92f1692f1ea8dcb5bc706ec9939c30e0a diff --git a/releases/jerma/kuberef.yaml b/releases/jerma/kuberef.yaml new file mode 100644 index 000000000..27fc8e4b9 --- /dev/null +++ b/releases/jerma/kuberef.yaml @@ -0,0 +1,17 @@ +# 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: kuberef +project-type: installer +release-model: stable + +branches: + - name: stable/jerma + location: + kuberef: d3916f20f0b10da360cc6c38b61e1ee04d6278c5 diff --git a/releases/jerma/opnfvdocs.yaml b/releases/jerma/opnfvdocs.yaml new file mode 100644 index 000000000..665be34d1 --- /dev/null +++ b/releases/jerma/opnfvdocs.yaml @@ -0,0 +1,9 @@ +--- +project: opnfvdocs +project-type: infra +release-model: stable + +branches: + - name: stable/jerma + location: + opnfvdocs: 1d0a0c19a3ca2d8d161a37232e7bf2366223bd49 |