Forge Home

helixalm

Configures a Helix ALM node to manually run the installer

85 downloads

70 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.4 (latest)
  • 1.0.3
  • 1.0.2 (deleted)
released May 7th 2024
This version is compatible with:
  • Puppet Enterprise 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2021.7.x
  • Puppet >= 7.24 < 9.0.0
  • , , , ,
Plans:
  • install

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'priley-helixalm', '1.0.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add priley-helixalm
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install priley-helixalm --version 1.0.4

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

priley/helixalm — version 1.0.4 May 7th 2024

Helix ALM

Table of Contents

  1. Description
  2. Setup - The basics of getting started with Helix ALM
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

The Helix ALM module installs Helix ALM on Linux systems using a Bolt install plan.

Setup

What Helix ALM affects

This does a complete system configuration to run the Helix ALM install.

With Enterprise Linux systems it will turn off Selinux. With all systems, it will configured the firewall, turn it on, allow for cgi, and ensure Apache is running.

Setup Requirements

A completed Bolt installation is required.

Beginning with Helix ALM

Install the module. It currently has a single plan:

bolt plan run helixalm::install

Usage

  1. Install the module.
  2. Run: bolt plan run helixalm::install.
  3. Unzip the correct HelixALM tar ball.
  4. Run the HelixALM installer.
  5. Start the license server: /usr/bin/spls start
  6. Start HelixALM: /usr/bin/ttstudio start

Limitations

This module has been tested with Ubuntu 20.04, Ubuntu 22.04, AlmaLinux 9, Red Hat Enterprise Linux 9, and Rocky Linux 9. It is not supported for deviations or alternative operating systems.

Development

Development is encouraged. Please create a pull request with a description of the change and its impact.

Contributors

Check out the Contributors page!