openstack_user_config duplicate veth names
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack-Ansible |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
The inventory generation probably should detect and generate an error when there are duplicate veth names defined within openstack_
Causes ssh errors when attempting to run playbooks lxc-container-
root@infra1:
---
cidr_networks:
container: 10.150.241.0/24
tunnel: 10.150.242.0/24
storage: 10.150.243.0/24
used_ips:
- "10.150.
- "10.150.
- "10.150.
global_overrides:
internal_
# The external IP is quoted simply to ensure that the .aio file can be used as input
# dynamic inventory testing.
external_
tunnel_bridge: "br-vxlan"
management_
provider_
- network:
ip_from_q: "container"
type: "raw"
- all_containers
- hosts
- network:
ip_from_q: "tunnel"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
- neutron_
- network:
type: "flat"
net_name: "flat"
- neutron_
- network:
type: "vlan"
range: "1:1"
net_name: "vlan"
- neutron_
- network:
ip_from_q: "storage"
type: "raw"
- glance_api
- cinder_api
- cinder_volume
- nova_compute
- swift_proxy
root@infra1:
---
cidr_networks:
container: 10.150.241.0/24
tunnel: 10.150.242.0/24
storage: 10.150.243.0/24
used_ips:
- "10.150.
- "10.150.
- "10.150.
global_overrides:
internal_
# The external IP is quoted simply to ensure that the .aio file can be used as input
# dynamic inventory testing.
external_
tunnel_bridge: "br-vxlan"
management_
provider_
- network:
ip_from_q: "container"
type: "raw"
- all_containers
- hosts
- network:
ip_from_q: "tunnel"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
- neutron_
- network:
type: "flat"
"/etc/openstack
infra1:
ip: 10.150.240.6
infra2:
ip: 10.150.240.7
infra3:
ip: 10.150.240.8
identity_hosts:
infra1:
ip: 10.150.240.6
infra2:
ip: 10.150.240.7
infra3:
ip: 10.150.240.8
compute_hosts:
compute1:
ip: 10.150.240.9
storage_hosts:
storage1:
ip: 10.150.240.5
# container_vars:
# cinder_backends:
# limit_container
# lvm:
# volume_group: cinder-volumes
# volume_driver: cinder.
# volume_
log_hosts:
haproxy_log:
ip: 10.150.240.10
network_hosts:
infra1:
ip: 10.150.240.6
infra2:
ip: 10.150.240.7
infra3:
ip: 10.150.240.8
haproxy_hosts:
haproxy_log:
ip: 10.150.240.10
Changed in openstack-ansible: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
This is a wishlist item for feature addition.
On another topic, are you sure you want these defined that way?
container_ interface: "eno12"
host_bind_override: "eno12"