Git Product home page Git Product logo

ansible-role-endeca-mdex's Introduction

endeca_mdex

License Build Status Build Status Galaxy Ansible Ansible

Summary


This role installs Oracle Endeca MDEX Engine on Linux platforms, which is the indexing and query engine that provides the backbone for all Endeca solutions.

Requirements

  • Minimal Version of the ansible for installation: 2.5
  • Supported MDEX versions:
    • 6.x.x
    • 11.x
    • higher versions should be retested
  • Supported OS:
    • CentOS
      • 6
      • 7

For more information regarding support matrix please visit https://support.oracle.com

Role Variables

  • endeca_user - user for installing Endeca MDEX

  • endeca_group - group for endeca user

  • transport - artifact source transport
    Available:

    • web - fetch artifact from custom web uri
    • local - local artifact
  • transport_web - URI for http/https artifact e.g. "http://my-storage.example.com/V861206-01.zip"

  • transport_local - path for local artifact e.g. "/tmp/V861206-01.zip"

  • download_path - local folder for downloading artifacts
    default: /tmp/

  • mdex_version - Endeca MDEX version

Set  MDEX version as it's defined in official Oracle Documentation
  • base_root - where MDEX should be installed
    default: /opt

  • mdex_port - Endeca MDEX Engine user query port
    default: 8000

Example Playbook

Installing Endeca MDEX 11.3.0 from local:

- name: "Install MDEX 11.3.0 from local"
  hosts: all

  roles:
    - role: lean_delivery.endeca_mdex
      mdex_version: "11.3.0"
      transport: "local"
      transport_local: "/tmp/V861206-01.zip"

License

Apache2

Authors

[email protected]

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.