Incorrect couchIP is pulled
- Dominant language
- Shell
- Stars
- 21
- Forks
- 183
- PR merge metrics
- No merged PRs in 30d
Description
Using the following in my secrets:
MYSQL_USER=xxx
MYSQL_PASS=xxx
COUCH_USER=xxx
COUCH_PASS=xxx
COUCH_PORT=5984
COUCH_HOST=127.0.0.1
REQMGR_HOSTNAME=127.0.0.1
REQMGR_PORT=8684
WORKLOAD_SUMMARY_HOSTNAME=127.0.0.1
WORKLOAD_SUMMARY_PORT=5984
WORKLOAD_SUMMARY_DBNAME=workload_summary
CS_HOSTNAME=127.0.0.1
CS_PORT=8888
SB_HOSTNAME=127.0.0.1
UFC_CACHEDIR=/home/meloam/wmagent-new/ufc_cache
UFC_PORT=7778
HOST_DN=/DC=org/DC=doegrids/OU=Services/CN=se2.accre.vanderbilt.edu
My couch server binds correctly to 127.0.0.1, but then the wmagent, etc.. configurations point to
config.JobStateMachine.couchurl = 'http://**_:**_*@se2.accre.vanderbilt.edu:5984'
Which fails :/ are the manage scrupts supposed to use COUCH_HOST for that value?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.