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

« back to all changes in this revision

Viewing changes to mojo-how-to/production/services

  • 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
mojo-how-to:
 
2
    series: {{ series }}
 
3
    services:
 
4
        apache2:
 
5
            charm: apache2
 
6
            expose: true
 
7
            num_units: 2
 
8
            options:
 
9
                servername: mojo.canonical.com
 
10
                enable_modules: "ssl"
 
11
                nagios_check_http_params: -I 127.0.0.1 -H mojo.canonical.com -S -e '200' -s 'Mojo'
 
12
                vhost_http_template: 'include-base64://{{spec_dir}}/{{stage}}/../configs/mojo-how-to-production-vhost-http.template'
 
13
                ssl_key: include-base64://{{local_dir}}/mojo.canonical.com.key
 
14
                ssl_keylocation: mojo.canonical.com.key
 
15
                ssl_cert: include-base64://{{local_dir}}/mojo.canonical.com.crt
 
16
                ssl_certlocation: mojo.canonical.com.crt
 
17
                ssl_chain: include-base64://{{local_dir}}/godaddy_issuing.crt
 
18
        content-fetcher:
 
19
            charm: content-fetcher
 
20
            options:
 
21
                archive_location: file:///home/ubuntu/mojo.tar
 
22
                dest_dir: /srv/mojo
 
23
        landscape:
 
24
            charm: landscape-client
 
25
        nrpe:
 
26
            charm: nrpe-external-master