Update master for stable/2026.1
Add file to the reno documentation build to show release notes for stable/2026.1.
Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2026.1.
Sem-Ver: feature Change-Id: I9d31bdc5241216cfd8f71b139e1133aaca57473d Signed-off-by: OpenStack Release Bot infra-root@openstack.org Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/add_release_note_page.sh
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Team and repository tags
mistral
Table of Contents
Overview
The Mistral module itself is a workflow service for OpenStack cloud.
Module Description
The mistral module is an attempt to make Puppet capable of managing the entirety of mistral.
Setup
What the mistral module affects
Beginning with mistral
To use the mistral module’s functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed; we recommend you consult and understand the core openstack documentation.
Implementation
Mistral
puppet-mistral is a combination of Puppet manifests and ruby code to deliver configuration and extra functionality through types and providers.
Types
mistral_config
The
mistral_configprovider is a children of the ini_setting provider. It allows one to write an entry in the/etc/mistral/mistral.conffile.This will write
use_syslog=falsein the[DEFAULT]section.name
Section/setting name to manage from
mistral.confvalue
The value of the setting to be defined.
secret
Whether to hide the value from Puppet logs. Defaults to
false.ensure_absent_val
If value is equal to ensure_absent_val then the resource will behave as if
ensure => absentwas specified. Defaults to<SERVICE DEFAULT>mistral_workflow
The
mistral_workflowprovider allows the creation/update/deletion of workflow definitions using a source file (in YAML).Or:
If you need to force the update of the workflow or change it’s public attribute, use
latest:Although the mistral client allows multiple workflow definitions per source file, it not recommended to do so with this provider as the
mistral_workflowis supposed to represent a single workflow.name
The name of the workflow; this is only used when deleting the workflow since the definition file specifies the name of the workflow to create/update.
definition_file
The path to the file containing the definition of the workflow. This parameter is not mandatory but the creation or update will fail if it is not supplied.
is_public
Specifies whether the workflow must be public or not. Defaults to
true.Limitations
Development
Developer documentation for the entire puppet-openstack project.
Contributors
Release Notes
Repository