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:
Emilien Macchi
2013-12-29 22:04:23 +01:00
parent c68fd9b43d
commit 990ebd3a2c
2 changed files with 2 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,
}