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

Use clearinghouse APIs for geni-sync-wireless #1741

Merged
merged 11 commits into from
Sep 13, 2016

Conversation

tcmitchell
Copy link
Member

Stop using database for gene-sync-wireless, use the clearinghouse APIs (SR, SA, MA) instead. This allows the script to run on a portal-only host where there is no access to the clearinghouse database.

Fixes #1733

tcmitchell and others added 11 commits August 29, 2016 12:25
Change geni-sync-wireless from optparse to argparse for command line
options. optparse is deprecated, argparse is the replacement going
forward.
Start using the clearinghouse API to get information about wireless
projects and users. Stop using the database for project information
in geni-sync-wireless.
Use the clearinghouse API to gather member info instead of diving into
the database.
Locate the required services via the service registry instead of either
inventing them on the fly or digging them out of the database.
Use MA API to add a wimax username to a user's info. No longer use
the database directly for this.
All access is now by API, none by database. Remove the vestiges of the
database access because it is no longer needed.
Add new arguments to man page, remove outdated arguments.
@tcmitchell tcmitchell added this to the 3.17 milestone Sep 13, 2016
@tcmitchell tcmitchell self-assigned this Sep 13, 2016
@tcmitchell tcmitchell merged commit b39d5db into GENI-NSF:develop Sep 13, 2016
@tcmitchell tcmitchell deleted the 1733-sync-wireless branch September 13, 2016 18:13
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

Successfully merging this pull request may close these issues.

1 participant