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
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ Click the "Add to project" button, and select create in new project.
10
10
11
11
## 2. Prereqs in target account
12
12
13
-
- Create an API key in the target account. Keep note of it. Give it admin privilege for now ( will be narrowed down in future version )
14
-
- Create a resource group in the target account (this steps is temporary in current alpha version).
13
+
- Create an API key in the target account. Keep note of it. Give it admin privilege for now. Exact permissions will be narrowed down in future version.
14
+
- Create a resource group in the target account. This steps is temporary in current alpha version - resource groups will be created in the base account DA in future versions.
15
15
16
16
17
17
## 3. Set the input configuration for the stack
18
18
19
-
- Clone this repository locally
20
-
- Create a file with name ".def.json" with the following content. Ensure region is either us-south or eu-de (watsonx limitation for now)
19
+
- Clone this repository locally - and checkout the dev branch.
20
+
- Create a file with name ".def.json" with the following content. Important: ensure region is either us-south or eu-de as watsonx can only be deployed in those 2 locations for now.
21
21
22
22
```json
23
23
{
@@ -28,7 +28,8 @@ Click the "Add to project" button, and select create in new project.
28
28
"region": "<region where resources are deployed>",
- Set STACK_CONFIG_ID to the id of the config corresponding to the stack
61
60
61
+
Tips: to accelerate iteration you may deploy only a subset of the configurations: the bare minimum are key management, security manager, watson saas, alm and rag configuration da. Base account, observability and SCC are not on the critical path to get the app running.
62
62
63
63
## 6. Run ./deploy-many.sh
64
64
65
65
- Ensure you are login using ibmcloud login --sso
66
66
- Execute ./deploy-many.sh
67
67
68
+
Tips: If deployment fail in one of the DA, you may need to remove the configuration id of the deployment that already passes before re-running the script.
0 commit comments