Skip to content

Commit 8071839

Browse files
author
rocky Cloud User
committed
edits baremetal 2 script in stackhpc-baremetal env
1 parent d89cc63 commit 8071839

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

etc/kayobe/environments/stackhpc-baremetal/ansible/baremetal-2-ensure-redfish-inspect.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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) |

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ stackhpc_release_pulp_domain: "ark.stackhpc.com"
4646
stackhpc_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.
5353
stackhpc_release_pulp_content_url: "{{ stackhpc_release_pulp_url }}/pulp/content"

0 commit comments

Comments
 (0)