HPE MSC Docker Registry Setup

This guide walks you through setting up credentials for the My HPE Software Center (MSC) Docker Registry. These credentials are required to pull images during platform installation from the HPE MSC Docker Registry (hub.myenterpriselicense.hpe.com/hpe-mlis).

Before You Start


Create HPE MSC Docker Registry Credentials

  1. Log in to My HPE Software Center.
    Use Chrome
    This web portal works best with Chrome.
  2. Obtain the following details:
    • SKU: The SKU for the product that matches what you have purchased.
      sku description image registry url
      S3R04AAE Base License SW 1yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3r04aae
      S3R05AAE Performance License SW 1yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3r05aae
      S3R06AAE Base License SW 3yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3r06aae
      S3R07AAE Performance License SW 3yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3r07aae
      S3W26AAE Base License SW 4yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3w26aae
      S3W27AAE Performance License SW 4yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3w27aae
      S3W28AAE Base License SW 5yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3w28aae
      S3W29AAE Performance License SW 5yr E-RTU hub.myenterpriselicense.hpe.com/hpe-mlis/s3w29aae
    • HPE MSC Username: Your HPE MSC username.
    • HPE MSC MLIS License Key: Your HPE MSC MLIS license key.
    • HPE MSC User Email: Your HPE MSC user email.
  3. Create a secret for HPE MSC Docker Registry credentials required to pull images:
    kubectl create secret docker-registry hpe-mlis-registry \
       --docker-server=hub.myenterpriselicense.hpe.com/hpe-mlis/<LOWERCASE_SKU> \
       --docker-username=<HPE_MSC_USERNAME>  \
       --docker-password=<HPE_MSC_MLIS_LICENSE_KEY> \
       --docker-email=<HPE_MSC_USER_EMAIL> \
       -n <MLIS_DEPLOYMENT_K8s_NAMESPACE_OPTIONAL>

You will provide the hpe-mlis-registry secret and the HPE MSC Docker registry URL to the Helm Chart during installation in the platform deployment guide.