diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-10-13 09:53:59 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-10-14 12:03:35 +0000 |
commit | d63f512369488dfcf4586457b1a86061662389cb (patch) | |
tree | cf8fa144d5269390018eb8f8f43b5ecc46931433 /prototypes | |
parent | 8baba8c55fb797fce3528c6e3b7f2b1e3ec98462 (diff) |
Add console password to images
It is useful to have a user/pass to login from console.
Change-Id: I10ca00e80c07f3506710dc3133baf8012f7856ae
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'prototypes')
-rw-r--r-- | prototypes/puppet-infracloud/hiera/common_baremetal.yaml | 1 | ||||
-rw-r--r-- | prototypes/puppet-infracloud/manifests/site.pp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/hiera/common_baremetal.yaml b/prototypes/puppet-infracloud/hiera/common_baremetal.yaml index 43dff8d0f..d587e4fea 100644 --- a/prototypes/puppet-infracloud/hiera/common_baremetal.yaml +++ b/prototypes/puppet-infracloud/hiera/common_baremetal.yaml @@ -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 diff --git a/prototypes/puppet-infracloud/manifests/site.pp b/prototypes/puppet-infracloud/manifests/site.pp index f09bfe2e9..8cbfef8c7 100644 --- a/prototypes/puppet-infracloud/manifests/site.pp +++ b/prototypes/puppet-infracloud/manifests/site.pp @@ -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'), } } |