This change can fix the issue during package upgrade that causes config_controller failed at step 6.
Root cause is that package update introduced a warning output in frontend.pp file which will cause
puppet-manifest-apply failure as it do not allow any warning existed in puppet log.
Story: 2003389
Task: 24504
Depends-On: https://review.openstack.org/#/c/600359/
Change-Id: Iabfa73e80859feeccbc1e6c81032169f94812013
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
This updated package will cause config_controller failed at step 6.
This reverts commit a711bc77faa6a70fbd8b29597408334b1d54e894.
Change-Id: Ib9eaad8150c13336c7a467b101f18950a6c7518e
0002-disable-config-validation-prechecks.patch is removed because the
validate_cmd is already remvoed in the new src package.
Story: 2003389
Task: 24504
Change-Id: I4b56ac72577e3dc2614e545f30125cb3027c5354
Signed-off-by: chenyan <yan.chen@intel.com>
improve ipv6 support patch is removed since new src rpm has already include it.
Story: 2003389
Task: 24467
Depends-On: https://review.openstack.org/594890
Change-Id: I913e7d3b9149037a01926c927241b8dcfc28e023
Signed-off-by: slin14 <shuicheng.lin@intel.com>
Fix a bug found in ‘provider/logical_volume/lvm.rb’ in method
‘def size=(new_size)’ with the variable
‘nuke_fs_on_resize_failure’. The conditional statement was always
returning true and thus wiping bytes at the start of the volume
even is the variable was set to false.
For example resizing the extension filesystem with the command
‘system controllerfs-modify’ would cause a dd command to be
executed and erase data. This was seen in the puppet.log
Story: 2002990
Task: 23004
Change-Id: I9ce4f9869d8b72549640d1a4181df02490451a88
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>