File tree 4 files changed +7
-259
lines changed
4 files changed +7
-259
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function qubinode_product_deployment () {
9
9
10
10
# the product_opt is still use by some functions and it should be refactored
11
11
product_opt=" ${PRODUCT_OPTION} "
12
- AVAIL_PRODUCTS=" okd4 ocp4 ai_sno satellite idm kvmhost tower kcli gozones ipilab kvm_install_vm vyos_router deploy_vyos_router sushy_tools"
12
+ AVAIL_PRODUCTS=" okd4 ocp4 ai_svc_universal satellite idm kvmhost tower kcli gozones ipilab kvm_install_vm vyos_router deploy_vyos_router sushy_tools"
13
13
case $PRODUCT_OPTION in
14
14
okd4)
15
15
openshift4_variables
@@ -149,14 +149,14 @@ function qubinode_product_deployment () {
149
149
fi
150
150
;;
151
151
152
- ai_sno )
152
+ ai_svc_universal )
153
153
if [ " A${qubinode_maintenance} " == " Atrue" ]
154
154
then
155
- ai_sno_tools_maintenance
155
+ ai_svc_universal_tools_maintenance
156
156
else
157
157
printf " %s\n" " ${blu} Please pass required command${end} "
158
- printf " %s\n" " ${blu} ./qubinode-installer -p ai_sno -m create${end} "
159
- printf " %s\n" " ${blu} ./qubinode-installer -p ai_sno -m destroy${end} "
158
+ printf " %s\n" " ${blu} ./qubinode-installer -p ai_svc_universal -m create${end} "
159
+ printf " %s\n" " ${blu} ./qubinode-installer -p ai_svc_universal -m destroy${end} "
160
160
fi
161
161
;;
162
162
Original file line number Diff line number Diff line change 124
124
. " ${project_dir} /lib/qubinode_kcli.sh"
125
125
. " ${project_dir} /lib/qubinode_baremetal_ipi_lab.sh"
126
126
. " ${project_dir} /lib/qubinode_lab_sushy.sh"
127
- . " ${project_dir} /lib/qubinode_ai_sno .sh"
127
+ . " ${project_dir} /lib/qubinode_ai_svc_universal .sh"
128
128
129
129
# Exit if this is executed as the root user
130
130
if is_root; then
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ logical_volumes:
140
140
# ################################
141
141
142
142
# Hardware profiles
143
+ # For default network 192.168.150 for vyos refere to vyos_env file for external network add your octect the list
143
144
openshift_network_octect : 192.168.150
144
145
qubinode_minimal_memory : 30
145
146
qubinode_standard_memory : 80
You can’t perform that action at this time.
0 commit comments