Giter VIP home page Giter VIP logo

Comments (6)

mkrakowitzer avatar mkrakowitzer commented on June 17, 2024

Will make sure I add debian support for next forge release. Please clarify what you mean by optional Java dependency?

from puppet-stash.

pdirksen avatar pdirksen commented on June 17, 2024

We use the java module from puppetlabs to install the jdk/jre. It would be nice if JAVA_HOME would be detected automatically.
Furthermore on last step after using the puppet-stash class is to install (from repositories if possible) and link the mysql connector to the stash home directory.
ln -s /usr/share/java/mysql-connector-java.jar /srv/atlassian/application-data

from puppet-stash.

pdirksen avatar pdirksen commented on June 17, 2024

Actually loading mysql-connector-java.jar from repositories is a bad idea because it still maintains the 5.1 version.

from puppet-stash.

mkrakowitzer avatar mkrakowitzer commented on June 17, 2024

Should be pretty easy to detect the JAVA_HOME from that module, So I will add that feature. I did not know openJDK was supported (its not for JIRA).

I am primarily using postgres 9.x for testing, so I will do some testing on mysql to make sure there are no manual steps required.

from puppet-stash.

mkrakowitzer avatar mkrakowitzer commented on June 17, 2024

I have added proper testing for Debian, however using postgresql for now.
I will add some beaker tests for mysql soon.

Re setting the javahome. I can not find a reliable way to set this using the java module. Best I can come up with in your case would be:
javahome => $java::java_home (This is untested).

from puppet-stash.

mkrakowitzer avatar mkrakowitzer commented on June 17, 2024

Debian support has been included for some time, and the java mysql connector is now resolved. FYI Atlassian does not recommend using MySQL with stash any more. See https://confluence.atlassian.com/display/STASH/Connecting+Stash+to+MySQL

from puppet-stash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.