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:
@@ -89,4 +89,5 @@ class openstack_integration::barbican {
|
||||
class { 'barbican::plugins::simple_crypto':
|
||||
simple_crypto_plugin_kek => 'dGhpcnR5X3R3b19ieXRlX2tleWJsYWhibGFoYmxhaGg=',
|
||||
}
|
||||
include barbican::client
|
||||
}
|
||||
|
||||
@@ -102,4 +102,5 @@ class openstack_integration::watcher {
|
||||
decision_engine_workers => 2,
|
||||
}
|
||||
class { 'watcher::cron::db_purge': }
|
||||
class { 'watcher::client': }
|
||||
}
|
||||
|
||||
@@ -92,4 +92,5 @@ class openstack_integration::zaqar {
|
||||
transport => 'websocket',
|
||||
}
|
||||
}
|
||||
class { 'zaqar::client': }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user