Giter VIP home page Giter VIP logo

Comments (5)

mkrakowitzer avatar mkrakowitzer commented on September 25, 2024

The documentation reads as follows "Stash requires a relational database to store its configuration data. This module currently supports PostgreSQL 8.4 to 9.x and MySQL 5.x. We suggest using puppetlabs-postgresql/puppetlabs-mysql modules to configure/manage the database. The module uses PostgreSQL as a default."

I don't believe it indicates that these are the only databases that stash supports, it only implies that these are the databases that this module supports.

I think you are spot on with whats required to implement (plus tests). It should be rather trivial. It would be nice to have acceptance tests for oracle too, that may prove more challenging however and I do not think it is a must have for oracle support to be added.

from puppet-stash.

igalic avatar igalic commented on September 25, 2024

maybe there's a vagrant box somewhere out there with a pre-installed oracle db?

from puppet-stash.

nibalizer avatar nibalizer commented on September 25, 2024

@igalic probably not because oracledb is closed. Same problem with mssql. If we can find one I can add it to pcci though.

from puppet-stash.

nanliu avatar nanliu commented on September 25, 2024

I was able to install against Oracle with stash 3.8 and the following db settings with no module changes:

---
  stash::dburl: 'jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = oracle.example.lan)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = stash)))'
  stash::dbuser: 'stash'
  stash::dbpassword: 'stash_password'
  stash::dbdriver: 'oracle.jdbc.driver.OracleDriver'

It did not prompt for db settings during setup, and appears to connect after installation. Acceptance test will be non trivial even with biemond-oracle module. This can be documented, but promising module support for Oracle is another level of challenge altogether.

from puppet-stash.

nibalizer avatar nibalizer commented on September 25, 2024

@jfautley sounds like you've got your answer. If someone wants to they can sumarize nan's experience as a sidebar in the readme.

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.