|
If we're using ansible as a deployment tool for FOLIO on kubernetes, it will be easier to run an ansible control host in the cluster. This simplifies talking to the RDS database which is currently restricted to the cluster VPC, and talking to services in the cluster.
The following will need to be done to complete this story:
- find or create an ansible control host image & deploy on kubernetes
- create service/ingress for control host
- create jenkins pipeline structure for running plays through this host (use the playbook from folio-2069, anything that comes out of 2055).
Open question:
should jenkins build/tear down the control host every time, or leave it running. Leaning towards building it every time.
|