~ubuntu-branches/debian/stretch/fuel-agent/stretch

« back to all changes in this revision

Viewing changes to debian/meta_data_debian_jessie_x86_64.jinja2

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2016-03-16 17:12:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20160316171217-p5b360dfuxm5yidy
Tags: 9.0~0+2016.03.09.git.b1ba4b7747+dfsg1-1
* New upstream release based on commit b1ba4b7747.
* Uploading to unstable.
* Lots of tweaks to make Debian provisionning works.
* Standards-Version: 3.9.7 (no change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# instance-id will be autogenerated
 
2
# instance-id: iid-abcdefg
 
3
#network-interfaces: |
 
4
#  auto {{ common.admin_iface_name|default("eth0") }}
 
5
#  iface {{ common.admin_iface_name|default("eth0") }} inet static
 
6
#  address {{ common.admin_ip }}
 
7
#  #  network 192.168.1.0
 
8
#  netmask {{ common.admin_mask }}
 
9
#  #  broadcast 192.168.1.255
 
10
#  #  gateway 192.168.1.254
 
11
hostname: {{ common.hostname }}