wfau / gaia-dmp

Gaia data analysis platform
GNU General Public License v3.0
1 stars 5 forks source link

Move credential checks and live host check into included file #1296

Open Zarquan opened 7 months ago

Zarquan commented 7 months ago

We use the credential checks and live host check in both the Ansible Hadoop deploy and the new Kubernetes deploy, so it makes sense to move them into a separate file that can be included into both deployments.

Zarquan commented 7 months ago

Credential checks are in Openstack credential-tools.sh. Hostname checks are done twice, once in Ansible Hadoop deploy.sh and again in Openstack delete-all.sh.