Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucdavis-eg site no longer exists #564

Closed
luisanevers opened this issue May 16, 2017 · 2 comments
Closed

ucdavis-eg site no longer exists #564

luisanevers opened this issue May 16, 2017 · 2 comments
Assignees
Milestone

Comments

@luisanevers
Copy link

The site ucdavis-eg no longer exists. The following clean up is needed:

  1. Remove from up/down status page in portal: https://portal.geni.net/amstatus.php
    2 . Remove from the list of EG sites when Adding Resources to a slice in the portal.

Additionally site is being removed from agg_nick_cache see GENI-NSF/geni-tools#913

@tcmitchell
Copy link
Member

tcmitchell commented May 17, 2017

Appearance on the portal, as documented in the description above, is controlled by entries in the service registry and the Jacks context. Here are the real tasks:

  • Remove ExoGENI UC Davis from geni-lib

  • Remove ExoGENI UC Davis from the Jacks context building script

  • Remove ExoGENI UC Davis from the service registry

    • Remove certificates
    • Remove from aggregate data CSV file
    • Remove from Makefile
    • Remove from RPM spec file
  • Document SQL commands to remove ExoGENI UC Davis from a running service registry

    -- delete attributes for ExoGENI UCD OpenFlow
    delete from service_registry_attribute
      where service_id = (select id from service_registry
              where service_urn = 'urn:publicid:IDN+openflow:foam:ucd-hn.exogeni.net+authority+am');
    -- delete attributes for ExoGENI UCD
    delete from service_registry_attribute 
      where service_id = (select id from service_registry 
              where service_urn = 'urn:publicid:IDN+exogeni.net:ucdvmsite+authority+am');
    -- delete ExoGENI UCD OpenFlow
    delete from service_registry
      where service_urn = 'urn:publicid:IDN+openflow:foam:ucd-hn.exogeni.net+authority+am';
    -- delete ExoGENI UCD
    delete from service_registry
      where service_urn = 'urn:publicid:IDN+exogeni.net:ucdvmsite+authority+am';

@tcmitchell tcmitchell self-assigned this May 17, 2017
@tcmitchell tcmitchell added this to the 2.19 milestone May 17, 2017
@tcmitchell
Copy link
Member

UC Davis ExoGENI was removed from the service registry as part of today's clearinghouse update. It will still appear on the map until the map data is rebuilt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants