Install client packages

... according to the services deployed.
Change-Id: Ib32cb82d6e34d9eb1b4d0d2790fa47d895ab0b6f
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025年08月24日 00:49:55 +09:00
parent a3afedaf81
commit b2d4bc4cdb

View File

@@ -89,4 +89,5 @@ class openstack_integration::barbican {
class{ 'barbican::plugins::simple_crypto':
simple_crypto_plugin_kek => 'dGhpcnR5X3R3b19ieXRlX2tleWJsYWhibGFoYmxhaGg=',
}
includebarbican::client
}

View File

@@ -102,4 +102,5 @@ class openstack_integration::watcher {
decision_engine_workers => 2,
}
class{ 'watcher::cron::db_purge': }
class{ 'watcher::client': }
}

View File

@@ -92,4 +92,5 @@ class openstack_integration::zaqar {
transport => 'websocket',
}
}
class{ 'zaqar::client': }
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.