[
https://issues.apache.org/jira/browse/METRON-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Allen updated METRON-1444:
-------------------------------
Description:
Currently the user must manually do something like the following to manually
add the package repos before installing Metron with the MPack. These
repositories need to be added as part of the MPack so that the manual step is
not required.
{{cat >/etc/apt/sources.list.d/elasticsearch.list << EOL}}
{{deb [https://packages.elastic.co/curator/5/debian] stable main}}
{{deb [https://artifacts.elastic.co/packages/5.x/apt] stable main}}
{{EOL}}
{{apt-get update}}
NOTE: On the first attempt in fixing this defect, repository validation fails
in Ambari and packages cannot be installed from these repos. We need to better
understand how Ambari is validating the repos.
was:
Currently the user must manually do something like the following to manually
add the package repos before installing Metron with the MPack. These
repositories need to be added as part of the MPack so that the manual step is
not required.
{{cat >/etc/apt/sources.list.d/metron-ubuntu.list << EOL}}
{{deb
https://s3.amazonaws.com/dev.hortonworks.com/HCP/ubuntu12/1.x/BUILDS/1.4.0.0-$BUILD
HCP main}}
{{deb https://packages.elastic.co/curator/5/debian stable main}}
{{deb https://artifacts.elastic.co/packages/5.x/apt stable main}}
{{deb https://deb.nodesource.com/node_6.x trusty main}}
{{EOL}}
{{apt-get update}}
NOTE: On the first attempt in fixing this defect, repository validation fails
in Ambari and packages cannot be installed from these repos. We need to better
understand how Ambari is validating the repos.
> Add Ubuntu Repositories for Elasticsearch to the Mpack
> ------------------------------------------------------
>
> Key: METRON-1444
> URL: https://issues.apache.org/jira/browse/METRON-1444
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Priority: Major
>
> Currently the user must manually do something like the following to manually
> add the package repos before installing Metron with the MPack. These
> repositories need to be added as part of the MPack so that the manual step is
> not required.
> {{cat >/etc/apt/sources.list.d/elasticsearch.list << EOL}}
> {{deb [https://packages.elastic.co/curator/5/debian] stable main}}
> {{deb [https://artifacts.elastic.co/packages/5.x/apt] stable main}}
> {{EOL}}
> {{apt-get update}}
> NOTE: On the first attempt in fixing this defect, repository validation fails
> in Ambari and packages cannot be installed from these repos. We need to
> better understand how Ambari is validating the repos.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)