Remove Riak
This commit is contained in:
parent
232985753c
commit
be4b675292
5 changed files with 0 additions and 276 deletions
|
@ -73,7 +73,6 @@ class rhizo_base {
|
|||
$bsc_ip_address = hiera('rhizo::bsc_ip_address', '172.16.0.1')
|
||||
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
|
||||
$wan_ip_address = hiera('rhizo::wan_ip_address')
|
||||
$riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address)
|
||||
$sip_central_ip_address = hiera('rhizo::sip_central_ip_address')
|
||||
$webphone_prefix = hiera('rhizo::webphone_prefix', '[]')
|
||||
$latency_check_address = hiera('rhizo::latency_check_address','1.1.1.1')
|
||||
|
@ -198,25 +197,6 @@ class rhizo_base {
|
|||
include rhizo_base::sems
|
||||
}
|
||||
|
||||
if $vpn_ip_address == $riak_ip_address {
|
||||
if $operatingsystem != 'Debian' {
|
||||
file { '/etc/init.d/riak':
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0755',
|
||||
source => 'puppet:///modules/rhizo_base/etc/init.d/riak',
|
||||
require => Class['::riak'],
|
||||
notify => Exec['insserv'],
|
||||
}
|
||||
include rhizo_base::riak
|
||||
}
|
||||
} else {
|
||||
file { '/etc/init.d/riak':
|
||||
ensure => absent,
|
||||
}
|
||||
}
|
||||
|
||||
sysctl { 'net.ipv4.ip_forward':
|
||||
value => '1'
|
||||
}
|
||||
|
@ -662,11 +642,6 @@ schedule { 'never':
|
|||
}
|
||||
}
|
||||
|
||||
python::pip { 'riak':
|
||||
schedule => 'onceweek',
|
||||
ensure => '2.0.3',
|
||||
pkgname => 'riak',
|
||||
}
|
||||
|
||||
python::pip { 'gsm0338':
|
||||
schedule => 'onceweek',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue