Add support for of1.3. 34/4134/1
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)
commit046b9a1de837635590bb069ea64869f567c1be7c
treea79257765ff76b6fb39d8d30b9b0d998e74edff1
parent76ea3f73ff3fa88cfcf6016e04a0db66d0207332
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