]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
move requirements into a ansible/requirements dir
authorAndrew Schoen <aschoen@redhat.com>
Mon, 4 Jan 2016 21:44:41 +0000 (15:44 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 4 Jan 2016 21:44:41 +0000 (15:44 -0600)
This is so the ceph-build-pull-requests job does not try to validate the
requirements as an ansible playbook

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

diff --git a/ansible/requirements/sensu-requirements.yml b/ansible/requirements/sensu-requirements.yml
new file mode 100644 (file)
index 0000000..7914983
--- /dev/null
@@ -0,0 +1,7 @@
+- src: https://github.com/andrewschoen/ansible-playbook-sensu
+  scm: git
+  name: Mayeu.sensu
+  version: remotes/origin/plugin-gem-install
+
+- src: Mayeu.RabbitMQ
+  version: 1.4.0
diff --git a/ansible/sensu-requirements.yml b/ansible/sensu-requirements.yml
deleted file mode 100644 (file)
index 7914983..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- src: https://github.com/andrewschoen/ansible-playbook-sensu
-  scm: git
-  name: Mayeu.sensu
-  version: remotes/origin/plugin-gem-install
-
-- src: Mayeu.RabbitMQ
-  version: 1.4.0
index 8559861c81ac27313a39098bc67766d3c40d8a08..f0b93325279a5d2f7d18dc240f3f993f0c0b60be 100644 (file)
@@ -1,7 +1,7 @@
 # This playbook requires that you install the roles defined
-# in ./sensu-requiremnts.yml. Do this by running:
+# in ./requirements/sensu-requirements.yml. Do this by running:
 #
-#     ansible-galaxy install -r sensu-requirements.yml
+#     ansible-galaxy install -r requirements/sensu-requirements.yml
 #
 - hosts: sensu-server
   sudo: true