[
https://issues.apache.org/jira/browse/AURORA-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14265455#comment-14265455
]
Benjamin Staffin commented on AURORA-951:
-----------------------------------------
I've finally posted a set of packages suitable for testing! If you're running
Ubuntu 14.04, put this in /etc/apt/sources.list.d/aurora.list:
{code}
deb http://apt.folsomlabs.com/aurora trusty main
deb-src http://apt.folsomlabs.com/aurora trusty main
{code}
Add the gpg key used to sign that repository and apt-get update:
{code}
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 21E1FA28
apt-get update
{code}
There are several packages:
- *aurora-scheduler*: The scheduler daemon.
- *aurora-tools*: commandline utilities, potentially useful on workstations:
aurora, aurora2, aurora-admin
- *aurora-doc*: documentation and examples.
- *aurora-mesos-slave*: Thermos executor/runner, Thermos observer, and the
aurora garbage collector. Install this on slave nodes.
I am interested in any and all feedback - let me know how it goes, anyone who
tries to use these debs!
Notes and questions:
- Does the aurora-mesos-slave package make sense? Is there a better name for
that?
- The included thermos executor wrapper script sources
/etc/default/aurora-thermos for some variables, and the wrapper and executor
are stored on the slaves, as is the GC executor. Does this look crazy to people
who have actually deployed Aurora?
- I'm not doing anything to configure log4j in the scheduler package, so log
output ends up in /var/log/upstart/aurora-scheduler.log. Is that an acceptable
default?
Currently I think the scheduler will fail to start unless the default system
java is at least version 7. Need to figure out the best way to fix that
dependency.
> Debian packaging for Aurora 0.6.0
> ---------------------------------
>
> Key: AURORA-951
> URL: https://issues.apache.org/jira/browse/AURORA-951
> Project: Aurora
> Issue Type: Task
> Components: Deploy
> Affects Versions: 0.6.0
> Reporter: Benjamin Staffin
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> It would be very nice to have prebuilt and easily rebuildable .deb packages
> for Aurora for recent releases of Debian and Ubuntu.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)