Ovn Central
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 250 | 22 Jun 2024 | |
latest/edge | 249 | 22 Jun 2024 | |
latest/edge | 248 | 22 Jun 2024 | |
latest/edge | 247 | 22 Jun 2024 | |
latest/edge | 220 | 09 May 2024 | |
latest/edge | 219 | 09 May 2024 | |
latest/edge | 210 | 09 May 2024 | |
latest/edge | 209 | 09 May 2024 | |
latest/edge | 208 | 09 May 2024 | |
latest/edge | 207 | 09 May 2024 | |
latest/edge | 206 | 09 May 2024 | |
latest/edge | 205 | 09 May 2024 | |
latest/edge | 155 | 13 Sep 2023 | |
latest/edge | 151 | 13 Sep 2023 | |
latest/edge | 148 | 13 Sep 2023 | |
latest/edge | 145 | 13 Sep 2023 | |
latest/edge | 106 | 20 Jul 2023 | |
latest/edge | 105 | 20 Jul 2023 | |
latest/edge | 104 | 20 Jul 2023 | |
latest/edge | 103 | 20 Jul 2023 | |
latest/edge | 34 | 29 Jul 2022 | |
22.03/stable | 245 | 13 Jun 2024 | |
openstack-21.09/edge | 19 | 22 Feb 2022 | |
openstack-20.12/edge | 18 | 22 Feb 2022 | |
openstack-20.03/edge | 17 | 22 Feb 2022 | |
24.03/candidate | 228 | 01 Jun 2024 | |
24.03/candidate | 227 | 31 May 2024 | |
24.03/candidate | 226 | 31 May 2024 | |
24.03/candidate | 225 | 31 May 2024 | |
24.03/candidate | 224 | 31 May 2024 | |
24.03/candidate | 223 | 31 May 2024 | |
24.03/candidate | 222 | 31 May 2024 | |
24.03/candidate | 221 | 31 May 2024 | |
23.09/stable | 244 | 12 Jun 2024 | |
23.09/stable | 239 | 12 Jun 2024 | |
23.09/stable | 238 | 12 Jun 2024 | |
23.09/stable | 237 | 12 Jun 2024 | |
23.09/stable | 236 | 12 Jun 2024 | |
23.09/stable | 235 | 12 Jun 2024 | |
23.09/stable | 234 | 12 Jun 2024 | |
23.09/stable | 230 | 12 Jun 2024 | |
23.03/stable | 240 | 12 Jun 2024 | |
23.03/stable | 243 | 12 Jun 2024 | |
23.03/stable | 242 | 12 Jun 2024 | |
23.03/stable | 241 | 12 Jun 2024 | |
22.09/stable | 233 | 12 Jun 2024 | |
22.09/stable | 232 | 12 Jun 2024 | |
22.09/stable | 231 | 12 Jun 2024 | |
22.09/stable | 229 | 12 Jun 2024 | |
21.09/stable | 24 | 05 Aug 2022 | |
20.12/stable | 30 | 23 Jan 2023 | |
20.03/stable | 35 | 23 Jan 2023 |
juju deploy ovn-central --channel 23.03/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
cluster-kick
Request removal of a server from the cluster. This action is equivalent to running "ovn-appctl cluster/kick" command and can be run on any unit connected to the cluster. This action takes ID of a server in southbound or northbound cluster (or both) as an argument. At least one of these arguments must be specified. To get the list of servers (and their IDs) connected to the cluster, user can run "cluster-status" action.
- Params
-
i-really-mean-it boolean
Confirmation by user to really perform this destructive action
-
nb-server-id ['string', 'number']
ID of a server to kick from Northbound cluster
-
sb-server-id ['string', 'number']
ID of a server to kick from Southbound cluster
- Required
i-really-mean-it
-
cluster-status
Show status of an OVN cluster. Action result will contain two keys, "ovnsb" and "ovnnb", each of these keys will contain yaml structure with data from "ovn-appctl cluster/status" command representing status of Southbound and Northbound clusters. Additional "unit_map" key is included in each cluster status that pairs server IDs of cluster members with unit IDs on which these servers run. In case the action finds servers in cluster that are not associated with any known unit, the "unit_map" will also include key "UNKNOWN" with list of these disassociated servers.
-
pause
Pause services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must first be paused as well. Not doing so may lead to an interruption of service.
-
restart-services
Restarts services this charm manages.
- Params
-
deferred-only boolean
Restart all deferred services.
-
run-hooks boolean
Run any hooks which have been deferred.
-
services string
List of services to restart.
-
resume
Resume services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must be resumed as well.
-
run-deferred-hooks
Run deferable hooks and restart services. . NOTE: Service will be restarted as needed irrespective of enable-auto-restarts
-
show-deferred-events