HONEYCOMB-137: Put minimal distribution into RPM
authorMaros Marsalek <[email protected]>
Fri, 12 Aug 2016 11:51:56 +0000 (13:51 +0200)
committerMaros Marsalek <[email protected]>
Fri, 19 Aug 2016 10:49:56 +0000 (12:49 +0200)
Change-Id: I163be0361f75a29aac569b019892433b12bfb0a6
Signed-off-by: Maros Marsalek <[email protected]>
packaging/rpm/honeycomb.service
packaging/rpm/honeycomb.spec
packaging/rpm/persist/config/data.json [new file with mode: 0644]
packaging/rpm/persist/context/data.json [new file with mode: 0644]
packaging/rpm/rpmbuild.sh

index 4752c13..8a2a468 100644 (file)
@@ -5,9 +5,7 @@ After=vpp.service
 
 [Service]
 Type=forking
-ExecStart=/opt/honeycomb/bin/start
-User=honeycomb
-Group=honeycomb
+ExecStart=/opt/honeycomb/honeycomb
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target
index cac0ecf..f15d7e1 100644 (file)
@@ -16,7 +16,7 @@ Summary:    fd.io Honeycomb
 Group:      Applications/Communications
 License:    Apache-1.0
 URL:        http://www.fd.io
-Source0:     vpp-integration-karaf-%{_version}-SNAPSHOT.zip
+Source0:     vpp-integration-distribution-%{_version}-SNAPSHOT-hc.zip
 Source1:     honeycomb.service
 Requires:    vpp, java >= 1:1.8.0
 # Required for creating honeycomb group
@@ -37,13 +37,13 @@ fd.io Honeycomb
 
 %prep
 # Extract Source0 (Honeycomb archive)
-%autosetup -n vpp-integration-karaf-%{_version}-SNAPSHOT
+%autosetup -n vpp-integration-distribution-%{_version}-SNAPSHOT
 
 %install
 # Create directory in build root for Honeycomb
 mkdir -p $RPM_BUILD_ROOT/opt/%name
 # Copy Honeycomb from archive to its dir in build root
-cp -r ../vpp-integration-karaf-%{_version}-SNAPSHOT/* $RPM_BUILD_ROOT/opt/%name
+cp -r ../vpp-integration-distribution-%{_version}-SNAPSHOT/* $RPM_BUILD_ROOT/opt/%name
 # Create directory in build root for systemd .service file
 mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
 # Copy Honeycomb's systemd .service file to correct dir in build root
diff --git a/packaging/rpm/persist/config/data.json b/packaging/rpm/persist/config/data.json
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packaging/rpm/persist/context/data.json b/packaging/rpm/persist/context/data.json
new file mode 100644 (file)
index 0000000..e69de29
index 62f375f..2cbb204 100755 (executable)
@@ -2,8 +2,8 @@
 set -xe
 DIR=$(dirname $0)
 DIR=$(readlink -f $DIR)
-ZIPDIR=${DIR}/../../vpp-integration/karaf/target/
-ZIPFILE=${ZIPDIR}/vpp-integration-karaf-1.0.0-SNAPSHOT.zip
+ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/
+ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.0.0-SNAPSHOT-hc.zip
 mkdir -p ${DIR}/SOURCES/
 cp $ZIPFILE ${DIR}/SOURCES/
 cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/