c6f970673b
New actions: * show-routers * show-dhcp-networks * show-loadbalancers Partial-Bug: #1916231 Closes-Bug: #1917401 Closes-Bug: #1917403 Closes-Bug: #1917405 Change-Id: Ie59c2a7d5c1ee9c51a0f7db4e8f38229812ac84a func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/611
60 lines
1.9 KiB
YAML
60 lines
1.9 KiB
YAML
cleanup:
|
|
description: |
|
|
Clean up after the Neutron agents.
|
|
params:
|
|
i-really-mean-it:
|
|
type: boolean
|
|
default: false
|
|
description: |
|
|
The default false will not run the action, set to true to perform
|
|
cleanup.
|
|
.
|
|
WARNING: Running this action will interrupt instance connectivity and
|
|
it will not be restored until either Neutron agents or a different
|
|
SDN reprograms connectivity on the gateway.
|
|
.
|
|
NOTE: The unit must be paused prior to running this action.
|
|
required:
|
|
- i-really-mean-it
|
|
openstack-upgrade:
|
|
description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
|
|
pause:
|
|
description: Pause the neutron-gateway unit.
|
|
resume:
|
|
descrpition: Resume the neutron-gateway unit.
|
|
security-checklist:
|
|
description: Validate the running configuration against the OpenStack security guides checklist
|
|
restart-services:
|
|
description: |
|
|
Restarts services this charm manages.
|
|
params:
|
|
deferred-only:
|
|
type: boolean
|
|
default: false
|
|
description: |
|
|
Restart all deferred services.
|
|
services:
|
|
type: string
|
|
default: ""
|
|
description: |
|
|
List of services to restart.
|
|
run-hooks:
|
|
type: boolean
|
|
default: true
|
|
description: |
|
|
Run any hooks which have been deferred.
|
|
run-deferred-hooks:
|
|
description: |
|
|
Run deferable hooks and restart services.
|
|
.
|
|
NOTE: Service will be restarted as needed irrespective of enable-auto-restarts
|
|
show-deferred-events:
|
|
description: |
|
|
Show the outstanding restarts
|
|
show-routers:
|
|
description: Shows a list of routers hosted on the neutron-gateway unit.
|
|
show-dhcp-networks:
|
|
description: Shows a list of DHCP networks hosted on the neutron-gateway unit.
|
|
show-loadbalancers:
|
|
description: Shows a list of LBaasV2 load-balancers hosted on the neutron-gateway unit.
|