Interjecting in the middle of the discussion which is always dangerous but …
If you do a recursive grep in the oom repo of “image:” and maybe only include those with onap in the image name you will get the 150 or so image references in helm charts for full ONAP install. Looking at the offline install scripts might be useful as well. https://gerrit.onap.org/r/oom/offline-installer.git Brian From: [email protected] <[email protected]> On Behalf Of [email protected] Sent: Wednesday, April 7, 2021 6:16 PM To: Ali Akbar Hemmati <[email protected]>; [email protected] Subject: Re: [onap-discuss] ONAP Components - Artifacts #helm #docker Hi Aliakbar, Thank you for the explanation and the URL. So there's a file called onap/values.yaml in the Deploy section that I was able to look for 4 different repositories where we can pull charts from. # ONAP Repository # Four different repositories are used # You can change individually these repositories to ones that will serve the # right images. If credentials are needed for one of them, see below. repository: nexus3.onap.org:10001 dockerHubRepository: &dockerHubRepository docker.io elasticRepository: &elasticRepository docker.elastic.co googleK8sRepository: k8s.gcr.io Below the repos is a section called Common Global Images with several images listed. Here's a snippet of the list: # common global images # Busybox for simple shell manipulation busyboxImage: busybox:1.32 # curl image curlImage: curlimages/curl:7.69.1 # env substitution image envsubstImage: dibi/envsubst:1 Is there a way to figure out which image comes from which repo since they are only listed with their names and tags? Also the list is called common global images, is there another list of uncommon images that we should be aware of? Or these common images are all we need to fully deploy ONAP? Regards, Chau -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23119): https://lists.onap.org/g/onap-discuss/message/23119 Mute This Topic: https://lists.onap.org/mt/81910706/21656 Mute #docker:https://lists.onap.org/g/onap-discuss/mutehashtag/docker Mute #helm:https://lists.onap.org/g/onap-discuss/mutehashtag/helm Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
