Move remnants of environments/services-docker
Move new files, which made it into environments/services-docker. Ensure YAML validate will not pass for environments/services-docker any more. Change-Id: If16cf6bdafa8e10480134d356a7d7787f1c0bd72 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
parent
297aac5c25
commit
4053399860
@ -1,2 +0,0 @@
|
||||
resource_registry:
|
||||
OS::TripleO::Services::TripleoUI: ../../docker/services/tripleo-ui.yaml
|
@ -1043,8 +1043,15 @@ for base_path in path_args:
|
||||
if '.tox' in dirs:
|
||||
dirs.remove('.tox')
|
||||
for f in files:
|
||||
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'):
|
||||
file_path = os.path.join(subdir, f)
|
||||
failed = validate(file_path, param_map)
|
||||
if failed:
|
||||
failed_files.append(file_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user