Add console password to images 77/23077/2
authorYolanda Robla Mota <yroblamo@redhat.com>
Thu, 13 Oct 2016 07:53:59 +0000 (09:53 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 14 Oct 2016 12:03:35 +0000 (12:03 +0000)
It is useful to have a user/pass to login from console.

Change-Id: I10ca00e80c07f3506710dc3133baf8012f7856ae
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
prototypes/puppet-infracloud/hiera/common_baremetal.yaml
prototypes/puppet-infracloud/manifests/site.pp

index 43dff8d..d587e4f 100644 (file)
@@ -168,3 +168,4 @@ neutron_subnet_gateway: '172.30.13.1'
 neutron_subnet_allocation_pools:
   - 'start=172.30.13.100,end=172.30.13.254'
 virt_type: 'kvm'
+dib_dev_user_password: devuser
index f09bfe2..8cbfef8 100644 (file)
@@ -96,5 +96,6 @@ node 'baremetal.opnfvlocal', 'lfpod5-jumpserver' {
     ipv4_nameserver           => hiera('ipv4_nameserver'),
     ipv4_subnet_mask          => hiera('ipv4_subnet_mask'),
     bridge_name               => hiera('bridge_name'),
+    dib_dev_user_password     => hiera('dib_dev_user_password'),
   }
 }