Hey Adrien, We added the 2700s timeouts to airship-in-a-bottle nova and neutron a few days ago to match observed deployment times. However, I'm not sure offhand what would cause document validation to complain about the timeout - it's allowed. Is this a fresh installation of airship-in-a-bottle in a new VM? +Sean - I don't think this would be related to your recent v2 schema addition, but can you please sanity check me on that? I'll give aiab a try today; it was working consistently for me earlier this week. Thanks, Matt From: Adrien Macor <adrien.macor@hotmail.com> Sent: Thursday, May 2, 2019 2:22 AM To: airship-discuss@lists.airshipit.org Subject: [Airship-discuss] New installation of Airhsip Hello, I 'am currently trying to install Airship-in-a-bottle, on my server: I get the following error: "message": "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.", "error": true, "name": "ARM100", "documents": [ { "schema": "armada/Chart/v1", "name": "nova" } ], "level": "Error", "kind": "ValidationMessage" } 2019-05-02 07:20:52.246 7 INFO armada.utils.validate [-] ValidationMessage: { "message": "Invalid document [armada/Chart/v1] neutron: {'timeout': 2700} is not valid under any of the given schemas.", "error": true, "name": "ARM100", "documents": [ { "schema": "armada/Chart/v1", "name": "neutron" } ], "level": "Error", "kind": "ValidationMessage" } 2019-05-02 07:20:52.333 7 ERROR armada.cli [-] Caught internal exception: armada.exceptions.validate_exceptions.InvalidManifestException: Armada manifest(s) failed validation. Details: [{'message': "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.", 'error': True, 'name': 'ARM100', 'documents': [{'schema': 'armada/Chart/v1', 'name': 'nova'}], 'level': 'Error', 'kind': 'ValidationMessage'}, {'message': "Invalid document [armada/Chart/v1] neutron: {'timeout': 2700} is not valid under any of the given schemas.", 'error': True, 'name': 'ARM100', 'documents': [{'schema': 'armada/Chart/v1', 'name': 'neutron'}], 'level': 'Error', 'kind': 'ValidationMessage'}]. 2019-05-02 07:20:52.333 7 ERROR armada.cli Traceback (most recent call last): 2019-05-02 07:20:52.333 7 ERROR armada.cli File "/usr/local/lib/python3.6/site-packages/armada/cli/__init__.py", line 39, in safe_invoke 2019-05-02 07:20:52.333 7 ERROR armada.cli self.invoke() 2019-05-02 07:20:52.333 7 ERROR armada.cli File "/usr/local/lib/python3.6/site-packages/armada/cli/apply.py", line 218, in invoke 2019-05-02 07:20:52.333 7 ERROR armada.cli target_manifest=self.target_manifest) 2019-05-02 07:20:52.333 7 ERROR armada.cli File "/usr/local/lib/python3.6/site-packages/armada/handlers/armada.py", line 85, in __init__ 2019-05-02 07:20:52.333 7 ERROR armada.cli values=values).update_manifests() 2019-05-02 07:20:52.333 7 ERROR armada.cli File "/usr/local/lib/python3.6/site-packages/armada/handlers/override.py", line 178, in update_manifests 2019-05-02 07:20:52.333 7 ERROR armada.cli self._document_checker(self.documents) 2019-05-02 07:20:52.333 7 ERROR armada.cli File "/usr/local/lib/python3.6/site-packages/armada/handlers/override.py", line 53, in _document_checker 2019-05-02 07:20:52.333 7 ERROR armada.cli error_messages=details) 2019-05-02 07:20:52.333 7 ERROR armada.cli armada.exceptions.validate_exceptions.InvalidManifestException: Armada manifest(s) failed validation. Details: [{'message': "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.", 'error': True, 'name': 'ARM100', 'documents': [{'schema': 'armada/Chart/v1', 'name': 'nova'}], 'level': 'Error', 'kind': 'ValidationMessage'}, {'message': "Invalid document [armada/Chart/v1] neutron: {'timeout': 2700} is not valid under any of the given schemas.", 'error': True, 'name': 'ARM100', 'documents': [{'schema': 'armada/Chart/v1', 'name': 'neutron'}], 'level': 'Error', 'kind': 'ValidationMessage'}]. 2019-05-02 07:20:52.333 7 ERROR armada.cli Can anyone help me? Thanks Adriano