Sha256: ef8ca4ec86f6249b993c26521e90c9cb43d373adf6c0c41f78eb3a3bb64d6360

Contents?: true

Size: 592 Bytes

Versions: 32

Compression:

Stored size: 592 Bytes

Contents

# These examples use functions that ship with the
# puppetlabs-nova module

$rabbit_connection_hash = collect_rabbit_connection('fqdn', 'architecture=amd64')

notice("rabbit host: ${rabbit_connection_hash[host]}")
notice("rabbit port: ${rabbit_connection_hash[port]}")
notice("rabbit user: ${rabbit_connection_hash[user]}")
notice("rabbit password: ${rabbit_connection_hash[password]}")

notice(collect_nova_db_connection('fqdn', 'architecture=amd64'))

$vnc_proxy_host   = unique(query_nodes('Class[Nova::Vncproxy]', 'fqdn'))
notice("vnc proxy host ${vnc_proxy_host}")

# glance api servers

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
ruby-puppetdb-3.0.1 examples/nova_functions.pp
ruby-puppetdb-3.0.0 examples/nova_functions.pp
ruby-puppetdb-2.3.0 examples/nova_functions.pp
ruby-puppetdb-2.2.0 examples/nova_functions.pp
ruby-puppetdb-2.1.1 examples/nova_functions.pp
ruby-puppetdb-2.1.0 examples/nova_functions.pp
ruby-puppetdb-2.0.3 examples/nova_functions.pp
ruby-puppetdb-2.0.2 examples/nova_functions.pp
ruby-puppetdb-2.0.1 examples/nova_functions.pp
ruby-puppetdb-2.0.0 examples/nova_functions.pp
ruby-puppetdb-1.6.1 examples/nova_functions.pp
ruby-puppetdb-1.6.0 examples/nova_functions.pp
ruby-puppetdb-1.5.3 examples/nova_functions.pp
ruby-puppetdb-1.5.2 examples/nova_functions.pp
ruby-puppetdb-1.5.1 examples/nova_functions.pp
ruby-puppetdb-1.5.0 examples/nova_functions.pp
ruby-puppetdb-1.4.0 examples/nova_functions.pp
ruby-puppetdb-1.3.3 examples/nova_functions.pp
ruby-puppetdb-1.3.2 examples/nova_functions.pp
ruby-puppetdb-1.3.1 examples/nova_functions.pp