From ef1c9669ac492da43dcf338c6c6f7baf1e3419c5 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 12 Aug 2013 16:21:04 -0500 Subject: [PATCH] Add install task to examples --- examples/3node_ceph.yaml | 2 ++ examples/3node_rgw.yaml | 2 ++ examples/parallel_example.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/examples/3node_ceph.yaml b/examples/3node_ceph.yaml index 9cffa1e7124d6..694a93a463887 100644 --- a/examples/3node_ceph.yaml +++ b/examples/3node_ceph.yaml @@ -4,6 +4,8 @@ roles: - [mon.2, client.0] tasks: +- install: + branch: next - ceph: - kclient: [client.0] - interactive: diff --git a/examples/3node_rgw.yaml b/examples/3node_rgw.yaml index e77d51322e24c..3ef8d3be2ad66 100644 --- a/examples/3node_rgw.yaml +++ b/examples/3node_rgw.yaml @@ -12,6 +12,8 @@ roles: - osd.1 - - client.0 tasks: +- install: + branch: next - ceph: null - rgw: - client.0 diff --git a/examples/parallel_example.yaml b/examples/parallel_example.yaml index 92168b45d5a17..8a2e54d79168f 100644 --- a/examples/parallel_example.yaml +++ b/examples/parallel_example.yaml @@ -7,6 +7,8 @@ roles: - test1 - - test0 tasks: +- install: + branch: next - parallel_example: - test0 - test1 -- 2.39.5