Skip to content

Commits

Commits on Sep 12, 2021

  1. New branch 202109

    credman committed Sep 12, 2021
    Copy the full SHA
    440f1c3 View commit details

Commits on Aug 16, 2021

  1. branch for new training Sept. 2021; rework demo data with more realis…

    …tic data; delete some extraneous config files
    credman committed Aug 16, 2021
    Copy the full SHA
    b2a656c View commit details

Commits on Jun 11, 2021

  1. Tag 202102 -> 202106

    credman committed Jun 11, 2021
    Copy the full SHA
    c98b20e View commit details

Commits on Feb 12, 2021

  1. upgrade to 2.5.42

    mchyzer committed Feb 12, 2021
    Copy the full SHA
    c1148a7 View commit details

Commits on Feb 1, 2021

  1. new version

    mchyzer committed Feb 1, 2021
    Copy the full SHA
    ec9bccb View commit details

Commits on Jan 15, 2021

  1. Improvements to gte command: flags for --fg (don't detach), --rabbitm…

    …q (run rabbitmq and link), can pass in other docker arguments and startup commands
    
    Examples:
    
    ./gte
        Pass in which gte environment to spin up:
        101.1.1
        201.1.1
        ...
    
    ./gte -it 201.1.1 bash
        Removing old containers
        a1a5f15114f6
        Starting container tier/gte:201.1.1-202102
        grouperContainer; INFO: (library.sh) Start loading library.sh
        ...
        grouperContainer; INFO: (entrypoint.sh) Executing bash
        [root@f49a43dff360 WEB-INF]#
    
    ./gte --fg 201.1.1 ping rabbitmq
        Removing old containers
        b6df1e95053c
        Starting container tier/gte:201.1.1-202102
        grouperContainer; INFO: (library.sh) Start loading library.sh
        ...
        grouperContainer; INFO: (entrypoint.sh) Executing ping rabbitmq
        ping: rabbitmq: Name or service not known
    
    ./gte --fg --rabbitmq 201.1.1 ping rabbitmq
        Removing old containers
        f49a43dff360
        Removing any old rabbitmq containers
        Starting container rabbitmq:management
        14ea18b53c1f11f52ff29e8f2c7e176fec510b45a5ecc774f4664280702c24fa
        Starting container tier/gte:201.1.1-202102
        grouperContainer; INFO: (library.sh) Start loading library.sh
        ...
        grouperContainer; INFO: (entrypoint.sh) Executing ping rabbitmq
        PING rabbitmq (192.168.16.2) 56(84) bytes of data.
        64 bytes from rabbitmq (192.168.16.2): icmp_seq=1 ttl=64 time=0.110 ms
        64 bytes from rabbitmq (192.168.16.2): icmp_seq=2 ttl=64 time=0.110 ms
    credman committed Jan 15, 2021
    Copy the full SHA
    28ab157 View commit details

Commits on Jan 13, 2021

  1. Version 202010 -> 202102

    credman committed Jan 13, 2021
    Copy the full SHA
    029d16e View commit details

Commits on Sep 22, 2020

  1. fix index page and remove error when starting gte when no containers

    there
    mchyzer committed Sep 22, 2020
    Copy the full SHA
    e66c65a View commit details

Commits on May 25, 2020

  1. index page and commands

    mchyzer committed May 25, 2020
    Copy the full SHA
    fffaf11 View commit details

Commits on May 24, 2020

  1. bunch of edits for june 2020 training

    mchyzer committed May 24, 2020
    Copy the full SHA
    3e6638d View commit details

Commits on Apr 14, 2020

  1. update to 202006 version

    wgthom committed Apr 14, 2020
    Copy the full SHA
    71cc398 View commit details

Commits on Oct 5, 2019

  1. update for 201911 build

    wgthom committed Oct 5, 2019
    Copy the full SHA
    80b9a9f View commit details

Commits on May 30, 2019

  1. fixed docker image tag

    wgthom committed May 30, 2019
    Copy the full SHA
    03f891f View commit details
  2. gte command

    wgthom committed May 30, 2019
    Copy the full SHA
    f1e39d8 View commit details
End of commit history for this file