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

Update tests for the service groups database #33

Closed

Conversation

cmickeyb
Copy link
Contributor

@cmickeyb cmickeyb commented Apr 2, 2024

Replace invocation of the script for building a local groups and services database with one that uses the public interfaces for the services and groups databases. Move away from "host specific" configuration to a configuration based on the more general site configuration file (i.e. site.toml).

By default, testing will still occur with locally hosted services. Importing a site configuration file from another service provider (which just involves copying the site configuration file to ${PDO_HOME}/etc/sites/${SERVICE_HOST}.toml) enables use of PDO services from any location.

This is a draft until the corresponding PR (hyperledger-labs/private-data-objects#481) is committed to PDO. Before it is committed, the private-data-object submodule must be updated.

Replace invocation of the script for building a local groups and
services database with one that uses the public interfaces for the
services and groups databases. Move away from "host specific"
configuration to a configuration based on the more general site
configuration file (i.e. site.toml).

By default, testing will still occur with locally hosted services.
Importing a site configuration file from another service provider
(which just involves copying the site configuration file to
${PDO_HOME}/etc/sites/${SERVICE_HOST}.toml) enables use of PDO
services from any location.

Signed-off-by: Mic Bowman <mic.bowman@intel.com>
Add a check to make sure that jupytext has been installed.
Currently this is a fatal error.

Signed-off-by: Mic Bowman <mic.bowman@intel.com>
Creation and management of the service groups database is
now provided directly with pdo-service-groups command. There
is no longer a need for the (very limited) old script.

Signed-off-by: Mic Bowman <mic.bowman@intel.com>
@cmickeyb
Copy link
Contributor Author

Subsumed by #32

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.

None yet

2 participants