<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 3, 2021 at 12:51 PM Mathieu Bultel <<a href="mailto:mbultel@redhat.com">mbultel@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi TripleO Folks,<div><br></div><div>I'm raising this topic to the ML because it appears we have some divergence regarding some design around the way the Validations should be used with and without TripleO and I wanted to have a larger audience, in particular PTL and core thoughts around this topic.</div><div><br></div><div>The current situation is:</div><div>We have an openstack tripleo validator set of sub commands to handle Validation (run, list ...).</div><div>The CLI validation is taking several parameters as an entry point and in particular the stack/plan, Openstack authentication and static inventory file.</div><div><br></div><div>By asking the stack/plan name, the CLI is trying to verify and understand if the plan or the stack is valid, if the Overcloud exists somewhere in the cloud before passing that to the tripleo-ansible-inventory script and trying to generate a static inventory file in regard to what --plan or stack has been passed.</div></div></blockquote><div><br></div><div><br></div><div>Sorry if silly question but, can't we just make 'validate the stack status' as one of the validations? In fact you already have something like that there <a href="https://github.com/openstack/tripleo-validations/blob/1a9f1758d160cc2e543a1cf7cd4507dd3355945a/roles/stack_health/tasks/main.yml#L2">https://github.com/openstack/tripleo-validations/blob/1a9f1758d160cc2e543a1cf7cd4507dd3355945a/roles/stack_health/tasks/main.yml#L2</a> . Then only this validation will require the stack name passed in instead of on every validation run.</div><div><br></div><div>BTW as an aside we should probably remove 'plan' from that code altogether given the recent 'remove swift and overcloud plan' work from ramishra/cloudnull and co @ <a href="https://review.opendev.org/q/topic:%22env_merging%22+(status:open%20OR%20status:merged)">https://review.opendev.org/q/topic:%22env_merging%22+(status:open%20OR%20status:merged)</a><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>The code is mainly here: [1].</div><div><br></div><div>This behavior implies several constraints:</div><div>* Validation CLI needs Openstack authentication in order to do those checks</div><div>* It introduces some complexity in the Validation code part: querying Heat to get the plan name to be sure the name provided is correct, get the status of the stack... In case of Standalone deployment, it adds more complexity then.</div><div></div><div>* This code is only valid for "standard" deployments and usage meaning it doesn't work for Standalone, for some Upgrade and FFU stages and needs to be bypassed for pre-undercloud deployment. </div><div>* We hit several blockers around this part of code.<br></div><div><br></div><div>My proposal is the following:</div><div><br></div><div>Since we are thinking of the future of Validation and we want something more robust, stronger, simpler, usable and efficient, I propose to get rid of the plan/stack and authentication functionalities in the Validation code, and only ask for a valid inventory provided by the user.</div><div>I propose as well to create a new entry point in the TripleO CLI to generate a static inventory such as:</div><div>openstack tripleo inventory generate --output-file my-inv.yaml</div><div>and then:</div><div>openstack tripleo validator run --validation my-validation --inventory my-inv.yaml</div><div><br></div><div>By doing that, I think we gain a lot in simplification, it's more robust, and Validation will only do what it aims for: wrapp Ansible execution to provide better logging information and history.</div><div><br></div><div><div>The main concerns about this approach is that the user will have to provide a valid inventory to the Validation CLI.</div><div>I understand the point of view of getting something fully autonomous, and the way of just kicking *one* command and the Validation can be *magically* executed against your cloud, but I think the less complex the Validation code is, the more robust, stable and usable it will be.</div></div><div><br></div><div>Deferring a specific entry point for the inventory, which is a key part of post deployment action, seems something more clear and robust as well.</div><div>This part of code could be shared and used for any other usages instead of calling the inventory script stored into tripleo-validations. It could then use the tripleo-common inventory library directly with tripleoclient, instead of calling from client -> tripleo-validations/scripts -> query tripleo-common inventory library.<br></div><div><br></div><div>I know it changes a little bit the usage (adding one command line in the execution process for getting a valid inventory) but it's going in a less buggy and racy direction.</div><div>And the inventory should be generated only once, or at least at any big major cloud change.</div><div><br></div><div>So, I'm glad to get your thoughts on that topic and your overall views around this topic.</div></div></blockquote><div><br></div><div><br></div><div>The proposal sounds sane to me, but just to be clear by "authentication functionalities" are you referring specifically to the '--ssh-user' argument (<a href="https://github.com/openstack/tripleo-validations/blob/1a9f1758d160cc2e543a1cf7cd4507dd3355945a/tripleo_validations/tripleo_validator.py#L243">https://github.com/openstack/tripleo-validations/blob/1a9f1758d160cc2e543a1cf7cd4507dd3355945a/tripleo_validations/tripleo_validator.py#L243</a>)?  i.e. we will already have that in the generated static inventory so no need to have in on the CLI? <br></div><div><br></div><div>If the only cost is that we have to have an extra step for generating the inventory then IMO it is worth doing. I would however be interested to hear from those that are objecting to the proposal about why it is a bad idea ;) since you said there has been a divergence in opinions over the design </div><div><br></div><div>regards, marios</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Thanks,</div><div>Mathieu</div><div><br></div><div>[1] <a href="https://github.com/openstack/tripleo-validations/blob/master/tripleo_validations/tripleo_validator.py#L338-L382" target="_blank">https://github.com/openstack/tripleo-validations/blob/master/tripleo_validations/tripleo_validator.py#L338-L382</a></div></div>
</blockquote></div></div>