From c281a2b7218ca0ad4236b91e3aeef45de549fd8f Mon Sep 17 00:00:00 2001
From: Trevor Bramwell <tbramwell@linuxfoundation.org>
Date: Fri, 16 Mar 2018 14:32:23 -0700
Subject: Initial Release files from Euphrates Release

These files normally contain the start point of the stable/release branch,
but as this is the initial setup starting from the previous release,
they contain the tip of the stable branch.

When a project is ready to being the stable branch process, they will
copy their project's release file and modify the 'branches' mapping to
create their stable branch.

Change-Id: I0244da5eeb94c431d83f217ec07b08553fdf0639
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
---
 releases/euphrates/armband.yaml       |  9 +++++++++
 releases/euphrates/availability.yaml  |  9 +++++++++
 releases/euphrates/bamboo.yaml        |  9 +++++++++
 releases/euphrates/barometer.yaml     |  9 +++++++++
 releases/euphrates/bottlenecks.yaml   |  9 +++++++++
 releases/euphrates/calipso.yaml       |  9 +++++++++
 releases/euphrates/container4nfv.yaml |  9 +++++++++
 releases/euphrates/daisy.yaml         |  9 +++++++++
 releases/euphrates/doctor.yaml        |  9 +++++++++
 releases/euphrates/domino.yaml        |  9 +++++++++
 releases/euphrates/fds.yaml           |  9 +++++++++
 releases/euphrates/fuel.yaml          |  9 +++++++++
 releases/euphrates/functest.yaml      |  9 +++++++++
 releases/euphrates/ipv6.yaml          |  9 +++++++++
 releases/euphrates/joid.yaml          |  9 +++++++++
 releases/euphrates/kvmfornfv.yaml     |  9 +++++++++
 releases/euphrates/moon.yaml          |  9 +++++++++
 releases/euphrates/nfvbench.yaml      |  9 +++++++++
 releases/euphrates/octopus.yaml       |  9 +++++++++
 releases/euphrates/opnfvdocs.yaml     |  9 +++++++++
 releases/euphrates/orchestra.yaml     |  9 +++++++++
 releases/euphrates/ovn4nfv.yaml       |  9 +++++++++
 releases/euphrates/ovno.yaml          |  9 +++++++++
 releases/euphrates/parser.yaml        |  9 +++++++++
 releases/euphrates/pharos.yaml        | 12 ++++++++++++
 releases/euphrates/promise.yaml       |  9 +++++++++
 releases/euphrates/qtip.yaml          |  9 +++++++++
 releases/euphrates/samplevnf.yaml     |  9 +++++++++
 releases/euphrates/sdnvpn.yaml        |  9 +++++++++
 releases/euphrates/sfc.yaml           |  9 +++++++++
 releases/euphrates/snaps.yaml         |  9 +++++++++
 releases/euphrates/storperf.yaml      |  9 +++++++++
 releases/euphrates/vswitchperf.yaml   |  9 +++++++++
 releases/euphrates/yardstick.yaml     |  9 +++++++++
 34 files changed, 309 insertions(+)
 create mode 100644 releases/euphrates/armband.yaml
 create mode 100644 releases/euphrates/availability.yaml
 create mode 100644 releases/euphrates/bamboo.yaml
 create mode 100644 releases/euphrates/barometer.yaml
 create mode 100644 releases/euphrates/bottlenecks.yaml
 create mode 100644 releases/euphrates/calipso.yaml
 create mode 100644 releases/euphrates/container4nfv.yaml
 create mode 100644 releases/euphrates/daisy.yaml
 create mode 100644 releases/euphrates/doctor.yaml
 create mode 100644 releases/euphrates/domino.yaml
 create mode 100644 releases/euphrates/fds.yaml
 create mode 100644 releases/euphrates/fuel.yaml
 create mode 100644 releases/euphrates/functest.yaml
 create mode 100644 releases/euphrates/ipv6.yaml
 create mode 100644 releases/euphrates/joid.yaml
 create mode 100644 releases/euphrates/kvmfornfv.yaml
 create mode 100644 releases/euphrates/moon.yaml
 create mode 100644 releases/euphrates/nfvbench.yaml
 create mode 100644 releases/euphrates/octopus.yaml
 create mode 100644 releases/euphrates/opnfvdocs.yaml
 create mode 100644 releases/euphrates/orchestra.yaml
 create mode 100644 releases/euphrates/ovn4nfv.yaml
 create mode 100644 releases/euphrates/ovno.yaml
 create mode 100644 releases/euphrates/parser.yaml
 create mode 100644 releases/euphrates/pharos.yaml
 create mode 100644 releases/euphrates/promise.yaml
 create mode 100644 releases/euphrates/qtip.yaml
 create mode 100644 releases/euphrates/samplevnf.yaml
 create mode 100644 releases/euphrates/sdnvpn.yaml
 create mode 100644 releases/euphrates/sfc.yaml
 create mode 100644 releases/euphrates/snaps.yaml
 create mode 100644 releases/euphrates/storperf.yaml
 create mode 100644 releases/euphrates/vswitchperf.yaml
 create mode 100644 releases/euphrates/yardstick.yaml

diff --git a/releases/euphrates/armband.yaml b/releases/euphrates/armband.yaml
new file mode 100644
index 000000000..c96b1a3ef
--- /dev/null
+++ b/releases/euphrates/armband.yaml
@@ -0,0 +1,9 @@
+---
+project: armband
+project-type: installer
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      armband: 26f7f4fffa50452fd6e5cb5c2afbae63449afc00
diff --git a/releases/euphrates/availability.yaml b/releases/euphrates/availability.yaml
new file mode 100644
index 000000000..79f448edc
--- /dev/null
+++ b/releases/euphrates/availability.yaml
@@ -0,0 +1,9 @@
+---
+project: availability
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      availability: 374fe9ba9a1fc9c10eb6fa44a25b177f1e9ad96c
diff --git a/releases/euphrates/bamboo.yaml b/releases/euphrates/bamboo.yaml
new file mode 100644
index 000000000..bbda8b831
--- /dev/null
+++ b/releases/euphrates/bamboo.yaml
@@ -0,0 +1,9 @@
+---
+project: bamboo
+project-type: tools
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      bamboo: 37ed3fde974e656893edbfcee2ad5f0c1b1e2011
diff --git a/releases/euphrates/barometer.yaml b/releases/euphrates/barometer.yaml
new file mode 100644
index 000000000..ac1894ed7
--- /dev/null
+++ b/releases/euphrates/barometer.yaml
@@ -0,0 +1,9 @@
+---
+project: barometer
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      barometer: cb183a3dbe6c1bf0955a0260292709020d2ef338
diff --git a/releases/euphrates/bottlenecks.yaml b/releases/euphrates/bottlenecks.yaml
new file mode 100644
index 000000000..7c6725ad0
--- /dev/null
+++ b/releases/euphrates/bottlenecks.yaml
@@ -0,0 +1,9 @@
+---
+project: bottlenecks
+project-type: testing
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      bottlenecks: 0cd98516d581bc661772473be92f7e4d5a26036d
diff --git a/releases/euphrates/calipso.yaml b/releases/euphrates/calipso.yaml
new file mode 100644
index 000000000..ebccd6008
--- /dev/null
+++ b/releases/euphrates/calipso.yaml
@@ -0,0 +1,9 @@
+---
+project: calipso
+project-type: tools
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      calipso: c8440f4158805fed1c49d1f06cd71f324eac26a2
diff --git a/releases/euphrates/container4nfv.yaml b/releases/euphrates/container4nfv.yaml
new file mode 100644
index 000000000..ec5dc8e98
--- /dev/null
+++ b/releases/euphrates/container4nfv.yaml
@@ -0,0 +1,9 @@
+---
+project: container4nfv
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      container4nfv: dbd4804f6353c5ba49af784502654991520e02e6
diff --git a/releases/euphrates/daisy.yaml b/releases/euphrates/daisy.yaml
new file mode 100644
index 000000000..4f3cb1529
--- /dev/null
+++ b/releases/euphrates/daisy.yaml
@@ -0,0 +1,9 @@
+---
+project: daisy
+project-type: installer
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      daisy: ef7ce0b8c457cf9831d9556572ab13d7d4c660f6
diff --git a/releases/euphrates/doctor.yaml b/releases/euphrates/doctor.yaml
new file mode 100644
index 000000000..6f4499781
--- /dev/null
+++ b/releases/euphrates/doctor.yaml
@@ -0,0 +1,9 @@
+---
+project: doctor
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      doctor: 06980156b3eed6a6e456d3105c70b68386c1dfb7
diff --git a/releases/euphrates/domino.yaml b/releases/euphrates/domino.yaml
new file mode 100644
index 000000000..52bc01ccf
--- /dev/null
+++ b/releases/euphrates/domino.yaml
@@ -0,0 +1,9 @@
+---
+project: domino
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      domino: 5aca24e307f2eb11026a086fbe3db6f0cbeb6699
diff --git a/releases/euphrates/fds.yaml b/releases/euphrates/fds.yaml
new file mode 100644
index 000000000..4377bf98b
--- /dev/null
+++ b/releases/euphrates/fds.yaml
@@ -0,0 +1,9 @@
+---
+project: fds
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      fds: 5eed588472406181f8182731e03eb09e2c20f588
diff --git a/releases/euphrates/fuel.yaml b/releases/euphrates/fuel.yaml
new file mode 100644
index 000000000..91d2304c7
--- /dev/null
+++ b/releases/euphrates/fuel.yaml
@@ -0,0 +1,9 @@
+---
+project: fuel
+project-type: installer
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      fuel: fe9be64738ff1a1091e7df5b04b391fb15d6abc0
diff --git a/releases/euphrates/functest.yaml b/releases/euphrates/functest.yaml
new file mode 100644
index 000000000..f793771d9
--- /dev/null
+++ b/releases/euphrates/functest.yaml
@@ -0,0 +1,9 @@
+---
+project: functest
+project-type: testing
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      functest: e556a792b6b0c7275c20c779688f4ffc383b7f2a
diff --git a/releases/euphrates/ipv6.yaml b/releases/euphrates/ipv6.yaml
new file mode 100644
index 000000000..a0b4cbfd6
--- /dev/null
+++ b/releases/euphrates/ipv6.yaml
@@ -0,0 +1,9 @@
+---
+project: ipv6
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      ipv6: 79ddbacd3ee05d8605ebd103042ca9502edb626f
diff --git a/releases/euphrates/joid.yaml b/releases/euphrates/joid.yaml
new file mode 100644
index 000000000..3cbb87d56
--- /dev/null
+++ b/releases/euphrates/joid.yaml
@@ -0,0 +1,9 @@
+---
+project: joid
+project-type: installer
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      joid: ba3766e175571756f690b24448cb5dfae934ad80
diff --git a/releases/euphrates/kvmfornfv.yaml b/releases/euphrates/kvmfornfv.yaml
new file mode 100644
index 000000000..7e541c4a6
--- /dev/null
+++ b/releases/euphrates/kvmfornfv.yaml
@@ -0,0 +1,9 @@
+---
+project: kvmfornfv
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      kvmfornfv: 3a36c490d63e834ee9454553a14995be839118e3
diff --git a/releases/euphrates/moon.yaml b/releases/euphrates/moon.yaml
new file mode 100644
index 000000000..4f340468c
--- /dev/null
+++ b/releases/euphrates/moon.yaml
@@ -0,0 +1,9 @@
+---
+project: moon
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      moon: 2c380003fa911fdfad85d2c7164b95160eb54963
diff --git a/releases/euphrates/nfvbench.yaml b/releases/euphrates/nfvbench.yaml
new file mode 100644
index 000000000..f51e87607
--- /dev/null
+++ b/releases/euphrates/nfvbench.yaml
@@ -0,0 +1,9 @@
+---
+project: nfvbench
+project-type: tools
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      nfvbench: cf9c95ccda2f5afbdf79c7debe5fcd88c05eaa6a
diff --git a/releases/euphrates/octopus.yaml b/releases/euphrates/octopus.yaml
new file mode 100644
index 000000000..f4a698db2
--- /dev/null
+++ b/releases/euphrates/octopus.yaml
@@ -0,0 +1,9 @@
+---
+project: octopus
+project-type: infra
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      octopus: 1c1b92913c93cfddb9fee16bc9c15b1873fc4e04
diff --git a/releases/euphrates/opnfvdocs.yaml b/releases/euphrates/opnfvdocs.yaml
new file mode 100644
index 000000000..0ea079642
--- /dev/null
+++ b/releases/euphrates/opnfvdocs.yaml
@@ -0,0 +1,9 @@
+---
+project: opnfvdocs
+project-type: infra
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      opnfvdocs: 18d0ebca65b68e56497c08cc489e4ecc3c649fa9
diff --git a/releases/euphrates/orchestra.yaml b/releases/euphrates/orchestra.yaml
new file mode 100644
index 000000000..b97361e3c
--- /dev/null
+++ b/releases/euphrates/orchestra.yaml
@@ -0,0 +1,9 @@
+---
+project: orchestra
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      orchestra: 1f0d8ed7261f1b202476680b2e3fc2d41b399cc9
diff --git a/releases/euphrates/ovn4nfv.yaml b/releases/euphrates/ovn4nfv.yaml
new file mode 100644
index 000000000..ba605207c
--- /dev/null
+++ b/releases/euphrates/ovn4nfv.yaml
@@ -0,0 +1,9 @@
+---
+project: ovn4nfv
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      ovn4nfv: 2c6027fb46d1a55f767cc2882d946c794ca5843c
diff --git a/releases/euphrates/ovno.yaml b/releases/euphrates/ovno.yaml
new file mode 100644
index 000000000..39ca54cc0
--- /dev/null
+++ b/releases/euphrates/ovno.yaml
@@ -0,0 +1,9 @@
+---
+project: ovno
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      ovno: f49eab063a13bb89bd90f583bd6d814c3a7d21d2
diff --git a/releases/euphrates/parser.yaml b/releases/euphrates/parser.yaml
new file mode 100644
index 000000000..7eb055e57
--- /dev/null
+++ b/releases/euphrates/parser.yaml
@@ -0,0 +1,9 @@
+---
+project: parser
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      parser: 3447589a78375d4dab41608a3504f56a6e4ac9c9
diff --git a/releases/euphrates/pharos.yaml b/releases/euphrates/pharos.yaml
new file mode 100644
index 000000000..023776261
--- /dev/null
+++ b/releases/euphrates/pharos.yaml
@@ -0,0 +1,12 @@
+---
+project: pharos
+project-type: infra
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      pharos: 1d7a94bf5ab86f28b3183f52644d00801cde815b
+  - name: stable/euphrates
+    location:
+      pharos-tools: d46ab54583a6c20bfa5bea581f512474f488e788
diff --git a/releases/euphrates/promise.yaml b/releases/euphrates/promise.yaml
new file mode 100644
index 000000000..799077f12
--- /dev/null
+++ b/releases/euphrates/promise.yaml
@@ -0,0 +1,9 @@
+---
+project: promise
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      promise: 2ff86a92816faa4d71d2b0e260a5f44ce51d9b2c
diff --git a/releases/euphrates/qtip.yaml b/releases/euphrates/qtip.yaml
new file mode 100644
index 000000000..51c07d937
--- /dev/null
+++ b/releases/euphrates/qtip.yaml
@@ -0,0 +1,9 @@
+---
+project: qtip
+project-type: testing
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      qtip: 3f929d991ea4ca402aaf4db46752f703771f44ea
diff --git a/releases/euphrates/samplevnf.yaml b/releases/euphrates/samplevnf.yaml
new file mode 100644
index 000000000..33f1a9028
--- /dev/null
+++ b/releases/euphrates/samplevnf.yaml
@@ -0,0 +1,9 @@
+---
+project: samplevnf
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      samplevnf: af6b18166ddbe9331c529256cb71c11e8b280982
diff --git a/releases/euphrates/sdnvpn.yaml b/releases/euphrates/sdnvpn.yaml
new file mode 100644
index 000000000..371fe9a6a
--- /dev/null
+++ b/releases/euphrates/sdnvpn.yaml
@@ -0,0 +1,9 @@
+---
+project: sdnvpn
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      sdnvpn: e66856ba6b9275582aa4fc370d2b9abf48b5381f
diff --git a/releases/euphrates/sfc.yaml b/releases/euphrates/sfc.yaml
new file mode 100644
index 000000000..ebd7a0eec
--- /dev/null
+++ b/releases/euphrates/sfc.yaml
@@ -0,0 +1,9 @@
+---
+project: sfc
+project-type: feature
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      sfc: 2b785ea6a618b031cde2fd327f33733ab9c352e9
diff --git a/releases/euphrates/snaps.yaml b/releases/euphrates/snaps.yaml
new file mode 100644
index 000000000..9aaa018ef
--- /dev/null
+++ b/releases/euphrates/snaps.yaml
@@ -0,0 +1,9 @@
+---
+project: snaps
+project-type: tools
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      snaps: fd18b6790cd9b59851bce6746cc83f27d3e18e4f
diff --git a/releases/euphrates/storperf.yaml b/releases/euphrates/storperf.yaml
new file mode 100644
index 000000000..c7cf60c4d
--- /dev/null
+++ b/releases/euphrates/storperf.yaml
@@ -0,0 +1,9 @@
+---
+project: storperf
+project-type: testing
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      storperf: 577bb77e605f78934260d6578bf07fb5071f3354
diff --git a/releases/euphrates/vswitchperf.yaml b/releases/euphrates/vswitchperf.yaml
new file mode 100644
index 000000000..3ae3b08c3
--- /dev/null
+++ b/releases/euphrates/vswitchperf.yaml
@@ -0,0 +1,9 @@
+---
+project: vswitchperf
+project-type: testing
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      vswitchperf: d126de94bea2e5d0e237dc6a3373fd3d53e3cfa3
diff --git a/releases/euphrates/yardstick.yaml b/releases/euphrates/yardstick.yaml
new file mode 100644
index 000000000..36cf6a5ae
--- /dev/null
+++ b/releases/euphrates/yardstick.yaml
@@ -0,0 +1,9 @@
+---
+project: yardstick
+project-type: testing
+release-model: stable
+
+branches:
+  - name: stable/euphrates
+    location:
+      yardstick: 3431cd1801023e2ee09b520fc9f7a890677ff7b1
-- 
cgit