diff options
Diffstat (limited to 'releases/iruya')
-rw-r--r-- | releases/iruya/airship.yaml | 19 | ||||
-rw-r--r-- | releases/iruya/doctor.yaml | 17 | ||||
-rw-r--r-- | releases/iruya/fuel.yaml | 17 |
3 files changed, 53 insertions, 0 deletions
diff --git a/releases/iruya/airship.yaml b/releases/iruya/airship.yaml new file mode 100644 index 000000000..2eed6fc82 --- /dev/null +++ b/releases/iruya/airship.yaml @@ -0,0 +1,19 @@ +# 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: airship +project-type: installer +release-model: stable + +branches: + - name: stable/iruya + location: + airship: 425c6b76dbb4bbf172f866b914009a547511615b + +release-notes: https://opnfv-airship.readthedocs.io/en/stable-iruya/release/release-notes/ diff --git a/releases/iruya/doctor.yaml b/releases/iruya/doctor.yaml new file mode 100644 index 000000000..070130cc6 --- /dev/null +++ b/releases/iruya/doctor.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2019 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/iruya + location: + doctor: b530bac56e3d35bf69e23595aa5bb9c3ceea61b6 diff --git a/releases/iruya/fuel.yaml b/releases/iruya/fuel.yaml new file mode 100644 index 000000000..fc8101cb2 --- /dev/null +++ b/releases/iruya/fuel.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2019 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: fuel +project-type: installer +release-model: stable + +branches: + - name: stable/iruya + location: + fuel: d8f0a6b4fd9c3cb10780abcbd9b446c48b08cced |