cancel
Showing results for 
Search instead for 
Did you mean: 
Pete11
Cadet
Cadet
  • 182 Views

Execution Environments with custom collection

So I have been attempting to try and create a EE in my ee-build directory that will utilize the same custom collection as the DO274 course review.system collection without using the classroom.pem. So far in my directory I have the following: 

path ~/ee-build

requirements.yml

collections:

     - name: review.system

execution-environment.yml

---
version: 1

build_arg_defaults

execution-environment
     EE_BASE_IMAGE: hub.lab.example.com/ee-minimal-rhel8:latest
     EE_BUILDER_IMAGE: hub.lab.example.com/ansible-builder-rhel8:latest

dependencies:
     galaxy: requirements.yml

- for my ansible.cfg I have been using the one outside that ~/ee-build directory. 

[galaxy]
server_list = published_repo


[galaxy_server.published_repo]
url=https://hub.lab.example.com/api/galaxy/content/published/
token=< token >

ignore_certs: true

 

After running ansible-builder build -t ee-review-rhel8:v1.0, I keep encountering a certificate issue. I’ve tried making it work without the certificate provided by course classroom.pem. Even when ignoring certificate checks, I still get the same error, even when I download the collection locally.

Note: I’m using Red Hat VMs with my subscription.

 

Any help will be much appreciated. 

Labels (1)
2 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 143 Views

@Pete11 Could you please help me with the chapter and section details from which you are trying this ?

0 Kudos
Pete11
Cadet
Cadet
  • 130 Views

Last comp review “review-cr3”. I can get it to work with the classroom.pem. I’m trying to get it to work without the PKI if possible.
Join the discussion
You must log in to join this conversation.