FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Oct 02, 2020
    • Matt Raso-Barnett's avatar
      Add new lnet_routes module to dynamically update routes · 08dcecae
      Matt Raso-Barnett authored
      Fully supports check-mode as well, so can be used to check what the
      module will do.
      
      Module will delete routes not specified in the config, as well as
      updating/adding others, so it brings routing configuration under full
      management
      0.3
      08dcecae
    • Matt Raso-Barnett's avatar
      Install pyyaml even in check-mode · 2f310ca4
      Matt Raso-Barnett authored
      Otherwise module will fail to run in check-mode. Maybe this is a bad
      idea, however it seemed to me to be fairly harmless in that usually
      adding a package is relatively low-impact, thus it could perhaps be
      forgiven in this context?
      2f310ca4
  2. Oct 01, 2020
  3. Sep 29, 2020
    • Matt Raso-Barnett's avatar
      Change structure of lnetctl_networks hash · ea6ccfa7
      Matt Raso-Barnett authored
      Previous structure didn't work when the key, previously the NID's IP
      address, is itself a variable, eg:
      
       lustre_lnet_lnetctl_networks:
         'o2ib2':
           "{{ server_network_ib_address }}":
             interfaces:
                - 'ib0'
             tunables:
      
      This doesn't appear to work, so instead, we change the structure to be a list
      of NIDs:
      
       lustre_lnet_lnetctl_networks:
         'o2ib2':
           - ip: "{{ server_network_ib_address }}"
             interfaces:
                - 'ib0'
             tunables:
      0.2.4
      ea6ccfa7
  4. Sep 20, 2020
  5. Sep 16, 2020
  6. Sep 11, 2020
  7. Sep 09, 2020
  8. Sep 02, 2020
    • Matt Raso-Barnett's avatar
      Add formatting and mounting tasks · e3ca8c86
      Matt Raso-Barnett authored
      We add:
      
      * a new 'ldisfs_filesystem' module, based off the standard filesystem
      module, for use with idempotent formatting of ldiskfs lustre targets
      
      * optional ldiskfs formatting tasks
      
      * optional target mounting tasks
      e3ca8c86
  9. Aug 28, 2020
  10. Aug 25, 2020
  11. Aug 19, 2020
Loading