# Adopted OpenStack admin password. Matching the install_yamls default # to reduce developer confusion. admin_password: 12345678 # Command to login to OpenShift oc_login_command: | oc login -u kubeadmin -p 123456789 tripleo_passwords: default: ~/overcloud-passwords.yaml cell1: ~/cell1-passwords.yaml cell2: ~/cell2-passwords.yaml # Service account passwords (not DB passwords). aodh_password: CUSTOMIZE_THIS barbican_password: CUSTOMIZE_THIS ceilometer_password: CUSTOMIZE_THIS cinder_password: CUSTOMIZE_THIS glance_password: CUSTOMIZE_THIS ironic_password: CUSTOMIZE_THIS neutron_password: CUSTOMIZE_THIS nova_password: CUSTOMIZE_THIS octavia_password: CUSTOMIZE_THIS placement_password: CUSTOMIZE_THIS heat_password: CUSTOMIZE_THIS heat_stack_domain_admin_password: CUSTOMIZE_THIS heat_auth_encryption_key: CUSTOMIZE_THIS manila_password: CUSTOMIZE_THIS swift_password: CUSTOMIZE_THIS libvirt_password: CUSTOMIZE_THIS # FreeIPA SSH connection strings for importing the CA certificate and key ipa_ssh: "ssh -F ~/director_standalone/vagrant_ssh_config vagrant@standalone podman exec -ti freeipa-server-container" # CUSTOMIZE THIS # Controller SSH connection strings for the MariaDB copy procedure. # Use ":" for controler 2 and 3 if you are testing with a single controller. controller1_ssh: "ssh -F ~/director_standalone/vagrant_ssh_config vagrant@standalone" # CUSTOMIZE THIS controller2_ssh: ":" controller3_ssh: ":" # Ensure vagrant private key works for root # ssh -F ~/director_standalone/vagrant_ssh_config vagrant@standalone sudo cp .ssh/authorized_keys /root/.ssh/authorized_keys # cat ~/director_standalone/.vagrant/machines/standalone/libvirt/private_key | base64 # install_yamls default: cat ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa | base64 edpm_encoded_privatekey: CUSTOMIZE_THIS