You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new server is built using a pre-existing FQDN name, we want to be able to deploy to it using Tower without manually updating the known_hosts file.
This will be needed to make automatically provisioning new VMs sufficiently cheap to do it all the time, which will allow us to iterate on and improve our infrastructure much faster.
Acceptance criteria
When a server is built with the same FQDN, I can deploy to it without ssh'ing into the tower deploy server and doing anything manual there
If we can get the deploy playbook to run in an EE on Tower itself, we will solve this problem, because the EE is always "fresh". So far I have not gotten the EE to work, though - see #4744.
What maintenance needs to be done?
When a new server is built using a pre-existing FQDN name, we want to be able to deploy to it using Tower without manually updating the known_hosts file.
As an example of what the failure looks like, see this Ansible Tower deploy to bibdata-qa after the servers were re-built.
Level of urgency
Why is this maintenance needed?
This will be needed to make automatically provisioning new VMs sufficiently cheap to do it all the time, which will allow us to iterate on and improve our infrastructure much faster.
Acceptance criteria
Implementation notes, if any
There is an Ansible known_hosts module, not sure yet if it matches our use case.
The text was updated successfully, but these errors were encountered: