~zulcss/vmbuilder/vmbuilder-karmic-ec2

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ec2/__init__.py

  • Committer: Soren Hansen
  • Date: 2009-07-07 10:10:17 UTC
  • Revision ID: soren@canonical.com-20090707101017-whr9sdj5i5tdmmb9
Also move EC2 package installation selection to ubuntu plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        if not self.vm.addpkg:
103
103
             self.vm.addpkg = []
104
104
 
105
 
        self.vm.addpkg += ['ec2-init',
106
 
                          'openssh-server',
107
 
                          'ec2-modules',
108
 
                          'standard^',
109
 
                          'ec2-ami-tools',
110
 
                          'update-motd']
111
 
 
112
105
        if self.vm.ec2_landscape:
113
106
            logging.info('Installing landscape support')
114
107
            self.vm.addpkg += ['landscape-client']