From 54b41be2ce2e7849a0b6674d0c4c58804e1e0901 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Fri, 24 Apr 2020 15:15:03 +0000 Subject: [PATCH] Update bundle --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb6e5db..62c03c4 100644 --- a/README.md +++ b/README.md @@ -20,23 +20,35 @@ A sample `bundle.yaml` file's contents: ```yaml series: focal + machines: + '0': + '1': + '2': applications: ceph-iscsi: charm: cs:ceph-iscsi num_units: 2 + to: + - lxd:0 + - lxd:1 ceph-osd: charm: cs:ceph-osd num_units: 3 storage: osd-devices: /dev/vdb - options: - source: cloud:bionic-train + to: + - '0' + - '1' + - '2' ceph-mon: charm: cs:ceph-mon num_units: 3 options: monitor-count: '3' - source: cloud:bionic-train + to: + - lxd:0 + - lxd:1 + - lxd:2 relations: - - ceph-mon:client - ceph-iscsi:ceph-client