contrail-installer
contrail-installer copied to clipboard
Compilation failure in Centos 7 and Fedora 21
I am just following the steps given in contrail-installer README file.
cd contrail-installer cp samples/localrc-all localrc (edit localrc as needed) ./contrail.sh build
2016-02-09 21:50:03 ++ repo_initialize
2016-02-09 21:50:03 ++ echo 'Initializing repo'
2016-02-09 21:50:03 ++ '[' '!' -d /opt/stack/contrail/.repo ']'
2016-02-09 21:50:03 ++ git config --global --get user.name
2016-02-09 21:50:03 ++ git config --global user.name Anonymous
2016-02-09 21:50:04 ++ git config --global --get user.email
2016-02-09 21:50:04 ++ git config --global user.email [email protected]
2016-02-09 21:50:04 ++ '[' ssh == ssh ']'
2016-02-09 21:50:04 ++ '[' master ']'
2016-02-09 21:50:04 ++ repo init -u [email protected]:juniper/contrail-vnc -b master
2016-02-09 21:50:04 gpg: keyring `/home/ip/.repoconfig/gnupg/secring.gpg' created
2016-02-09 21:50:04 gpg: keyring `/home/ip/.repoconfig/gnupg/pubring.gpg' created
2016-02-09 21:50:04 gpg: /home/ip/.repoconfig/gnupg/trustdb.gpg: trustdb created
2016-02-09 21:50:04 gpg: key 920F5C65: public key "Repo Maintainer <[email protected]>" imported
2016-02-09 21:50:04 gpg: key 692B382C: public key "Conley Owens <[email protected]>" imported
2016-02-09 21:50:04 gpg: Total number processed: 2
2016-02-09 21:50:04 gpg: imported: 2 (RSA: 1)
2016-02-09 21:50:06 Get https://gerrit.googlesource.com/git-repo/clone.bundle
2016-02-09 21:50:08 Get https://gerrit.googlesource.com/git-repo
2016-02-09 21:50:09 From https://gerrit.googlesource.com/git-repo
2016-02-09 21:50:09 e9becc0..5ed805a master -> origin/master
2016-02-09 21:50:10 Get [email protected]:juniper/contrail-vnc
The authenticity of host 'github.com (192.30.252.130)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? The authenticity of host 'github.com (192.30.252.130)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
2016-02-09 21:50:23 Warning: Permanently added 'github.com,192.30.252.130' (RSA) to the list of known hosts.
2016-02-09 21:50:23 Permission denied (publickey).
Are you using the latest? The following commit brings in cassandra dependent packages.
https://github.com/Juniper/contrail-installer/commit/b0fb3262835145c4d4bbfeb3d94315777f9bce82
I just cloned from github repo and trying to use it.
Hitting the same issue. I also cloned from github repo.
Update: Uncommenting CONTRAIL_REPO_PROTO=https in my localrc file allowed the build to complete. I've got it uninstalled, but dealing with a separate (and seemingly unrelated) issue with the api-server not starting.
Yeah I am also facing the similar issue ... where apiserver doesn't startup