Hi
I checkout the contrail-installer code from git using this link https://github.com/Juniper/contrail-installer and devstack using https://github.com/openstack-dev/devstack And I directly attempted this step, to build opencontrail using pre-compiled binaries *Automating contrail.sh and devstack* contrail-installer/utilities/task.sh attempts to automate steps required by sequential runs of contrail.sh and devstack. It works off a configuration file. Default called auto.conf is provided. Following example launches task.sh in binary PPA mode while using R2.20 packages. See auto.conf for more options to launch in source mode or with use of snapshots $ cd ~/contrail-installer/utilities $ diff auto.conf my.conf 17c17 < ENABLE_BINARY=False --- > ENABLE_BINARY=True 22a23 > LAUNCHPAD_BRANCH=r2.20 $ ./task.sh my.conf But I am facing this issues saying redis, cass,ifmap, zk and apiSrv are failed to start. But when checking using the “./contrail-status” command I am getting all those as ACTIVE as given below lokesh@ubuntu:~/contrail-installer/utilities$ ./contrail-status /home/lokesh/contrail-installer/ Invalid devstack directory please set DEVSTACK_DIR and try again ls: cannot access *.failure: No such file or directory apiSrv : ACTIVE cass : ACTIVE ifmap : ACTIVE redis : ACTIVE zk : ACTIVE Where am I wrong? What should I do to resolve this? Please find the attached error log for more details. Regards, Lokesh N -- .
contrail failure.log
Description: Binary data
_______________________________________________ Dev mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
