[Rdo-list] Neutron validate method error installing RDO Juno on Fedora 20
by Fred Hsu
Hi, I'm trying to use packstack to install Juno on a fedora20 server and
I'm getting the following error:
ERROR : Error appeared during Puppet run: 172.28.171.168_neutron.pp
Error: Validate method failed for class sleep: implicit argument passing of
super from method defined by define_method() is not supported. Specify all
arguments explicitly.
I'm using VLAN as the ML2 type. Attached is my answers file. Any help
would be appreciated!
Thanks
Fred
10 years, 1 month
[Rdo-list] Neutron networking and public facing VLANs
by Dan Mossor
Good Day, folks.
I need help setting up what I thought to be a rather simple
configuration. Let me lay out the setup:
System NIC
controller: on-board
node3: on-board
Intel PCIe
Intel PCIe
node4: on-board
Intel PCIe
Intel PCIe
The onboard NIC on all three systems is the management interface. Before
I ran packstack, I bonded the two PCIe NICs on the two compute nodes in
802.3ad mode, and set the bridges up to the VLANs on the bond. The
switch is set to trunk VLANs 100-105 to those two systems on the bonded
interfaces. So, before packstack, this is what I had:
Controller: enp0s25
br0
br0.100
br0.101
Node3 + Node4: enp0s25
bond0
br0
br0.100
br0.101
In my answers file for packstack, I had these lines:
CONFIG_NOVA_COMPUTE_PRIVIF=br0.101
CONFIG_NOVA_NETWORK_PUBIF=br0.100
CONFIG_NOVA_NETWORK_PRIVIF=br0.101
CONFIG_NOVA_NETWORK_FIXEDRANGE=10.1.128.0/20
CONFIG_NOVA_NETWORK_FLOATRANGE=10.1.224.0/20
CONFIG_NOVA_NETWORK_VLAN_START=101
CONFIG_NOVA_NETWORK_NUMBER=5
CONFIG_NOVA_NETWORK_SIZE=255
CONFIG_NEUTRON_L3_EXT_BRIDGE=br0
I want VLAN 100 to be my public facing interface.
Packstack deployed the compute services to the controller system, and
consequently set up a bridge on it's management interface [1,2]. The
deployment did not honor the settings in the answer file, and set up new
bridge interfaces on all of the systems, virbr0, that are not tied to
any other interface, as well as the ovs-system plus two interfaces under
that, br-int and br-ext [3,4].
While researching for this question, I stumbled upon ovs-vsctl, so I ran
ovs-vsctl on the controller [5] and one of the nodes [6].
[1] http://paste.fedoraproject.org/145893/14519808
[2] http://paste.fedoraproject.org/145898/45199181
[3] http://paste.fedoraproject.org/145895/14519844
[4] http://paste.fedoraproject.org/145899/51998114
[5] http://paste.fedoraproject.org/145909/14520567
[6] http://paste.fedoraproject.org/145910/14520606
So, my starting point is this - how do I get the ovs-system talking to
the bond? Next, how do I get the VLANs passed through to neutron, and
eventually to the instances?
--
Dan Mossor, RHCSA
Systems Engineer at Large
Fedora Plasma Product WG | Fedora QA Team | Fedora Server SIG
Fedora Infrastructure Apprentice
FAS: dmossor IRC: danofsatx
San Antonio, Texas, USA
10 years, 1 month
[Rdo-list] RDO/OpenStack meeups in the coming week (October 28, 2014)
by Rich Bowen
The following are the meetups I'm aware of in the coming week where RDO
enthusiasts will be gathering. If you know of others, please let me
know, and/or add them to http://openstack.redhat.com/Events
If you attend any of these meetups, please take pictures, and send me
some. If you blog about the events (and you should), please send me
that, too.
* Tuesday, October 28 - Denver, Colorado -
http://www.meetup.com/OpenStack-Denver/events/213229672/ - Getting the
Most out of Cinder
* Tuesday, October 28 - Santiago, Chile -
http://www.meetup.com/DevOps-Culture/events/197237532/ - Primer reunión
del grupo
* Wednesday, October 29 - Denver, Colorado -
http://www.meetup.com/Distributed-Computing-Denver/events/206469162/ -
Ceph- Architecture of an Open Source, Distributed Storage System
* Wednesday, October 29 - Columbia, Maryland -
http://www.meetup.com/opensourcecloud/events/201114332/ - Open Source
Cloud Meetup
* Thursday, October 30 is Docker Global Hack Day, and there are meetups
*everywhere*. Find one near you - http://tm3.org/dockerhack
* And, starting Sunday, the OpenStack "Kilo" Summit will be held in
Paris - http://openstack.org/summit/ Hope to see you there!
--
Rich Bowen - rbowen(a)redhat.com
OpenStack Community Liaison
http://openstack.redhat.com/
10 years, 1 month
[Rdo-list] packstack and updates of additional compute nodes
by Kaul, Yaniv
I've used packstack to install a {controller+compute} node and another compute-only node.
It seems that the other compute node is a bit neglected:
1. It did not have openstack-status and friends installed, making tasks such as restarting the openstack services different than the other one.
2. It did not configure anything that allowed me to 'yum update' the OpenStack RPMs. /etc/yum.repos.d/rdo-release.repo is not enough, as the signing keys are from rdo-release-juno-1.rpm
Thoughts? (yeh, I'll move to Foreman some day).
Y.
10 years, 1 month