Add GPRS config option, remove Riak management

This commit is contained in:
Wile E. Coyote 2018-02-10 20:42:40 +00:00
parent a08a2a5ca3
commit 65715ea60f
4 changed files with 45 additions and 7 deletions

View file

@ -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':

View file

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

View file

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