123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ---
- ### Usage: provision_cobbler, provison_idrac ###
- # Password used while deploying OS on bare metal servers.
- # The Length of the password should be at least 8 characters.
- # The password must not contain -,\, ',"
- # Required field
- provision_password: ""
- ### Usage: provision_cobbler ###
- # Password used for cobbler
- # The Length of the password should be at least 8.
- # The password must not contain -,\, ',"
- # Required field
- cobbler_password: ""
- ### Usage: webui_grafana ###
- # The username for grafana UI
- # The length of username should be at least 5
- # The username must not contain -,\, ',"
- grafana_username: ""
- # Password used for grafana UI
- # The length of the password should be at least 5
- # The password must not contain -,\, ',"
- # The password should not be kept 'admin'
- grafana_password: ""
- # The directory server operations require an administrative user.
- # This user is referred to as the Directory Manager and has full access to the Directory for system management tasks
- # and will be added to the instance of directory server created for IPA.
- # The password must be at least 8 characters long
- # The password must not contain -,\, ',"
- ms_directory_manager_password: ""
- # ms_kerberos_admin_password used by IPA admin user in Rocky OS and used by 389-ds for kerberos admin password in leap OS
- # The IPA server requires an administrative user, named 'admin'.
- # This user is a regular system account used for IPA server administration
- ms_kerberos_admin_password: ""
- ### Usage: provision_idrac ###
- # The username for idrac
- # The username must not contain -,\, ',"
- # Required only if idrac_support: true
- idrac_username: ""
- # Password used for idrac
- # The password must not contain -,\, ',"
- # Required only if idrac_support: true
- idrac_password: ""
- ### Usage: network_ethernet ###
- # The username for ethernet switch
- # The username must not contain -,\, ',"
- ethernet_switch_username: ""
- # Password used for ethernet switch
- # The password must not contain -,\, ',"
- ethernet_switch_password: ""
- ### Usage: network_ib ###
- # The username for infiniband switch
- # The username must not contain -,\, ',"
- ib_username: ""
- # Password used for infiniband switch
- # The password must not contain -,\, ',"
- ib_password: ""
- ### Usage: powervault_me4 ###
- # The username for powervault_me4
- # The username must not contain -,\, ',"
- powervault_me4_username: ""
- # Password used for powervault_me4
- # The password should have atleast one uppercase character, one lowercase character,
- # one numeric character and one non-alphanumeric character.
- # The password must not contain -,\, ',", . , < , comma(,)
- powervault_me4_password: ""
|