Set shared secrets, keys and passwords as hidden
Change-Id: Ieb27729c6b33ffc849d07200ec0d42508214956e Closes-Bug: #1399793
This commit is contained in:
parent
37830dd045
commit
fa4ed015b0
@ -20,10 +20,12 @@ parameters:
|
||||
default: ''
|
||||
description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key.
|
||||
type: string
|
||||
hidden: true
|
||||
CephAdminKey:
|
||||
default: ''
|
||||
description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key.
|
||||
type: string
|
||||
hidden: true
|
||||
CephMonitors:
|
||||
default: ''
|
||||
description: The list of ip/names to use as Ceph monitors
|
||||
|
@ -87,6 +87,7 @@ parameters:
|
||||
RabbitPassword:
|
||||
default: 'guest'
|
||||
type: string
|
||||
hidden: true
|
||||
RabbitUserName:
|
||||
default: 'guest'
|
||||
type: string
|
||||
|
@ -181,6 +181,7 @@ parameters:
|
||||
default: 'unset'
|
||||
description: Shared secret to prevent spoofing
|
||||
type: string
|
||||
hidden: true
|
||||
NeutronCorePlugin:
|
||||
default: "ml2"
|
||||
description: |
|
||||
|
@ -215,9 +215,11 @@ parameters:
|
||||
HeatAuthEncryptionKey:
|
||||
description: Auth encryption key for heat-engine
|
||||
type: string
|
||||
hidden: true
|
||||
HorizonSecret:
|
||||
description: Secret key for Django
|
||||
type: string
|
||||
hidden: true
|
||||
Image:
|
||||
type: string
|
||||
default: overcloud-control
|
||||
@ -317,6 +319,7 @@ parameters:
|
||||
default: 'unset'
|
||||
description: Shared secret to prevent spoofing
|
||||
type: string
|
||||
hidden: true
|
||||
NeutronCorePlugin:
|
||||
default: 'ml2'
|
||||
description: |
|
||||
@ -434,6 +437,7 @@ parameters:
|
||||
PcsdPassword:
|
||||
type: string
|
||||
description: The password for the 'pcsd' user.
|
||||
hidden: true
|
||||
PublicVirtualInterface:
|
||||
default: 'br-ex'
|
||||
description: >
|
||||
|
@ -38,10 +38,12 @@ parameters:
|
||||
default: ''
|
||||
description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key.
|
||||
type: string
|
||||
hidden: true
|
||||
CephAdminKey:
|
||||
default: ''
|
||||
description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key.
|
||||
type: string
|
||||
hidden: true
|
||||
CinderEnableNfsBackend:
|
||||
default: false
|
||||
description: Whether to enable or not the NFS backend for Cinder
|
||||
@ -50,6 +52,7 @@ parameters:
|
||||
default: ''
|
||||
description: The Ceph client key. Can be created with ceph-authtool --gen-print-key. Currently only used for external Ceph deployments to create the openstack user keyring.
|
||||
type: string
|
||||
hidden: true
|
||||
CephExternalMonHost:
|
||||
default: ''
|
||||
type: string
|
||||
@ -158,6 +161,7 @@ parameters:
|
||||
default: 'unset'
|
||||
description: Shared secret to prevent spoofing
|
||||
type: string
|
||||
hidden: true
|
||||
NeutronTunnelTypes:
|
||||
default: 'vxlan'
|
||||
description: |
|
||||
|
@ -59,6 +59,7 @@ parameters:
|
||||
RabbitPassword:
|
||||
default: 'guest'
|
||||
type: string
|
||||
hidden: true
|
||||
RabbitUserName:
|
||||
default: 'guest'
|
||||
type: string
|
||||
|
@ -149,6 +149,7 @@ parameters:
|
||||
default: 'unset'
|
||||
description: Shared secret to prevent spoofing
|
||||
type: string
|
||||
hidden: true
|
||||
NeutronCorePlugin:
|
||||
default: 'ml2'
|
||||
description: |
|
||||
|
@ -187,6 +187,7 @@ parameters:
|
||||
HeatAuthEncryptionKey:
|
||||
description: Auth encryption key for heat-engine
|
||||
type: string
|
||||
hidden: true
|
||||
HorizonAllowedHosts:
|
||||
default: '*'
|
||||
description: A list of IP/Hostname allowed to connect to horizon
|
||||
@ -194,6 +195,7 @@ parameters:
|
||||
HorizonSecret:
|
||||
description: Secret key for Django
|
||||
type: string
|
||||
hidden: true
|
||||
Image:
|
||||
type: string
|
||||
default: overcloud-control
|
||||
@ -301,6 +303,7 @@ parameters:
|
||||
default: 'unset'
|
||||
description: Shared secret to prevent spoofing
|
||||
type: string
|
||||
hidden: true
|
||||
NeutronCorePlugin:
|
||||
default: 'ml2'
|
||||
description: |
|
||||
@ -414,6 +417,7 @@ parameters:
|
||||
PcsdPassword:
|
||||
type: string
|
||||
description: The password for the 'pcsd' user.
|
||||
hidden: true
|
||||
PublicVirtualInterface:
|
||||
default: 'br-ex'
|
||||
description: >
|
||||
|
@ -18,6 +18,7 @@ parameters:
|
||||
type: string
|
||||
CinderNetappPassword:
|
||||
type: string
|
||||
hidden: true
|
||||
CinderNetappServerHostname:
|
||||
type: string
|
||||
CinderNetappServerPort:
|
||||
@ -65,6 +66,7 @@ parameters:
|
||||
CinderNetappSaPassword:
|
||||
type: string
|
||||
default: ''
|
||||
hidden: true
|
||||
CinderNetappStoragePools:
|
||||
type: string
|
||||
default: ''
|
||||
|
Loading…
Reference in New Issue
Block a user