Hello everyone,

I have a setup with two servers. On server-1, I am running compute node and on 
server-2, I am running all services.

I am using contrail-installer scripts for my installation. I am using contrail 
r2.20 version.

My installation was complete on server-1, which runs only compute node.

But on server-2 which runs all services. When I execute command './contrail.sh 
start' to start the contrail services, the script is stopping at 'waiting for 
api-server to start'. I checked the /etc/contrail/contrail-api.conf.
It is as below:

[DEFAULTS]
redis_server_port = 6379
auth = keystone
listen_port = 8082
listen_ip_addr = 0.0.0.0
zk_server_port = 2181
zk_server_ip = 127.0.0.1
multi_tenancy = false
ifmap_server_port = 8443
ifmap_server_ip = 127.0.0.1
log_file = /var/log/contrail/api.log
log_level = SYS_NOTICE
log_local = 1
ifmap_username = api-server
ifmap_password = api-server
cassandra_server_list = 127.0.0.1:9160
disc_server_ip = 127.0.0.1
disc_server_port = 5998

# (StrOpt) default encoding to use for string resources.
# this is optional variable. Define it if you want to override
# the default encoder returned by sys.getdefaultencoding()
# default_encoding = <encoding name>
# Eg. to set ascii as the encoder
# default_encoding = ascii
# Eg. to set utf-8 as the encoder
# default_encoding = utf-8


# Enable optimizations to list resources. Be careful, resources created on
# release under R1.05 does not support that optimization (especially for port)
# list_optimization_enabled = False

[SECURITY]
ca_certs = /etc/contrail/ssl/certs/ca.pem
certfile = /etc/contrail/ssl/certs/apiserver.pem
keyfile = /etc/contrail/ssl/private_keys/apiserver_key.pem
use_certs = false

[KEYSTONE]
memcache_servers = 127.0.0.1:11211
auth_protocol = http
auth_port = 5000
admin_tenant_name = admin
admin_password = contrail123
admin_user = admin
auth_host = 127.0.0.1



Can anybody help me with the issue.

Thanks
- Ronak
_______________________________________________
Users mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org

Reply via email to