Skip to content

Commit

Permalink
Ds app79 addon (#1495)
Browse files Browse the repository at this point in the history
* commit to main

* Update onboarding-admin-listing.json

* docker filemeta

* Refactor SystemAccessStepV3 display_name and description

* Refactor display_name and description in SystemAccessStepV3
  • Loading branch information
van-go authored Dec 5, 2024
1 parent 32cf2f9 commit 086b1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
{
"step": "designsafe.apps.onboarding.steps.system_access_v3.SystemAccessStepV3",
"displayName": "System Access",
"description": "Setting up access to TACC storage and execution systems. No action required.",
"displayName": "Data Depot Setup Status",
"description": "Data Depot Setup will initiate automatically once the Initial Onboarding Status is Complete. When Data Depot Setup Status is Complete you will be able to access the Data Depot private storage areas which is also a prerequisite to utilizing the HPC-enabled tools and applications. Reply to the onboarding ticket if Initial Onboarding Status is Complete but Data Depot Setup doesn't change to Complete.",
"userConfirm": "Confirm",
"staffApprove": "Approve",
"staffDeny": "Deny",
Expand Down
4 changes: 2 additions & 2 deletions designsafe/apps/onboarding/steps/system_access_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ class SystemAccessStepV3(AbstractStep):
"""System Access Step for Onboarding."""

def display_name(self):
return "System Access"
return "Data Depot Setup Status"

def description(self):
return "Setting up access to TACC storage and execution systems. No action required."
return "Data Depot Setup will initiate automatically once the Initial Onboarding Status is Complete. When Data Depot Setup Status is Complete you will be able to access the Data Depot private storage areas which is also a prerequisite to utilizing the HPC-enabled tools and applications. Reply to the onboarding ticket if Initial Onboarding Status is Complete but Data Depot Setup doesn't change to Complete."

def prepare(self):
self.state = SetupState.PENDING
Expand Down

0 comments on commit 086b1d8

Please sign in to comment.