Description of problem:
Deployment exits with 'Connection is already closed' without running post deployment steps:
TASK [Run puppet host configuration for step 2] ********************************
Tuesday 27 November 2018 16:29:44 -0500 (0:00:00.290) 0:15:49.553 ******
changed: [openshift-infra-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-master-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-worker-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-infra-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-infra-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-worker-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-worker-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-master-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-master-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
Connection is already closed.
real 95m51.391s
user 0m14.089s
sys 0m0.985s
Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-9.0.1-0.20181013060891.el7ost.noarch
How reproducible:
when registering nodes to portal(I am assuming deployment is slower because of this)
Steps to Reproduce:
1. Create a script /home/stack/overcloud_deploy.sh:
time openstack overcloud deploy \
--stack openshift \
--templates \
-r /home/stack/openshift_roles_data.yaml \
-n /home/stack/network_data.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/openshift.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/openshift-cns.yaml \
-e /home/stack/openshift_env.yaml \
-e /home/stack/nodes.yaml \
-e /home/stack/containers-prepare-parameter.yaml \
-e /home/stack/repo.yaml
2. Run script:
bash /home/stack/overcloud_deploy.sh
Actual results:
TASK [Run puppet host configuration for step 2] ********************************
Tuesday 27 November 2018 16:29:44 -0500 (0:00:00.290) 0:15:49.553 ******
changed: [openshift-infra-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-master-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-worker-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-infra-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-infra-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-worker-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-worker-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-master-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
changed: [openshift-master-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
Connection is already closed.
real 95m51.391s
user 0m14.089s
sys 0m0.985s
Expected results:
The deployment runs all the steps.
Additional info:
Attaching /var/lib/mistral/openshift and /var/log/containers.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2019:0045
Description of problem: Deployment exits with 'Connection is already closed' without running post deployment steps: TASK [Run puppet host configuration for step 2] ******************************** Tuesday 27 November 2018 16:29:44 -0500 (0:00:00.290) 0:15:49.553 ****** changed: [openshift-infra-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-master-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-worker-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-infra-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-infra-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-worker-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-worker-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-master-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-master-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} Connection is already closed. real 95m51.391s user 0m14.089s sys 0m0.985s Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-9.0.1-0.20181013060891.el7ost.noarch How reproducible: when registering nodes to portal(I am assuming deployment is slower because of this) Steps to Reproduce: 1. Create a script /home/stack/overcloud_deploy.sh: time openstack overcloud deploy \ --stack openshift \ --templates \ -r /home/stack/openshift_roles_data.yaml \ -n /home/stack/network_data.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/openshift.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/openshift-cns.yaml \ -e /home/stack/openshift_env.yaml \ -e /home/stack/nodes.yaml \ -e /home/stack/containers-prepare-parameter.yaml \ -e /home/stack/repo.yaml 2. Run script: bash /home/stack/overcloud_deploy.sh Actual results: TASK [Run puppet host configuration for step 2] ******************************** Tuesday 27 November 2018 16:29:44 -0500 (0:00:00.290) 0:15:49.553 ****** changed: [openshift-infra-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-master-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-worker-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-infra-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-infra-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-worker-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-worker-0] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-master-2] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} changed: [openshift-master-1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true} Connection is already closed. real 95m51.391s user 0m14.089s sys 0m0.985s Expected results: The deployment runs all the steps. Additional info: Attaching /var/lib/mistral/openshift and /var/log/containers.