RDO sessions at OpenStack Summit
by Mary Thengvall
Are you speaking at OpenStack Summit in Vancouver? We want to help promote
your talk in advance of the conference as well as while onsite. Please fill
out the etherpad [1] with all of the appropriate information.
If you have any questions, free free to reach out to myself, Rain [2], or
Rich [3].
Best,
-m.
[1] https://etherpad.openstack.org/p/OSSummit-RDOtalks
[2] rain(a)redhat.com
[3] rbowen(a)redhat.com
---
Mary Thengvall
mthengva(a)redhat.com
6 years, 7 months
Packstack configuration for eth0 and eth1
by Fosiul Alam
Hello
I am very new to Opeanstack. I need help to right configuration for
packstack , I was able to make it work with this
CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=extnet:br-ex
CONFIG_NEUTRON_OVS_BRIDGE_IFACES=br-ex:eth1
CONFIG_NEUTRON_OVS_TUNNEL_IF=
but with this the problem is : it does not allow to make interface as
"Enable External" from horizon , the "Enable External" option is missing.
So i was looking at documentation, and I am using bellow, but it does not
work, as puppet sent error
CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=physnet1:br-eth1
CONFIG_NEUTRON_OVS_BRIDGE_IFACES=br-ex:eth1
CONFIG_NEUTRON_OVS_TUNNEL_IF=eth1
[root@node1 ~]# cat
/var/tmp/packstack/20180402-112851-rCDzij/manifests/192.168.1.5_network.pp.log
Warning: ModuleLoader: module 'vswitch' has unresolved dependencies - it
will only see those that are resolved. Use 'puppet module list --tree' to
see information about modules
(file & line not available)
Warning: Scope(Class[Neutron::Agents::Ml2::Ovs]): The enable_tunneling
parameter is deprecated. Please set tunnel_types with the desired type to
enable tunneling.
Warning: This method is deprecated, please use the stdlib validate_legacy
function,
with Stdlib::Compat::Array. There is further
documentation for validate_legacy function in the README. at
["/var/tmp/packstack/7d111602f6bf43e1b4a395c15aa41cae/modules/neutron/manifests/agents/ml2/ovs.pp",
219]:["/var/tmp/packstack/7d111602f6bf43e1b4a395c15aa41cae/manifests/192.168.1.5_network.pp",
37]
(at
/var/tmp/packstack/7d111602f6bf43e1b4a395c15aa41cae/modules/stdlib/lib/puppet/functions/deprecation.rb:28:in
`deprecation')
Warning: Unknown variable: '::neutron::params::metadata_agent_package'. at
/var/tmp/packstack/7d111602f6bf43e1b4a395c15aa41cae/modules/neutron/manifests/agents/metadata.pp:122:6
Warning: ModuleLoader: module 'oslo' has unresolved dependencies - it will
only see those that are resolved. Use 'puppet module list --tree' to see
information about modules
(file & line not available)
Warning: ModuleLoader: module 'keystone' has unresolved dependencies - it
will only see those that are resolved. Use 'puppet module list --tree' to
see information about modules
(file & line not available)
My configuration is like this eth0 : 192.168.1.5 ( External internet
access) eth1 : 172.16.0.10 ( communication between VM in compute nodes)
now what shall be packstack configuation for this ?
Please let me know , i already installed lot of times but no luck .
Thanks for the help .
--
Regards
Fosiul Alam
--
Regards
Fosiul Alam
6 years, 7 months