Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing ANSIBLE_ENABLE_TASK_DEBUGGER #35

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions validated_arch_1/stage5/openstackdataplanenodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# members:
# - type: interface
# name: enp7s0 <---- change
# - Change "spec.nodeTemplate.ansible.ansibleVars.edpm_sshd_allowed_ranges[0]" to
# - Change "spec.nodeTemplate.ansible.ansibleVars.edpm_sshd_allowed_ranges[0]" to
# match the CIDR of your control plane network, if necessary
# - Change "edpm_bootstrap_command" to include subscription-manager and podman login
# commands to register the EDPM nodes as in https://access.redhat.com/solutions/253273
# - Change the "spec.nodes[].ansible.ansibleHost" and "spec.nodes[].networks[0].fixedIP" values
# - Change the "spec.nodes[].ansible.ansibleHost" and "spec.nodes[].networks[0].fixedIP" values
# to match the control plane IPs of your nodes, if necessary
#

Expand All @@ -26,8 +26,6 @@ spec:
value: profile_tasks
- name: ANSIBLE_FORCE_COLOR
value: "True"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
networkAttachments:
- ctlplane
nodeTemplate:
Expand Down
2 changes: 0 additions & 2 deletions validated_arch_1/stage6/openstackdataplanenodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ spec:
value: profile_tasks
- name: ANSIBLE_FORCE_COLOR
value: "True"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
networkAttachments:
- ctlplane
nodeTemplate:
Expand Down