charm-trilio-wlm/src/actions.yaml
Liam Young 6b9b148006 Replace post-upgrade-configuration with update-trilio
After rereading the request from Trilio I realised that the action
should be performing the package update too. So this PR removes the
post-upgrade-configuration action and replaces it with update-trilio
which performs the package upgrades too.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/616
Change-Id: Ia2c88560b45bdb20742e254464730b5708f8b79f
2021-08-05 07:43:35 +00:00

23 lines
916 B
YAML

create-cloud-admin-trust:
description: Create trust between Trilio WLM user and Cloud Admin
properties:
password:
type: string
description: Password for the cloud admin account
required:
- password
create-license:
description: Create license for operation of TrilioVault. License file is provided as the 'license' resource.
ghost-share:
description: "Bind mount NFS share 'host' for secondary Trilio Vault deployment"
properties:
nfs-shares:
type: string
description: Comma separated nfs-shares configuration option from secondary deployment. NFS shares must be provided in the same order as the nfs-shares configuration option for the local deployment.
required:
- nfs-shares
update-trilio:
description: |
Update the trilio packages and run post-update steps such as rerender
configuration files and run any upgrade tasks such as database migrations.