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

Automatically updating apps from github on OOD #3731

Closed
adameubanks opened this issue Aug 15, 2024 · 2 comments
Closed

Automatically updating apps from github on OOD #3731

adameubanks opened this issue Aug 15, 2024 · 2 comments
Labels
Milestone

Comments

@adameubanks
Copy link

Hi all,

Currently, it seems the best way to update an app on Open OnDemand is to either change it in the dev environment, or delete it and then recreate it from the github repo with the updated code.

Could there be a way to simply "sync" from github to avoid this constant updating/deleting?

@osc-bot osc-bot added this to the Backlog milestone Aug 15, 2024
@johrstrom
Copy link
Contributor

Automation tools like ansible or puppet I think are your best bet. With Puppet, we creat RPMs that we then update the puppet configuratons to.

Ansible has the ability to sync a github repository, though if it's a Passenger app you'd need another step to build the app.

https://github.com/OSC/ood-ansible?tab=readme-ov-file#ood_install_apps

@adameubanks
Copy link
Author

Awesome, thank you.

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

No branches or pull requests

3 participants