~simpoir/landscape-charm/bootstrap_with_key

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: landscape-server
summary: Charm for installing and using Landscape Dedicated Server.
maintainer: Landscape Team <landscape-team@canonical.com>
description: A multi server Landscape Dedicated Server charm.
tags:
  - app-servers
requires:
  db:
    interface: pgsql
  amqp:
    interface: rabbitmq
provides:
  data:
    interface: block-storage
    scope: container
    optional: true
  website:
    interface: http
  hosted:
    interface: landscape-hosted
    scope: container
series:
  - bionic
  - xenial
  - trusty