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: oci-pulumi-self-service/livelabs/ocw24-livelabs/01-prepare-tenancy/prepare.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,13 +164,7 @@ To simplify the remaining steps in the workshop, we recommend using an OCI comup
164
164
165
165
>Note: You can copy the entire block of commands and paste it in your terminal. You might be prompted a few times to press enter to accept the defaults, or type `Y` to agree.
166
166
167
-
4. Restart the shell session.
168
-
169
-
```bash
170
-
<copy>
171
-
source ~/.profile
172
-
</copy>
173
-
```
167
+
4. Part of the code block above alters the permissions for the Ubuntu user. To instantiate the changes, you must exit and reconnect to your SSH session.
174
168
175
169
>Note: The best way to check permissions is to run `docker ps` - if you get an error, you'll need to disconnect from the server, then reconnect (to fully recycle your user session)
Copy file name to clipboardExpand all lines: oci-pulumi-self-service/livelabs/ocw24-livelabs/02-deploy-infra/deploy-infra.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Estimated time: 20 minutes
50
50
For more information, please visit the project page: https://www.pulumi.com/docs/
51
51
```
52
52
53
-
## Create a Python virtual environment and install the Pulumi OCI provider
53
+
## Task 2: Create a Python virtual environment and install the Pulumi OCI provider
54
54
55
55
1. Create a new Python virtual environment with Python 3.10
56
56
@@ -105,7 +105,7 @@ Estimated time: 20 minutes
105
105
106
106
4. Provide a name the stack (e.g. OCW-2024) and press enter.
107
107
108
-
## Task 2: Build out your Pulumi project
108
+
## Task 3: Build out your Pulumi project
109
109
110
110
1. Now that you have a Pulumi stack, you'll need to provide some environment configuration details. Copy the commands below to a text file and replace the `<placeholder>` values with the data you gathered in lab 1.
111
111
@@ -180,7 +180,7 @@ Estimated time: 20 minutes
180
180
181
181

182
182
183
-
## Task 3: Create a new Pulumi Environment
183
+
## Task 4: Create a new Pulumi Environment
184
184
Pulumi environments, secrets, and configuration - or ESC for short - enables teams to centralize secrets and configuration data in a central repository. ESC is intended to provide frictionless security, improve developer efficiency, enhance compliance, and mitigate sprawl. On top of that, ESC easiliy integrates with a variety of platforms, making it a cinch to add to your IaC efforts.
185
185
186
186
1. Return to the app.pulumi.com portal, making sure you're logged in, and click **Environments** on the left navigation menu.
@@ -202,11 +202,11 @@ Pulumi environments, secrets, and configuration - or ESC for short - enables tea
202
202
oracle:
203
203
default:
204
204
userOcid: <you user OCID here>>
205
-
fingerprint: <your API key fingerprint here>>
206
-
tenancyOcid: <your tenancy OCID here>
207
-
region: <your selected region here>
208
-
privateKey:
209
-
fn::secret: "<paste API private key contents here>"
205
+
fingerprint: <your API key fingerprint here>>
206
+
tenancyOcid: <your tenancy OCID here>
207
+
region: <your selected region here>
208
+
privateKey:
209
+
fn::secret: "<paste API private key contents here>"
210
210
# Configuration nested under the "pulumiConfig" key will be available to Pulumi stacks that
211
211
# reference this Environment during `pulumi up/preview/refresh/destroy`
212
212
pulumiConfig:
@@ -218,7 +218,7 @@ Pulumi environments, secrets, and configuration - or ESC for short - enables tea
218
218
</copy>
219
219
```
220
220
221
-
>Note: Your pasted values should look something like this:
221
+
>Note: Your pasted values should look something like the following. You may need to indent the contents of your API key to align with `fn::secret` as shown below:
Copy file name to clipboardExpand all lines: oci-pulumi-self-service/livelabs/ocw24-livelabs/04-oke-template/oke-template.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ In this lab you will register additional templates from a Github repository, the
56
56
57
57
2. Given the addition of two entities in the first task, we can now track component ownership. As you provision additional components related to particular groups, it is easy to explore the relationships between the different entities.
0 commit comments