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

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

Naresh Bhat created BIGTOP-2833:
-----------------------------------

             Summary: [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
             Fix For: 1.3.0


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 "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

The error logs what we are facing on AArch64 architecture is 

...
..........
Step 4 : RUN bash /tmp/puppetize.sh
---> Running in 42d468887cf8
warning: /var/tmp/rpm-tmp.myjx4s: Header V4 RSA/SHA1 Signature, key ID ef8d349f: NOKEY
Retrieving http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
Preparing... ########################################
Updating / installing...
puppetlabs-release-22.0-2 ########################################
Loaded plugins: fastestmirror, ovl
http://yum.puppetlabs.com/el/7/dependencies/aarch64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/

One of the configured repositories failed (Puppet Labs Dependencies El 7 - aarch64),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=puppetlabs-deps ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable puppetlabs-deps
or
subscription-manager repos --disable=puppetlabs-deps

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=puppetlabs-deps.skip_if_unavailable=true

failure: repodata/repomd.xml from puppetlabs-deps: [Errno 256] No more mirrors to try.
http://yum.puppetlabs.com/el/7/dependencies/aarch64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
/tmp/puppetize.sh: line 83: puppet: command not found
---> 774ffc05bfb6
Removing intermediate container 42d468887cf8
Successfully built 774ffc05bfb6
[centos@localhost centos-7-aarch64]$ 



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