File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
environments/stackhpc-baremetal/ansible Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22- name : Check baremetal compute node bmc is up
33 hosts : baremetal
44 gather_facts : false
5+ become : true
56 max_fail_percentage : >-
67 {{ baremetal_compute_register_max_fail_percentage |
78 default(baremetal_compute_max_fail_percentage) |
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ stackhpc_release_pulp_domain: "ark.stackhpc.com"
4646stackhpc_release_pulp_url : " {{ stackhpc_release_pulp_scheme }}://{{ stackhpc_release_pulp_domain }}"
4747
4848# Credentials used to access the StackHPC Pulp service.
49- # stackhpc_release_pulp_username:
50- # stackhpc_release_pulp_password:
49+ stackhpc_release_pulp_username :
50+ stackhpc_release_pulp_password :
5151
5252# Content URL of the StackHPC Pulp service.
5353stackhpc_release_pulp_content_url : " {{ stackhpc_release_pulp_url }}/pulp/content"
You can’t perform that action at this time.
0 commit comments