Skip to content

Commit

Permalink
fixed to reflect boxgrinder re-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed May 10, 2010
1 parent 630fab2 commit bb5c2b1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 41 deletions.
32 changes: 0 additions & 32 deletions CHANGELOG

This file was deleted.

5 changes: 0 additions & 5 deletions Rakefile

This file was deleted.

2 changes: 1 addition & 1 deletion appliances/back-end.appl
Expand Up @@ -3,7 +3,7 @@ summary: back-end appliance with JBoss AS 6
hardware:
memory: 512
partitions:
- root: "/"
"/":
size: 2
appliances:
- cirras
Expand Down
21 changes: 19 additions & 2 deletions appliances/cirras.appl
Expand Up @@ -6,12 +6,29 @@ os:
hardware:
memory: 256
partitions:
- root: "/"
"/":
size: 1
appliances:
- jeos
packages:
includes:
- bash
- kernel
- grub
- e2fsprogs
- passwd
- policycoreutils
- chkconfig
- rootfiles
- yum
- vim-minimal
- acpid
- dhclient
- iputils
- generic-logos
- openssh-server
- openssh-clients
- mkinitrd
- cirras-management
- rhq-agent
- which
Expand All @@ -24,4 +41,4 @@ repos:
- name: "cirras-#ARCH#"
baseurl: "http://repo.boxgrinder.org/cirras/packages/#OS_NAME#/#OS_VERSION#/RPMS/#ARCH#"
- name: "cirras-noarch"
baseurl: "http://repo.boxgrinder.org/cirras/packages/#OS_NAME#/#OS_VERSION#/RPMS/noarch"
baseurl: "http://repo.boxgrinder.org/cirras/packages/#OS_NAME#/#OS_VERSION#/RPMS/noarch"
2 changes: 1 addition & 1 deletion appliances/management.appl
Expand Up @@ -3,7 +3,7 @@ summary: Appliance to manage CirrAS instances
hardware:
memory: 512
partitions:
- root: "/"
"/":
size: 2
appliances:
- cirras
Expand Down

0 comments on commit bb5c2b1

Please sign in to comment.