Now, I did few modifications to localrc file to avoid above issue. CONTRAIL_DEFAULT_INSTALL=True LAUNCHPAD_BRANCH=PPA
When I give command, *$ ./contrail.sh build* Looks, it is going fine *$ ./contrail.sh install* Following error, I have obtaining. I am not able to figure out from the *contrail.sh *script as well. *2015-09-04 06:57:24 ++ install_contrail* *2015-09-04 06:57:24 ++ echo_summary '-----------------------INSTALL PHASE STARTED------------------------'* *2015-09-04 06:57:24 ++ echo -e -----------------------INSTALL PHASE STARTED------------------------* *2015-09-04 06:57:24 ++ validstage_atoption install* *2015-09-04 06:57:24 ++ local declare option=install* *2015-09-04 06:57:24 ++ local declare ret_val=1* *2015-09-04 06:57:24 +++ read_stage* *2015-09-04 06:57:24 +++ [[ -f /home/user/oc/contrail-installer/.stage.txt ]]* *2015-09-04 06:57:24 +++ read line* *2015-09-04 06:57:24 +++ echo repo-init* *2015-09-04 06:57:24 +++ return* *2015-09-04 06:57:24 ++ local declare current_stage=repo-init* *2015-09-04 06:57:24 ++ [[ -z install ]]* *2015-09-04 06:57:24 ++ '[' install == build ']'* *2015-09-04 06:57:24 ++ '[' install == install ']'* *2015-09-04 06:57:24 ++ '[' repo-init == Build ']'* *2015-09-04 06:57:24 ++ '[' repo-init == install ']'* *2015-09-04 06:57:24 ++ '[' install == configure ']'* *2015-09-04 06:57:24 ++ '[' install == start ']'* *2015-09-04 06:57:24 ++ '[' install == stop ']'* *2015-09-04 06:57:24 ++ '[' install == clean ']'* *2015-09-04 06:57:24 ++ return 1* *2015-09-04 06:57:24 ++ [[ 1 -eq 1 ]]* *2015-09-04 06:57:24 ++ invalid_option_exit install* *2015-09-04 06:57:24 +++ read_stage* *2015-09-04 06:57:24 +++ [[ -f /home/user/oc/contrail-installer/.stage.txt ]]* *2015-09-04 06:57:24 +++ read line* *2015-09-04 06:57:24 +++ echo repo-init* *2015-09-04 06:57:24 +++ return* *2015-09-04 06:57:24 ++ echo 'Invalid option:install at the execution stage of the script:repo-init'* *2015-09-04 06:57:24 ++ exit* *2015-09-04 06:57:24 ++ clean* *2015-09-04 06:57:24 ++ local r=0* *2015-09-04 06:57:24 ++ echo 'exited with status :0'* *2015-09-04 06:57:24 ++ exit 0* Can anyone help me with this.? On Fri, Sep 4, 2015 at 6:45 PM, Ganesh K <[email protected]> wrote: > Hi, > > When I trying to install open contrail, I got the following errors. Can > anyone help me.? > > *sudo repo init -u [email protected]:Juniper/contrail-vnc.git* > *Get https://gerrit.googlesource.com/git-repo/clone.bundle > <https://gerrit.googlesource.com/git-repo/clone.bundle>* > *Get [email protected]:Juniper/contrail-vnc.git* > *Permission denied (publickey).* > *Permission denied (publickey).* > *fatal: Could not read from remote repository.* > > *Please make sure you have the correct access rights* > *and the repository exists.* > > > -- > Regards, > Ganesh > -- Regards, Ganesh
_______________________________________________ Users mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org
