Under the control_plane/input_params
directory, edit the following files:
base_vars.yml
file: Update the following variable to enable or disable Ethernet switch configurations in the cluster.
Variable | Default, choices | Description |
---|---|---|
ethernet_switch_support |
|
Set the variable to "true" to enable Ethernet switch configurations. |
login_vars.yml
file: Enter the following details to configure Ethernet switches.
a. ethernet_switch_username
- username for Ethernet switches.
NOTE: The username must not contain the following characters: -, \, "", and \'
b. ethernet_switch_password
- password for Ethernet switches.
NOTE: Minimum length of the password must be eight characters and the maximum limit is 30 characters. Do not use these characters while entering a password: -, \, "", and \'
ethernet_vars.yml
file: If ethernet_switch_support is set to "true" in the base_vars.yml file, then update the following variables.
Variables | Default, choices | Description |
---|---|---|
os10_config |
|
Global configurations for the switch. |
os10_interface | By default:
| Update the individual interfaces of the PowerSwitch S3048-ON (ToR Switch). |
save_changes_to_startup |
|
Change it to "true" only when you are certain that the updated configurations and commands are valid. |
kubectl get svc -n awx
.kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode
.admin
and the retrieved password.