From b2d4bc4cdb5f09c8d0baa7ba781348094d2fe39e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: 2025年8月24日 00:49:55 +0900 Subject: [PATCH] Install client packages ... according to the services deployed. Change-Id: Ib32cb82d6e34d9eb1b4d0d2790fa47d895ab0b6f Signed-off-by: Takashi Kajinami --- manifests/barbican.pp | 1 + manifests/watcher.pp | 1 + manifests/zaqar.pp | 1 + 3 files changed, 3 insertions(+) diff --git a/manifests/barbican.pp b/manifests/barbican.pp index 5ea61aa59..ad0157dad 100644 --- a/manifests/barbican.pp +++ b/manifests/barbican.pp @@ -89,4 +89,5 @@ class openstack_integration::barbican { class { 'barbican::plugins::simple_crypto': simple_crypto_plugin_kek => 'dGhpcnR5X3R3b19ieXRlX2tleWJsYWhibGFoYmxhaGg=', } + include barbican::client } diff --git a/manifests/watcher.pp b/manifests/watcher.pp index f1959b554..d9e75ab0a 100644 --- a/manifests/watcher.pp +++ b/manifests/watcher.pp @@ -102,4 +102,5 @@ class openstack_integration::watcher { decision_engine_workers => 2, } class { 'watcher::cron::db_purge': } + class { 'watcher::client': } } diff --git a/manifests/zaqar.pp b/manifests/zaqar.pp index 26a633552..4147502a3 100644 --- a/manifests/zaqar.pp +++ b/manifests/zaqar.pp @@ -92,4 +92,5 @@ class openstack_integration::zaqar { transport => 'websocket', } } + class { 'zaqar::client': } }

AltStyle によって変換されたページ (->オリジナル) /