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

Support Guild Operators based installs #73

Open
wolf31o2 opened this issue Sep 5, 2023 · 3 comments
Open

Support Guild Operators based installs #73

wolf31o2 opened this issue Sep 5, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wolf31o2
Copy link
Member

wolf31o2 commented Sep 5, 2023

Let's detect this common configuration method for a Cardano node and act accordingly.

@wolf31o2 wolf31o2 added the enhancement New feature or request label Sep 5, 2023
@wolf31o2
Copy link
Member Author

These installs use CNODE_HOME for locating themselves, and the default is /opt/cardano/cnode

@wolf31o2 wolf31o2 removed their assignment Nov 18, 2023
@rdlrt
Copy link

rdlrt commented Jan 18, 2024

Couple of minor notes:

  • While CNODE_HOME is referred to internally for scripts, it does not require to be present at session level (it defaults to using parent of current folder). The folder structure might be more relevant there as populating variables for environment are done via env file (User variables section) which sets defaults based on above folder structure.
  • Some features like detecting op-cert is captured from node's invocation comand, unless overwritten by operator by specifying alternate location.

Feel free to yell out if there are changes / suggestions or queries to improve either of the tooling =]

@wolf31o2
Copy link
Member Author

I've looked at this several times and keep running into a major issue with env not being an environment file, rather a full-blown shell script. It's a major lift to try to properly detect this installation type. It gets even more difficult with containers, as I need a matching file-system, not just PID namespace.

I would definitely accept contributions on this, even if it came in pieces. I'm going to mark it as help wanted and back burner it.

@wolf31o2 wolf31o2 added the help wanted Extra attention is needed label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants