Heat: Reduce worker of heat-engine

We don't run heavy stack operations in our CI job so we can reduce
number of workers to 2 (currently we have 4 workers launched in CI
VMs).

Change-Id: Iba1381a90705feb06cfd034d54f84155b9741e74
This commit is contained in:
Takashi Kajinami 2023-08-10 03:05:19 +09:00
parent c8ef87d709
commit 11679fa4fd

View File

@ -120,6 +120,7 @@ class openstack_integration::heat (
workers => 2, workers => 2,
} }
class { 'heat::engine': class { 'heat::engine':
num_engine_workers => 2,
auth_encryption_key => '1234567890AZERTYUIOPMLKJHGFDSQ12', auth_encryption_key => '1234567890AZERTYUIOPMLKJHGFDSQ12',
heat_metadata_server_url => "${::openstack_integration::config::base_url}:8000", heat_metadata_server_url => "${::openstack_integration::config::base_url}:8000",
heat_waitcondition_server_url => "${::openstack_integration::config::base_url}:8000/v1/waitcondition", heat_waitcondition_server_url => "${::openstack_integration::config::base_url}:8000/v1/waitcondition",