rbd: drop eth0 for binding
Close #172 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
class cloud::storage::rbd::monitor (
|
||||
$id = $::uniqueid,
|
||||
$mon_addr = $::ipaddress_eth0,
|
||||
$mon_addr = $os_params::api_eth,
|
||||
$monitor_secret = $os_params::ceph_mon_secret
|
||||
) {
|
||||
|
||||
|
@@ -14,8 +14,8 @@
|
||||
# under the License.
|
||||
#
|
||||
class cloud::storage::rbd::osd (
|
||||
$public_address = $::ipaddress_eth0,
|
||||
$cluster_address = $::ipaddress_eth0,
|
||||
$public_address = $os_params::api_eth,
|
||||
$cluster_address = $os_params::storage_eth,
|
||||
$devices = ['sdb','sdc'],
|
||||
) {
|
||||
|
||||
|
Reference in New Issue
Block a user