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

Enhancement: Support of OSA for zVM HCP #230

Merged
merged 60 commits into from
Feb 25, 2024
Merged

Enhancement: Support of OSA for zVM HCP #230

merged 60 commits into from
Feb 25, 2024

Conversation

veera-damisetti
Copy link
Collaborator

Support of OSA for zVM HCP

  • Added changes to support for OSA for zVM HCP
  • Changed variable name from osa to interface , to be generic.
  • Updated the documentation for the same.

root and others added 20 commits January 3, 2024 06:19
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
@veera-damisetti veera-damisetti marked this pull request as ready for review February 12, 2024 05:24
Copy link
Collaborator

@AmadeusPodvratnik AmadeusPodvratnik left a comment

Choose a reason for hiding this comment

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

Pls specify nettype, subchannels and options for network (ZNET).

roles/boot_zvm_nodes_hypershift/tasks/main.yaml Outdated Show resolved Hide resolved
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Copy link
Collaborator

@AmadeusPodvratnik AmadeusPodvratnik left a comment

Choose a reason for hiding this comment

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

Hi @veera-damisetti Thx for the changes ... only one minor comment about this:
arser.add_argument("--network", type=str, help="Network mode for zvm nodes Supported modes: OSA, vswitch, ROCE, Hyperssockets", required=True)
You are mentioning ROCE and Hypersockets but in the description you have only OSA and vswitches.

@veera-damisetti
Copy link
Collaborator Author

veera-damisetti commented Feb 21, 2024

yeah ROCE and Hipersockets should be removed for now

root and others added 4 commits February 22, 2024 06:18
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
With this patch you can boot bastion, bootstrap node, control node and
compute node via DHCP service.
Infra nodes are not supported yet.

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
root and others added 28 commits February 25, 2024 11:20
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
This reverts commit f531abc.

Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
This reverts commit 29bac2a.

Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Execute function when required variable is defined.

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
This allows user to perform actions on the mirror host after
oc mirror command is run.

The replace action allows user to change the mapping.txt and repush
images which is useful is in cases where multiple endpoints exist
for registry and some of them are hidden such as when user wants to
mirror pre-release operators using iib index images.

Part of #143

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

---------

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
Delete node does not work when ocp is using full guqlifed node names
(with domain name suffix).

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
This allows user to have his file server running on non-standard port.
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

fix #221

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
With this patch you can boot bastion, bootstrap node, control node and
compute node via DHCP service.
Infra nodes are not supported yet.

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
This patch contains several changes which are required to install
OCP on a ARM server.
The new variable 'vcpu_model_option' can be used to configure the
CPU model and CPU features exposed to the guest. The default CPU
model 'host' is currently not supported on ARM servers and must be
defined to the desired value.

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>

---------

Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
@veera-damisetti veera-damisetti merged commit 51849e4 into IBM:main Feb 25, 2024
1 check failed
smolin-de added a commit to smolin-de/Ansible-OpenShift-Provisioning that referenced this pull request Feb 29, 2024
Support of OSA for zVM HCP

- Added changes to support for OSA for zVM HCP
- Changed variable name from osa to interface , to be generic.
- Updated the documentation for the same.

---------

Signed-off-by: root <root@m42lp53.lnxero1.boe>
Signed-off-by: veera-damisetti <damisetti.veerabhadrarao@ibm.com>
Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
Co-authored-by: root <root@m42lp53.lnxero1.boe>
Co-authored-by: Klaus Smolin <88041391+smolin-de@users.noreply.github.com>
Co-authored-by: Amadeuds Podvratnik <pod@de.ibm.com>
Co-authored-by: Mohammed Ahmed <mohammed.zee1000@gmail.com>
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.

None yet

4 participants