Add example playbooks for all testing/rel repos 59/57559/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 2 Mar 2017 15:18:07 +0000 (10:18 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
Change-Id: Ib36543894766dcdfec0d4fdf66ac8429828a26b5
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
examples/odl_4_release_playbook.yml [new file with mode: 0644]
examples/odl_4_testing_playbook.yml
examples/odl_5_release_playbook.yml [new file with mode: 0644]
examples/odl_5_testing_playbook.yml [new file with mode: 0644]
examples/odl_6_release_playbook.yml [new file with mode: 0644]
examples/odl_6_testing_playbook.yml [new file with mode: 0644]

diff --git a/examples/odl_4_release_playbook.yml b/examples/odl_4_release_playbook.yml
new file mode 100644 (file)
index 0000000..cb2a0d7
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: opendaylight
+      # Install latest service release of ODL Beryllium RPM from the CBS repos
+      rpm_repo_file: "opendaylight-4-release.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-4-release.repo"
index 9ded7acbed9403839f66335be3a41b58171311e9..0135420bd16bc04cccee76570f02ab1cdee49e0c 100644 (file)
@@ -3,5 +3,6 @@
   become: yes
   roles:
     - role: opendaylight
+      # Install the latest ODL Beryllium RPM from the CBS repos
       rpm_repo_file: "opendaylight-4-testing.repo"
       rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-4-testing.repo"
diff --git a/examples/odl_5_release_playbook.yml b/examples/odl_5_release_playbook.yml
new file mode 100644 (file)
index 0000000..6dcaa74
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: opendaylight
+      # Install latest service release of ODL Boron RPM from the CBS repos
+      rpm_repo_file: "opendaylight-5-release.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-5-release.repo"
diff --git a/examples/odl_5_testing_playbook.yml b/examples/odl_5_testing_playbook.yml
new file mode 100644 (file)
index 0000000..bc5ee20
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: opendaylight
+      # Install the latest ODL Boron RPM from the CBS repos
+      rpm_repo_file: "opendaylight-5-testing.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-5-testing.repo"
diff --git a/examples/odl_6_release_playbook.yml b/examples/odl_6_release_playbook.yml
new file mode 100644 (file)
index 0000000..7f46db1
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: opendaylight
+      # Install latest service release of ODL Carbon RPM from the CBS repos
+      rpm_repo_file: "opendaylight-6-release.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-6-release.repo"
diff --git a/examples/odl_6_testing_playbook.yml b/examples/odl_6_testing_playbook.yml
new file mode 100644 (file)
index 0000000..52879cc
--- /dev/null
@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become: yes
+  roles:
+    - role: opendaylight
+      # Install the latest ODL Carbon RPM from the CBS repos
+      rpm_repo_file: "opendaylight-6-testing.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-6-testing.repo"