From 47c67e031263fe313ba76070b987bb590a50d0a0 Mon Sep 17 00:00:00 2001 From: Sylvain Baubeau Date: Fri, 7 Mar 2014 17:06:31 +0100 Subject: [PATCH] Add RHN registration example --- examples/params.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/params.pp b/examples/params.pp index c8bbf0e8..92d68b6f 100644 --- a/examples/params.pp +++ b/examples/params.pp @@ -322,6 +322,14 @@ class os_params { $api_eth = $internal_netif_ip $storage_eth = $storage_netif_ip + # Red Hat Network registration + $rhn_registration = { + username => 'rhn', + password => 'pass', + server_url => 'https://rhn.redhat.com/rpc/api', + force => true, + } + # OpenStack Identity $identity_roles_addons = ['SwiftOperator', 'ResellerAdmin'] $keystone_db_allowed_hosts = $db_allowed_hosts