Skip to content
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

Network Interfaces structure doens't match current ohai #51

Closed
bytheway opened this issue Dec 12, 2013 · 1 comment · Fixed by #52
Closed

Network Interfaces structure doens't match current ohai #51

bytheway opened this issue Dec 12, 2013 · 1 comment · Fixed by #52
Labels

Comments

@bytheway
Copy link

It looks like the current fauxhai files list network interfaces as:

"network": {
  "lo": { ... },
  "eth0": { ... }
}

but the current version of ohai returns the data as

"network": {
  "interfaces": {
    "lo": { ... },
    "eth0": { ... }
  }
}

Obviously, this impacts a ton of files.

@sethvargo
Copy link
Contributor

Confirmed this is a legitimate bug, ref.

sethvargo added a commit that referenced this issue Dec 12, 2013
Fauxhai's fake data stubbing incorrectly generated network interface data. This
is a very serious bug and affected all prior fauxhai-generated data. This
commit fixes the +Runner+ to properly create network addresses and updates the
existing Fauxhai data store with the correct syntax.
@lock lock bot locked as resolved and limited conversation to collaborators Aug 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants