Add orchestrator domain and rename provision references to orchestration#4859
Conversation
|
@sujit-jadhav can we do git mv for updating directory. This will help to track the file history and reduce number of lines of changes in PR |
e5146ad to
89401d1
Compare
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # |
There was a problem hiding this comment.
discovery to be moved using git mv
There was a problem hiding this comment.
there are files deleted, this also to be git mv.
89401d1 to
cd52b07
Compare
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and |
There was a problem hiding this comment.
@sujit-jadhav https://github.com/sujit-jadhav/omnia/tree/orchestrator-domain-rename/src/discovery. discovery changes are not moved using git mv. Can we fix this discovery flow
| hosts: oim | ||
| connection: ssh | ||
| gather_facts: false | ||
| tags: openchami |
There was a problem hiding this comment.
can we have playbooks for prepare orchestrator? refer #4860
There was a problem hiding this comment.
there are still 4 files not moved using git mv
There was a problem hiding this comment.
input folder should be present in discovery folder
There was a problem hiding this comment.
input folder should be within orchestrator folder
6716649 to
ef6f77f
Compare
- Add new src/orchestrator/ domain replacing provision playbook - Add new src/discovery/ independent discovery domain - Add orchestrator_config.json schema and validation - Rename provision_* variables to orchestration_* across orchestrator roles - Rename provision_completion.yml to orchestration_completion.yml - Rename provision_mapping_nodes.yml to orchestration_mapping_nodes.yml - Update user-facing messages to reference orchestrator.yml - Fix admin_nic_ip variable scoping in deploy_openchami role - Add retry logic for SMD group data query (3 retries, 15s delay) - Add ARCHITECTURE_REFACTOR.md documenting the refactoring Signed-off-by: Sujit Jadhav <sujit.jadhav@dell.com>
ef6f77f to
33f7937
Compare
Summary
src/orchestrator/domain replacing provision playbooksrc/discovery/independent discovery domainorchestrator_config.jsonschema and validationprovision_*variables toorchestration_*across orchestrator rolesprovision_completion.ymltoorchestration_completion.ymlprovision_mapping_nodes.ymltoorchestration_mapping_nodes.ymlorchestrator.ymladmin_nic_ipvariable scoping indeploy_openchamirolegenerate_functional_groupsto work with orchestratororchestrator_config.ymlARCHITECTURE_REFACTOR.mddocumenting the refactoring