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

« back to all changes in this revision

Viewing changes to contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/consts.py

  • 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:
53
53
                      'astute_flavor': 'ubuntu'},
54
54
           'centos': {'cobbler_profile': 'bootstrap',
55
55
                      'astute_flavor': 'centos'}}
56
 
COBBLER_DOCKER = 'cobbler'
57
 
COBBLER_MANIFEST = '/etc/puppet/modules/nailgun/examples/cobbler-only.pp'
58
 
ASTUTE_DOCKER = 'astute'
59
 
ASTUTE_MANIFEST = '/etc/puppet/modules/nailgun/examples/astute-only.pp'
 
56
COBBLER_MANIFEST = '/etc/puppet/modules/fuel/examples/cobbler.pp'
 
57
ASTUTE_MANIFEST = '/etc/puppet/modules/fuel/examples/astute.pp'