Return to the web interface in ArgoCD, and select the factorytalk
application tile. Click on the Refresh
button, and give the application a few minutes to update. Then, click on the Sync
button.
Our new configmaps and jobs should now be created, and will run during the sync, and be triggered after everything else syncs for the postSync job.
In the OpenShift Web Console, select Workloads > Jobs, then select the job named configure-controller
. The job may still be running, but if everything is successful, the job and corresponding pod will denote success.
For information, the logs from the pod will display the actual automation running, configuring Controller:
With the completion of the configure-controller
job, Ansible Controller should now be showing job templates, workflows, and hosts that weren’t previously configured:
This shows that our integration of declarative and procedural tooling has worked, and we’re now ready for a true end-to-end application deployment.
Navigation
Previous Exercise | Next Exercise |