Add support for of1.3.
authorSam Hague <shague@redhat.com>
Fri, 10 Jan 2014 13:33:04 +0000 (08:33 -0500)
committerSam Hague <shague@redhat.com>
Fri, 10 Jan 2014 13:33:04 +0000 (08:33 -0500)
commit63cba2086d2c032b76b787420aca657160cc9138
tree607c32d563cbfc53152354c022dad916f0d73687
parente4fc64867ae4941fe44879298b95271ecd6a578a
Add support for of1.3.

- Modified controller.spec to:
  - support the of1.3 option
  - support the three different run.sh scripts for the different distributions
- Added run.dist.sh script to wrap all the run.sh scripts. This file is called by the systemd and sys init scripts.
- Added patch file to modify the run.sh calls to run.internal.sh. The files assume run.internal.sh is in the same working directory as the wrapper run.sh which is not the case with systemd or sysv installs.
- Added distribution options to opendaylight-controller sysconfig. File is used to select the distribution to start.

Change-Id: Ia4daa92a8ce2237edd8ff5e242c40df53b04b8c3
Signed-off-by: Sam Hague <shague@redhat.com>
packaging/rpm/opendaylight-controller.spec
packaging/rpm/opendaylight-controller.sysconfig
packaging/rpm/opendaylight-controller.systemd
packaging/rpm/opendaylight-controller.sysv
packaging/rpm/opendaylight-distribution.spec
packaging/rpm/opendaylight-integration-fix-paths.patch [new file with mode: 0644]
packaging/rpm/run.dist.sh