contrail-ansible-deployer
contrail-ansible-deployer copied to clipboard
cassandra_seeds is undefined
Hi,
I am trying a single node installation (ip 192.168.56.50), with a basic yaml file. The ansible process failed with the error below :
TASK [install_contrail : create contrail config database compose file] ********************************** fatal: [192.168.56.50]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'cassandra_seeds' is undefined"} to retry, use: --limit @/home/stack/contrail-ansible-deployer/playbooks/install_contrail.retry
PLAY RECAP **********************************************************************************************
192.168.56.50 : ok=410 changed=33 unreachable=0 failed=1
localhost : ok=7 changed=2 unreachable=0 failed=0
Here is the config/instances.yaml file :
provider_config:
bms:
ssh_pwd:
Any solutions for this issue ?
Thank you.
you can add next line to contrail_configuration
CONTROLLER_NODES: 192.168.56.50
I need to check if this line must be there or it's just a bug in the code
ansible-deployer can't derive CONTROLLER_NODES and require it for correct run.