
During bootstrap, puppet throws a warning message that 'ipaddress gem was not found'. The puppet-network module uses the IPAddress gem to perform some validations. This gem can be replaced by the built-in class IPAddr and that way does not require the custom gem installation. This commit is sourced from a PR from the official repository of the puppet-network module: https://github.com/voxpupuli/puppet-network/pull/290 Test Plan: PASS: Build & Install PASS: AIO-SX & AIO-DX Successful Bootstrap PASS: AIO-SX & AIO-DX Successful Unlock PASS: Check that 'ipaddress gem not found' warning is no longer present on puppet.log Story: 2010757 Task: 48425 Change-Id: I1158628165ea62dc642a6a392a036f1d68b4a2cf Signed-off-by: Luis Marquitti <luis.eduardoangelinimarquitti@windriver.com>
8 lines
436 B
Plaintext
8 lines
436 B
Plaintext
0001-save-result-file-to-var-run-network-to-allow-manipul.patch
|
|
0002-set-provider-mode-when-formatting-interfaces-file.patch
|
|
0003-set-routes-file-to-var-run-network-scripts.puppet.patch
|
|
0004-Save-dir-path-variable-with-distinct-names.patch
|
|
0005-Add-options-content-to-routes-file.patch
|
|
0006-Use-prefix_len-for-default-routes.patch
|
|
0007-Prevent-MTU-value-from-duplicating.patch
|
|
0008-Replace-IPAddress-gem-with-built-in-IPAddr-class.patch |