Darren,
On Oct 31, 2013, at 9:27 AM, Darren Shepherd <[email protected]>
wrote:
> This is fixed now.
Maybe i'm doing something really dumb... but i still see the problem.
I do see the commit afaf637 in the branch history.
Steps to reproduce:
1. plugins/network-elements/juniper-contrail/test/resources/mysql_db_start.sh
50000
2 copy utils/conf/db.properties to db.properties.override
3 modify
# CloudStack database settings
db.cloud.username=${USER}
db.cloud.password=
db.root.password=
db.cloud.host=localhost
db.cloud.port=50000
db.cloud.name=cloud
4. mvn -P developer -pl developer -Ddeploydb
========> Initializing database=cloud with host=localhost port=3306
username=cloud password=cloud
It should display port=50000 and username=${USER)
I'll dig into this further... most likely it is being caused by something
really stupid i'm doing. But anyway i thought i would suggest a way to start a
local mysql as a way to test. The contrail plugin test harness is allocating a
random port and then trying to create a DB that is used for the test.
Pedro.