Skip to content
Snippets Groups Projects
Commit 0a8831e3 authored by Marcelo Vilaça Pinheiro Soares's avatar Marcelo Vilaça Pinheiro Soares
Browse files

Added all vomses and vomsdir

Fixed httpd conf files
Fixed mounting volumes
Fixed Mysql
parent 4b2095bb
Branches main
No related tags found
1 merge request!2Version2
...@@ -7,11 +7,5 @@ set -ex ...@@ -7,11 +7,5 @@ set -ex
cp /certs/hostcert.pem /etc/grid-security/hostcert.pem cp /certs/hostcert.pem /etc/grid-security/hostcert.pem
cp /certs/hostkey.pem /etc/grid-security/hostkey.pem cp /certs/hostkey.pem /etc/grid-security/hostkey.pem
cp /scripts/etc/hosts /etc/hosts cp /scripts/etc/hosts /etc/hosts
yum list installed | grep x509-scitokens-issuer-client
if [ $? -ne 0 ]
then
yum localinstall -y https://fts-repo.web.cern.ch/fts-repo/el7/x86_64/x509-scitokens-issuer-client-0.7.0-1.hcc.el7.x86_64.rpm
fi
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment