-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While configuration checked interface incorrectly marked as changed #13
Comments
@ewtewt would you be willing to provide the puppet resource you're using in this case, and the resulting file that's generated in /etc/sysconfig/network/ifcfg-bond0.126:111 ? |
resource: network_config { "bond0.126:111": /etc/sysconfig/network-scripts/ifcfg-bond0.126:111 : |
@ewtewt I have patches for the problems that you've seen at https://github.com/adrienthebo/puppet-network/tree/redhat-quiesce, would you be able to test this topic branch? |
Puppet presents boolean values `true` and `false` to underlying classes as symbols instead of actual booleans, so boolean types in the providers were falsely being marked as out of sync. This normalizes values for that.
Puppet presents boolean values `true` and `false` to underlying classes as symbols instead of actual booleans, so boolean types in the providers were falsely being marked as out of sync. This normalizes values for that.
I cannot find link to download tarball for branch redhat-quiesce. Only for master. |
@ewtewt I have a prerelease of 0.2.0 at http://media.somethingsinistral.net/puppet/adrien-network-0.2.0-pre1.tar.gz , could you try that? |
Problem fixed.
|
@ewtewt thanks for reporting this and helping to test it! |
OS: RedHat
CHANGES TO CONFIGURATION: only by puppet
LOG:
...
/Network_config[bond0.126:111]/family: family changed '' to 'inet'
/Network_config[bond0.126:111]/onboot: onboot changed 'true' to 'true'
Info: FileBucket adding {md5}2ace49d5d0d14c1220b6d8a6b0cb0e72
Info: /Network_config[bond0.126:111]: Scheduling refresh of Service[network]
Info: /Network_config[bond0.126:111]: Scheduling refresh of Service[network]
...
Network refresh makes server unavailible for a couple seconds every puppet lunch without any changes to configuration.
The text was updated successfully, but these errors were encountered: