]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add install task to examples
authorZack Cerza <zack@cerza.org>
Mon, 12 Aug 2013 21:21:04 +0000 (16:21 -0500)
committerZack Cerza <zack@cerza.org>
Mon, 12 Aug 2013 21:21:04 +0000 (16:21 -0500)
examples/3node_ceph.yaml
examples/3node_rgw.yaml
examples/parallel_example.yaml

index 9cffa1e7124d65a4121a6eb13779f702c56c6626..694a93a463887d4760196f7424ad9179c05be6b8 100644 (file)
@@ -4,6 +4,8 @@ roles:
 - [mon.2, client.0]
 
 tasks:
+- install:
+    branch: next
 - ceph:
 - kclient: [client.0]
 - interactive:
index e77d51322e24ce8988d77e9a632718971a31e631..3ef8d3be2ad66ac340150af8025e5cbbdd32eb56 100644 (file)
@@ -12,6 +12,8 @@ roles:
   - osd.1
 - - client.0
 tasks:
+- install:
+    branch: next
 - ceph: null
 - rgw:
   - client.0
index 92168b45d5a176c41c4f21617a478f20fef8537f..8a2e54d79168fdeaad2ef64a93e655452b65b058 100644 (file)
@@ -7,6 +7,8 @@ roles:
   - test1
 - - test0
 tasks:
+- install:
+    branch: next
 - parallel_example:
   - test0
   - test1