Coder Social home page Coder Social logo

puppet-orientdb's Introduction

Puppet module: orientdb

DEPRECATION NOTICE

This module is no more actively maintained and will hardly be updated.

Please find an alternative module from other authors or consider Tiny Puppet as replacement.

If you want to maintain this module, contact Alessandro Franceschi

This is a Puppet orientdb module from the second generation of Example42 Puppet Modules.

Made by Alessandro Franceschi / Lab42

Official site: http://www.example42.com

Official git repository: http://github.com/example42/puppet-orientdb

Released under the terms of Apache 2 License.

This module requires functions provided by the Example42 Puppi module.

For detailed info about the logic and usage patterns of Example42 modules read README.usage on Example42 main modules set.

USAGE - Basic management

  • Install orientdb using your distro package, if available

      class { "orientdb": }
    
  • Install the latest orientdb version from upstream site

      class { "orientdb":
        install             => "source",
      }
    
  • Install the latest orientdb version from upstream site using puppi. You will have a 'puppi deploy orientdb' to deploy and update orientdb.

      class { "orientdb":
        install             => "puppi",
      }
    
  • Install source from a custom url to a custom install_destination path. The following parameters apply both for "source" and "puppi" install methods. Puppi method may be used to manage deployment updates (given the $install_source is updated). By default install_source is set to upstream developer and install_destination to Web (App) server document root Pre and post installation commands may be already defined (check orientdb/manifests/params.pp) override them only if needed. Url_check and url_pattern are used for application checks, if monitor is enabled. Override only if needed.

      class { "orientdb":
        install             => "source",
        install_source      => "http://deploy.example42.com/orientdb/orientdb.tar.gz",
      }
    
  • Remove orientdb

      class { "orientdb":
        absent => true
      }
    
  • Enable auditing without without making changes on existing orientdb configuration files

      class { "orientdb":
        audit_only => true
      }
    

USAGE - Overrides and Customizations

  • Use custom sources for main config file

      class { "orientdb":
        source => [ "puppet:///modules/lab42/orientdb/wp-config.php-${hostname}" , "puppet:///modules/lab42/orientdb/wp-config.php" ], 
      }
    
  • Use custom source directory for the whole configuration dir

      class { "orientdb":
        source_dir       => "puppet:///modules/lab42/orientdb/conf/",
        source_dir_purge => false, # Set to true to purge any existing file not present in $source_dir
      }
    
  • Use custom template for main config file

      class { "orientdb":
        template => "example42/orientdb/wp-config.php.erb",      
      }
    
  • Automaticallly include a custom subclass

      class { "orientdb:"
        my_class => 'orientdb::example42',
      }
    

USAGE - Example42 extensions management

  • Activate puppi (recommended, but disabled by default) Note that this option requires the usage of Example42 puppi module

      class { "orientdb": 
        puppi    => true,
      }
    
  • Activate puppi and use a custom puppi_helper template (to be provided separately with a puppi::helper define ) to customize the output of puppi commands

      class { "orientdb":
        puppi        => true,
        puppi_helper => "myhelper", 
      }
    
  • Activate automatic monitoring (recommended, but disabled by default) This option requires the usage of Example42 monitor and relevant monitor tools modules

      class { "orientdb":
        monitor      => true,
        monitor_tool => [ "nagios" , "puppi" ],
      }
    

Build Status

puppet-orientdb's People

Contributors

alvagante avatar davids avatar

Stargazers

Kevin Segal avatar Al Newkirk avatar Jan-Willem Gmelig Meyling avatar Николай Лебеденко avatar Pawel Barcik avatar Luca Garulli avatar  avatar

Watchers

 avatar Tim Meusel avatar Michael avatar James Cloos avatar Simon Hönscheid avatar Luca Lesinigo avatar  avatar

puppet-orientdb's Issues

Setting config parameters

Hello,

I am trying to set some config values such as root password but setting them in the manifest seems to have no effect on the actual installation.

class {'orientdb':
      absent => false,
      install => 'source',
      install_source => "https://xxxx/orientdb-community-2.0-M3.zip",
      root_password => 'JD5423$%@fdasDY',
      admin_password => 'R$@#f$@faDAFAfradf'
 }

Am I doing something wrong?

Install from source tar.gz not working properly

Hi,

When I tried to install orientdb from source, I gave the url of tar.gz file.

In the end, there's a problem with the symbolic link created. Il points to .tar file. I changed the extension to .tgz and it's fine.

Julien

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.