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

Initial commits for integration of HPE OneView resources with Ansible #26026

Merged
merged 19 commits into from Aug 3, 2017

Commits on Aug 2, 2017

  1. Initial commit for integration of HPE OneView resources with Ansible …

    …Core. Adding FC Network and FC Network Fact modules and unit tests, and OneView base class for all OV resources.
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    5fd572d View commit details
    Browse the repository at this point in the history
  2. Adding mocks for oneview module imports and removing shebangs from fi…

    …les that offended CI rules.
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    7969abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8af214c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11506b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b474022 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce27f80 View commit details
    Browse the repository at this point in the history
  7. Removed hpOneView requirement from unit tests and fixed importlib iss…

    …ues for 2.6 compatibility
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    513c098 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4da165f View commit details
    Browse the repository at this point in the history
  9. Moving module from cloud to remote_management and changing author to …

    …match the current maintainer of the code
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    a39a5bc View commit details
    Browse the repository at this point in the history
  10. Changed dual underscore convention for single underscore in all priva…

    …te methods, changed documentation to reflect sphinx more correctly, removed logger, fixed many point commented on the review
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    e783df0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    171986a View commit details
    Browse the repository at this point in the history
  12. Adding __metadata__ and changing __future__ import to try to fix code…

    … according to boilerplate test
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    40c6376 View commit details
    Browse the repository at this point in the history
  13. Moved ResourceComparator methods to OneViewModuleBase and changed log…

    …ger to AnsibleModule default .log method
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    4872896 View commit details
    Browse the repository at this point in the history
  14. Moved python requirement from module to doc fragments, removed deepco…

    …pies in comparissons, added set_scope action to fc_networks, made OneViewBaseModule an abc class
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    a6cdde8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a5e98bd View commit details
    Browse the repository at this point in the history
  16. fixed imports order, removed logging import, changed style of add abc…

    …meta class, removed extra underscores on methods and swapped isinstance validations of dict for collections.Mapping
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    80a76c9 View commit details
    Browse the repository at this point in the history
  17. Fixed docstrings and docstrings identation, removed a couple of copy …

    …methods from merge_lists and moved MSG that was in the middle of the code to top of the class
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    c8d3fdc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e36e64b View commit details
    Browse the repository at this point in the history
  19. Moving toplevel functions out of OneViewBaseClass and changing the li…

    …cense header in oneview_fc_network.py to short version
    fgbulsoni committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    09142f4 View commit details
    Browse the repository at this point in the history