diff options
author | 2017-05-15 11:28:51 +0000 | |
---|---|---|
committer | 2017-05-15 11:28:51 +0000 | |
commit | 16cae1759fe5606d15a33d31f962ca757f499e1e (patch) | |
tree | de13d7405412caeac45a9a5bb9fd49daa94313cc /tools | |
parent | 53a70d6aa705702e275f2068fc0cc35413236acc (diff) | |
parent | a096ddab348d296994838e02169662ca916e09da (diff) |
Merge "Add role specific information to the service template"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/yaml-validate.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index f9dffef0..92d76d23 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -17,7 +17,8 @@ import traceback import yaml -required_params = ['EndpointMap', 'ServiceNetMap', 'DefaultPasswords'] +required_params = ['EndpointMap', 'ServiceNetMap', 'DefaultPasswords', + 'RoleName', 'RoleParameters'] envs_containing_endpoint_map = ['tls-endpoints-public-dns.yaml', 'tls-endpoints-public-ip.yaml', |