diff --git a/profile.py b/profile.py index ea5a9814d4a08d10ba034af75ef1eb60ba3a19b3..f57e904e6f9e8055af2a55a8a7880f4468907b1d 100755 --- a/profile.py +++ b/profile.py @@ -20,10 +20,10 @@ pc.defineParameter(name="host_name", params = pc.bindParameters() -image_urn = 'utah.cloudlab.us' -image_project = 'cs6480-2017-cl' # I need to move this to the Safeedge emulab project... -image_os = 'Ubuntu_16.04.04' -image_tag = 'FRR' +image_urn = 'emulab.net' +image_project = 'SafeEdge' # I need to move this to the Safeedge emulab project... +image_os = 'Ubuntu_18.04' +image_tag = 'FRR:3' router_disk_image = 'urn:publicid:IDN+{urn}+image+{proj}-PG0:{os}_{tag}'.format(urn=image_urn, proj=image_project, os=image_os, tag=image_tag) ovs_disk_image = 'urn:publicid:IDN+emulab.net+image+SafeEdge:SRV6-OVS'