3 Replies Latest reply on Dec 28, 2012 2:28 PM by tscofield

    how to create a ec2 image offline

      Hi all,

       

      This is my first post to the forums. I have a very simple question. I have installed boxgrinder 0.2.0 on fedora 12. I have also created a simple jeos.appl in appliances/ directory which looks like:

       

      name: jeos
      os:
        name: fedora
        version: 12
      hardware:
        memory: 512
        partitions:
          - root: "/"
            size: 1
      packages:
        includes:
          - openssh-server
          - kernel
          - openssh-clients
      repos:
        - name: "jeos-i386"
          baseurl: "http://192.168.122.1"

       

      Now when I run

       

      boxgrinder appliance:jeos:ec2:bundle

       

      It fails because my system is not connected to internet. The Repo url I have given does ends up in /home/boxgrinder/build/appliances/i386/fedora/12/jeos/raw/jeos.yum.conf but along with boxgrinder-fedora-12-base and boxgrinder-fedora-12-updates which points to mirror on internet. The local repo I have setup has the whoe dvd so why it needs to go to the internet?

       

      Can something be done at boxgrinder end so that these repos are not enabled? I tried putting enabled=0 in jeos.yum.conf but it didn't worked as everytime I ran boxgrinder appliance:jeos:ec2:bundle it recreates this file.

       

      Any help in this regard will be highly appreciated.

       

      Thanks & Regards

      Deependra Singh Shekhawat