Changeset aa9a417
- Timestamp:
- May 25, 2010 1:42:22 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- acaa9b9
- Parents:
- 301e941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
r301e941 raa9a417 617 617 'name': 'seer_master', 618 618 'visibility': 'export', 619 'server': 'http://seer _master:16606',619 'server': 'http://seer-master:17707', 620 620 } 621 621 … … 1074 1074 1075 1075 def client_seer_master(f, s): 1076 print >>f, 'PortalAlias: seer _master';1076 print >>f, 'PortalAlias: seer-master'; 1077 1077 1078 1078 def client_smb(f, s): … … 1104 1104 1105 1105 def client_seer_master_export(f, s): 1106 print >>f, "AddedNode: seer _master"1106 print >>f, "AddedNode: seer-master" 1107 1107 1108 1108 def client_seer_local_export(f, s): … … 1545 1545 if local_seer: 1546 1546 if collect_seer: 1547 startup = "%s %s" % (self.local_seer_start, "seer _master")1547 startup = "%s %s" % (self.local_seer_start, "seer-master") 1548 1548 else: 1549 1549 startup = self.local_seer_start … … 1551 1551 # If this is the seer master, add that node, too. 1552 1552 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) 1554 1554 1555 1555
Note: See TracChangeset
for help on using the changeset viewer.