From c3e137bc085869faea2b9a053167e6d9abd5a169 Mon Sep 17 00:00:00 2001
From: Emilien Macchi <emilien@redhat.com>
Date: Fri, 18 Oct 2019 11:24:58 -0400
Subject: [PATCH] TripleO RC tags + stable/train branches

Change-Id: I240496b0032577d8dc97837dba7bc43a4f5cc2d3
---
 deliverables/train/os-apply-config.yaml         | 7 +++++++
 deliverables/train/os-collect-config.yaml       | 7 +++++++
 deliverables/train/os-net-config.yaml           | 7 +++++++
 deliverables/train/os-refresh-config.yaml       | 7 +++++++
 deliverables/train/paunch.yaml                  | 7 +++++++
 deliverables/train/puppet-tripleo.yaml          | 7 +++++++
 deliverables/train/tripleo-ansible.yaml         | 7 +++++++
 deliverables/train/tripleo-heat-templates.yaml  | 7 +++++++
 deliverables/train/tripleo-image-elements.yaml  | 7 +++++++
 deliverables/train/tripleo-puppet-elements.yaml | 7 +++++++
 deliverables/train/tripleo-validations.yaml     | 7 +++++++
 11 files changed, 77 insertions(+)

diff --git a/deliverables/train/os-apply-config.yaml b/deliverables/train/os-apply-config.yaml
index 42fc1f5862..84508bf882 100644
--- a/deliverables/train/os-apply-config.yaml
+++ b/deliverables/train/os-apply-config.yaml
@@ -15,3 +15,10 @@ releases:
     projects:
       - repo: openstack/os-apply-config
         hash: d9df1dbd367d42430aa9abfe90d5aec572ec152b
+  - version: 10.5.0
+    projects:
+      - repo: openstack/os-apply-config
+        hash: 45d999508849137c13eeab63bbec269df232758b
+branches:
+  - name: stable/train
+    location: 10.5.0
diff --git a/deliverables/train/os-collect-config.yaml b/deliverables/train/os-collect-config.yaml
index af73db6111..55650282c7 100644
--- a/deliverables/train/os-collect-config.yaml
+++ b/deliverables/train/os-collect-config.yaml
@@ -11,3 +11,10 @@ releases:
       - hash: 8cda3f6cc05ddf714c0b449758b4cf1cc348777a
         repo: openstack/os-collect-config
     version: 10.4.0
+  - version: 10.5.0
+    projects:
+      - repo: openstack/os-collect-config
+        hash: 720165e73731ca704a35c6c82ad4a03501f1c712
+branches:
+  - name: stable/train
+    location: 10.5.0
diff --git a/deliverables/train/os-net-config.yaml b/deliverables/train/os-net-config.yaml
index fce65f0ac8..c77c5425f1 100644
--- a/deliverables/train/os-net-config.yaml
+++ b/deliverables/train/os-net-config.yaml
@@ -19,3 +19,10 @@ releases:
     projects:
       - repo: openstack/os-net-config
         hash: a74bbdd7b017fb3bb9faffb4240efa59cb42c79c
+  - version: 11.3.0
+    projects:
+      - repo: openstack/os-net-config
+        hash: 2ec6d366ee694e3540eac6ba702e73d9a210c366
+branches:
+  - name: stable/train
+    location: 11.3.0
diff --git a/deliverables/train/os-refresh-config.yaml b/deliverables/train/os-refresh-config.yaml
index 98a8c30c3b..0609431cd9 100644
--- a/deliverables/train/os-refresh-config.yaml
+++ b/deliverables/train/os-refresh-config.yaml
@@ -11,3 +11,10 @@ releases:
       - hash: 3c2edd5f64e6f4e48dc44d8804441a309caf6645
         repo: openstack/os-refresh-config
     version: 10.3.0
+  - version: 10.4.0
+    projects:
+      - repo: openstack/os-refresh-config
+        hash: 2ea1ccaa7986666f1a147bf1d8db253d1a69d01f
+branches:
+  - name: stable/train
+    location: 10.4.0
diff --git a/deliverables/train/paunch.yaml b/deliverables/train/paunch.yaml
index 64e2fc1ed7..a32a7610ac 100644
--- a/deliverables/train/paunch.yaml
+++ b/deliverables/train/paunch.yaml
@@ -19,3 +19,10 @@ releases:
     projects:
       - repo: openstack/paunch
         hash: f20c8f8158008e0582651509fef0648ab6a76512
+  - version: 5.3.0
+    projects:
+      - repo: openstack/paunch
+        hash: b9b3e32b4ed6647e2992466354b70afcedd5e8f2
+branches:
+  - name: stable/train
+    location: 5.3.0
diff --git a/deliverables/train/puppet-tripleo.yaml b/deliverables/train/puppet-tripleo.yaml
index 4ed5ad2354..7c4c2f710c 100644
--- a/deliverables/train/puppet-tripleo.yaml
+++ b/deliverables/train/puppet-tripleo.yaml
@@ -18,3 +18,10 @@ releases:
     projects:
       - repo: openstack/puppet-tripleo
         hash: 1d93e2f1fab860440d4f8e5b1b850dc3091f1f92
+  - version: 11.3.0
+    projects:
+      - repo: openstack/puppet-tripleo
+        hash: c97dbd19462672e527e515c32371010b1ac16d34
+branches:
+  - name: stable/train
+    location: 11.3.0
diff --git a/deliverables/train/tripleo-ansible.yaml b/deliverables/train/tripleo-ansible.yaml
index 0b81c0d7be..b780b85029 100644
--- a/deliverables/train/tripleo-ansible.yaml
+++ b/deliverables/train/tripleo-ansible.yaml
@@ -15,3 +15,10 @@ releases:
     projects:
       - repo: openstack/tripleo-ansible
         hash: f511229250aaf8b62b42483aed5293bb4a7d364b
+  - version: 0.4.0
+    projects:
+      - repo: openstack/tripleo-ansible
+        hash: 6992d5e88030a63920eb06196209ff4a37ce3531
+branches:
+  - name: stable/train
+    location: 0.4.0
diff --git a/deliverables/train/tripleo-heat-templates.yaml b/deliverables/train/tripleo-heat-templates.yaml
index 5ec8e492c2..bab0c16358 100644
--- a/deliverables/train/tripleo-heat-templates.yaml
+++ b/deliverables/train/tripleo-heat-templates.yaml
@@ -19,3 +19,10 @@ releases:
     projects:
       - repo: openstack/tripleo-heat-templates
         hash: 282386e0b5b427562086494582cd73b9d264f4c1
+  - version: 11.3.0
+    projects:
+      - repo: openstack/tripleo-heat-templates
+        hash: dfd264762f3a1f8b33b5ff376a452d6d191f6c60
+branches:
+  - name: stable/train
+    location: 11.3.0
diff --git a/deliverables/train/tripleo-image-elements.yaml b/deliverables/train/tripleo-image-elements.yaml
index edce1a5d46..eb25723149 100644
--- a/deliverables/train/tripleo-image-elements.yaml
+++ b/deliverables/train/tripleo-image-elements.yaml
@@ -15,3 +15,10 @@ releases:
     projects:
       - repo: openstack/tripleo-image-elements
         hash: 8da8d9a51b287d520c465fae254262fc4286e92e
+  - version: 10.6.0
+    projects:
+      - repo: openstack/tripleo-image-elements
+        hash: bcb1e649a05838e9bbf87558577cf2437d783ffc
+branches:
+  - name: stable/train
+    location: 10.6.0
diff --git a/deliverables/train/tripleo-puppet-elements.yaml b/deliverables/train/tripleo-puppet-elements.yaml
index 90c7ff3479..01c829e6bf 100644
--- a/deliverables/train/tripleo-puppet-elements.yaml
+++ b/deliverables/train/tripleo-puppet-elements.yaml
@@ -19,3 +19,10 @@ releases:
     projects:
       - repo: openstack/tripleo-puppet-elements
         hash: 2d2bc4d8b20304d0939ac0cebedac7bda3398def
+  - version: 11.2.0
+    projects:
+      - repo: openstack/tripleo-puppet-elements
+        hash: 32c74e4a66831ea622b081e3e41c74299441e822
+branches:
+  - name: stable/train
+    location: 11.2.0
diff --git a/deliverables/train/tripleo-validations.yaml b/deliverables/train/tripleo-validations.yaml
index aa042819df..d0c875fde4 100644
--- a/deliverables/train/tripleo-validations.yaml
+++ b/deliverables/train/tripleo-validations.yaml
@@ -19,3 +19,10 @@ releases:
     projects:
       - repo: openstack/tripleo-validations
         hash: 8657467d74ad4ff6b684f39944607c21f5888dfb
+  - version: 11.3.0
+    projects:
+      - repo: openstack/tripleo-validations
+        hash: 714c18f1ddcba533e7e3139d11bf43e58c039815
+branches:
+  - name: stable/train
+    location: 11.3.0