vlead / cluster-automation

Other
0 stars 2 forks source link

Write playbooks for configuring ADS server setup #15

Open sivashankerN opened 7 years ago

sivashankerN commented 7 years ago

Write a ansible playbook that will configure ads server setup from host machine

sivashankerN commented 7 years ago

Written a playbook and committed the changes in https://github.com/vlead/cluster-automation/commit/68c6eb9b366b360815f8db32df7e8b203954ca1d.

sivashankerN commented 7 years ago

Still there is a small problem when starting ./mange_services.sh

Traceback (most recent call last): File "src/controller_server.py", line 27, in from httplogging.http_logger import logger File "/root/ovpl/src/httplogging/http_logger.py" raise ValueError(errmsg("Expecting : delimiter", s, end)) ValueError: Expecting : delimiter: line 9 column 24 (char 161)

sivashankerN commented 7 years ago

Issue is resolved, mistake in config.json file. We have given "=" instead of ":"

sivashankerN commented 7 years ago

another issue encountered NameError: global name 'memoryview' is not defined in ads server.

sivashankerN commented 7 years ago

ADS error https://github.com/vlead/ovpl/issues/77