Add GPRS config option, remove Riak management
This commit is contained in:
parent
a08a2a5ca3
commit
65715ea60f
4 changed files with 45 additions and 7 deletions
|
@ -39,7 +39,8 @@ class rhizo_base {
|
|||
$network_name = hiera('rhizo::network_name')
|
||||
$auth_policy = hiera('rhizo::auth_policy')
|
||||
$lac = hiera('rhizo::lac')
|
||||
|
||||
$gprs = hiera('rhizo::gprs')
|
||||
|
||||
#BTSs configuration
|
||||
$bts_type = hiera('rhizo::bts_type')
|
||||
$bts1_ip_address = hiera('rhizo::bts1_ip_address')
|
||||
|
@ -174,10 +175,10 @@ class rhizo_base {
|
|||
group => 'root',
|
||||
mode => '0755',
|
||||
source => 'puppet:///modules/rhizo_base/etc/init.d/riak',
|
||||
require => Class['::riak'],
|
||||
notify => Exec['insserv'],
|
||||
#require => Class['::riak'],
|
||||
#notify => Exec['insserv'],
|
||||
}
|
||||
include rhizo_base::riak
|
||||
#include rhizo_base::riak
|
||||
}
|
||||
} else {
|
||||
file { '/etc/init.d/riak':
|
||||
|
|
|
@ -24,6 +24,7 @@ class rhizo_base::openbsc {
|
|||
$bts2_ip_address = $rhizo_base::bts2_ip_address
|
||||
$bts3_ip_address = $rhizo_base::bts3_ip_address
|
||||
$smsc_password = $rhizo_base::smsc_password
|
||||
$gprs = $rhizo_base::gprs
|
||||
|
||||
package { [ 'libosmoabis5', 'libosmocore8',
|
||||
'libosmoctrl0', 'libosmogsm7',
|
||||
|
|
|
@ -23,7 +23,7 @@ class rhizo_base::riak {
|
|||
class { '::riak':
|
||||
package_name => 'riak', # default
|
||||
service_name => 'riak', # default
|
||||
manage_package => true, # default
|
||||
manage_package => false, # default
|
||||
manage_repo => false,
|
||||
version => 'latest', # default, use a package version if desired
|
||||
# settings in the settings hash are written directly to settings.conf.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue