Git Product home page Git Product logo

meep_tools's Introduction

Various utility scripts cobbled together for installer dev work.

Setup

This repository is a Puppet module, with some standalone scripts and a number of Bolt plans and tasks.

In order to make use of the Bolt plans and tasks, your local installation of Bolt needs to be aware of the module.

For my use, I did the following:

  1. Ensure puppet-bolt is installed
    • If dpkg/yum doesn't yet have repo configuration that can find a current puppet-bolt, then wget and install an appropriate puppet-release package from apt.puppetlabs.com or yum.puppetlabs.com
    • Once that's installed, yum or apt install puppet-bolt
  2. Configure your bolt modulepath
    • Update (probably create) your .puppetlabs/bolt/bolt.yaml
modulepath: "<HOME>/.puppetlabs/bolt-code/modules"
format: human
ssh:
  host-key-check: false
  user: root

(Update you're <HOME> path). The modulepath is key, it does not have to be .puppetlabs/bolt-code/modules, but Bolt needs to know where to find modules that you want to run plans and tasks from.

  1. Once that is set up, symlink meep_tools into the modules dir listed in the modulepath.

You should now be able to bolt plan show and see several meep_tools:: namespaced plans listed, such as meep_tools::assist_vanagon_build and meep_tools::nfs_mount.

The host-key-check must be set to false so that Bolt doesn't abort connecting to Pooler hosts that identify with self signed certs (I believe?). Setting user to root is a convenience over specifying it; although the test-pe-postgresql.rb script probably relies on it.

test-pe-postgresql.rb

Used to assist with building and testing pe-postgresql packages from puppet-enterprise-vanagon.

This script should be run from your puppet-enterprise-vanagon repo.

The following notes assuming /s -> $HOME/work/src/meep_tools to save some space.

create

Checks out a set of five test hosts (for each PE master platform) from vmpooler; relies on vmfloaty installed, and that you have a token set to give the hosts longevity.

/s/meep_tools/scripts/test-pe-postgresql.rb create

The currently created node hostnames are cached at ~/.test-pe-postgresql.json. If the nodes still exist, nothing is created; otherwise new nodes will be checked out.

mount

Runs the meep_tools::nfs_mount plan for each of the nodes generated in create.

This attempts to add an /etc/exports entry allowing each of the created nodes to mount $HOME/work/src as a local /$USER-src path. This is done so that copying the packages is simplified, which is a first step for other scripts that repackage a pe tarball and rerun an install on the vm.

In order for the export to be written, your local ~/.puppetlabs/bolt/inventory.yaml needs an entry for the external IP of your workstation. (For a platform9 host, I haven't figured out how to find that from within the host.)

So in my ~/.puppetlabs/bolt/inventory.yaml, for example, I have:

nodes:
  - name: 'localhost'
    vars:
      workstation_ip: '10.234.2.148'

prep

In order to be able to test a PE install with the new packages, a PE tarball needs to be stitched together with the new packages signed and inserted into it.

This happens on each vm test node, as the package signing/repo metadata rebuilding commands are all platform specific.

The prep command grabs the latest build (you must specify pe_family, currently 2019.1 is waht we are interested in), unpacks it and runs 'puppet-enterprise-installer -p' (prep mode), which unpacks, sets up the package repository locally, but does not install.

rerun-pe-install-with-pe-postgresql10-packages.sh

This script needs to be run from each vm. So, assuming you have vms with nfs mounts set up by the test-pe-postgresql.rb tool (above), and that the node is prepped (also above), you should be able to:

/$USER/meep_tools/script/rerun-pe-install-with-pe-postgresql10-packages.sh -v 10

To begin the process of getting the packages copied in, signed, metadata rebuilt, and launching puppet-enterprise-configure with the correct puppet_enterprise::postgres_override_version flag to install the version of the packages you are intersted in (pe-postgresql10 in my above example).

This script should be turned into a plan, but I haven't had a chance yet.

The packages could be uploaded or rsynced by another task, and the nfs mount step could be dropped then as well.

If you need to test the packages alongside some puppet-enterprise-module changes, the -m flag has not yet caught up to the shift to puppet-enterprise-modules...so that won't work right now until I get a chance to fix that.

meep_tools's People

Contributors

jpartlow avatar

Watchers

 avatar  avatar

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.