We are trying to generate offline installation packages in Centos 7.6 
environment. I followed the guidelines in the link( 
https://docs.onap.org/projects/onap-oom-offline-installer/en/latest/BuildGuide.html#part-4-packages-preparation
 ). Everything went well but we face the issue in the part 4. The fetching 
never terminated although the repository is reachable from the server. We 
tested to ping but it works. I am not sure if it is the problem of our 
environment then how can I fix it.

[root@onap-offline-installation onap-offline]# ./build/package.py 
https://gerrit.onap.org/r/oom --application-repository_reference frankfurt 
--output-dir /tmp/packages --resources-directory /tmp/resources
Cloning https://gerrit.onap.org/r/oom with refspec frankfurt
No patch file provided, skipping patching
Generating package.info file
Building offline installer
Sending build context to Docker daemon  25.09kB
Step 1/10 : FROM alpine:3.8
---> c8bccc0af957
Step 2/10 : ARG ansible_version=2.7.8
---> Using cache
---> 4fb9b8ff2b64
Step 3/10 : LABEL ansible_version=$ansible_version vendor=Samsung
---> Using cache
---> 1bd953315b96
Step 4/10 : RUN apk --no-cache update && apk --no-cache --update add --virtual 
build-dependencies   gcc   make   musl-dev   libffi-dev   openssl-dev   
python3-dev && apk add --no-cache   python3   py3-pip   openssh-client   
openssl   py3-openssl   openssh   sshpass && pip3 install --upgrade pip && pip3 
install   ansible==$ansible_version   jmespath   netaddr   jsonpointer && apk 
del build-dependencies && rm -rf /var/cache/apk/* && rm -rf /root/.cache
---> Running in 6e5abb929d32
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz

Thank you,
Min Yoon


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23004): https://lists.onap.org/g/onap-discuss/message/23004
Mute This Topic: https://lists.onap.org/mt/81360759/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to