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
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
"message": "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.",
This validation error does not appear to match Matt's patch from the other day [0]. Also, the patch only added timeout values to the demo documents. Adrien, can you also confirm which set of documents/site in AIAB you are deploying? Thanks, Drew [0] https://review.opendev.org/656060
I just followed the steps from here : https://opendev.org/airship/in-a-bottle/ (If it's not the answer you were expected sorry, but I don't know where to find the information) [https://opendev.org/avatars/14]<https://opendev.org/airship/in-a-bottle/> airship/in-a-bottle: Integrated deployment configuration and documentation. - OpenDev: Free Software Needs Free Tools<https://opendev.org/airship/in-a-bottle/> in-a-bottle - Integrated deployment configuration and documentation. You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. opendev.org ________________________________ De : Drew Walters <drewwalters96@gmail.com> Envoyé : jeudi, 2 mai 2019 17:26 À : MCEUEN, MATT Cc : Adrien Macor; airship-discuss@lists.airshipit.org; EAGAN, SEAN Objet : Re: [Airship-discuss] New installation of Airhsip "message": "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.", This validation error does not appear to match Matt's patch from the other day [0]. Also, the patch only added timeout values to the demo documents. Adrien, can you also confirm which set of documents/site in AIAB you are deploying? Thanks, Drew [0] https://review.opendev.org/656060
Hi Adrien, We've fixed some issues in the project, can you please recreate your VM and try running it again? Thanks! On Thu, May 2, 2019 at 2:37 PM Adrien Macor <adrien.macor@hotmail.com> wrote:
I just followed the steps from here : https://opendev.org/airship/in-a-bottle/ (If it's not the answer you were expected sorry, but I don't know where to find the information) <https://opendev.org/airship/in-a-bottle/> airship/in-a-bottle: Integrated deployment configuration and documentation. - OpenDev: Free Software Needs Free Tools <https://opendev.org/airship/in-a-bottle/> in-a-bottle - Integrated deployment configuration and documentation. You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. opendev.org
------------------------------ *De :* Drew Walters <drewwalters96@gmail.com> *Envoyé :* jeudi, 2 mai 2019 17:26 *À :* MCEUEN, MATT *Cc :* Adrien Macor; airship-discuss@lists.airshipit.org; EAGAN, SEAN *Objet :* Re: [Airship-discuss] New installation of Airhsip
"message": "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.",
This validation error does not appear to match Matt's patch from the other day [0]. Also, the patch only added timeout values to the demo documents.
Adrien, can you also confirm which set of documents/site in AIAB you are deploying?
Thanks, Drew
[0] https://review.opendev.org/656060 _______________________________________________ Airship-discuss mailing list Airship-discuss@lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss
Apparently this worked fine, I just finished the installation of AIAB. Thanks 🙂 ________________________________ De : Evgeny L <eli@mirantis.com> Envoyé : jeudi, 2 mai 2019 22:50 À : Adrien Macor Cc : Drew Walters; MCEUEN, MATT; airship-discuss@lists.airshipit.org; EAGAN, SEAN Objet : Re: [Airship-discuss] New installation of Airhsip Hi Adrien, We've fixed some issues in the project, can you please recreate your VM and try running it again? Thanks! On Thu, May 2, 2019 at 2:37 PM Adrien Macor <adrien.macor@hotmail.com<mailto:adrien.macor@hotmail.com>> wrote: I just followed the steps from here : https://opendev.org/airship/in-a-bottle/ (If it's not the answer you were expected sorry, but I don't know where to find the information) [https://opendev.org/avatars/14]<https://opendev.org/airship/in-a-bottle/> airship/in-a-bottle: Integrated deployment configuration and documentation. - OpenDev: Free Software Needs Free Tools<https://opendev.org/airship/in-a-bottle/> in-a-bottle - Integrated deployment configuration and documentation. You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. opendev.org<http://opendev.org> ________________________________ De : Drew Walters <drewwalters96@gmail.com<mailto:drewwalters96@gmail.com>> Envoyé : jeudi, 2 mai 2019 17:26 À : MCEUEN, MATT Cc : Adrien Macor; airship-discuss@lists.airshipit.org<mailto:airship-discuss@lists.airshipit.org>; EAGAN, SEAN Objet : Re: [Airship-discuss] New installation of Airhsip "message": "Invalid document [armada/Chart/v1] nova: {'timeout': 2700} is not valid under any of the given schemas.", This validation error does not appear to match Matt's patch from the other day [0]. Also, the patch only added timeout values to the demo documents. Adrien, can you also confirm which set of documents/site in AIAB you are deploying? Thanks, Drew [0] https://review.opendev.org/656060 _______________________________________________ Airship-discuss mailing list Airship-discuss@lists.airshipit.org<mailto:Airship-discuss@lists.airshipit.org> http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss
participants (4)
-
Adrien Macor
-
Drew Walters
-
Evgeny L
-
MCEUEN, MATT