summaryrefslogtreecommitdiffstats
path: root/releases/hunter
diff options
context:
space:
mode:
Diffstat (limited to 'releases/hunter')
-rw-r--r--releases/hunter/apex.yaml23
-rw-r--r--releases/hunter/availability.yaml9
-rw-r--r--releases/hunter/barometer.yaml22
-rw-r--r--releases/hunter/bottlenecks.yaml14
-rw-r--r--releases/hunter/clover.yaml16
-rw-r--r--releases/hunter/container4nfv.yaml9
-rw-r--r--releases/hunter/cran.yaml9
-rw-r--r--releases/hunter/doctor.yaml24
-rw-r--r--releases/hunter/dovetail.yaml9
-rw-r--r--releases/hunter/edgecloud.yaml9
-rw-r--r--releases/hunter/fds.yaml9
-rw-r--r--releases/hunter/fuel.yaml27
-rw-r--r--releases/hunter/functest.yaml29
-rw-r--r--releases/hunter/ipv6.yaml27
-rw-r--r--releases/hunter/opnfvdocs.yaml9
-rw-r--r--releases/hunter/samplevnf.yaml11
-rw-r--r--releases/hunter/sfc.yaml9
-rw-r--r--releases/hunter/snaps.yaml9
-rw-r--r--releases/hunter/stor4nfv.yaml11
-rw-r--r--releases/hunter/storperf.yaml9
-rw-r--r--releases/hunter/vswitchperf.yaml14
-rw-r--r--releases/hunter/yardstick.yaml16
22 files changed, 324 insertions, 0 deletions
diff --git a/releases/hunter/apex.yaml b/releases/hunter/apex.yaml
new file mode 100644
index 000000000..397f3da84
--- /dev/null
+++ b/releases/hunter/apex.yaml
@@ -0,0 +1,23 @@
+# 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: apex
+project-type: installer
+release-model: stable
+upstream: https://wiki.openstack.org/wiki/TripleO
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ apex: 5a60fc71848a60ee51837b7dc7a49dda741876cd
+
+branches:
+ - name: stable/hunter
+ location:
+ apex: 8f294ab694a95e60abb29af6f1ef560ae365d436
diff --git a/releases/hunter/availability.yaml b/releases/hunter/availability.yaml
new file mode 100644
index 000000000..64654002e
--- /dev/null
+++ b/releases/hunter/availability.yaml
@@ -0,0 +1,9 @@
+---
+project: availability
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ availability: 3cbea96d97e2449ed152c38114ec58aa1c876a96
diff --git a/releases/hunter/barometer.yaml b/releases/hunter/barometer.yaml
new file mode 100644
index 000000000..71d787b59
--- /dev/null
+++ b/releases/hunter/barometer.yaml
@@ -0,0 +1,22 @@
+# 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: barometer
+project-type: feature
+release-model: stable
+
+releases:
+ - version: opnfv-8.1.0
+ location:
+ barometer: 6fe9f36a63e71bd4614260cca0664b02b95c8b9c
+
+branches:
+ - name: stable/hunter
+ location:
+ barometer: 6fe9f36a63e71bd4614260cca0664b02b95c8b9c
diff --git a/releases/hunter/bottlenecks.yaml b/releases/hunter/bottlenecks.yaml
new file mode 100644
index 000000000..43c055352
--- /dev/null
+++ b/releases/hunter/bottlenecks.yaml
@@ -0,0 +1,14 @@
+---
+project: bottlenecks
+project-type: testing
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ bottlenecks: 80edaf3c201bec85fe8a403e03b68899c08df3bb
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ bottlenecks: 80edaf3c201bec85fe8a403e03b68899c08df3bb
diff --git a/releases/hunter/clover.yaml b/releases/hunter/clover.yaml
new file mode 100644
index 000000000..f35dde881
--- /dev/null
+++ b/releases/hunter/clover.yaml
@@ -0,0 +1,16 @@
+---
+project: clover
+project-type: feature
+release-model: stable
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ clover: 1301c1842b5b678a1c91ce6d81b1df85135186b6
+
+branches:
+ - name: stable/hunter
+ location:
+ clover: 3f86a3d611f4d2a4f21d9be2a2284ccf120db36e
+
+release-notes: https://opnfv-clover.readthedocs.io/en/stable-hunter/release/release-notes/release-notes.html
diff --git a/releases/hunter/container4nfv.yaml b/releases/hunter/container4nfv.yaml
new file mode 100644
index 000000000..dd119a374
--- /dev/null
+++ b/releases/hunter/container4nfv.yaml
@@ -0,0 +1,9 @@
+---
+project: container4nfv
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ container4nfv: 7a5ffe11c53e77e16383e712aad823e333b61aff
diff --git a/releases/hunter/cran.yaml b/releases/hunter/cran.yaml
new file mode 100644
index 000000000..3a11a4ece
--- /dev/null
+++ b/releases/hunter/cran.yaml
@@ -0,0 +1,9 @@
+---
+project: cran
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ cran: 60a2982c7b9de09880005b23da88bff0a8d59467
diff --git a/releases/hunter/doctor.yaml b/releases/hunter/doctor.yaml
new file mode 100644
index 000000000..1678d8c17
--- /dev/null
+++ b/releases/hunter/doctor.yaml
@@ -0,0 +1,24 @@
+# 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
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ doctor: 3eb8e9800215f25712d62160042e472f63cec1e1
+
+branches:
+ - name: stable/hunter
+ location:
+ doctor: 73605c5c34b97ab56306bfa9af0f5888f3c7e46d
+
+release-notes: https://opnfv-doctor.readthedocs.io/en/stable-hunter/release/release-notes/index.html#doctor-releasenotes
diff --git a/releases/hunter/dovetail.yaml b/releases/hunter/dovetail.yaml
new file mode 100644
index 000000000..55dafd1af
--- /dev/null
+++ b/releases/hunter/dovetail.yaml
@@ -0,0 +1,9 @@
+---
+project: dovetail
+project-type: testing
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ dovetail: d2291d12050c22cea7a92f68eaa75e2c9c50cd2f
diff --git a/releases/hunter/edgecloud.yaml b/releases/hunter/edgecloud.yaml
new file mode 100644
index 000000000..54f98f0c5
--- /dev/null
+++ b/releases/hunter/edgecloud.yaml
@@ -0,0 +1,9 @@
+---
+project: edgecloud
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ edgecloud: 0aa38f991cc8defd2cf46bea93f16938a3d66927
diff --git a/releases/hunter/fds.yaml b/releases/hunter/fds.yaml
new file mode 100644
index 000000000..8c33218ac
--- /dev/null
+++ b/releases/hunter/fds.yaml
@@ -0,0 +1,9 @@
+---
+project: fds
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ fds: 20cef81fd594f10949e151fd5a0a439af0a844e4
diff --git a/releases/hunter/fuel.yaml b/releases/hunter/fuel.yaml
new file mode 100644
index 000000000..2ec25976c
--- /dev/null
+++ b/releases/hunter/fuel.yaml
@@ -0,0 +1,27 @@
+# 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/hunter
+ location:
+ fuel: f021e19b4797eb4f6830d86056fce919f1e1fe01
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ fuel: 4e64c8495d8cddab653e7b6f8db1d4335755d4c9
+ - version: opnfv-8.1.0
+ location:
+ fuel: 09ec1e9cc02268c45d5cfd5a289b53a52d9c6e94
+
+release-notes: https://opnfv-fuel.readthedocs.io/en/latest/release/release-notes/release-notes.html
diff --git a/releases/hunter/functest.yaml b/releases/hunter/functest.yaml
new file mode 100644
index 000000000..19f4431c3
--- /dev/null
+++ b/releases/hunter/functest.yaml
@@ -0,0 +1,29 @@
+---
+project: functest
+project-type: testing
+release-model: stable
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ functest: a3355e22585c66823c430d6adcdef8dddacb33a1
+ - version: opnfv-8.1.0
+ location:
+ functest: 924f4a31ef22675630fa6009610074600b4f0e68
+ - version: opnfv-8.0.0
+ location:
+ functest-kubernetes: ec2bf0e8bd1b4d3b2c4e2894820d2cbb454e36e7
+ - version: opnfv-8.1.0
+ location:
+ functest-kubernetes: d02aa9919eb04974d096fcd54891723482f8d056
+
+branches:
+ - name: stable/hunter
+ location:
+ functest: d5fce8c12bc73c1b1547df2750563c271a3ab3f6
+ - name: stable/hunter
+ location:
+ functest-kubernetes: ca3c9cf6f57c87aee8c6f0b93f70d84e3df736de
+ - name: stable/hunter
+ location:
+ functest-xtesting: a09ece9bbe9cda52487cf5b443619fec1b3e09ca
diff --git a/releases/hunter/ipv6.yaml b/releases/hunter/ipv6.yaml
new file mode 100644
index 000000000..aa5e932a0
--- /dev/null
+++ b/releases/hunter/ipv6.yaml
@@ -0,0 +1,27 @@
+# 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: ipv6
+project-type: feature
+release-model: stable
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ ipv6: b113174fa52a1ac4bd20bdbdaea86b07897e7091
+ - version: opnfv-8.1.0
+ location:
+ ipv6: 9d3f926814387835029d80e49b8dfc9102c4ece7
+
+branches:
+ - name: stable/hunter
+ location:
+ ipv6: 3084e2b829dc88a129ee9cdb65afa81986a6bfed
+
+release-notes: https://opnfv-ipv6.readthedocs.io/en/stable-hunter/release/release-notes/
diff --git a/releases/hunter/opnfvdocs.yaml b/releases/hunter/opnfvdocs.yaml
new file mode 100644
index 000000000..7853e028c
--- /dev/null
+++ b/releases/hunter/opnfvdocs.yaml
@@ -0,0 +1,9 @@
+---
+project: opnfvdocs
+project-type: infra
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ opnfvdocs: e834a1712a717d6ab5f66d3c2b56e39f07f55f68
diff --git a/releases/hunter/samplevnf.yaml b/releases/hunter/samplevnf.yaml
new file mode 100644
index 000000000..66d08404c
--- /dev/null
+++ b/releases/hunter/samplevnf.yaml
@@ -0,0 +1,11 @@
+---
+project: samplevnf
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ samplevnf: 8310d0fedb5fc13610b95e100c8639c97892a2b5
+
+release-notes: https://opnfv-samplevnf.readthedocs.io/en/latest/release/release-notes/release-notes.html
diff --git a/releases/hunter/sfc.yaml b/releases/hunter/sfc.yaml
new file mode 100644
index 000000000..6324b500b
--- /dev/null
+++ b/releases/hunter/sfc.yaml
@@ -0,0 +1,9 @@
+---
+project: sfc
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ sfc: 50ad0d757b2015067c2b13adbbe59b746477b207
diff --git a/releases/hunter/snaps.yaml b/releases/hunter/snaps.yaml
new file mode 100644
index 000000000..3558ec707
--- /dev/null
+++ b/releases/hunter/snaps.yaml
@@ -0,0 +1,9 @@
+---
+project: snaps
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ snaps: 567cdf25e1319fbc8a1a874dd18d21f88948e67e
diff --git a/releases/hunter/stor4nfv.yaml b/releases/hunter/stor4nfv.yaml
new file mode 100644
index 000000000..22bff3b21
--- /dev/null
+++ b/releases/hunter/stor4nfv.yaml
@@ -0,0 +1,11 @@
+---
+project: stor4nfv
+project-type: feature
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ stor4nfv: fe427fc3f69ecc5e104a6fdb2c9f5d82f0254fdb
+
+release-notes: https://opnfv-stor4nfv.readthedocs.io/en/latest/release/release-notes/release-notes.html
diff --git a/releases/hunter/storperf.yaml b/releases/hunter/storperf.yaml
new file mode 100644
index 000000000..6abe0f241
--- /dev/null
+++ b/releases/hunter/storperf.yaml
@@ -0,0 +1,9 @@
+---
+project: storperf
+project-type: testing
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ storperf: cc15a771fa60ddd63ac0a7eee3b43eb9f8cf2334
diff --git a/releases/hunter/vswitchperf.yaml b/releases/hunter/vswitchperf.yaml
new file mode 100644
index 000000000..b5053a5c2
--- /dev/null
+++ b/releases/hunter/vswitchperf.yaml
@@ -0,0 +1,14 @@
+---
+project: vswitchperf
+project-type: testing
+release-model: stable
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ vswitchperf: 589639d313c24104b2a27ef16baf716d1d274108
+
+branches:
+ - name: stable/hunter
+ location:
+ vswitchperf: 589639d313c24104b2a27ef16baf716d1d274108
diff --git a/releases/hunter/yardstick.yaml b/releases/hunter/yardstick.yaml
new file mode 100644
index 000000000..f19ec3a55
--- /dev/null
+++ b/releases/hunter/yardstick.yaml
@@ -0,0 +1,16 @@
+---
+project: yardstick
+project-type: testing
+release-model: stable
+
+branches:
+ - name: stable/hunter
+ location:
+ yardstick: 85899baa90714ae15add21a330316793071168ae
+
+releases:
+ - version: opnfv-8.0.0
+ location:
+ yardstick: 9bd54d7914f4c025d4a50611f726d6154f914c7b
+
+release-notes: https://opnfv-yardstick.readthedocs.io/en/latest/release/release-notes/release-notes.html