[openstack-dev] [devstack] stack.sh keeps failing with RTNETLINK answers: Network is unreachable

Paul Carlton paul.carlton2 at hpe.com
Fri Feb 26 08:48:14 UTC 2016


Sean

Don't think unstack failed, when I manually create the device ( sudo 
ovs-vsctl --no-wait -- --may-exist add-br br-ex) unstack.sh removes it.

sudo ip route show
default via 172.18.20.1 dev eth0
169.254.169.254 via 172.18.20.2 dev eth0
172.18.20.0/24 dev eth0  proto kernel  scope link  src 172.18.20.23
192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1


Matt

config attached

Thanks

Paul Carlton
Software Engineer
Cloud Services
Hewlett Packard Enterprise
BUK03:T242
Longdown Avenue
Stoke Gifford
Bristol BS34 8QZ

Mobile:    +44 (0)7768 994283
Office:    +44 (0)117 316 2189
Email:    mailto:paul.carlton2 at hpe.com
irc:      paul-carlton2

Hewlett-Packard Enterprise Limited registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England.
The contents of this message and any attachments to it are confidential and may be legally privileged. If you have received this message in error, you should delete it from your system immediately and advise the sender. To any recipient of this message within HP, unless otherwise stated you should consider this message and attachments as "HP CONFIDENTIAL".

On 26/02/16 04:15, Matt Kassawara wrote:
> Seems like a config error. What's in local.conf?
>
> On Thu, Feb 25, 2016 at 1:11 PM, Sean M. Collins <sean at coreitpro.com 
> <mailto:sean at coreitpro.com>> wrote:
>
>     Can you provide the output of
>
>     "ip route show"
>
>     Was this after a unstack.sh that failed?
>
>     It could be https://bugs.launchpad.net/devstack/+bug/1423020
>     popping up
>     again
>     --
>     Sean M. Collins
>
>     __________________________________________________________________________
>     OpenStack Development Mailing List (not for usage questions)
>     Unsubscribe:
>     OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
>     <http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe>
>     http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160226/b9d6ffc1/attachment.html>
-------------- next part --------------
[[local|localrc]]
#RECLONE=yes
GIT_BASE=https://git.openstack.org
NETWORK_GATEWAY=10.1.0.1
NETWORK_API_EXTENSIONS=agent,allowed-address-pairs,binding,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,l3-ha,l3_agent_scheduler,metering,multi-provider,provider,quotas,router,security-group,service-type
USE_SCREEN=True

DEST=/home/pcarlton/openstack
ADMIN_PASSWORD=Olivia17
MYSQL_PASSWORD=Olivia17
RABBIT_PASSWORD=Olivia17
SERVICE_PASSWORD=Olivia17
SERVICE_TOKEN=tokentoken
SWIFT_HASH=12go358snjw24501

LOGFILE=$DEST/logs/stack.sh.log
VERBOSE=True
SCREEN_LOGDIR=$DEST/logs/screen

HOST_IP=16.27.45.50
SERVICE_HOST=16.27.45.50
GLANCE_HOSTPORT=$SERVICE_HOST:9292
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
Q_HOST=$SERVICE_HOST

DATA_DIR=$DEST/stuff
ACTIVE_TIMEOUT=90
BOOT_TIMEOUT=90
ASSOCIATE_TIMEOUT=60
TERMINATE_TIMEOUT=60
DATABASE_PASSWORD=secretdatabase
ROOTSLEEP=0
ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,ceilometer-acentral,ceilometer-acompute,ceilometer-alarm-evaluator,ceilometer-alarm-notifier,ceilometer-anotification,ceilometer-api,ceilometer-collector,cinder,dstat,g-api,g-reg,h-api,h-api-cfn,h-api-cw,h-eng,heat,horizon,key,mysql,n-api,n-cond,n-crt,n-obj,n-sch,n-cauth,n-novnc,n-sproxy,q-dhcp,q-l3,q-meta,q-metering,q-svc,quantum,rabbit,s-account,s-container,s-object,s-proxy,tempest,tr-api,tr-cond,tr-tmgr,trove

# Screen console logs will capture service logs.
SYSLOG=False
VERBOSE=True
VIRT_DRIVER=libvirt
SWIFT_REPLICAS=1
LOG_COLOR=False
REQUIREMENTS_MODE=strict
CINDER_PERIODIC_INTERVAL=10
export OS_NO_CACHE=True
CEILOMETER_BACKEND=mysql
LIBS_FROM_GIT=
# set this until all testing platforms have libvirt >= 1.2.11
# see bug #1501558
EBTABLES_RACE_FIX=True

ZAQAR_BACKEND=mongodb
CINDER_SECURE_DELETE=False
API_RATE_LIMIT=False
VOLUME_BACKING_FILE_SIZE=24G
#FORCE_CONFIG_DRIVE=False

TEMPEST_HTTP_IMAGE=http://git.openstack.org/static/openstack.png
TEMPEST_RUN_VALIDATION=True

## Neutron options
FIXED_RANGE=10.1.0.0/20
FLOATING_RANGE=192.168.100.0/24
Q_FLOATING_ALLOCATION_POOL=start=192.168.100.200,end=192.168.100.254
FIXED_NETWORK_SIZE=4096

Q_L3_ENABLED=True
Q_USE_PROVIDERNET_FOR_PUBLIC=True
Q_USE_SECGROUP=True
Q_USE_DEBUG_COMMAND=True

#FLAT_INTERFACE=eth10
PUBLIC_BRIDGE=br-ex
PUBLIC_INTERFACE=eth10
PUBLIC_NETWORK_GATEWAY=192.168.100.1
OVS_PHYSICAL_BRIDGE=br-ex

ENABLE_TENANT_VLANS=True
TENANT_VLAN_RANGE=1000:1999
PHYSICAL_NETWORK=public
PUBLIC_PHYSICAL_NETWORK=public
OVS_BRIDGE_MAPPINGS=public:br-ex

PROVIDER_SUBNET_NAME="provider_net"
PROVIDER_NETWORK_TYPE="vlan"
SEGMENTATION_ID=2010

EBTABLES_RACE_FIX=True
LIBVIRT_TYPE=qemu


[[post-config|$NOVA_CONF]]
[DEFAULT]
novncproxy_host = 0.0.0.0
novncproxy_port = 6080

[vnc]
enabled=True


[libvirt]
inject_partition = 1
block_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_NON_SHARED_INC,VIR_MIGRATE_TUNNELLED
live_migration_bandwidth = 1000
live_migration_flag = VIR_MIGRATE_LIVE,VIR_MIGRATE_PEER2PEER

snapshots_directory = $DATA_DIR/nova/tmp
snapshot_image_format = qcow2
live_migration_uri = qemu+tcp://%s/system

[compute]
instances_path = $DATA_DIR/nova

[serial_console]
# Host on which to listen for incoming requests (string value)
serialproxy_host=0.0.0.0
serialproxy_port=6083
enabled=False
port_range=10000:20000
base_url=ws://$SERVICE_HOST:6083/
listen=$SERVICE_HOST
proxyclient_address=$SERVICE_HOST

[[post-config|$NEUTRON_CONF]]
[DEFAULT]
network_device_mtu = 1400
advertise_mtu = True



More information about the OpenStack-dev mailing list