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
## Expected Output of following commands from Installation Script
2
+
3
+
Make sure you follow all the steps in Prerequisites here at [CRC for Openshift Reporting Backend](https://github.com/dburugupalli/SSMT/blob/feature-1/Documentation/Installing_crc.md). and go as per the instruction printed on terminal before and after every command is executed when you run the script.
4
+
5
+
6
+
### Output after Metering Operator Installation for local OCP cluster.
At a minimum, you need to configure persistent storage and configure the Hive metastore.[Refer Samples](https://docs.openshift.com/container-platform/4.3/metering/configuring_metering/metering-about-configuring.html#metering-about-configuring)
3. Run the installation script file with command -
43
33
44
-
At a minimum, you need to configure persistent storage and configure the Hive metastore.[Refer Samples](https://docs.openshift.com/container-platform/4.3/metering/configuring_metering/metering-about-configuring.html#metering-about-configuring)
#### Verify Metering Stack / Configuration for local OCP cluster
38
+
Every steps tells you what it does and print the output of each command on terminal after it's executed.
39
+
40
+
Expected output of few commands is mentioned here [Script Details](https://github.com/skanthed/SSMT/blob/bash-script/Documentation/Installation-script.md)
73
41
74
-
```bash
75
-
oc get reportdatasources -n openshift-metering | grep -v raw
76
-
```
77
-
Metering stack creates sample instances of reportdatasource and reportqueries custom resources.
78
42
79
43
### Creating Reports
80
44
@@ -83,15 +47,14 @@ For Now, lets use the pre-defined reportdatasources and reportqueries to generat
0 commit comments