aboutsummaryrefslogtreecommitdiffstats
path: root/default_passwords.yaml
blob: c85881e542096c9d1057b15e8f1c0957f0120766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #
heat_template_version: ocata

description: Passwords we manage at the top level

parameters:
  DefaultMysqlRootPassword:
    type: string
  DefaultRabbitCookie:
    type: string
  DefaultHeatAuthEncryptionKey:
    type: string
  DefaultPcsdPassword:
    type: string
  DefaultHorizonSecret:
    type: string

outputs:
  passwords:
    description: Password data
    value:
      mysql_root_password: {get_param: DefaultMysqlRootPassword}
      rabbit_cookie: {get_param: DefaultRabbitCookie}
      heat_auth_encryption_key: {get_param: DefaultHeatAuthEncryptionKey}
      pcsd_password: {get_param: DefaultPcsdPassword}
      horizon_secret: {get_param: DefaultHorizonSecret}