Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/vars/all.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public_vlan: false
# Enables FIPs security standard
enable_fips: false

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars/ibmcloud.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ocp_build: "ga"
# For 'dev' builds some examples of what you can use are 'candidate-4.16' or just 'latest'
ocp_version: "latest-4.17"

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/ibmcloud_id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-mno-byol.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public_vlan: false
# Enables FIPs security standard
enable_fips: false

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-mno-ibmcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ ocp_build: "ga"
# For 'dev' builds some examples of what you can use are 'candidate-4.16' or just 'latest'
ocp_version: "latest-4.17"

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/ibmcloud_id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-mno-performancelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public_vlan: false
# Enables FIPs security standard
enable_fips: false

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-mno-scalelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public_vlan: false
# Enables FIPs security standard
enable_fips: false

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-sno-ibmcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ocp_build: "ga"
# For 'dev' builds some examples of what you can use are 'candidate-4.16' or just 'latest'
ocp_version: "latest-4.17"

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/ibmcloud_id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-sno-performancelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public_vlan: false
# Enables FIPs security standard
enable_fips: false

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/id_rsa
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-sno-scalelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public_vlan: false
# Enables FIPs security standard
enable_fips: false

# Enables Operators CNV and LSO install at deployment timeframe
# Enables Operators CNV and LSO install at deployment timeframe (GA releases only)
enable_cnv_install: false

ssh_private_key_file: ~/.ssh/id_rsa
Expand Down