Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Generate YAML dafile from running system #31

Open
rochacbruno opened this issue Feb 1, 2017 · 0 comments
Open

Generate YAML dafile from running system #31

rochacbruno opened this issue Feb 1, 2017 · 0 comments

Comments

@rochacbruno
Copy link
Contributor

So what we need to do is to include a new command in the tool

i.e: "satellite-populate generate -h http://fqdn.com -u admin -p changeme" -o new_file.yaml

Then a new YAML file is generated and saved.

To implement that command we have 2 options, and I don't know yet which one is the best.

OPTIONS:

  1. Use existing export tool, maybe "hammer -csv" or other option, and then parse that data to generate the YAML output.

  2. Use API or HAMMER to export every possible entity, this would demand us to have a list of all possible entities
    and then we can call every API endpoint (or hammer command) doing a list or search and with data data we can
    generate the YAML data file.

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

No branches or pull requests

1 participant