Comment 9 for bug 2031192

Revision history for this message
Steven LaCosse (motosteven) wrote :

For the airgapped contract server the override aptURL in the yml file is:

This took some trial and error for me to get originally but this allowed enable to find the repo.

http://landscapeservertest.com/repository/standalone/

I've been trying to play around with it but with no luck by editing the suites including on top of the overrides.

     directives:
        aptKey: REDACTED
        aptURL: http://landscapeservertest.com/repository/standalone/
        suites:
        - jammy-apps-security
        - jammy-apps-updates
        - bionic-apps-security
        - bionic-apps-updates
      entitled: true
      obligations:
        enableByDefault: false
      overrides:
      - directives:
          suites:
          - bionic-esm-apps-security
          - bionic-esm-apps-updates
        selector:
          series: bionic
      - directives:
          suites:
          - jammy-esm-apps-security
          - jammy-esm-apps-updates
        selector:
          series: jammy
      - affordances:
          architectures:
          - amd64
          - i386
          - i686
          - s390x
          - x86_64
      series:
        bionic:
          directives:
            suites:
            - bionic-apps-security
            - bionic-apps-updates
        jammy:
          directives:
            suites:
            - jammy-apps-security
            - jammy-apps-updates
      type: esm-apps