fuel-library/deployment/puppet/nailgun/templates/astuted.conf.erb
Alexey Sheplyakov b9ae3cbd24 nailgun::astute: set the bootstrap profile in astuted.conf
In MOS 7.0 several bootstrap images and corresponding cobbler profiles
can exist. Astute needs to know which bootstrap profile should be used
to correctly reboot the nodes being (re-)provisioned.

Closes-Bug: #1479882
Depends-On: I844e30311938fcd2c0aea6f558862205ba2a9982

Change-Id: I3ca4c0a172f1b607048523a7c0cc70aa76a83ee1
2015-07-31 11:11:13 +03:00

19 lines
791 B
Plaintext

# Warning! If you restart container, this file will be return
# to original state by puppet. If you do not want it, please comment
# `puppet apply -v /etc/puppet/modules/nailgun/examples/astute-only.pp`
# in /usr/local/bin/start.sh
broker_host: '<%= @rabbitmq_host %>'
broker_port: 5672
broker_username: '<%= @rabbitmq_astute_user %>'
broker_password: '<%= @rabbitmq_astute_password %>'
broker_queue: 'naily'
broker_publisher_queue: 'nailgun'
broker_exchange: 'nailgun'
iops: <%= @iops %>
bootstrap_profile: '<%= @bootstrap_profile %>'
#reboot_timeout: 120 # Wait for reboot request
#provisioning_timeout: 5400 # Timeout for target nodes to install OS
#dump_timeout: 3600 # Timeout for dump
#puppet_timeout: 5400 # Timeout for single puppet run