Changeset eac54fa


Ignore:
Timestamp:
Aug 2, 2012 5:13:19 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
27fbf2f
Parents:
a352710
Message:

Remote debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    ra352710 reac54fa  
    15521552        """
    15531553
     1554        # XXX: PNNL debug
     1555        self.log.debug("calling wrangle software")
    15541556        # Copy the rpms and tarfiles to a distribution directory from
    15551557        # which the federants can retrieve them
     
    15641566        pkgs.update([x.location for e in top.elements for x in e.software])
    15651567        try:
     1568            # XXX: PNNL debug
     1569            self.log.debug("wrangle software: makedirs")
    15661570            os.makedirs(softdir)
     1571            # XXX: PNNL debug
     1572            self.log.debug("wrangle software: makedirs success")
    15671573        except EnvironmentError, e:
    15681574            raise service_error(
     
    22292235
    22302236            attrs = self.generate_keys_and_hosts(tmpdir, expid, hosts, tbparams)
     2237            # XXX: PNNL debug
     2238            self.log.debug("Back from generate keys")
    22312239
    22322240            part = experiment_partition(self.auth, self.store_url, tbmap,
     
    22342242            part.add_portals(top, topo, eid, pmasters, tbparams, ip_allocator,
    22352243                    connInfo, expid)
     2244            # XXX: PNNL debug
     2245            self.log.debug("Back from add portals")
    22362246
    22372247            auth_attrs = set()
    22382248            # Now get access to the dynamic testbeds (those added above)
    22392249            for tb in [ t for t in topo if t not in allocated]:
     2250                # XXX: PNNL debug
     2251                self.log.debug("dynamic testbeds %s" %tb)
    22402252                self.get_access(tb, tbparams, fid, masters, tbmap,
    22412253                        expid, expcert_file)
     
    22482260                                for sk in store_keys.split(" ")]))
    22492261
     2262            # XXX: PNNL debug
     2263            self.log.debug("done with dynamic testbeds %s" % auth_attrs)
    22502264            if auth_attrs:
    22512265                self.append_experiment_authorization(expid, auth_attrs)
Note: See TracChangeset for help on using the changeset viewer.