physical_skel containers group has unexpected hosts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Confirmed
|
Low
|
Jimmy McCrory |
Bug Description
For each of the service environment files, the containers group within the phsyical_skel that belongs_to 'all_containers' contains either all containers within an environment orno hosts at all.
For example:
https:/
nova.yml
--------
physical_skel:
compute-
belongs_to:
- all_containers
In openstack_
"compute-
"children": [
],
"hosts": []
}
# ansible compute-
Variable files: "-e @/etc/openstack
hosts (23):
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
aio1_
https:/
memcache.yml
-----------
physical_skel:
memcaching_
belongs_to:
- all_containers
In openstack_
"memcaching
"children": [],
"hosts": []
}
# ansible memcaching_
Variable files: "-e @/etc/openstack
[WARNING]: No hosts matched, nothing to do
hosts (0):
Changed in openstack-ansible: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in openstack-ansible: | |
assignee: | nobody → Jimmy McCrory (jimmy-mccrory) |
On master.