Skip to content

Commit

Permalink
updates samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tcskill committed Nov 16, 2022
1 parent 36bbd18 commit e8c4055
Show file tree
Hide file tree
Showing 19 changed files with 119 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/samples/sample_appcon_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds AppConnect to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: AppCon
metadata:
Expand Down
7 changes: 7 additions & 0 deletions config/samples/sample_cp4d_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
#
# Note: Install Foundation first then other components
#
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
5 changes: 5 additions & 0 deletions config/samples/sample_cp4d_wsl_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - CP4D Foundation is installed
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
8 changes: 8 additions & 0 deletions config/samples/sample_hpu_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Adds HP&U latest release to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - Health is installed
# - CP4D/WSL
# - AppConnect
#
apiVersion: masauto.ibm.com/v1alpha1
kind: HPU
metadata:
Expand Down
5 changes: 5 additions & 0 deletions config/samples/sample_iot_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Add IoT latest application to an existing MAS Core 8.8.x installation
#
# Dependencies:
# - Core is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: IoT
metadata:
Expand Down
5 changes: 5 additions & 0 deletions config/samples/sample_manage_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Add Manage latest application to an existing MAS Core 8.8.x installation
#
# Dependencies:
# - Core
#
apiVersion: masauto.ibm.com/v1alpha1
kind: Manage
metadata:
Expand Down
8 changes: 8 additions & 0 deletions config/samples/sample_monitor_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Adds Monitor latest release to an existing MAS Core 8.8.x + IoT 8.5.x installation
#
# Monitor will be configured to use the same db2 instance that IoT is using
#
# Dependencies:
# - Core is installed
# - IoT is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: Monitor
metadata:
Expand Down
10 changes: 10 additions & 0 deletions config/samples/sample_predict_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Adds Predict latest release to an existing MAS v8.8.x installation
#
# Predict will be deployed and configured. Note this app has several dependencies
#
# Dependencies:
# - CP4D Foundation
# - CP4D Services: wsl, wml, spark, aiopenscale
# - Maximo Monitor
# - Maximo Health
#
apiVersion: masauto.ibm.com/v1alpha1
kind: Predict
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_appcon_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds AppConnect to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: AppCon
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_cp4d_ai_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - CP4D Foundation is installed
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_cp4d_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_cp4d_spark_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - CP4D Foundation is installed
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_cp4d_wml_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - CP4D Foundation is installed
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_cp4d_wsl_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Adds CP4D to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - CP4D Foundation is installed
apiVersion: masauto.ibm.com/v1alpha1
kind: CP4D
metadata:
Expand Down
8 changes: 8 additions & 0 deletions samples/sample_hpu_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Adds HP&U latest release to an existing MAS Core 8.8.x
#
# Dependencies:
# - Core is installed
# - Health is installed
# - CP4D/WSL
# - AppConnect
#
apiVersion: masauto.ibm.com/v1alpha1
kind: HPU
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_iot_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Add IoT latest application to an existing MAS Core 8.8.x installation
#
# Dependencies:
# - Core is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: IoT
metadata:
Expand Down
5 changes: 5 additions & 0 deletions samples/sample_manage_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Add Manage latest application to an existing MAS Core 8.8.x installation
#
# Dependencies:
# - Core
#
apiVersion: masauto.ibm.com/v1alpha1
kind: Manage
metadata:
Expand Down
8 changes: 8 additions & 0 deletions samples/sample_monitor_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Adds Monitor latest release to an existing MAS Core 8.8.x + IoT 8.5.x installation
#
# Monitor will be configured to use the same db2 instance that IoT is using
#
# Dependencies:
# - Core is installed
# - IoT is installed
#
apiVersion: masauto.ibm.com/v1alpha1
kind: Monitor
metadata:
Expand Down
10 changes: 10 additions & 0 deletions samples/sample_predict_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Adds Predict latest release to an existing MAS v8.8.x installation
#
# Predict will be deployed and configured. Note this app has several dependencies
#
# Dependencies:
# - CP4D Foundation
# - CP4D Services: wsl, wml, spark, aiopenscale
# - Maximo Monitor
# - Maximo Health
#
apiVersion: masauto.ibm.com/v1alpha1
kind: Predict
metadata:
Expand Down

0 comments on commit e8c4055

Please sign in to comment.