Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 852667 Details for
Bug 1055450
Packstack fails with iptables provider can not handle attribute dport
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
neutron puppet file
172.16.0.14_neutron.pp (text/plain), 2.80 KB, created by
Pavel Sedlák
on 2014-01-20 09:54:40 UTC
(
hide
)
Description:
neutron puppet file
Filename:
MIME Type:
Creator:
Pavel Sedlák
Created:
2014-01-20 09:54:40 UTC
Size:
2.80 KB
patch
obsolete
>Exec { timeout => 300 } > >$neutron_db_host = '172.16.0.14' >$neutron_db_name = 'ovs_neutron' >$neutron_db_user = 'neutron' >$neutron_db_password = '10ec4f8fc3e44007' >$neutron_sql_connection = "mysql://${neutron_db_user}:${neutron_db_password}@${neutron_db_host}/${neutron_db_name}" > >$neutron_user_password = 'd616a35b19474d32' > >class { 'neutron': > rpc_backend => 'neutron.openstack.common.rpc.impl_qpid', > qpid_hostname => '172.16.0.14', > qpid_username => 'guest', > qpid_password => 'guest', > core_plugin => 'neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2', > allow_overlapping_ips => true, > verbose => true, > qpid_port => '5672', > qpid_protocol => 'tcp', > service_plugins => ['neutron.services.loadbalancer.plugin.LoadBalancerPlugin'], >} > >class { 'neutron::server': > sql_connection => $neutron_sql_connection, > connection => $neutron_sql_connection, > auth_password => $neutron_user_password, > auth_host => '172.16.0.14', > enabled => true, >} > >exec { 'neutron-db-manage upgrade': > command => 'neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini upgrade head', > path => '/usr/bin', > user => 'neutron', > logoutput => 'on_failure', > before => Service['neutron-server'], > require => [Neutron_config['database/connection'], Neutron_config['DEFAULT/core_plugin']], >} ># Create firewall rules to allow only the hosts that need to connect ># to neutron > >$hosts = [ '172.16.0.14' ] > >define add_allow_host { > $source = $title ? { > 'ALL' => '0.0.0.0/0', > default => $title, > } > firewall { "001 neutron incoming ${title}": > proto => 'tcp', > dport => ['9696','67','68'], > action => 'accept', > source => $source, > } >} > >add_allow_host {$hosts:} > >class { 'neutron::plugins::ovs': > tenant_network_type => 'local', > network_vlan_ranges => '', >} > >class { 'neutron::agents::l3': > interface_driver => 'neutron.agent.linux.interface.OVSInterfaceDriver', > external_network_bridge => 'br-ex', >} > >sysctl::value { 'net.ipv4.ip_forward': > value => '1' >} > > >vs_bridge { 'br-ex': > ensure => present, > require => Service['neutron-plugin-ovs-service'] >} > > >class { 'neutron::agents::ovs': > bridge_mappings => [], >} > > > >class { 'packstack::neutron::bridge': } > > >class { 'neutron::agents::dhcp': > interface_driver => 'neutron.agent.linux.interface.OVSInterfaceDriver', >} > > >class { 'neutron::agents::lbaas': > interface_driver => 'neutron.agent.linux.interface.OVSInterfaceDriver', > device_driver => 'neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver', > user_group => 'haproxy', >} > > >class {'neutron::agents::metadata': > auth_password => 'd616a35b19474d32', > auth_url => 'http://172.16.0.14:35357/v2.0', > shared_secret => '5f88f86290974ed0', > metadata_ip => '172.16.0.14', >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1055450
:
852666
| 852667 |
852668
|
853328