rbd: drop eth0 for binding

Close #172

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-02-06 18:00:40 +01:00
parent 613b41895c
commit c651398eb8
2 changed files with 3 additions and 3 deletions

View File

@@ -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
) {

View File

@@ -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'],
) {