ec2_post_init
Populate STScI EC2 instances with ease
ec2pinit.inc.sh File Reference

Framework entrypoint. More...

Go to the source code of this file.

Variables

Exported String ec2pinit_root
 Path to ec2pinit directory. More...
 
Exported String ec2pinit_framework
 Path to framework directory. More...
 
Exported String ec2pinit_tempdir
 Where ec2pinit will store temporary data. More...
 
Exported String DEBUG_INFO
 FLAG - Print info messages. More...
 
Exported String DEBUG_WARN
 FLAG - Print warning messages. More...
 
Exported String DEBUG_ERROR
 FLAG - Print error messages. More...
 
Exported String DEBUG_DEFAULT
 FLAG - Print only warnings and errors. More...
 
Exported String DEBUG_ALL
 FLAG - Print all messages. More...
 
Exported String ec2pinit_debug
 Debug output control. More...
 

Detailed Description

Framework entrypoint.

Include this file in your script to use ec2pinit's functions

Definition in file ec2pinit.inc.sh.

Variable Documentation

◆ DEBUG_ALL

Exported String DEBUG_ALL

FLAG - Print all messages.

Definition at line 170 of file ec2pinit.inc.sh.

◆ DEBUG_DEFAULT

Exported String DEBUG_DEFAULT

FLAG - Print only warnings and errors.

Definition at line 166 of file ec2pinit.inc.sh.

◆ DEBUG_ERROR

Exported String DEBUG_ERROR

FLAG - Print error messages.

Definition at line 162 of file ec2pinit.inc.sh.

◆ DEBUG_INFO

Exported String DEBUG_INFO

FLAG - Print info messages.

Definition at line 154 of file ec2pinit.inc.sh.

◆ DEBUG_WARN

Exported String DEBUG_WARN

FLAG - Print warning messages.

Definition at line 158 of file ec2pinit.inc.sh.

◆ ec2pinit_debug

ec2pinit_debug

Debug output control.

Set print statement behavior with: DEBUG_INFO, DEBUG_WARN, and DEBUG_ERROR

Exported String DEBUG_WARN
FLAG - Print warning messages.
Exported String ec2pinit_debug
Debug output control.
Exported String DEBUG_ERROR
FLAG - Print error messages.

Definition at line 180 of file ec2pinit.inc.sh.

◆ ec2pinit_framework

ec2pinit_framework

Path to framework directory.

Do not change this value

Definition at line 143 of file ec2pinit.inc.sh.

◆ ec2pinit_root

ec2pinit_root

Path to ec2pinit directory.

Do not change this value

Definition at line 131 of file ec2pinit.inc.sh.

◆ ec2pinit_tempdir

ec2pinit_tempdir

Where ec2pinit will store temporary data.

Do not change this value

Definition at line 150 of file ec2pinit.inc.sh.