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