appliance_config.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 at least 8.
  17. # The password must not contain -,\, ',"
  18. provision_password: ""
  19. # Password used for the AWX UI.
  20. # The Length of the password should be at least 8.
  21. # The password must not contain -,\, ',"
  22. awx_password: ""
  23. # The nic/ethernet card that needs to be connected to the HPC switch.
  24. # This nic will be configured by Omnia for the DHCP server.
  25. # Default value of nic is em1.
  26. hpc_nic: "em1"
  27. # The nic/ethernet card that will be connected to the public internet.
  28. # Default value of nic is em2
  29. public_nic: "em2"
  30. # The mapping file consists of the MAC address and its respective IP address and hostname.
  31. # If user wants to provide a mapping file, set this value to "true"
  32. # The format of mapping file should be MAC,hostname,IP and must be a CSV file.
  33. mapping_file_exists: ""
  34. # The dhcp range for assigning the IP address to the baremetal nodes.
  35. dhcp_start_ip_range: ""
  36. dhcp_end_ip_range: ""