Skip to content

Commit 4943df5

Browse files
add oci_images.tf; update dashboard import instructions
1 parent c670c05 commit 4943df5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Dashboards needs to be imported manually. Below is an example for importing Dash
138138
139139
1. Download and configure [OCI CLI](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm) or open cloud-shell where OCI CLI is pre-installed. Alternative methods like REST API, SDK, Terraform etc can also be used.
140140
2. Find the **OCID** of the compartment, where the dashboards need to be imported.
141-
3. Download the dashboard JSONs from [here](logan/terraform/oke/modules/dashboards/dashboards_json/) (TBD).
141+
3. Download the dashboard JSONs from [here](terraform/modules/dashboards/dashboards_json/).
142142
4. **Replace** all the instances of the keyword - "`${compartment_ocid}`" in the JSONs with the **Compartment OCID** identified in previous step.
143143
* Following command is for quick reference that can be used in a linux/cloud-shell envirnment :
144144
@@ -153,6 +153,7 @@ Dashboards needs to be imported manually. Below is an example for importing Dash
153153
oci management-dashboard dashboard import --from-json file://node.json
154154
oci management-dashboard dashboard import --from-json file://workload.json
155155
oci management-dashboard dashboard import --from-json file://pod.json
156+
oci management-dashboard dashboard import --from-json file://service-type-lb.json
156157
```
157158
158159
##### 4 Uninstall

terraform/oke/oci_images.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.

0 commit comments

Comments
 (0)