dmwm / dmwm/deployment

Incorrect couchIP is pulled

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
bug
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.