Merge lp:~oddbloke/charms/trusty/ubuntu-repository-cache/readme_tweak into lp:charms/trusty/ubuntu-repository-cache

Proposed by Dan Watkins
Status: Merged
Merged at revision: 206
Proposed branch: lp:~oddbloke/charms/trusty/ubuntu-repository-cache/readme_tweak
Merge into: lp:charms/trusty/ubuntu-repository-cache
Diff against target: 38 lines (+4/-4)
1 file modified
README.md (+4/-4)
To merge this branch: bzr merge lp:~oddbloke/charms/trusty/ubuntu-repository-cache/readme_tweak
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
Review via email: mp+275011@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM

Thanks for the update DWatkins

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2015-03-02 19:40:12 +0000
3+++ README.md 2015-10-20 11:39:40 +0000
4@@ -108,7 +108,7 @@
5 This example uses the `ephemeral-devices` configuration option of the `ubuntu-repository-cache` charm to provide access to a large, fast storage device. The value in this example is particular to the device name of ephemeral storage on an EC2 c3.8xlarge instance.
6
7 # Create a configuration file for the service
8- $ cat > config.yaml << EOF
9+ $ cat > urc-config.yaml << EOF
10 ubuntu-repository-cache:
11 sync-host: archive.ubuntu.com
12 sync-on-start: false
13@@ -120,7 +120,7 @@
14 $ juju set-constraints --service ubuntu-repository-cache instance-type=c3.8xlarge
15
16 # Deploy the charms
17- $ juju deploy --num-unit 2 ubuntu-repository-cache --config=config.yaml
18+ $ juju deploy --num-unit 2 ubuntu-repository-cache --config=urc-config.yaml
19 $ juju deploy haproxy
20
21 # Add relationship between haproxy and the cache
22@@ -141,7 +141,7 @@
23 Steps:
24
25 # Create a configuration file for the service
26- $ cat > config.yaml << EOF
27+ $ cat > urc-config.yaml << EOF
28 ubuntu-repository-cache:
29 sync-host: archive.ubuntu.com
30 sync-on-start: false
31@@ -150,7 +150,7 @@
32
33 # Deploy the charms
34 $ juju deploy --to 1 haproxy
35- $ juju deploy --to 2 ubuntu-repository-cache --config=config.yaml
36+ $ juju deploy --to 2 ubuntu-repository-cache --config=urc-config.yaml
37 $ juju add-unit --to 3 ubuntu-repository-cache
38 $ juju add-unit --to 4 ubuntu-repository-cache
39

Subscribers

People subscribed via source and target branches

to all changes: