├── .actrc ├── .env.local ├── .github └── workflows │ ├── call-github2gerrit.yaml │ └── gerrit-verify.yaml ├── .gitignore ├── .gitlint ├── .gitreview ├── .pre-commit-config.yaml ├── .readthedocs.yaml ├── INFO.yaml ├── LOCAL-TESTING-README.md ├── README.md ├── activate-projects-rtd-branch.sh ├── branch-cutting-checklist.txt ├── ci-requirements.txt ├── docs ├── .gitignore ├── Makefile ├── _static │ ├── OpenDaylight-Technical-Charter-LFN-Projects-LLC-FINAL.pdf │ ├── css │ │ ├── ribbon.css │ │ └── warning-header.css │ ├── odl.png │ └── odl_small.png ├── _templates │ ├── layout.html │ ├── navbar.html │ └── relations.html ├── conf.py ├── conf.yaml ├── contributor-guides │ ├── coding-guidelines │ │ ├── coding-guidelines-generic.rst │ │ ├── coding-guidelines-java.rst │ │ ├── coding-guidelines-python.rst │ │ ├── coding-guidelines-xml.rst │ │ ├── coding-guidelines-yang.rst │ │ └── index.rst │ ├── copyright.rst │ ├── index.rst │ ├── jira-ticketing-guide.rst │ └── newcomers-guide.rst ├── developer-guides │ ├── developing-apps-on-the-opendaylight-controller.rst │ ├── distribution-test-features.rst │ ├── distribution-version.rst │ ├── images │ │ ├── 800p_OpenDaylight_Login.jpg │ │ ├── ConfigurationService-example1.png │ │ ├── L3FwdSample.png │ │ ├── MonitorResponse.png │ │ ├── OVSDB_Eclipse.png │ │ ├── SDNiWrapper.png │ │ ├── nic │ │ │ └── MPLS_VPN_Service_Diagram.png │ │ ├── openflowjava │ │ │ ├── 500px-UdpChannelPipeline.png │ │ │ ├── 800px-Extensibility.png │ │ │ ├── 800px-Extensibility2.png │ │ │ └── Library_lifecycle.png │ │ ├── openflowplugin │ │ │ ├── odl-ofp-add-flow.png │ │ │ ├── odl-ofp-feature-tree.png │ │ │ ├── odl-ofp-handshake.png │ │ │ ├── odl-ofp-ofplugin-debug-stats.png │ │ │ └── odl-ofp-session-establishment.jpg │ │ ├── openstack_integration.png │ │ ├── ovsdb-sb-active-connection.jpg │ │ ├── ovsdb-sb-config-crud.jpg │ │ ├── ovsdb-sb-oper-crud.jpg │ │ ├── ovsdb-sb-passive-connection.jpg │ │ ├── packetcable-developer-wireshark.png │ │ ├── sfc-pot-int-arch.png │ │ ├── sfc-pot-time-seq.png │ │ ├── sfc-sf-selection-arch.png │ │ ├── snbi │ │ │ ├── docker_snbi.png │ │ │ ├── first_fe_bs.png │ │ │ └── snbi_arch.png │ │ ├── topoprocessing │ │ │ ├── Inventory_Rendering_Use_case.png │ │ │ ├── Inventory_model_listener_diagram.png │ │ │ ├── LinkComputation.png │ │ │ ├── LinkComputationFlowDiagram.png │ │ │ ├── ModelAdapter.png │ │ │ ├── Network_topology_model_flow_diagram.png │ │ │ ├── TopologyRequestHandler_classesRelationship.png │ │ │ └── wrapper.png │ │ ├── yang-data-api.png │ │ └── yang-model-api.png │ ├── index.rst │ ├── integrating-animal-sniffer-plugin-with-projects.rst │ ├── logging-subsystem.rst │ ├── odl-parent-developer-guide.rst │ ├── tests │ │ ├── component.rst │ │ ├── considerations.rst │ │ ├── index.rst │ │ └── junit.rst │ └── yang-tools.rst ├── documentation.rst ├── downloads.rst ├── ext │ └── odl-jira.py ├── favicon.ico ├── getting-started-guide │ ├── clustering.rst │ ├── concepts_and_tools.rst │ ├── how-to-get-help.rst │ ├── index.rst │ ├── installing_opendaylight.rst │ ├── introduction.rst │ ├── persistence_and_backup.rst │ ├── security_considerations.rst │ └── what_to_do_with_odl.rst ├── index.rst ├── javadoc.rst ├── make.bat ├── release-notes │ ├── index.rst │ ├── projects │ │ ├── aaa.rst │ │ ├── bgpcep.rst │ │ ├── controller.rst │ │ ├── daexim.rst │ │ ├── distribution.rst │ │ ├── infrautils.rst │ │ ├── jsonrpc.rst │ │ ├── lispflowmapping.rst │ │ ├── mdsal.rst │ │ ├── netconf.rst │ │ ├── openflowplugin.rst │ │ ├── ovsdb.rst │ │ ├── transportpce.rst │ │ └── yangtools.rst │ └── upgrade-process.rst ├── release-process │ ├── autorelease.rst │ ├── branch-cutting.rst │ ├── identifying-managed-projects.rst │ ├── images │ │ ├── gerrit-update-committer-rights.png │ │ └── gerrit-update-create-reference.png │ ├── index.rst │ ├── managed-release.rst │ ├── project-lifecycle.rst │ ├── project-release.rst │ ├── release-schedule.rst │ ├── simultaneous-release.rst │ └── super-committers.rst ├── requirements.txt ├── spelling_wordlist.txt ├── templates │ ├── template-developer-guide.rst │ ├── template-install-guide.rst │ └── template-user-guide.rst └── user-guide │ ├── distribution-version-user-guide.rst │ ├── images │ ├── ODL_lfm_Be_component.jpg │ ├── groupbasedpolicy │ │ ├── GBPTerminology1.png │ │ ├── GBPTerminology2.png │ │ ├── GBPTerminology3.png │ │ ├── GBP_AccessModel_simple.png │ │ ├── GBP_Endpoint_EPG_Contract.png │ │ ├── GBP_Endpoint_EPG_Forwarding.png │ │ ├── GBP_ForwardingModel_simple.png │ │ ├── GBP_High-levelBerylliumArchitecture.png │ │ ├── GBP_High-levelExtraRenderer.png │ │ ├── High-levelBerylliumArchitectureEvolution2.png │ │ ├── IntentSystemPolicySurfaces.png │ │ ├── neutronmapper-gbp-mapping-network-example.png │ │ ├── neutronmapper-gbp-mapping-network.png │ │ ├── neutronmapper-gbp-mapping-port-example.png │ │ ├── neutronmapper-gbp-mapping-port.png │ │ ├── neutronmapper-gbp-mapping-router.png │ │ ├── neutronmapper-gbp-mapping-securitygroup.png │ │ ├── neutronmapper-gbp-mapping-subnet-example.png │ │ ├── neutronmapper-gbp-mapping-subnet.png │ │ ├── ofoverlay-1-components.png │ │ ├── ofoverlay-2-components.png │ │ ├── ofoverlay-3-flowpipeline.png │ │ ├── sfc-1-topology.png │ │ ├── sfc-2-symmetric.png │ │ ├── sfc-3-asymmetric.png │ │ ├── ui-1-basicview.png │ │ ├── ui-2-governanceview.png │ │ ├── ui-3-governanceview-expressed.png │ │ ├── ui-4-governanceview-delivered-0.png │ │ ├── ui-4-governanceview-delivered-1-subject.png │ │ ├── ui-4-governanceview-delivered-2-epg.png │ │ ├── ui-4-governanceview-renderer.png │ │ ├── ui-5-expresssion-1.png │ │ ├── ui-5-expresssion-2.png │ │ ├── ui-5-expresssion-3.png │ │ ├── ui-5-expresssion-4.png │ │ └── ui-6-wizard.png │ ├── l2switch-address-observations.png │ ├── l2switch-hosts.png │ ├── l2switch-stp-status.png │ ├── netide │ │ ├── netide-flow.jpg │ │ └── netidearch.jpg │ ├── neutron │ │ └── odl-neutron-service-architecture.png │ ├── nic │ │ ├── Redirect_flow.png │ │ └── Service_Chaining.png │ ├── one_ODL_architecture.png │ ├── openflowplugin │ │ ├── host-only-vbox.png │ │ └── plugin_design.jpg │ ├── packetcable-postman.png │ ├── snbi │ │ └── snbi_arch.png │ └── tutorial_architecture_diagram.png │ ├── index.rst │ ├── netconf-user-guide.rst │ ├── neutron-service-user-guide.rst │ └── opendaylight-controller-overview.rst ├── find_bad_words.sh ├── mypy.ini ├── projects_list.tsv ├── test-gerrit-local.sh ├── tox.ini ├── verify-setup.sh └── web ├── README └── tsc-meetings.sh /.actrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.actrc -------------------------------------------------------------------------------- /.env.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.env.local -------------------------------------------------------------------------------- /.github/workflows/call-github2gerrit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.github/workflows/call-github2gerrit.yaml -------------------------------------------------------------------------------- /.github/workflows/gerrit-verify.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.github/workflows/gerrit-verify.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.gitlint -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.gitreview -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /INFO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/INFO.yaml -------------------------------------------------------------------------------- /LOCAL-TESTING-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/LOCAL-TESTING-README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/README.md -------------------------------------------------------------------------------- /activate-projects-rtd-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/activate-projects-rtd-branch.sh -------------------------------------------------------------------------------- /branch-cutting-checklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/branch-cutting-checklist.txt -------------------------------------------------------------------------------- /ci-requirements.txt: -------------------------------------------------------------------------------- 1 | -r docs/requirements.txt 2 | -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/_static/OpenDaylight-Technical-Charter-LFN-Projects-LLC-FINAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_static/OpenDaylight-Technical-Charter-LFN-Projects-LLC-FINAL.pdf -------------------------------------------------------------------------------- /docs/_static/css/ribbon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_static/css/ribbon.css -------------------------------------------------------------------------------- /docs/_static/css/warning-header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_static/css/warning-header.css -------------------------------------------------------------------------------- /docs/_static/odl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_static/odl.png -------------------------------------------------------------------------------- /docs/_static/odl_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_static/odl_small.png -------------------------------------------------------------------------------- /docs/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_templates/layout.html -------------------------------------------------------------------------------- /docs/_templates/navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_templates/navbar.html -------------------------------------------------------------------------------- /docs/_templates/relations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/_templates/relations.html -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/conf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/conf.yaml -------------------------------------------------------------------------------- /docs/contributor-guides/coding-guidelines/coding-guidelines-generic.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/coding-guidelines/coding-guidelines-generic.rst -------------------------------------------------------------------------------- /docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst -------------------------------------------------------------------------------- /docs/contributor-guides/coding-guidelines/coding-guidelines-python.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/coding-guidelines/coding-guidelines-python.rst -------------------------------------------------------------------------------- /docs/contributor-guides/coding-guidelines/coding-guidelines-xml.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/coding-guidelines/coding-guidelines-xml.rst -------------------------------------------------------------------------------- /docs/contributor-guides/coding-guidelines/coding-guidelines-yang.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/coding-guidelines/coding-guidelines-yang.rst -------------------------------------------------------------------------------- /docs/contributor-guides/coding-guidelines/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/coding-guidelines/index.rst -------------------------------------------------------------------------------- /docs/contributor-guides/copyright.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/copyright.rst -------------------------------------------------------------------------------- /docs/contributor-guides/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/index.rst -------------------------------------------------------------------------------- /docs/contributor-guides/jira-ticketing-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/jira-ticketing-guide.rst -------------------------------------------------------------------------------- /docs/contributor-guides/newcomers-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/contributor-guides/newcomers-guide.rst -------------------------------------------------------------------------------- /docs/developer-guides/developing-apps-on-the-opendaylight-controller.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/developing-apps-on-the-opendaylight-controller.rst -------------------------------------------------------------------------------- /docs/developer-guides/distribution-test-features.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/distribution-test-features.rst -------------------------------------------------------------------------------- /docs/developer-guides/distribution-version.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/distribution-version.rst -------------------------------------------------------------------------------- /docs/developer-guides/images/800p_OpenDaylight_Login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/800p_OpenDaylight_Login.jpg -------------------------------------------------------------------------------- /docs/developer-guides/images/ConfigurationService-example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/ConfigurationService-example1.png -------------------------------------------------------------------------------- /docs/developer-guides/images/L3FwdSample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/L3FwdSample.png -------------------------------------------------------------------------------- /docs/developer-guides/images/MonitorResponse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/MonitorResponse.png -------------------------------------------------------------------------------- /docs/developer-guides/images/OVSDB_Eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/OVSDB_Eclipse.png -------------------------------------------------------------------------------- /docs/developer-guides/images/SDNiWrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/SDNiWrapper.png -------------------------------------------------------------------------------- /docs/developer-guides/images/nic/MPLS_VPN_Service_Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/nic/MPLS_VPN_Service_Diagram.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowjava/500px-UdpChannelPipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowjava/500px-UdpChannelPipeline.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowjava/800px-Extensibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowjava/800px-Extensibility.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowjava/800px-Extensibility2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowjava/800px-Extensibility2.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowjava/Library_lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowjava/Library_lifecycle.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowplugin/odl-ofp-add-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowplugin/odl-ofp-add-flow.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowplugin/odl-ofp-feature-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowplugin/odl-ofp-feature-tree.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowplugin/odl-ofp-handshake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowplugin/odl-ofp-handshake.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowplugin/odl-ofp-ofplugin-debug-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowplugin/odl-ofp-ofplugin-debug-stats.png -------------------------------------------------------------------------------- /docs/developer-guides/images/openflowplugin/odl-ofp-session-establishment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openflowplugin/odl-ofp-session-establishment.jpg -------------------------------------------------------------------------------- /docs/developer-guides/images/openstack_integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/openstack_integration.png -------------------------------------------------------------------------------- /docs/developer-guides/images/ovsdb-sb-active-connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/ovsdb-sb-active-connection.jpg -------------------------------------------------------------------------------- /docs/developer-guides/images/ovsdb-sb-config-crud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/ovsdb-sb-config-crud.jpg -------------------------------------------------------------------------------- /docs/developer-guides/images/ovsdb-sb-oper-crud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/ovsdb-sb-oper-crud.jpg -------------------------------------------------------------------------------- /docs/developer-guides/images/ovsdb-sb-passive-connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/ovsdb-sb-passive-connection.jpg -------------------------------------------------------------------------------- /docs/developer-guides/images/packetcable-developer-wireshark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/packetcable-developer-wireshark.png -------------------------------------------------------------------------------- /docs/developer-guides/images/sfc-pot-int-arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/sfc-pot-int-arch.png -------------------------------------------------------------------------------- /docs/developer-guides/images/sfc-pot-time-seq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/sfc-pot-time-seq.png -------------------------------------------------------------------------------- /docs/developer-guides/images/sfc-sf-selection-arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/sfc-sf-selection-arch.png -------------------------------------------------------------------------------- /docs/developer-guides/images/snbi/docker_snbi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/snbi/docker_snbi.png -------------------------------------------------------------------------------- /docs/developer-guides/images/snbi/first_fe_bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/snbi/first_fe_bs.png -------------------------------------------------------------------------------- /docs/developer-guides/images/snbi/snbi_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/snbi/snbi_arch.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/Inventory_Rendering_Use_case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/Inventory_Rendering_Use_case.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/Inventory_model_listener_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/Inventory_model_listener_diagram.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/LinkComputation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/LinkComputation.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/LinkComputationFlowDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/LinkComputationFlowDiagram.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/ModelAdapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/ModelAdapter.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/Network_topology_model_flow_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/Network_topology_model_flow_diagram.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/TopologyRequestHandler_classesRelationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/TopologyRequestHandler_classesRelationship.png -------------------------------------------------------------------------------- /docs/developer-guides/images/topoprocessing/wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/topoprocessing/wrapper.png -------------------------------------------------------------------------------- /docs/developer-guides/images/yang-data-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/yang-data-api.png -------------------------------------------------------------------------------- /docs/developer-guides/images/yang-model-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/images/yang-model-api.png -------------------------------------------------------------------------------- /docs/developer-guides/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/index.rst -------------------------------------------------------------------------------- /docs/developer-guides/integrating-animal-sniffer-plugin-with-projects.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/integrating-animal-sniffer-plugin-with-projects.rst -------------------------------------------------------------------------------- /docs/developer-guides/logging-subsystem.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/logging-subsystem.rst -------------------------------------------------------------------------------- /docs/developer-guides/odl-parent-developer-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/odl-parent-developer-guide.rst -------------------------------------------------------------------------------- /docs/developer-guides/tests/component.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/tests/component.rst -------------------------------------------------------------------------------- /docs/developer-guides/tests/considerations.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/tests/considerations.rst -------------------------------------------------------------------------------- /docs/developer-guides/tests/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/tests/index.rst -------------------------------------------------------------------------------- /docs/developer-guides/tests/junit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/tests/junit.rst -------------------------------------------------------------------------------- /docs/developer-guides/yang-tools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/developer-guides/yang-tools.rst -------------------------------------------------------------------------------- /docs/documentation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/documentation.rst -------------------------------------------------------------------------------- /docs/downloads.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/downloads.rst -------------------------------------------------------------------------------- /docs/ext/odl-jira.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/ext/odl-jira.py -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/getting-started-guide/clustering.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/clustering.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/concepts_and_tools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/concepts_and_tools.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/how-to-get-help.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/how-to-get-help.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/index.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/installing_opendaylight.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/installing_opendaylight.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/introduction.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/introduction.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/persistence_and_backup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/persistence_and_backup.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/security_considerations.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/security_considerations.rst -------------------------------------------------------------------------------- /docs/getting-started-guide/what_to_do_with_odl.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/getting-started-guide/what_to_do_with_odl.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/javadoc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/javadoc.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/release-notes/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/index.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/aaa.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/aaa.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/bgpcep.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/bgpcep.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/controller.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/controller.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/daexim.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/daexim.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/distribution.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/distribution.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/infrautils.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/infrautils.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/jsonrpc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/jsonrpc.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/lispflowmapping.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/lispflowmapping.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/mdsal.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/mdsal.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/netconf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/netconf.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/openflowplugin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/openflowplugin.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/ovsdb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/ovsdb.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/transportpce.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/transportpce.rst -------------------------------------------------------------------------------- /docs/release-notes/projects/yangtools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/projects/yangtools.rst -------------------------------------------------------------------------------- /docs/release-notes/upgrade-process.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-notes/upgrade-process.rst -------------------------------------------------------------------------------- /docs/release-process/autorelease.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/autorelease.rst -------------------------------------------------------------------------------- /docs/release-process/branch-cutting.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/branch-cutting.rst -------------------------------------------------------------------------------- /docs/release-process/identifying-managed-projects.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/identifying-managed-projects.rst -------------------------------------------------------------------------------- /docs/release-process/images/gerrit-update-committer-rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/images/gerrit-update-committer-rights.png -------------------------------------------------------------------------------- /docs/release-process/images/gerrit-update-create-reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/images/gerrit-update-create-reference.png -------------------------------------------------------------------------------- /docs/release-process/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/index.rst -------------------------------------------------------------------------------- /docs/release-process/managed-release.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/managed-release.rst -------------------------------------------------------------------------------- /docs/release-process/project-lifecycle.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/project-lifecycle.rst -------------------------------------------------------------------------------- /docs/release-process/project-release.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/project-release.rst -------------------------------------------------------------------------------- /docs/release-process/release-schedule.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/release-schedule.rst -------------------------------------------------------------------------------- /docs/release-process/simultaneous-release.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/simultaneous-release.rst -------------------------------------------------------------------------------- /docs/release-process/super-committers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/release-process/super-committers.rst -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | jira 2 | lfdocs-conf>0.6.1 3 | -------------------------------------------------------------------------------- /docs/spelling_wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/spelling_wordlist.txt -------------------------------------------------------------------------------- /docs/templates/template-developer-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/templates/template-developer-guide.rst -------------------------------------------------------------------------------- /docs/templates/template-install-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/templates/template-install-guide.rst -------------------------------------------------------------------------------- /docs/templates/template-user-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/templates/template-user-guide.rst -------------------------------------------------------------------------------- /docs/user-guide/distribution-version-user-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/distribution-version-user-guide.rst -------------------------------------------------------------------------------- /docs/user-guide/images/ODL_lfm_Be_component.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/ODL_lfm_Be_component.jpg -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBPTerminology1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBPTerminology1.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBPTerminology2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBPTerminology2.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBPTerminology3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBPTerminology3.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBP_AccessModel_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBP_AccessModel_simple.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBP_Endpoint_EPG_Contract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBP_Endpoint_EPG_Contract.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBP_Endpoint_EPG_Forwarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBP_Endpoint_EPG_Forwarding.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBP_ForwardingModel_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBP_ForwardingModel_simple.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBP_High-levelBerylliumArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBP_High-levelBerylliumArchitecture.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/GBP_High-levelExtraRenderer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/GBP_High-levelExtraRenderer.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/High-levelBerylliumArchitectureEvolution2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/High-levelBerylliumArchitectureEvolution2.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/IntentSystemPolicySurfaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/IntentSystemPolicySurfaces.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-network-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-network-example.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-network.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-port-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-port-example.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-port.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-router.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-securitygroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-securitygroup.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-subnet-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-subnet-example.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-subnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/neutronmapper-gbp-mapping-subnet.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ofoverlay-1-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ofoverlay-1-components.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ofoverlay-2-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ofoverlay-2-components.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ofoverlay-3-flowpipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ofoverlay-3-flowpipeline.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/sfc-1-topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/sfc-1-topology.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/sfc-2-symmetric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/sfc-2-symmetric.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/sfc-3-asymmetric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/sfc-3-asymmetric.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-1-basicview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-1-basicview.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-2-governanceview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-2-governanceview.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-3-governanceview-expressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-3-governanceview-expressed.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-delivered-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-delivered-0.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-delivered-1-subject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-delivered-1-subject.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-delivered-2-epg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-delivered-2-epg.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-renderer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-4-governanceview-renderer.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-1.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-2.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-3.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-5-expresssion-4.png -------------------------------------------------------------------------------- /docs/user-guide/images/groupbasedpolicy/ui-6-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/groupbasedpolicy/ui-6-wizard.png -------------------------------------------------------------------------------- /docs/user-guide/images/l2switch-address-observations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/l2switch-address-observations.png -------------------------------------------------------------------------------- /docs/user-guide/images/l2switch-hosts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/l2switch-hosts.png -------------------------------------------------------------------------------- /docs/user-guide/images/l2switch-stp-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/l2switch-stp-status.png -------------------------------------------------------------------------------- /docs/user-guide/images/netide/netide-flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/netide/netide-flow.jpg -------------------------------------------------------------------------------- /docs/user-guide/images/netide/netidearch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/netide/netidearch.jpg -------------------------------------------------------------------------------- /docs/user-guide/images/neutron/odl-neutron-service-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/neutron/odl-neutron-service-architecture.png -------------------------------------------------------------------------------- /docs/user-guide/images/nic/Redirect_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/nic/Redirect_flow.png -------------------------------------------------------------------------------- /docs/user-guide/images/nic/Service_Chaining.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/nic/Service_Chaining.png -------------------------------------------------------------------------------- /docs/user-guide/images/one_ODL_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/one_ODL_architecture.png -------------------------------------------------------------------------------- /docs/user-guide/images/openflowplugin/host-only-vbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/openflowplugin/host-only-vbox.png -------------------------------------------------------------------------------- /docs/user-guide/images/openflowplugin/plugin_design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/openflowplugin/plugin_design.jpg -------------------------------------------------------------------------------- /docs/user-guide/images/packetcable-postman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/packetcable-postman.png -------------------------------------------------------------------------------- /docs/user-guide/images/snbi/snbi_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/snbi/snbi_arch.png -------------------------------------------------------------------------------- /docs/user-guide/images/tutorial_architecture_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/images/tutorial_architecture_diagram.png -------------------------------------------------------------------------------- /docs/user-guide/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/index.rst -------------------------------------------------------------------------------- /docs/user-guide/netconf-user-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/netconf-user-guide.rst -------------------------------------------------------------------------------- /docs/user-guide/neutron-service-user-guide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/neutron-service-user-guide.rst -------------------------------------------------------------------------------- /docs/user-guide/opendaylight-controller-overview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/docs/user-guide/opendaylight-controller-overview.rst -------------------------------------------------------------------------------- /find_bad_words.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/find_bad_words.sh -------------------------------------------------------------------------------- /mypy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/mypy.ini -------------------------------------------------------------------------------- /projects_list.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/projects_list.tsv -------------------------------------------------------------------------------- /test-gerrit-local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/test-gerrit-local.sh -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/tox.ini -------------------------------------------------------------------------------- /verify-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/verify-setup.sh -------------------------------------------------------------------------------- /web/README: -------------------------------------------------------------------------------- 1 | Website related artifacts 2 | -------------------------------------------------------------------------------- /web/tsc-meetings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opendaylight/docs/HEAD/web/tsc-meetings.sh --------------------------------------------------------------------------------