David Newswanger

@7P_ESqzARheBEdG5avLRBw

Joined on Jun 8, 2020

  • New Search API Should work like the existing collection version api with the following changes: Repository list should be changed to distribution "distribution": { "name": "name of distribution", "base_path": "distro base path", "pulp_href": "href to distribution detail api", "repository_href": "href to repository detail api"
     Like  Bookmark
  • By David Newswanger Agenda What is OCI Env How does OCI Env Work? OCI Env Profile system What is OCI Env?
     Like  Bookmark
  • Background To support the ansible-galaxy client we added a content/<repo>/ endpoint that takes the existing API and scopes it to a specific pulp repo. To support all the functionality for the client we basically pretende that this scoped URL is a whole other galaxy server, which means this content endpoint contains a mishmash of scoped and unscoped functionality. Issues We have two sets of APIs that both claim to be v3, but actually do different things The per repo urls have sync/ endpoints The unscoped urls have token/ endpoints Since the two APIs are different, we can't realistically call them both v3
     Like  Bookmark