Changeset 1459


Ignore:
Timestamp:
Feb 6, 2010, 4:43:58 AM (14 years ago)
Author:
mitchb
Message:
Backport cluster-glue, heartbeat, and pacemaker from F12

We want to use pacemaker for hacron.  It's presently available in
F12, but not F11.  In F12, it's built against heartbeat 3, which
is a completely different beast than the heartbeat 2 available in
F11, so we need to backport that as well.  heartbeat 3, in turn,
depends on cluster-glue, which is not presently in F11.  All
three of these build cleanly with no source changes so long as
their dependencies are present.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1453 r1459  
    2020
    2121upstream_yum    = krb5 krb5.i586 httpd openssh
    22 upstream        = openafs $(upstream_yum) moira
     22upstream        = openafs $(upstream_yum) moira cluster-glue heartbeat pacemaker
    2323oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr athrun php_scripts scripts-base
    2424allsrc          = $(upstream) $(oursrc)
     
    3939server_arch     = "fedora.stable"
    4040openafs_url     = "http://dl.openafs.org/dl/openafs/1.4.11/openafs-1.4.11-1.1.1.src.rpm"
     41clusterglue_url = "http://kojipkgs.fedoraproject.org/packages/cluster-glue/1.0/0.11.b79635605337.hg.fc12/src/cluster-glue-1.0-0.11.b79635605337.hg.fc12.src.rpm"
     42heartbeat_url   = "http://kojipkgs.fedoraproject.org/packages/heartbeat/3.0.0/0.5.0daab7da36a8.hg.fc12/src/heartbeat-3.0.0-0.5.0daab7da36a8.hg.fc12.src.rpm"
     43pacemaker_url   = "http://kojipkgs.fedoraproject.org/packages/pacemaker/1.0.5/5.fc12/src/pacemaker-1.0.5-5.fc12.src.rpm"
    4144
    4245PKG             = $(patsubst %.i586,%,$@)
     
    6669        cd $(dload) && yumdownloader --source $(upstream_yum)
    6770        wget -P $(dload) $(openafs_url)
     71        wget -P $(dload) $(clusterglue_url)
     72        wget -P $(dload) $(heartbeat_url)
     73        wget -P $(dload) $(pacemaker_url)
    6874        cd $(tmp_src) && wget -nd -r -l1 -np -A.orig.tar.gz http://debathena.mit.edu/apt/pool/debathena/d/debathena-moira/
    6975        touch download_stamp
Note: See TracChangeset for help on using the changeset viewer.