Skip to content

Commit

Permalink
updating main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 18, 2024
2 parents 7734288 + 94cd111 commit ee058df
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions external_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ module "setup_python" {
repo_name = "gh-actions-setup-python"
repo_org = "CSVD"
}

module "netbackup_automation_platform" {
source = "HappyPathway/gh-actions/importer"
version = "0.0.15"
git_repo_url = "https://github.com/VeritasOS/netbackup-automation-platform"
git_repo_path = "/home/a/arnol377/git/gh-netbackup-automation-platform"
repo_name = "netbackup-automation-platform"
repo_org = "CSVD"
}

4 changes: 2 additions & 2 deletions supervisor/automation-repos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/automation-repos/run.
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/automation-repos/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/automation-repos/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/aws-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/aws-image-pipeline/ru
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/aws-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/aws-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/docker-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/docker-image-pipeline
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/docker-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/docker-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/ghe-runners.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/ghe-runners/run.sh
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/ghe-runners/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/ghe-runners/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/image-pipeline-ansible-playbooks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-ansibl
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-ansible-playbooks/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-ansible-playbooks/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/image-pipeline-goss-testing.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-goss-t
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-goss-testing/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/image-pipeline-goss-testing/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/linux-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/linux-image-pipeline/
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/linux-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/linux-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
4 changes: 2 additions & 2 deletions supervisor/windows-image-pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ command=/apps/terraform/workspaces/arnol377/git/ghe-runner/windows-image-pipelin
autostart=true ; start at supervisord start (default: true)
;startsecs=1 ; # of secs prog must stay up to be running (def. 1)
startretries=3 ; max # of serial start failures when starting (default 3)
autorestart=true
autorestart=false
stdout_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/windows-image-pipeline/runner.log ; stdout log path, NONE for none; default AUTO
stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stdout_logfile_backups=10 ; # of stdout logfile backups (0 means none, default 10)
stdout_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_logfile=/apps/terraform/workspaces/arnol377/git/ghe-runner/windows-image-pipeline/runner_error.log ; stderr log path, NONE for none; default AUTO
stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB)
stderr_logfile_backups=10 ; # of stderr logfile backups (0 means none, default 10)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)
stderr_capture_maxbytes=1MB ; number of bytes in 'capturemode' (default 0)

0 comments on commit ee058df

Please sign in to comment.