]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
move release.yml from ansible/examples to ansible/
authorAndrew Schoen <aschoen@redhat.com>
Mon, 1 Aug 2016 15:09:32 +0000 (10:09 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 1 Aug 2016 15:09:32 +0000 (10:09 -0500)
Move the playbook back here so that the ceph-tag and
ceph-deploy-tag jobs can both use it.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/examples/release.yml [deleted file]
ansible/release.yml [new file with mode: 0644]

diff --git a/ansible/examples/release.yml b/ansible/examples/release.yml
deleted file mode 100644 (file)
index 912d550..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
----
-
-- hosts: localhost
-  vars:
-    # should be passed in the CLI like `--extra-vars "version=1.23.45 branch=master"`
-    version: 0-dev # e.g. 0.78
-    branch: master # any existing branch on Github
-    release: stable # stable, development, or rc are valid options
-    tag_name: "v{{ version}}"
-    project: "ceph"
-    clean: true # if re-doing a deployment this deletes the remote branch in Jenkin's git repo
-    force_dch: false # if coming from a rc and wanting to release a stable you need to force dch
-    debemail: adeza@redhat.com
-    debfullname: "Alfredo Deza"
-  roles:
-    - { role: ceph-release, when: "project == 'ceph'" }
-    - { role: ceph-deploy-release, when: "project == 'ceph-deploy'" }
diff --git a/ansible/release.yml b/ansible/release.yml
new file mode 100644 (file)
index 0000000..912d550
--- /dev/null
@@ -0,0 +1,17 @@
+---
+
+- hosts: localhost
+  vars:
+    # should be passed in the CLI like `--extra-vars "version=1.23.45 branch=master"`
+    version: 0-dev # e.g. 0.78
+    branch: master # any existing branch on Github
+    release: stable # stable, development, or rc are valid options
+    tag_name: "v{{ version}}"
+    project: "ceph"
+    clean: true # if re-doing a deployment this deletes the remote branch in Jenkin's git repo
+    force_dch: false # if coming from a rc and wanting to release a stable you need to force dch
+    debemail: adeza@redhat.com
+    debfullname: "Alfredo Deza"
+  roles:
+    - { role: ceph-release, when: "project == 'ceph'" }
+    - { role: ceph-deploy-release, when: "project == 'ceph-deploy'" }