Skip to content

Instantly share code, notes, and snippets.

@jlsherrill
Created July 23, 2021 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlsherrill/fcdaad3e642f362972426b71f3363da0 to your computer and use it in GitHub Desktop.
Save jlsherrill/fcdaad3e642f362972426b71f3363da0 to your computer and use it in GitHub Desktop.
adding md5 checksum to pulp3
PULP_SETTINGS='/etc/pulp/settings.py'  pulpcore-manager --report  handle-artifact-checksums  --checksums md5,sha1,sha224,sha256,sha384,sha512
foreman-installer     --foreman-proxy-content-pulpcore-allowed-content-checksums md5 \
    --foreman-proxy-content-pulpcore-allowed-content-checksums sha1 \
    --foreman-proxy-content-pulpcore-allowed-content-checksums sha224 \
    --foreman-proxy-content-pulpcore-allowed-content-checksums sha256 \
    --foreman-proxy-content-pulpcore-allowed-content-checksums sha384 \
    --foreman-proxy-content-pulpcore-allowed-content-checksums sha512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment