You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2017/07/10 19:50:00 UTC

[jira] [Resolved] (BIGTOP-2833) [puppetize.sh] Support centos-7-aarch64 support

     [ https://issues.apache.org/jira/browse/BIGTOP-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik resolved BIGTOP-2833.
----------------------------------------
    Resolution: Fixed

I have committed this after polishing the indentation a bit more. This file has some odd indents, which we might want to fix at some point. Thank you for the contribution. [~nbhat]

> [puppetize.sh] Support centos-7-aarch64 support
> -----------------------------------------------
>
>                 Key: BIGTOP-2833
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2833
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: toolchain
>    Affects Versions: 1.2.0
>         Environment: Cavium ThunderX2 machine installed with CentOS 7.3.1611
>            Reporter: Naresh Bhat
>            Assignee: Naresh Bhat
>             Fix For: 1.3.0
>
>         Attachments: BIGTOP-2833.patch, BIGTOP-2833_v1.patch
>
>
> After execution of the bigtop_toolchain/bin/puppetize.sh script which basically install the rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm RPM package in the section "centos-7*)"  
> But after installation of the puppetlabs release el 7 noarch RPM package it is not possible to execute "yum" command with any switch case.  
> Hence it is required to put a below condition around the rpm installation 
> +       if [ $HOSTTYPE = "x86_64" ] ; then
> +               rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
> +       fi



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)