Module: sip-router
Branch: master
Commit: e5a1c6fc0d773d0b12286cae309566685a3eb846
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5a1c6f…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Thu May 17 22:33:06 2012 +0100
pkg/kamailio/fedora/f16: Added BoxGrinder appliance definition for a Fedora 16 Kamailio
test machine
- BoxGrinder automatically creates up-to-date CentOS/Fedora/RHEL
appliances to a specified configuration. See
http://boxgrinder.org/ for more information.
- This configuration is the minimum required to test F16 Kamailio
3.3 RPMs.
- To build the appliance:
1) Install BoxGrinder: "yum install rubygem-boxgrinder-build" on
Fedora
2) Run BoxGrinder: "boxgrinder-build kamailio.appl"
- If you run BoxGrinder on a 32-bit host you get a 32-bit appliance.
- If you run BoxGrinder on a 64-bit host you get a 64-bit appliance
by default. You can create a 32-bit appliance on a 64-bit host by
using the command: "setarch i386 boxgrinder-build kamailio.appl"
- WARNING: This is an unsecure (no firewall, default password) and
minimal appliance. It is not suitable for actual deployment but
it does have all of the Kamailio Fedora RPM dependencies installed.
---
pkg/kamailio/fedora/f16/kamailio.appl | 37 +++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/pkg/kamailio/fedora/f16/kamailio.appl
b/pkg/kamailio/fedora/f16/kamailio.appl
new file mode 100644
index 0000000..0b88d5a
--- /dev/null
+++ b/pkg/kamailio/fedora/f16/kamailio.appl
@@ -0,0 +1,37 @@
+name: "f16-kamailio-#BASE_ARCH#"
+summary: Fedora 16 for Installing Kamailio RPMs
+os:
+ name: fedora
+ version: 16
+ password: kamailio
+hardware:
+ memory: 1024
+ partitions:
+ "/":
+ size: 2
+packages:
+ - @core
+ - db4
+ - expat
+ - GeoIP
+ - glib
+ - hiredis
+ - json-c
+ - libconfuse
+ - libcurl
+ - libevent
+ - libpurple
+ - libxml2
+ - mod_perl
+ - mono-core
+ - mysql-libs
+ - net-snmp-agent-libs
+ - openldap
+ - openssl
+ - pcre
+ - postgresql-libs
+ - python
+ - radiusclient-ng
+ - sqlite
+ - unixODBC
+ - zlib