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

[WIP] import static cloud information (service) #149

Closed
wants to merge 11 commits into from
Closed

Conversation

lpuskas
Copy link
Member

@lpuskas lpuskas commented Feb 8, 2019

The PR relates to #147, it is WIP yet!

  • added draft service data definition (it reflects the currently stored data, no optimisations or other improvements have been done to it)
  • service and provider related validation has been amended (validation done against data in the store services also stored in the store)
  • service related operations have been abstracted from the "infoers", these are handled in the CloudInfo implementation
  • services are loaded in the store during startup, from a configurable yaml file
  • introduced the notion of 'static service' -these are excluded from the automatic refresh operation

As per the current status a new 'static service' can be added/imported to a given (supported) provider;
and it's working along with the usual services

TBD:

  • where to keep the service definition file and the service information data file
  • how to drive the import (configuration / automatic triggering etc ...)
  • optimize the data file structure to reduce redundancies (eg.: add flags to entities that are the same between services / regions etc ...)
  • refine requirements (custom infoer - no cloud provider implied)

@lpuskas lpuskas self-assigned this Feb 8, 2019
…ading data from a specified service to a new one
prekoa pushed a commit that referenced this pull request Feb 21, 2019
@lpuskas
Copy link
Member Author

lpuskas commented Feb 27, 2019

changes in this PR have already been merged - copied over to other PRs

@lpuskas lpuskas closed this Feb 27, 2019
@lpuskas lpuskas deleted the service-import branch March 5, 2019 16:16
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