X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nagios3.yaml;h=e60eb5592774ab4473415927718e66b66b0a54d0;hb=c89f6e26e95eb3e8aac4e3efbfa4e8263fae0ec0;hp=4f6a42228a95ef5d132e404b17947f9ed90adad2;hpb=0c5bd2fc23f77c72da73f2d9b7baec4b0edfac6a;p=apex-tripleo-heat-templates.git diff --git a/nagios3.yaml b/nagios3.yaml index 4f6a4222..e60eb559 100644 --- a/nagios3.yaml +++ b/nagios3.yaml @@ -9,6 +9,7 @@ Parameters: Description: Password for nagiosadmin web admin user. Type: String Default: nagiosadmin + NoEcho: true NovaHostIp: Description: nova ip. Type: String @@ -17,6 +18,7 @@ Parameters: Description: nova OS_PASSWORD. Type: String Default: unset + NoEcho: true NovaOsUsername: Description: nova OS_USERNAME. Type: String @@ -40,11 +42,13 @@ Parameters: Apache2SnakeoilPem: Description: Snakeoil PEM file. Type: String + NoEcho: true Default: | ----- BEGIN PlaceHolder... Apache2SnakeoilKey: Description: Snakeoil Key file. Type: String + NoEcho: true Default: | ----- BEGIN PlaceHolder... PostfixMailHostname: @@ -96,5 +100,4 @@ Resources: Ref: Nagios3ImageId InstanceType: {Ref: InstanceType} Outputs: - Nagios3Host: - Fn::GetAtt: [ nagios3 , PrivateIp ] + Nagios3Host: {'Fn::Select': [ 0, {'Fn::Select': [ 'ctlplane', 'Fn::GetAtt': [ 'nagios3' , 'networks' ] ]} ]}