Nova Cloud Controller
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 771 | 16 Oct 2024 | |
latest/edge | 770 | 16 Oct 2024 | |
latest/edge | 769 | 16 Oct 2024 | |
latest/edge | 768 | 16 Oct 2024 | |
latest/edge | 741 | 13 Jun 2024 | |
latest/edge | 722 | 06 Dec 2023 | |
latest/edge | 681 | 14 Jul 2023 | |
latest/edge | 600 | 22 Apr 2022 | |
latest/edge | 313 | 17 Dec 2020 | |
latest/edge | 77 | 17 Dec 2020 | |
yoga/stable | 756 | 03 Jul 2024 | |
yoga/edge | 751 | 21 Jun 2024 | |
zed/stable | 758 | 03 Jul 2024 | |
xena/stable | 730 | 29 Feb 2024 | |
wallaby/stable | 746 | 19 Jun 2024 | |
victoria/stable | 747 | 20 Jun 2024 | |
ussuri/stable | 748 | 20 Jun 2024 | |
train/candidate | 628 | 13 Dec 2022 | |
train/edge | 691 | 14 Sep 2023 | |
stein/candidate | 628 | 13 Dec 2022 | |
stein/edge | 691 | 14 Sep 2023 | |
rocky/candidate | 628 | 13 Dec 2022 | |
rocky/edge | 691 | 14 Sep 2023 | |
queens/candidate | 628 | 13 Dec 2022 | |
queens/edge | 691 | 14 Sep 2023 | |
2024.1/candidate | 755 | 03 Jul 2024 | |
2024.1/candidate | 722 | 24 Jan 2024 | |
2023.2/stable | 759 | 03 Jul 2024 | |
2023.1/stable | 757 | 03 Jul 2024 |
juju deploy nova-cloud-controller --channel 2023.1/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
archive-data
Run job to archive deleted rows in database
- Params
-
batch-size integer
-
clear-unit-knownhost-cache
Clear the knownhost cache for (default) all the units, a service, or a single unit. . The default is all units. If the 'target' param has an '/' in it, then it is assumed ot be a single unit. If no '/' is present, then all the units in a service will be refreshed. . e.g. target="nova-compute/4" will just clear the nova-compute/4 unit (in the 'nova-compute' application), whereas target='nova-compute' will refresh all of the units in the 'nova-compute' application. . The action triggers a refresh resolution of the known hosts for the unit, which then populates the cache, updates the knownhosts file for the associated service (e.g. 'nova-compute'), and, importantly, sets the relation data for that associated service with the new knownhosts file. This may cause a 'cloud-compute' relation changed hook on the associated nova-compute units if the hosts have changed. . This action still functions even if the 'cache-known-hosts' config value is not set; caching of hosts occurs regardless of that setting, and so this action can be used to force an update if DNS has changed in the system, or for a particular host (although this scenario is unlikely).
- Params
-
target string
-
openstack-upgrade
Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
-
pause
Pause the nova-cloud-controller unit. This action will stop related services.
-
purge-data
Run job to purge stale soft deleted rows in database
- Params
-
before string
Delete data from all shadow tables that is older than the date provided. Date strings may be fuzzy, such as
Oct 21 2015
.
-
resume
Resume the nova-cloud-controller unit. This action will start related services.
-
security-checklist
Validate the running configuration against the OpenStack security guides checklist
-
sync-compute-availability-zones
Update Nova host aggregates to match the availability zone defined in the related nova-compute units. This action will create any missing host aggregates in Nova and add hypervisors to the appropriate host aggregates. This action will not remove any hypervisors from host aggregates already configured in nova. . This action requires that the nova-cloud-controller application be fully related to keystone. This action will fail if the Nova API is unavailable. Successful completion of this action will report a list of each hypervisor added to an availability zone. Successful completion with no output means that all hypervisors were associated with their host aggregates. . This action is only available for OpenStack Stein and newer.