Bug 1439615
| Summary: | docker service disabled on compute node after upgrading overcloud to containarized services | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Artem Hrechanychenko <ahrechan> |
| Component: | openstack-containers | Assignee: | Jiri Stransky <jstransk> |
| Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> |
| Severity: | high | Docs Contact: | Andrew Burden <aburden> |
| Priority: | urgent | ||
| Version: | 12.0 (Pike) | CC: | lruzicka, m.andre, mbultel, ohochman |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 12.0 (Pike) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-13 19:14:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Artem Hrechanychenko
2017-04-06 10:24:41 UTC
it might be that the compute-nodes are not being upgraded entirely, and therefore the services are not switching from BM to containers. It might eventually be under the Upgrade:DFG to deal with. Indeed the default roles_data excludes computes from the main upgrade step. https://github.com/openstack/tripleo-heat-templates/blob/24a5fd643919bd3197d1ccc7f70273a9a70511e9/roles_data.yaml#L143 Excluding compute from the main step is probably correct and we should implement the compute part of the upgrade as a separate part of the workflow. Moving this to the Upgrades DFG. This was reported back in April when i was prototyping the upgrade to containerized deployments, and the compute upgrade (via upgrade-non-controller.sh) wasn't done at all, so the computes just didn't upgrade. I think with the way Upgrades DFG has been progressing on the upgrades implementation, the compute node upgrades should now be working via upgrade-non-controller.sh, including enablement of docker service on computes. Most likely this doesn't need any action on dev side and we can just retest. After upgrade: [root@compute-0 heat-admin]# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b9f97c08326f rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp12/openstack-cron-docker:20171103.1 "kolla_start" 7 minutes ago Up 7 minutes logrotate_crond 14d575d1d464 rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp12/openstack-nova-compute-docker:20171103.1 "kolla_start" 7 minutes ago Up 7 minutes (unhealthy) nova_migration_target 2792baedf241 rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp12/openstack-nova-compute-docker:20171103.1 "kolla_start" 7 minutes ago Up 7 minutes (healthy) nova_compute bfb10f54c32a rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp12/openstack-nova-libvirt-docker:20171103.1 "kolla_start" 10 minutes ago Up 10 minutes nova_libvirt d35b17844688 rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp12/openstack-nova-libvirt-docker:20171103.1 "kolla_start" 10 minutes ago Up 10 minutes nova_virtlogd 7188ed13743e rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp12/openstack-ceilometer-compute-docker:20171103.1 "kolla_start" 33 minutes ago Up 32 minutes ceilometer_agent_compute 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-2017:3457 |