Skip to content

Add orchestrator domain and rename provision references to orchestration#4859

Closed
sujit-jadhav wants to merge 1 commit into
dell:issue-4849-omnia-modernizationfrom
sujit-jadhav:orchestrator-domain-rename
Closed

Add orchestrator domain and rename provision references to orchestration#4859
sujit-jadhav wants to merge 1 commit into
dell:issue-4849-omnia-modernizationfrom
sujit-jadhav:orchestrator-domain-rename

Conversation

@sujit-jadhav

Copy link
Copy Markdown
Collaborator

Summary

  • 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)
  • Update generate_functional_groups to work with orchestrator
  • Update input validation to support orchestrator_config.yml
  • Add ARCHITECTURE_REFACTOR.md documenting the refactoring

@abhishek-sa1

Copy link
Copy Markdown
Collaborator

@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

@sujit-jadhav
sujit-jadhav force-pushed the orchestrator-domain-rename branch from e5146ad to 89401d1 Compare July 16, 2026 14:54
# 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
#

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discovery to be moved using git mv

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are files deleted, this also to be git mv.

@sujit-jadhav
sujit-jadhav force-pushed the orchestrator-domain-rename branch from 89401d1 to cd52b07 Compare July 17, 2026 10:55
# 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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have playbooks for prepare orchestrator? refer #4860

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are still 4 files not moved using git mv

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

input folder should be present in discovery folder

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

input folder should be within orchestrator folder

@sujit-jadhav
sujit-jadhav force-pushed the orchestrator-domain-rename branch 7 times, most recently from 6716649 to ef6f77f Compare July 21, 2026 06:51
- 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>
@sujit-jadhav
sujit-jadhav force-pushed the orchestrator-domain-rename branch from ef6f77f to 33f7937 Compare July 21, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants