~ubuntu-branches/ubuntu/quantal/maas/quantal-security

« back to all changes in this revision

Viewing changes to vdenv/setup.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-08-02 09:01:43 UTC
  • mto: (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120802090143-dutqktdjpiz61b61
Tags: upstream-0.1+bzr971+dfsg
ImportĀ upstreamĀ versionĀ 0.1+bzr971+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
#  mac: 00:16:3e:3e:a9:1a
92
92
#  template: libvirt-system.tmpl
93
93
#  mem: 524288
94
 
#    
 
94
#
95
95
#nodes:
96
96
# prefix: node
97
97
# mac_pre: 00:16:3e:3e:aa
195
195
    hostip = "%s.1" % config['network']['ip_pre']
196
196
    arch = get_profile_arch()
197
197
    profile = "maas-precise-%s" % arch
198
 
    
 
198
 
199
199
    cob = System(config, "zimmer")
200
200
    cobbler_url = "http://%s/cobbler_api" % cob.ipaddr
201
201
    print("Connecting to %s." % cobbler_url)