Move identity to privatecloud namespace
- Update site.pp - Delete manifests/identity/ - Rename the class Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# Identity controller
|
||||
#
|
||||
|
||||
class os_identity_controller (
|
||||
class privatecloud::identity (
|
||||
$identity_roles_addons = $os_params::identity_roles_addons,
|
||||
$keystone_db_host = $os_params::keystone_db_host,
|
||||
$keystone_db_password = $os_params::keystone_db_password,
|
||||
4
site.pp
4
site.pp
@@ -20,10 +20,8 @@ import 'params.pp'
|
||||
|
||||
# Import manifests
|
||||
import 'manifests/automation/*.pp'
|
||||
import 'manifests/common/*.pp' # mandatory
|
||||
import 'manifests/compute/*.pp'
|
||||
import 'manifests/database/*.pp'
|
||||
import 'manifests/identity/*.pp'
|
||||
import 'manifests/image/*.pp'
|
||||
import 'manifests/load-balancer/*.pp'
|
||||
import 'manifests/messaging/*.pp'
|
||||
@@ -74,7 +72,7 @@ node 'os-ci-test13', 'os-ci-test12', 'os-ci-test11', /mgmt\d+.enovance.com/ inhe
|
||||
class {'os_spof_node':}
|
||||
|
||||
## Identity
|
||||
class {'os_identity_controller':
|
||||
class {'privatecloud::identity':
|
||||
local_ip => $ipaddress_eth0,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user