~ubuntu-branches/ubuntu/natty/nova/natty

« back to all changes in this revision

Viewing changes to contrib/puppet/templates/nova-iptables.erb

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Chuck Short, Soren Hansen, Thierry Carrez
  • Date: 2011-02-18 09:36:22 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110218093622-w13dzywbd7vq2qh7
Tags: 2011.2~bzr700-0ubuntu1
[ Chuck Short ]
* New upstream version.

[ Soren Hansen ]
* Rely on --logdir to find and use the correct logfile.
* Remove the postrotate magic for all but nova-objectstore. It is not
  needed anymore due to using RotatingFileHandler for logging.

[ Thierry Carrez ]
* Ship adminclient in a separate package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<% services.each do |service| -%>
 
2
<%= service.upcase %>=1
 
3
<% end -%>
 
4
<% if ip && ip != "" %>IP="<%=ip%>"<% end %>
 
5
<% if private_range && private_range != "" %>PRIVATE_RANGE="<%=private_range%>"<% end %>
 
6
<% if mgmt_ip && mgmt_ip != "" %>MGMT_IP="<%=mgmt_ip%>"<% end %>
 
7
<% if dmz_ip && dmz_ip != "" %>DMZ_IP="<%=dmz_ip%>"<% end %>
 
8
 
 
9
# warning: this file is auto-generated by puppet
 
10