From 7a610cc5dd02f0defd233c75917e83ab66c52a39 Mon Sep 17 00:00:00 2001 From: Mike Rochefort Date: Mar 29 2022 20:52:41 +0000 Subject: Add notes on adding EE to AAP --- diff --git a/README.md b/README.md index e49aeef..e752cf6 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,9 @@ $ podman push quay.io/omenos/aap-ee:21-networking-ee ...pushing to registry... ``` -Now in the AAP web view, navigate to Administration > Execution Environments and click "Add". Fill in the options with the appropriate details and hit "Save". The EE will now be available for use when creating/modifying job templates and projects. The EE can also be defined as the default runtime for an entire project so all job templates will inherit that preference. \ No newline at end of file +Now in the AAP web view, navigate to Administration > Execution Environments and click "Add". Fill in the options with the appropriate details and hit "Save". Some notes: + +* If your image is stored in a private registry, create a "Container Registry" credential and specify it here. Othewise AAP will not be able to pull the image. +* Choose the appropriate pull method for your image. If you plan on manually updating the image with a different tag (e.g. `-v1`, `-v2`, etc) then it may be best to choose "Only pull the image if not present before running". If you plan on using transient tags (`:latest`), it may be best to always pull the image before a run to ensure you have the desired image. + +The EE will now be available for use when creating/modifying job templates and projects. The EE can also be defined as the default runtime for an entire project so all job templates will inherit that preference. \ No newline at end of file