Removing unused variables passed to platform/ceph.pp

Since ceph.pp from stx-puppet is not using the variables
floating_mon_ip, mon_0_ip, mon_1_ip and mon_2_ip anymore,
they should be removed from sysinv/puppet/ceph.py

Story: 2009074
Task: 44047
Depends-On: https://review.opendev.org/c/starlingx/stx-puppet/+/818921
Signed-off-by: Felipe Sanches Zanoni <Felipe.SanchesZanoni@windriver.com>
Change-Id: I7e208d6d2854ac8075a4a4428859521359b7c6ec
This commit is contained in:
Felipe Sanches Zanoni 2021-11-23 08:49:18 -05:00
parent a2ae6a40b8
commit 2be2af918b
1 changed files with 0 additions and 5 deletions

View File

@ -109,11 +109,6 @@ class CephPuppet(openstack.OpenstackBasePuppet):
constants.CONTROLLER_1_HOSTNAME,
'platform::ceph::params::mon_2_host': mon_2_host,
'platform::ceph::params::floating_mon_ip': floating_mon_ip,
'platform::ceph::params::mon_0_ip': mon_0_ip,
'platform::ceph::params::mon_1_ip': mon_1_ip,
'platform::ceph::params::mon_2_ip': mon_2_ip,
'platform::ceph::params::floating_mon_addr': floating_mon_addr,
'platform::ceph::params::mon_0_addr': mon_0_addr,
'platform::ceph::params::mon_1_addr': mon_1_addr,