Skip to content

Commit

Permalink
CRAYSAT-1942: Drop internal default values for rootfs_provider{,passt…
Browse files Browse the repository at this point in the history
…hrough} from sat bootprep
  • Loading branch information
ethanholen-hpe committed Dec 17, 2024
1 parent 57b56ba commit eec7bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sat/apiclient/bos.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def get_base_boot_set_data():
dict: the base data to use as a starting point for a boot set
"""
return {
'rootfs_provider': 'cpss3',
'rootfs_provider': '',
# TODO (CRAYSAT-898): update default hostname for authoritative DNS changes
'rootfs_provider_passthrough': 'dvs:api-gw-service-nmn.local:300:nmn0'
'rootfs_provider_passthrough': ''
}

def get_session(self, session_id):
Expand Down

0 comments on commit eec7bfa

Please sign in to comment.