File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ prerequisites_powervs(){
111
111
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:- " capibm-powervs-centos-streams8-1-25-1" }
112
112
export IBMPOWERVS_SERVICE_INSTANCE_ID=${BOSKOS_RESOURCE_ID:- " d53da3bf-1f4a-42fa-9735-acf16b1a05cd" }
113
113
export IBMPOWERVS_NETWORK_NAME=" capi-net-$( cat /dev/urandom | tr -dc ' a-zA-Z0-9' | head --bytes 5) "
114
- # Setting controller loglevel to allow debug logs from the PowerVS client
115
- export LOGLEVEL=5
116
114
}
117
115
118
116
prerequisites_vpc (){
@@ -124,8 +122,6 @@ prerequisites_vpc(){
124
122
export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2004-kube-v1-25-2" }
125
123
export IBMVPC_PROFILE=${IBMVPC_PROFILE:- " bx2-4x16" }
126
124
export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:- " vpc-cloud-bot-key" }
127
- # Setting controller loglevel to allow debug logs from the VPC client
128
- export LOGLEVEL=5
129
125
}
130
126
131
127
prerequisites_vpc_load_balancer (){
@@ -167,6 +163,12 @@ main(){
167
163
HEART_BEAT_PID=$( echo $! )
168
164
fi
169
165
166
+ # Set common variables
167
+ export LOGLEVEL=5
168
+ # Setting controller loglevel to allow debug logs from the VPC/PowerVS client
169
+ export DOCKER_BUILDKIT=1
170
+
171
+
170
172
if [[ " ${E2E_FLAVOR} " == " powervs" || " ${E2E_FLAVOR} " == " powervs-md-remediation" ]]; then
171
173
prerequisites_powervs
172
174
init_network_powervs
You can’t perform that action at this time.
0 commit comments