Hello Parvez, As I just replied to another email, please use the latest heat templates in Gerrit.
You are using an old version, which doesn’t include Gerrit repo parametrization, as described here: https://jira.onap.org/browse/UCA-33 Thanks, Marco From: <[email protected]> on behalf of Ran Pollak <[email protected]> Date: Wednesday, August 23, 2017 at 10:25 AM To: "[email protected]" <[email protected]>, Parvez Basha Shaik <[email protected]> Subject: Re: [onap-discuss] Dockers are not present in the VMs Hi Parvez, The issue is a missing text file inside /opt/config, the expected text file is “remote_repo.txt”, it’s supposed to be generated from the heat, for example “echo "__external_dns__" > /opt/config/external_dns.txt”. For Clarification this is the issue: we need to add a similar line into the heat so that the portal_vm_init.sh(in this example we using the portal) will not fail. PSB the reason: CODE_REPO=$(cat /opt/config/remote_repo.txt) --> this file is missing so the parameter CODE_REPO doesn’t get any value git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO --> This line fails because it is missing COD_REPO This line is translated to “git clone -b master --single-branch ” and that’s why the git clone is failing. From: Parvez Basha Shaik Sent: Wednesday, August 23, 2017 4:36 PM To: [email protected]<mailto:[email protected]> Cc: Manoj Kapre <[email protected]<mailto:[email protected]>>; Tomer Oster <[email protected]<mailto:[email protected]>>; Jayant Madavi <[email protected]<mailto:[email protected]>>; Netaji Surve <[email protected]<mailto:[email protected]>>; Kaish Alam <[email protected]<mailto:[email protected]>>; Nikita Chouhan <[email protected]<mailto:[email protected]>>; Ran Pollak <[email protected]<mailto:[email protected]>>; Stella Gorenshtein <[email protected]<mailto:[email protected]>>; Tariq Gharra <[email protected]<mailto:[email protected]>>; David Swisa <[email protected]<mailto:[email protected]>>; Borislav Glozman <[email protected]<mailto:[email protected]>>; Eyal Holzman <[email protected]<mailto:[email protected]>> Subject: Dockers are not present in the VMs Importance: High Hi Community, We were trying to deploy 1.1 community version of ONAP and I see that the environment is deployed without any errors and stack was created. But, to our surprise I could not see a single docker dropping into the VMs. This is very basic issue and we tried to validate the error and it seems like it is not able to reach the docker repo from VM through VM_init.sh scripts. Is it because the repo is not up? Or is it just our teams/network who is facing this issue (Amdocs India and Israel) or did we migrate to new repo or is it because of the init file permissions? 1. I have raised a ONAP JIRA bug for the same. CIMAN-32<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_CIMAN-2D32&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=ezYwlANdepV0UlQWgB091ZIV-4YeCUW_H-MpQ5kQBig&s=NjB9rJCLpJkTLJT9EMFbD31AqrYBugXKPRi9tyFidO8&e=> I found CI project as appropriate place for this to log. Please feel free to assign to the right team if its wrongly assigned. 2. Thanks, Parvez Ph: +91 9985300392 This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=ezYwlANdepV0UlQWgB091ZIV-4YeCUW_H-MpQ5kQBig&s=OJWFmPLsoObdD5QFQa2ySvw3-AiN5CDa3aodSwGbsdI&e=>
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
