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

Merge branch 'Version2' into 'master'

Version2

See merge request !3
parents aa650e80 69d3a546
Branches main
No related tags found
1 merge request!3Version2
...@@ -8,4 +8,8 @@ cp /certs/hostcert.pem /etc/grid-security/hostcert.pem ...@@ -8,4 +8,8 @@ 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
if ! rpm -qa | grep x509-scitokens-issuer-client-0.7.0-1.hcc.el7.x86_64; \
then yum localinstall -y /scripts/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
...@@ -47,7 +47,6 @@ services: ...@@ -47,7 +47,6 @@ services:
- ftsdb - ftsdb
entrypoint: entrypoint:
- /scripts/startup-fts-server.sh - /scripts/startup-fts-server.sh
- if ! rpm -qa | grep x509-scitokens-issuer-client-0.7.0-1.hcc.el7.x86_64; then yum localinstall -y /scripts/x509-scitokens-issuer-client-0.7.0-1.hcc.el7.x86_64.rpm; fi
fts-rest: fts-rest:
env_file: env_file:
......
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