]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
generate_group_vars: add ceph-fetch-keys
authorSébastien Han <seb@redhat.com>
Fri, 7 Oct 2016 09:04:38 +0000 (11:04 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 7 Oct 2016 09:04:38 +0000 (11:04 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
generate_group_vars_sample.sh
group_vars/ceph-fetch-keys.sample [new file with mode: 0644]

index 173c85c378fff514efd093d6e5084dcc78cee63e..4203705651ea8e028804b9a4429cd18bd34907a0 100755 (executable)
@@ -11,7 +11,7 @@ for role in "$basedir"/roles/ceph-*; do
   elif [[ $rolename == "ceph-agent" ]]; then
       output="agent.sample"
   elif [[ $rolename == "ceph-fetch-keys" ]]; then
-      continue
+      output="ceph-fetch-keys.sample"
   else
       output="${rolename:5}s.sample"
   fi
diff --git a/group_vars/ceph-fetch-keys.sample b/group_vars/ceph-fetch-keys.sample
new file mode 100644 (file)
index 0000000..ceb3972
--- /dev/null
@@ -0,0 +1,12 @@
+---
+# Variables here are applicable to all host groups NOT roles
+
+# This sample file generated by generate_group_vars_sample.sh
+
+# Dummy variable to avoid error because ansible does not recognize the
+# file as a good configuration file when no variable in it.
+dummy:
+
+
+#fetch_directory: fetch/
+