Changeset aa9a417


Ignore:
Timestamp:
May 25, 2010 1:42:22 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
acaa9b9
Parents:
301e941
Message:

I was pretty sure I'd already committed this. Anyway, the seer master node needs to be seer-master not seer_master.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    r301e941 raa9a417  
    617617                'name': 'seer_master',
    618618                'visibility': 'export',
    619                 'server': 'http://seer_master:16606',
     619                'server': 'http://seer-master:17707',
    620620                }
    621621
     
    10741074
    10751075        def client_seer_master(f, s):
    1076             print >>f, 'PortalAlias: seer_master';
     1076            print >>f, 'PortalAlias: seer-master';
    10771077
    10781078        def client_smb(f, s):
     
    11041104
    11051105        def client_seer_master_export(f, s):
    1106             print >>f, "AddedNode: seer_master"
     1106            print >>f, "AddedNode: seer-master"
    11071107
    11081108        def client_seer_local_export(f, s):
     
    15451545        if local_seer:
    15461546            if collect_seer:
    1547                 startup = "%s %s" % (self.local_seer_start, "seer_master")
     1547                startup = "%s %s" % (self.local_seer_start, "seer-master")
    15481548            else:
    15491549                startup = self.local_seer_start
     
    15511551        # If this is the seer master, add that node, too.
    15521552        if seer_master:
    1553             self.add_seer_node(topo, 'seer_master', self.seer_master_start)
     1553            self.add_seer_node(topo, 'seer-master', self.seer_master_start)
    15541554
    15551555
Note: See TracChangeset for help on using the changeset viewer.