Ejemplo n.º 1
0
 def __init__(self, conn=None, cfg=None):
     self.conn = conn
     UmlChroot.__init__(self, cfg=cfg)
     self.options['paella_action'] = 'install'
     paellarc = path(self.cfg['paellarc']).expand()
     self.paellarc = PaellaConfig(files=[paellarc])
     self.options['paellarc'] = paellarc
Ejemplo n.º 2
0
 def __init__(self, conn=None, cfg=None):
     self.conn = conn
     UmlChroot.__init__(self, cfg=cfg)
     self.options['paella_action'] = 'install'
     paellarc = path(self.cfg['paellarc']).expand()
     self.paellarc = PaellaConfig(files=[paellarc])
     self.options['paellarc'] = paellarc
Ejemplo n.º 3
0
 def __init__(self, suite, rootimage=None, cfg=None):
     if rootimage is None:
         rootimage = suite + '.base'
     if cfg is None:
         cfg = PaellaConfig()
     UmlChroot.__init__(self, cfg)
     self.set_targetimage(rootimage)
     o = self.options
     o['paellasuite'] = suite
     o['paella_action'] = 'bootstrap'
Ejemplo n.º 4
0
 def __init__(self, suite, rootimage=None, cfg=None):
     if rootimage is None:
         rootimage = suite + '.base'
     if cfg is None:
         cfg = PaellaConfig()
     UmlChroot.__init__(self, cfg)
     self.set_targetimage(rootimage)
     o = self.options
     o['paellasuite'] = suite
     o['paella_action'] = 'bootstrap'
Ejemplo n.º 5
0
 def __init__(self, conn=None, cfg=None):
     self.conn = conn
     UmlChroot.__init__(self, cfg=cfg)
     self.options['paella_action'] = 'install'
     paellarc_files = [self.cfg['paellarc']]
     self.paellarc = PaellaConfig(files=paellarc_files)
Ejemplo n.º 6
0
 def __init__(self, conn=None, cfg=None):
     self.conn = conn
     UmlChroot.__init__(self, cfg=cfg)
     self.options['paella_action'] = 'install'
     paellarc_files = [self.cfg['paellarc']]
     self.paellarc = PaellaConfig(files=paellarc_files)