Good morning Bin, Christophe has opened a ticket to the LF helpdesk this morning We have noticed that the following environments are currently down
https://jenkins.onap.org/ https://logs.onap.org/ https://nexus3.onap.org/ https://nexus.onap.org/ Best regards Catherine From: onap-discuss-bounces at lists.onap.org [mailto:[email protected]] On Behalf Of Yang, Bin Sent: Friday, April 21, 2017 11:02 AM To: PLATANIA, MARCO <platania at research.att.com>; onap-discuss at lists.onap.org Subject: Re: [onap-discuss] [installation] New Heat templates available in Gerrit/Nexus Hi Marco, The links seem to be broken , I cannot download those files, would you help fix that? Thanks. Best Regards, Bin Yang, Solution Readiness Team, Wind River Direct +86,10,84777126 Mobile +86,13811391682 Fax +86,10,64398189 Skype: yangbincs993 From: onap-discuss-bounces at lists.onap.org<mailto:onap-discuss-bounces at lists.onap.org> [mailto:[email protected]] On Behalf Of PLATANIA, MARCO (MARCO) Sent: Friday, April 21, 2017 4:11 AM To: onap-discuss at lists.onap.org<mailto:onap-discuss at lists.onap.org> Subject: Re: [onap-discuss] [installation] New Heat templates available in Gerrit/Nexus Apologies for the broken link. Here are the correct ones: https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.1.0-SNAPSHOT/onap_openstack_RC.yaml<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_sites_raw_org.openecomp.demo_heat_OpenECOMP_1.1.0-2DSNAPSHOT_onap-5Fopenstack-5FRC.yaml&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=66ObImPAUA0o2f1hTGknnnv5ScXvX8EnREJCPHHBY5M&m=10d21r46PdbCpsJ-MiipxV54JCK1OfAESy0fV7n3BQY&s=oCJQVYmVeAswtLB18CW95iuM4uRT64Q166UHeZxk0W4&e=> https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.1.0-SNAPSHOT/onap_openstack_RC.env<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_sites_raw_org.openecomp.demo_heat_OpenECOMP_1.1.0-2DSNAPSHOT_onap-5Fopenstack-5FRC.env&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=66ObImPAUA0o2f1hTGknnnv5ScXvX8EnREJCPHHBY5M&m=10d21r46PdbCpsJ-MiipxV54JCK1OfAESy0fV7n3BQY&s=-_qzSYfGk2VoP0UFx4V2nl76JwyDMMeIi11fRULHrvs&e=> Marco From: <onap-discuss-bounces at lists.onap.org<mailto:onap-discuss-bounces at lists.onap.org>> on behalf of "PLATANIA, MARCO (MARCO)" <platania at research.att.com<mailto:[email protected]>> Date: Thursday, April 20, 2017 at 4:00 PM To: "onap-discuss at lists.onap.org<mailto:onap-discuss at lists.onap.org>" <onap-discuss at lists.onap.org<mailto:onap-discuss at lists.onap.org>> Subject: [onap-discuss] [installation] New Heat templates available in Gerrit/Nexus ***Security Advisory: This Message Originated Outside of AT&T *** Reference http://cso.att.com/EmailSecurity/IDSP.html for more information. Dear ONAP community members, We made some major changes to the Heat templates for Rackspace and vanilla OpenStack. Please see below the list of changes: 1. Removed all the post-instantiation scripts from the template and created a new, equivalent script in Gerrit/Nexus for each component, named component_install.sh (e.g. appc_install.sh). This change is motivated by the fact that Rackspace and OpenStack Heat templates contain the same scripts (with some slight difference). A change in a script in the OpenStack template would require the same change to be applied to the Rackspace template. This makes templates hard to maintain. The new install scripts have some if conditions that distinguish Rackspace environment from OpenStack environment. The deployment environment must be provided via Heat (already set in the template). The post-instantiation script in the new templates only contain a small section that is used to pass parameters from the templates to the VMs. 2. The new template for OpenStack requires a fixed floating IP for each component specified ahead of time, including the VMs in the DCAE analytics environment (DCAE collector, DCAE Postgres DB, 3-VM DCAE Hadoop cluster). This change will allow DCAE to correctly spin up the data collection and analytics environment (changes to DCAE are underway) 3. The install scripts include contribution from the ONAP community. We change the way we install docker-engine: we get rid of the docker authentication key because it doesn?t work for some. We automatically rename vNICs in Ubuntu 16.04 and deactivate unattended Operating System updates. The new templates have been tested in Rackspace and OpenStack Mitaka, respectively. They are available in Gerrit master branch and Nexus (https://nexus.onap.org/service/local/repositories/raw/content/org.openecomp.demo/heat/OpenECOMP/1.1.0-SNAPSHOT)<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_service_local_repositories_raw_content_org.openecomp.demo_heat_OpenECOMP_1.1.0-2DSNAPSHOT-29&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=-Uoq3N0qdqtUX5q2Ofm-TjMnWjOaPzrOZb39ypHZBx8&s=sWzDzTpP1ms7l49C5aXklNPEJmwHXn0Vlfw4mbPuQUM&e=> This is the current set of templates: ? onap_openstack_RC.xxx: this is new template for OpenStack that removes the install scripts from Heat. It will later be renamed onap_openstack.xxx ? onap_rackspace_RC.xxx: this is new template for Rackspace that removes the install scripts from Heat. It will later be renamed onap_rackspace.xxx ? onap_openstack.xxx: this is old template for OpenStack that includes install scripts in Heat. It will soon be replaced by onap_openstack_RC.xxx ? openecomp_rackspace.xxx: this is old template for Rackspace that includes install scripts in Heat. It will soon be replaced by onap_rackspace_RC.xxx I also created a wiki page that explains how the Heat template works and how the environment file should be set to spin up ONAP correctly: https://wiki.onap.org/display/DW/ONAP+Installation+in+Vanilla+OpenStack<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_ONAP-2BInstallation-2Bin-2BVanilla-2BOpenStack&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=-Uoq3N0qdqtUX5q2Ofm-TjMnWjOaPzrOZb39ypHZBx8&s=G_7kdXq8LIvQwza_VleGdiFp-Zl1pTmav6MxORgTJgw&e=> Please let me know if you have questions. Thanks, Marco -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170421/a95ee66f/attachment-0001.html>
