fenar / juju-nfv-clearwater-restcomm

Repo to host nfv demos modeled thanks to Juju and integration with Orchestration
3 stars 6 forks source link

Cassandra is not installed yet, skipping schema addition for now #29

Open Rajesh123-github opened 8 years ago

Rajesh123-github commented 8 years ago

Hi Guys,

I am facing one challenge while reinstalling Clearwater IMS setup, from below github link

https://github.com/thomnico/juju-nfv-clearwater-restcomm

The issue is:- "Cassandra is not installed yet, skipping schema addition for now" At Clearwater-homestead and clearwater-homer Cassandra is failing to install and add schema getting "Cassandra is not installed yet, skipping schema addition for now"

The main cause, what I found is cassandra_plugin.py file is unable to execute smoothly, unable to return (CASSANDRA_YAML_FILE = "/etc/cassandra/cassandra.yaml") file, But throwing below error initially while module call itself

As above file is not there, the execution of cassandra_schema_utils.sh script fails, in which it was checking for for the presence of cassandra.yaml and exiting with error code "Cassandra is not installed yet, skipping schema addition for now"

root@homestead-0:~# python /usr/share/clearwater/clearwater-cluster-manager/plugins/cassandra_plugin.py Traceback (most recent call last): File "/usr/share/clearwater/clearwater-cluster-manager/plugins/cassandra_plugin.py", line 35, in from metaswitch.clearwater.cluster_manager.plugin_base import SynchroniserPluginBase ImportError: No module named metaswitch.clearwater.cluster_manager.plugin_base

Looks like metaswitch modules are not installed from various egg files.

Please help me to resolve this, I am stuck.

Thanks Rajesh

fabry00 commented 7 years ago

Did you resolve this issue?