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

Implement NetBSD-specific subclass of Hardware in the setup module. #2962

Closed
wants to merge 2 commits into from
Closed

Conversation

GuiGui2
Copy link
Contributor

@GuiGui2 GuiGui2 commented May 21, 2013

Defines memory and CPU facts:

  • memfree_mb
  • memtotal_mb
  • swapfree_mb
  • swaptotal_mb
  • processor (a list)
  • processor_cores
  • processor_count
  • devices

As a matter of fact, on NetBSD, it is possible to get memory, swap and
processor facts exactly as on Linux. Tested on NetBSD-5, NetBSD-6 and
NetBSD-6.1 (without Linux emulation).

Defines memory and CPU facts:
- memfree_mb
- memtotal_mb
- swapfree_mb
- swaptotal_mb
- processor (a list)
- processor_cores
- processor_count
- devices

As a matter of fact, on NetBSD, it is possible to get memory, swap and
processor facts exactly as on Linux. Tested on NetBSD-5, NetBSD-6 and
NetBSD-6.1 (without Linux emulation).
@mpdehaan
Copy link
Contributor

Cherry picked the first commit, thank you! Will be pushed shortly.

Small tip -- You should use "git pull --rebase" instead of "git pull" (or "git rebase" instead of "git merge") in the future to avoid the merge commits.

Thanks again!

@mpdehaan mpdehaan closed this May 29, 2013
jimi-c pushed a commit that referenced this pull request Dec 6, 2016
robinro pushed a commit to robinro/ansible that referenced this pull request Dec 9, 2016
@dagwieers dagwieers added the bsd BSD community label Jan 18, 2019
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bsd BSD community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants