~mthaddon/mojo/rsyslog-ha-forwarder-charm-test

« back to all changes in this revision

Viewing changes to mojo-how-to/manifest

  • Committer: mergebot at canonical
  • Author(s): "Thomas Cuthbert"
  • Date: 2019-02-04 08:10:22 UTC
  • mfrom: (128.1.2 mojo-specs)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20190204081022-7kmezxtjtm0n67cn
Amendments based on the mojo.c.c deployment, cRT#116682

Reviewed-on: https://code.launchpad.net/~tcuthbert/mojo/mojo-specs-rt116682/+merge/362658
Reviewed-by: Barry Price <barry.price@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
script config=pre-deploy
9
9
# Deploy services only
10
10
deploy config=services local=services-secret delay=0
11
 
# Configure deploy autocert managed apache2
12
 
script config=scripts/utils/configure-apache2-vhosts-autocert APPLICATION=apache2 HTTP_TEMPLATE=${MOJO_STAGE}/../templates/vhost-http.tmpl HTTPS_TEMPLATE=${MOJO_STAGE}/../templates/vhost-https.tmpl
13
11
# Copy our built resources to the instances
14
12
script config=upload-built-content
15
13
# And now deploy relations as well
16
14
deploy config=relations
 
15
# Configure deploy autocert managed apache2
 
16
script config=scripts/utils/configure-apache2-vhosts-autocert APPLICATION=apache2 HTTP_TEMPLATE=${MOJO_STAGE}/../configs//mojo-how-to-production-vhost-http.tmpl HTTPS_TEMPLATE=${MOJO_STAGE}/../configs//mojo-how-to-production-vhost-https.tmpl
17
17
# Run verify steps
18
18
include config=manifest-verify
19
19
# Run post deploy steps