input_config_empty.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Copyright 2020 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. ---
  15. # Password used while deploying OS on bare metal servers and for Cobbler UI.
  16. # The Length of the password should be more than 7.
  17. # The password must not contain -,\, ',"
  18. provision_password: ""
  19. # Password used for the AWX UI.
  20. # The Length of the password should be more than 7.
  21. # The password must not contain -,\, ',"
  22. awx_password: ""
  23. # Password used for Slurm database.
  24. # The Length of the password should be more than 7.
  25. # The password must not contain -,\, ',"
  26. mariadb_password: ""
  27. # The nic/ethernet card that needs to be connected to the HPC switch.
  28. # This nic will be configured by Omnia for the DHCP server.
  29. # Default value of nic is em1.
  30. hpc_nic: "em1"
  31. # The nic card that needs to be connected to the public internet.
  32. # The public_nic should be em2, em1 or em3
  33. # Default value of nic is em2.
  34. public_nic: "em2"