X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=templates%2Fsecrets%2Fpassphrases%2Fipmi_admin_password.j2;fp=templates%2Faic-clcp-manifests%2Fsecrets%2Fpassphrases%2Fipmi_admin_password.j2;h=1f0e8a297c12e6a0f1d5a36ede8bf878b147ad8f;hb=refs%2Fchanges%2F69%2F369%2F1;hp=9a3aa9797a694922b4dd87c58304e0b982007bb0;hpb=d743ec6c91f97cc9f5b944a8d0a609883440b14e;p=yaml_builds.git diff --git a/templates/aic-clcp-manifests/secrets/passphrases/ipmi_admin_password.j2 b/templates/secrets/passphrases/ipmi_admin_password.j2 similarity index 91% rename from templates/aic-clcp-manifests/secrets/passphrases/ipmi_admin_password.j2 rename to templates/secrets/passphrases/ipmi_admin_password.j2 index 9a3aa97..1f0e8a2 100644 --- a/templates/aic-clcp-manifests/secrets/passphrases/ipmi_admin_password.j2 +++ b/templates/secrets/passphrases/ipmi_admin_password.j2 @@ -1,6 +1,6 @@ --- ############################################################################## -# Copyright © 2018 AT&T Intellectual Property. All rights reserved. # +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # # not use this file except in compliance with the License. # @@ -23,5 +23,5 @@ metadata: abstract: false layer: site storagePolicy: cleartext -data: {{yaml.ipmi_admin_password}} +data: '{{yaml.ipmi_admin.password}}' ...