ib_vars.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Default configurations written for :
  15. # ----Switch-IB(TM) 2 based EDR InfiniBand 1U Switch, 36 QSFP28 ports----
  16. # Change the configurations as per the switch model to avoid failures
  17. # Subnet Manager: centralized resource used by infiniband
  18. # to handle the management of the fabric.
  19. # Cache and Log directories of subnet manager
  20. # container are mounted to below mentioned path on host.
  21. # cache_directory: opensm stores certain data to the disk such that
  22. # subsequent runs are consistent. The default directory used is /var/cache/opensm.
  23. # The following files are included in it: guid2lid, guid2mkey, neighbors
  24. # log_directory: controls the directory in which the temporary files
  25. # generated by opensm are created. These files are: opensm-subnet.lst,
  26. # opensm.fdbs, and opensm.log. By default, this directory is /var/log.
  27. subnet_manager:
  28. cache_directory: /var/cache/opensm
  29. log_directory: /var/log