~mthaddon/mojo/mojo-how-to-autodeploy

« back to all changes in this revision

Viewing changes to mojo-how-to/README

  • Committer: Alexander List
  • Date: 2015-01-27 08:43:55 UTC
  • mfrom: (4.1.29 mojo-specs)
  • Revision ID: alexander.list@canonical.com-20150127084355-2a0pubkog2z9lm75
[mthaddon,r=alexlist] Working devel and (untested) production stages for the 'Mojo How To' website - documentation site for Mojo itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the spec for the documentation site for Mojo itself. The "production"
 
2
instance of this is hosted at mojo.canonical.com.
 
3
 
 
4
This service requires the following secrets file if deploying the "production"
 
5
stage *only*:
 
6
    
 
7
    /srv/mojo/LOCAL/${MOJO_PROJECT}/${MOJO_STAGE}/landscape
 
8
 
 
9
This file should contain the following:
 
10
 
 
11
mojo-how-to:
 
12
    services:
 
13
        landscape-client:
 
14
            options:
 
15
                registration-key: $YOUR_LANDSCAPE_REGISTRATION_KEY
 
16
                url: "https://${LANDSCAPE_INSTANCE}/message-system"
 
17
                ping-url: "http://${LANDSCAPE_INSTANCE}/ping"
 
18
                account-name: "$LANDSCAPE_ACCOUNT_NAME"
 
19
                tags: "$YOUR_CHOICE_OF_TAGS"