-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
0
-
False
-
-
False
-
?
-
rhos-ops-day1day2-upgrades
-
None
-
-
-
-
Moderate
Context:
** Run adoption on RHOSP 17.1 with OVN gateway on the control plane
To Reproduce Steps to reproduce the behavior:
- Follow adoption documentation (https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/adopting_a_red_hat_openstack_platform_17.1_deployment/adopting-data-plane_adopt-control-plane#adopting-networker-services-to-the-data-plane_data-plane)
- On step 5.4.1 (Adopting Networker services to the RHOSO data plane), add the env vars ANSIBLE_VERBOSITY to 3 on the OpenStackDataPlaneNodeSet template.
```
...
env:
- name: ANSIBLE_CALLBACKS_ENABLED
value: "profile_tasks"
- name: ANSIBLE_FORCE_COLOR
value: "True"
- name: ANSIBLE_VERBOSITY
value: "3"...
```
- Run the step 6
```
$ oc apply -f - <<EOF
apiVersion: dataplane.openstack.org/v1beta1
kind: OpenStackDataPlaneDeployment
metadata:
name: openstack-networker
spec:
nodeSets:
- openstack-networker
EOF
```
- See error
Check logs of the ansible pod running the deployment, playbook stay stuck at the gather facts task.
Note that the issue does not appear with verbosity set to 1.
Expected behavior
- Ansible not stuck with any verbosity
Known workaround
- Do not change ansible verbosity (default to 1)