diff --git a/centos_iso_image.inc b/centos_iso_image.inc index e9df7a35d..35ba4863f 100644 --- a/centos_iso_image.inc +++ b/centos_iso_image.inc @@ -277,3 +277,8 @@ Redfishtool # kvm-timer-advance (AIO and worker nodes only) kvm-timer-advance + +# aws packages for interacting with amazon aws registry +# botocore is an unspecified requirement of boto3 +python2-botocore +python-boto3