Set container_name as host_var in test inventory
The connection plugin no longer falls back on using the inventory_hostname as the container_name. Set container_name as a host var for each container in the test inventory. In this role's case there are no containers, so I've just removed the group_var so that the test setup is uniform with other roles which do use containers. Change-Id: If491e94c5d66f7e236bd344980b3d63ab22761d5
This commit is contained in:
parent
e62715f740
commit
7f30f33f23
@ -13,7 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
container_name: "{{ inventory_hostname }}"
|
||||
container_networks:
|
||||
management_address:
|
||||
address: "{{ ansible_host }}"
|
||||
|
Loading…
Reference in New Issue
Block a user