├── .gitreview └── README.markdown /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=git.opendaylight.org 3 | port=29418 4 | project=integration.git 5 | defaultbranch=master 6 | -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- 1 | ## Deprecation Notice 2 | 3 | The OpenDaylight Integration project split into thirds in August 2015. The 4 | code in this repository was removed to prevent confusion. The three new 5 | projects contain up-to-date versions of the code that was hosted here. All 6 | previous versions of the code are available via version control. 7 | 8 | To checkout a branch with the old code: 9 | 10 | git checkout -b old_codebase HEAD~2 11 | 12 | For more details, see Integration's Archival Proposal: 13 | 14 | https://wiki.opendaylight.org/view/Archive_Proposals/Integration 15 | 16 | ### Integration/Test 17 | 18 | Responsible for OpenDaylight's system tests. 19 | 20 | New repository: 21 | 22 | https://git.opendaylight.org/gerrit/p/integration/test.git 23 | 24 | ### Integration/Packaging 25 | 26 | Responsible for OpenDaylight's packaging and deployment support. 27 | 28 | New repository: 29 | 30 | https://git.opendaylight.org/gerrit/p/integration/packaging.git 31 | 32 | ### Integration/Distribution 33 | 34 | Responsible for building OpenDaylight's Karaf distribution. 35 | 36 | New repository: 37 | 38 | https://git.opendaylight.org/gerrit/p/integration/distribution.git 39 | --------------------------------------------------------------------------------