Skip to content

Commit

Permalink
fix: Metrics and install-prerequisites now off (for new AWX)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Nov 13, 2024
1 parent 40b2d37 commit c97ce76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/fragalysis-stack/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ stack_logging_framework_root_level: INFO
stack_wait_for_graph: yes

# Metrics?
stack_deploy_metrics: yes
stack_deploy_metrics: no

# ISPyB/SSH variables ---------------------------------------------------------
# These are set from vars/sensitive.vault
Expand Down
5 changes: 3 additions & 2 deletions roles/fragalysis-stack/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ wait_for_bind: no
bind_timeout: 120
# Install prerequisite Python modules?
# Normally required from early AWX, not expected when run from a control machine
# (where modules are expected to have been installed).
install_prerequisite_python_modules: yes
# (where modules are expected to have been installed) and not from more recent
# AWX servers (live v23 onwards) where the modules are already present.
install_prerequisite_python_modules: no

0 comments on commit c97ce76

Please sign in to comment.