You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConstraintDescription: Must be a valid EC2 instance type.
93
93
KeyPair:
94
94
Description: Name of an existing EC2 KeyPair to enable SSH access to the Head Node. If no key pairs exist, please create one from the button next to the dropdown. Please contact your Administrator if you are unable to create one.
@@ -110,7 +110,7 @@ Parameters:
110
110
Description: Specify the instance types to be used to carry out the computation. You can specify one or more family or instance type. The option 'optimal' chooses the best fit of M4, C4, and R4 instance types available in the region.
Copy file name to clipboardExpand all lines: dump/configs.json
+78-2Lines changed: 78 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,11 @@
113
113
"value": "Example : This project uses remotely sensed data products and measurements for studying processes.",
114
114
"tags": ["project_desc"]
115
115
},
116
+
{
117
+
"key" : "How can I add more than 1 project at a time?",
118
+
"value" : "We have a Project Copies field using which we can create N number of projects at a time.",
119
+
"tags" : ["project_copies"]
120
+
},
116
121
{
117
122
"key": "Budget Available : Budget should be greater then 0",
118
123
"value": "Example : 1000",
@@ -137,6 +142,16 @@
137
142
"key": "What products can I get from the Standard Catalog",
138
143
"value": "The RLCatalyst Research Gateway standard catalog brings in many of the products commonly used in scientific research computing. The products span many different categories like compute, storage, databases etc. For a full list click https://researchgateway.readthedocs.io/en/latest/Appendices.html#appendix-b",
139
144
"tags": ["add_products"]
145
+
},
146
+
{
147
+
"key" : "What products can I get from the Bring all catalog items?",
148
+
"value" : "This option will sync all the products which do not have a project tag that matches any of the projects in this account. For BYOC to work, the role assumed by the Portal in the project account must be added to the portfolio manually",
149
+
"tags" : ["ownCatalog"]
150
+
},
151
+
{
152
+
"key" : "What products can I get from the Bring specific catalog items?",
153
+
"value" : "This option will pull in any products that are tagged with the same tag which user provides in the UI. For BYOC to work, the role assumed by the Portal in the project account must be added to the portfolio manually",
0 commit comments