- About
- How It Works
- Updating Your Organization's Information
- Getting Listed
- Logo Requirements
- License
The LF Networking Landscape is a map of the member organizations and projects -- including LFN Super Blueprints, ONAP, OpenDaylight, and others -- in the LF Networking community. You can explore it at landscape.lfnetworking.org.
It is generated using the Landscape2 tool.
The landscape is rebuilt nightly from the data in this repository. Member organization data (name, logo, description, and homepage) is pulled automatically from LFX each night, so most organizations never need to touch this repository directly.
LF Networking member organizations should update their name, logo, description, or homepage via their organization's LFX dashboard at https://myorg.lfx.dev. Updates will be reflected in the landscape automatically on the next nightly build -- no pull request needed.
The Landscape2 data schema supports additional optional fields beyond what LFX provides -- such as joined, twitter, enduser, and a range of extra fields including blog_url, linkedin_url, and artwork_url. To add any of these to your entry, please open a pull request with edits to landscape.yml, or email support@lfnetworking.org if you are not familiar with GitHub.
LF Networking member organizations are added to the landscape automatically via LFX. If your organization is not yet listed and you believe it should be, please open a pull request with edits to landscape.yml or email support@lfnetworking.org.
Include an SVG logo in the hosted_logos/ directory and reference it by filename only (no path) in the logo field.
- item:
name: <organization name>
homepage_url: <website>
logo: <filename of .svg in the hosted_logos folder>Logos must be in SVG format (PNG and JPG are not accepted) and placed in the hosted_logos/ directory. Use a filename that clearly identifies your organization (e.g., mycompany.svg) and reference it by filename only (no path) in the logo field of landscape.yml.
SVG files must not contain embedded text elements -- any text in your logo (such as your company name or tagline) must be converted to paths/outlines before saving. If this step is skipped, the build will fail. Most vector graphics tools handle this with a simple menu option:
- Inkscape: Path > Object to Path
- Adobe Illustrator: Type > Create Outlines
- Sketch/Figma: Use "Outline Stroke" or export as "Flatten" SVG
Everything in this repository is under the Apache License, Version 2.0, except for project and product logos, which are generally copyrighted by the company that created them, and are simply cached here for reliability. The landscape.yml file is alternatively available under the Creative Commons Attribution 4.0 license.