Giter VIP home page Giter VIP logo

device-info-spec's People

Contributors

amorenoz avatar billy99 avatar dougbtv avatar ykulazhenkov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

device-info-spec's Issues

Create tags for 1.0.0 and 1.1.0 spec versions

Quote from the README.md:

The specification version will be managed by GitHub tags with the form โ€œv1.0.0โ€ in this specification repository.

Currently we don't have any tags in the repo, I propose to create v1.0.0 and v1.1.0 tags

cc @amorenoz @dougbtv

Provide additional metadata

RFE -- Provide additional metadata for CNI plugins

For virtual deployments where the underlying infrastructure is providing networking resources, it is desirable to convey infrastructure network information to pods. For example, if the underlying infrastructure networks have UUIDs and/or names, that information could be supplied to the pods for additional verification and resource discovery. In addition, some infrastructures (OpenStack) provide the ability to tag individual virtual interfaces with general text that can be used inside the pod.

Perhaps a top-level tag metadata that allows including additional infrastructure specific metadata...

{
   "type":"pci",
   "version":"1.0.0",
   "pci":{
      "pci-address":"0000:01:02.2",
      "pf-pci-address":"0000:01:02.0"
   },
   "metadata":{
      "infra":"OpenStack",
      "metadata":{
         "networkID":"<UUID>",
         "networkTags":[
            "tag1",
            "tag2"
         ]
      }
   }
}```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.