~tribaal/charms/trusty/landscape-server-format-config/trunk

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
26
27
28
29
pause:
  description: Pause the Landscape unit. This action will interrupt any
    Landscape-related processing on the unit and prevent any further processing
    from happening. It will also transition the unit to the blocked state.
resume:
  description: Resume the Landscape unit. This action will start all the
    Landscape services on the unit.
upgrade:
  description: Upgrade software on the Landscape unit. This action will update
    APT package indexes and upgrade the landscape-server package.
    Unit must already be paused with the 'pause' action.
migrate-schema:
  description: Upgrade the landscape schemas on the related databases.
    Unit must already be paused with the 'pause' action.
bootstrap:
  description: Bootstraps Landscape installation by creating an administrator
    user account.
  params:
    admin-name:
      type: string
      description: Name for the administrator to add.
    admin-email:
      type: string
      description: Email for the administrator to add.
    admin-password:
      type: string
      description: Password for the administrator to add.
  required: [admin-name, admin-email, admin-password]
  additionalProperties: false