Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for scaleout with composable roles #529

Merged
merged 5 commits into from
Oct 27, 2023

Conversation

rajeshP524
Copy link
Collaborator

@rajeshP524 rajeshP524 commented Dec 23, 2022

This PR adds support for scaleout feature with and without composable roles.

@rajeshP524 rajeshP524 changed the title Add support for scaleout with composable roles Add support for scaleout with composable roles - WIP Dec 23, 2022
hostname: "{{ undercloud_hostname }}"
user: "stack"

- name: add undercloud
Copy link
Contributor

Choose a reason for hiding this comment

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

If cleanup.yml has not been run after overcloud deployment, won't the undercloud still be present in the inventory from the previous deployment? In that case, it wouldn't have to be added to the inventory again.

Although, if a deployment on another allocation has been run before the scaleout, then this step would be required.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

scaleout.yml is independent of what allocation has been deployed before.
It can be run on any allocation that is jetpack deployed. So its good to assume that inventory is absent.
Also I have made a change to pass "undercloud_host" via group_vars/all.yml, as undercloud host need not always be the first node in lab generated instackenv.json

@rajeshP524 rajeshP524 changed the title Add support for scaleout with composable roles - WIP Add support for scaleout with composable roles Dec 30, 2022
@stale
Copy link

stale bot commented Mar 18, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the not_ready label Mar 18, 2023
@stale stale bot closed this Apr 2, 2023
@asyedham asyedham removed the not_ready label Jun 9, 2023
@asyedham asyedham reopened this Jun 9, 2023
with --limit option passed to overcloud deploy command for scaleout,
deployment will only be limited to hosts that are mentioned(or being scaled out).
@stale
Copy link

stale bot commented Sep 17, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the not_ready label Sep 17, 2023
These roles are needed for computes to communicate with
ceph monitors.
include_tasks: tasks/set_root_hints.yml
when: lab_name in ['scale', 'alias']

- name: create flavors
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@masco masco left a comment

Choose a reason for hiding this comment

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

LGTM

@masco masco merged commit 401a7b2 into redhat-performance:master Oct 27, 2023
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.

4 participants