Last active
November 30, 2020 03:24
-
-
Save houming818/a33a47f129f68ca02a2dfd251798895f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lxc-start dev-01_aodh_container-759dcdae 20201127093610.435 INFO network - network.c:instantiate_veth:143 - Retrieved mtu 1500 | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.437 ERROR utils - utils.c:run_command_internal:1648 - Failed to exec command | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.437 ERROR network - network.c:lxc_ovs_attach_bridge:2008 - Failed to attach "br-mgmt" to openvswitch bridge "75$ | |
dcdae_ens33": lxc-start: dev-01_aodh_container-759dcdae: utils.c: run_command_internal: 1648 Failed to exec command | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.437 ERROR network - network.c:instantiate_veth:173 - Operation not permitted - Failed to attach "759dcdae_ens33$ | |
to bridge "br-mgmt" | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.465 ERROR network - network.c:lxc_create_network_priv:2577 - Failed to create network device | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.465 ERROR start - start.c:lxc_spawn:1682 - Failed to create the network | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.465 INFO network - network.c:lxc_delete_network_priv:2721 - Interface "ens33" with index 121 already deleted o$ | |
existing in different network namespace | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.465 INFO network - network.c:lxc_delete_network_priv:2725 - Removed interface "ens33" with index 121 | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.477 WARN network - network.c:lxc_delete_network_priv:2743 - Failed to remove interface "759dcdae_ens33" from "$ | |
r-mgmt" | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.477 ERROR start - start.c:__lxc_start:2019 - Failed to spawn container "dev-01_aodh_container-759dcdae" | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.477 ERROR lxccontainer - lxccontainer.c:wait_on_daemonized_start:851 - Received container state "ABORTING" inste | |
ad of "RUNNING" | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.477 ERROR lxc_start - tools/lxc_start.c:main:329 - The container failed to start | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.478 ERROR lxc_start - tools/lxc_start.c:main:332 - To get more details, run the container in foreground mode | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.478 ERROR lxc_start - tools/lxc_start.c:main:335 - Additional information can be obtained by setting the --logfi | |
le and --logpriority options | |
lxc-start dev-01_aodh_container-759dcdae 20201127093610.485 INFO conf - conf.c:run_script_argv:372 - Executing script "/var/lib/lxc/dev-01_aodh_container-759dcdae/veth | |
-cleanup.sh" for container "dev-01_aodh_container-759dcdae", config section "lxc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
cidr_networks: | |
container: 192.168.1.0/24 | |
tunnel: 192.168.2.0/24 | |
storage: 192.168.3.0/24 | |
used_ips: | |
- "192.168.1.100,192.168.1.254" | |
- "192.168.2.1,192.168.2.100" | |
- "192.168.3.1,192.168.3.100" | |
global_overrides: | |
internal_lb_vip_address: 192.168.2.79 | |
external_lb_vip_address: 192.168.1.79 | |
management_bridge: "" | |
provider_networks: | |
- network: | |
container_bridge: "br-mgmt" | |
container_type: "veth" | |
container_interface: "ens33" | |
ip_from_q: "container" | |
type: "raw" | |
group_binds: | |
- all_containers | |
- hosts | |
is_container_address: true | |
- network: | |
container_bridge: "br-vxlan" | |
container_type: "veth" | |
container_interface: "ens33.0" | |
ip_from_q: "tunnel" | |
type: "vxlan" | |
range: "1:1000" | |
net_name: "vxlan" | |
group_binds: | |
- network_hosts | |
- compute_hosts | |
- network: | |
container_bridge: "br-vlan" | |
container_type: "veth" | |
container_interface: "ens33.1" | |
host_bind_override: "ens33.1" | |
type: "flat" | |
net_name: "flat" | |
group_binds: | |
- network_hosts | |
- network: | |
container_bridge: "br-vlan" | |
container_type: "veth" | |
container_interface: "ens33.2" | |
type: "vlan" | |
range: "101:200,301:400" | |
net_name: "vlan" | |
group_binds: | |
- network_hosts | |
- network: | |
container_bridge: "br-storage" | |
container_type: "veth" | |
container_interface: "ens33" | |
ip_from_q: "storage" | |
type: "raw" | |
group_binds: | |
- glance_api | |
- cinder_api | |
- cinder_volume | |
- nova_compute | |
shared-infra_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
repo-infra_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
haproxy_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
log_hosts: | |
dev-11: | |
ip: 192.168.1.203 | |
identity_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
storage-infra_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
image_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
container_vars: | |
limit_container_types: glance | |
glance_nfs_client: | |
- server: "192.168.3.5" | |
remote_path: "/images" | |
local_path: "/var/lib/glance/images" | |
type: "nfs" | |
options: "_netdev,auto" | |
dev-02: | |
ip: 192.168.1.100 | |
container_vars: | |
limit_container_types: glance | |
glance_nfs_client: | |
- server: "192.168.3.5" | |
remote_path: "/images" | |
local_path: "/var/lib/glance/images" | |
type: "nfs" | |
options: "_netdev,auto" | |
dev-03: | |
ip: 192.168.1.118 | |
container_vars: | |
limit_container_types: glance | |
glance_nfs_client: | |
- server: "192.168.3.5" | |
remote_path: "/images" | |
local_path: "/var/lib/glance/images" | |
type: "nfs" | |
options: "_netdev,auto" | |
placement-infra_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
compute-infra_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
orchestration_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
dashboard_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
network_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
metering-infra_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
metering-alarm_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
metrics_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
dev-02: | |
ip: 192.168.1.100 | |
dev-03: | |
ip: 192.168.1.118 | |
compute_hosts: | |
dev-21: | |
ip: 192.168.1.186 | |
dev-22: | |
ip: 192.168.1.235 | |
metering-compute_hosts: | |
dev-21: | |
ip: 192.168.1.186 | |
dev-22: | |
ip: 192.168.1.235 | |
storage_hosts: | |
dev-01: | |
ip: 192.168.1.192 | |
container_vars: | |
cinder_backends: | |
limit_container_types: cinder_volume | |
nfs_volume: | |
volume_backend_name: NFS_VOLUME1 | |
volume_driver: cinder.volume.drivers.nfs.NfsDriver | |
nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120" | |
nfs_shares_config: /etc/cinder/nfs_shares | |
shares: | |
- ip: "192.168.3.5" | |
share: "/vol/cinder" | |
dev-02: | |
ip: 192.168.1.100 | |
container_vars: | |
cinder_backends: | |
limit_container_types: cinder_volume | |
nfs_volume: | |
volume_backend_name: NFS_VOLUME1 | |
volume_driver: cinder.volume.drivers.nfs.NfsDriver | |
nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120" | |
nfs_shares_config: /etc/cinder/nfs_shares | |
shares: | |
- ip: "192.168.3.5" | |
share: "/vol/cinder" | |
dev-03: | |
ip: 192.168.1.118 | |
container_vars: | |
cinder_backends: | |
limit_container_types: cinder_volume | |
nfs_volume: | |
volume_backend_name: NFS_VOLUME1 | |
volume_driver: cinder.volume.drivers.nfs.NfsDriver | |
nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120" | |
nfs_shares_config: /etc/cinder/nfs_shares | |
shares: | |
- ip: "192.168.3.5" | |
share: "/vol/cinder" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment