Merge "Move remnants of environments/services-docker"
This commit is contained in:
commit
80b12bcbe9
@ -1,2 +0,0 @@
|
|||||||
resource_registry:
|
|
||||||
OS::TripleO::Services::TripleoUI: ../../docker/services/tripleo-ui.yaml
|
|
@ -1093,8 +1093,15 @@ for base_path in path_args:
|
|||||||
if '.tox' in dirs:
|
if '.tox' in dirs:
|
||||||
dirs.remove('.tox')
|
dirs.remove('.tox')
|
||||||
for f in files:
|
for f in files:
|
||||||
if f.endswith('.yaml') and not f.endswith('.j2.yaml'):
|
|
||||||
file_path = os.path.join(subdir, f)
|
file_path = os.path.join(subdir, f)
|
||||||
|
if 'environments/services-docker' in file_path:
|
||||||
|
print("ERROR: environments/services-docker should not be used "
|
||||||
|
"any more, use environments/services instead: %s " %
|
||||||
|
file_path)
|
||||||
|
failed_files.append(file_path)
|
||||||
|
exit_val |= 1
|
||||||
|
|
||||||
|
if f.endswith('.yaml') and not f.endswith('.j2.yaml'):
|
||||||
failed = validate(file_path, param_map)
|
failed = validate(file_path, param_map)
|
||||||
if failed:
|
if failed:
|
||||||
failed_files.append(file_path)
|
failed_files.append(file_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user