Tempest K8S
- OpenStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
2024.1/candidate | 67 | 16 Jan 2025 | |
2024.1/candidate | 62 | 16 Jan 2025 | |
2024.1/beta | 67 | 11 Dec 2024 | |
2024.1/beta | 62 | 22 Nov 2024 | |
2024.1/edge | 67 | 09 Dec 2024 | |
2024.1/edge | 62 | 08 Oct 2024 | |
2023.2/candidate | 23 | 09 Apr 2024 | |
2023.2/beta | 23 | 09 Apr 2024 | |
2023.2/edge | 30 | 06 May 2024 |
juju deploy tempest-k8s --channel 2024.1/candidate
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
region | string
Default: RegionOne
Name of the OpenStack region
-
schedule | string
Default: 0 */1 * * *
The cron schedule expression to define when to run tempest periodic checks.
The value will only take effect when 'logging' relation is joined. Otherwise, regardless of the value set, periodic checks are disabled.
By default, tests will run every hour. When the value is set to empty, periodic checks will be disabled.
The cron implementation used is Vixie Cron, installed from Ubuntu main. For help with expressions, see
man 5 crontab
for Vixie Cron, or visit https://crontab.guru/ .The schedule should not result in tempest running more than once every 15 minutes.
Example expressions:
"*/30 * * * *" every 30 minutes "5 2 * * *" at 2:05am every day "5 2 * * mon" at 2:05am every Monday