Skip to content

Commit

Permalink
added flags for components
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 2, 2020
1 parent 195559d commit bb75072
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ linkGrouperSecrets() {
}

prepDaemon() {
export GROUPER_DAEMON=true
export RUN_TOMEE=true

setupLoggingPipe
setupGrouperLogPipe
cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
Expand All @@ -81,6 +84,10 @@ prepDaemonConf() {
}

prepSCIM() {
export GROUPER_SCIM=true
export RUN_APACHE=true
export RUN_TOMEE=true

setupLoggingPipe
setupGrouperLogPipe
setupHttpdLogPipe
Expand All @@ -103,6 +110,11 @@ prepSCIMConf() {
}

prepUI() {
export GROUPER_UI=true
export RUN_APACHE=true
export RUN_SHIB_SP=true
export RUN_TOMEE=true

setupLoggingPipe
setupGrouperLogPipe
setupHttpdLogPipe
Expand All @@ -125,6 +137,10 @@ prepUIConf() {
}

prepWS() {

export GROUPER_WS=true
export RUN_APACHE=true
export RUN_TOMEE=true
setupLoggingPipe
setupGrouperLogPipe
setupHttpdLogPipe
Expand Down

0 comments on commit bb75072

Please sign in to comment.