Merge ~mthaddon/influxdb-charm/+git/influxdb-charm:readme into influxdb-charm:master

Proposed by Tom Haddon
Status: Merged
Approved by: Tom Haddon
Approved revision: a6d711080c13f22dcc194015fde6d446124c382c
Merged at revision: d92925f5a1ecb83429e87166cc3c0131c4e04c5a
Proposed branch: ~mthaddon/influxdb-charm/+git/influxdb-charm:readme
Merge into: influxdb-charm:master
Diff against target: 31 lines (+4/-4)
1 file modified
README.md (+4/-4)
Reviewer Review Type Date Requested Status
Arturo Enrique Seijas Fernández Approve
Canonical IS Reviewers Pending
Review via email: mp+441311@code.launchpad.net

Commit message

Update readme to remove references to charmstore, and use relate over add-relation command

Description of the change

Update readme to remove references to charmstore, and use relate over add-relation command

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Arturo Enrique Seijas Fernández (arturo-seijas) wrote :

LGTM

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision d92925f5a1ecb83429e87166cc3c0131c4e04c5a

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/README.md b/README.md
2index 1eb303e..ddf0e25 100644
3--- a/README.md
4+++ b/README.md
5@@ -7,22 +7,22 @@ InfluxDB is an open-source, distributed, time series database.
6 Deploy the telegraf charm, and the required InfluxDB charm with the following:
7
8 juju deploy telegraf
9- juju deploy cs:~influxdb-charmers/influxdb
10+ juju deploy influxdb
11
12 Add the relation between the two charms:
13
14- juju add-relation influxdb telegraf
15+ juju relate influxdb telegraf
16
17 # Usage with Grafana
18
19 Deploy the Grafana charm, and the required InfluxDB charm with the following:
20
21 juju deploy grafana
22- juju deploy cs:~influxdb-charmers/influxdb
23+ juju deploy influxdb
24
25 Add the relation between the two charms:
26
27- juju add-relation influxdb:grafana-source grafana:grafana-source
28+ juju relate influxdb:grafana-source grafana:grafana-source
29
30 The relationship will automatically register the InfluxDB instance as a
31 data source in Grafana.

Subscribers

People subscribed via source and target branches

to all changes: