1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Commit Graph

1191 Commits

Author SHA1 Message Date
Brent Barbachem
052439cdbc OCPBUGS-35366: Update upi references to api-internal
** Updated the UPI references in docs and scripts to use api-internal to the name to match those of the
capg and terraform resources.
2024-12-06 17:50:32 +00:00
openshift-merge-bot[bot]
8d9748a199 Merge pull request #8995 from openshift-cherrypick-robot/cherry-pick-8830-to-release-4.16
[release-4.16] OCPBUGS-39415: OpenStack: Install CI dependencies from rpm
2024-10-09 15:09:16 +00:00
openshift-merge-bot[bot]
5b28af4990 Merge pull request #9031 from openshift-cherrypick-robot/cherry-pick-8549-to-release-4.16
[release-4.16] OCPBUGS-42138: add tested instance type for IBMCloud
2024-09-20 14:58:28 +00:00
openshift-merge-bot[bot]
1cd7636eef Merge pull request #9009 from openshift-cherrypick-robot/cherry-pick-9005-to-release-4.16
[release-4.16] OCPBUGS-41929: Add AWS c7g,m7g,r8g to tested instance types
2024-09-18 09:19:31 +00:00
May Xu
72b648c8e4 add tested instance type for ibmCloud 2024-09-18 09:12:59 +00:00
lwan
6cfe3e455e Add AWS c7g,m7g,r8g to tested instance types 2024-09-13 13:27:59 +00:00
Martin André
b3bac09d91 OpenStack UPI: Only document install from RHEL-9 boxes
This makes managing versions easier, and also matches what we're testing
in CI. Drop outdated comment about ansible collections too.
2024-09-11 21:55:45 +00:00
Martin André
c8b74a1f09 OpenStack UPI: Pull list of playbooks programmatically
This allows to keep the list of playbooks correct for all versions of
the docs.

Co-Authored-By: Roman Dobosz <rdobosz@redhat.com >
2024-09-11 21:55:45 +00:00
Roman Dobosz
1d2f955de2 OCPBUGS-33973: Openstack UPI - Reintroduce unique resource names.
We experienced issues caused by network resources created with the same
name, which makes ansible playbooks to behave differently.

Due to fact, that there is not yet OpenShift infraID accessible on the
stage of creating network resources, there is a need to create
deployment unique identifier in some other way. This patch implements
generating such identifier independent from OpenShift deployment id.

Co-authored-by: Maysa De Macedo Souza <maysa.macedo95@gmail.com>
2024-07-11 08:54:13 +00:00
Jianli Wei
5461708499 add machine series 'A3' and 'C3D' to 'Tested instance types for GCP' 2024-06-17 01:48:02 +00:00
Richard Su
6c7cc2a795 OCPBUGS-34040: Add --dir /tmp to node-joiner-monitor.sh
The containerized monitor-add-nodes does not have the correct
permissions to write to the current working directory. Set the
working directory to /tmp in the container command.
2024-05-23 16:27:03 +00:00
Richard Su
f9169c1474 AGENT-863: Change $@ to "$*" to fix shellcheck
ipAddresses should be a string containing a space delimited list
of IP addresses to be monitored.
2024-05-13 11:01:38 -04:00
openshift-merge-bot[bot]
bbca50f650 Merge pull request #8294 from rwsu/AGENT-863
AGENT-906: Script to run monitor-add-nodes in cluster
2024-05-09 16:06:33 +00:00
Richard Su
cc833e9a03 AGENT-863: Script to run monitor-add-nodes in cluster
Derived from a similar script by Andrea Fasano
to generate the add-nodes ISO.

https://github.com/openshift/installer/pull/8242

This script tweaks it and creates a node-joiner-monitor
pod to monitor adding nodes to a cluster.

Co-authored-by: Andrea Fasano <andfasano@redhat.com>
2024-05-07 18:04:59 -04:00
Rafael Fonseca
c66138e27f CORS-3477: hack: build capi + providers by default.
Always build capi providers in the Installer so we can deprecate/remove
the terraform providers.
2024-05-07 00:28:56 +02:00
Andrea Fasano
66ea9df565 Apply suggestions from code review
Co-authored-by: Bob Fournier <bfournie@redhat.com>
2024-04-29 13:15:17 +02:00
Andrea Fasano
fcda500d33 add-nodes command docs fix 2024-04-29 06:23:42 -04:00
Andrea Fasano
89bcfdf605 update the script to use the cluster pull-secret to retrieve the baremetal-installer pullspec 2024-04-24 07:52:26 -04:00
Andrea Fasano
9367c3b86e rename add node iso artifact 2024-04-24 07:52:25 -04:00
Andrea Fasano
a60f6d1294 move add node docs into its own folder 2024-04-24 07:52:25 -04:00
Andrea Fasano
2fd74d7149 Apply suggestions from code review
Co-authored-by: Richard Su <rwsu@redhat.com>
2024-04-24 07:52:25 -04:00
Andrea Fasano
5a3e543a3b removed usage of pull-secret.
command now generates directly an exit code file.
random namespace generation.
config file name customizable.
2024-04-24 07:52:24 -04:00
Andrea Fasano
36159433a8 add node-joiner.sh script and related documentation 2024-04-24 07:52:24 -04:00
Stephen Finucane
527d44fbcf docs: Fix typos
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-04-09 13:42:58 +01:00
openshift-merge-bot[bot]
4903f07c9f Merge pull request #8128 from dtantsur/no-inspector
METAL-855: baremetal: remove ironic-inspector
2024-03-25 22:00:56 +00:00
Dmitry Tantsur
f5258bb834 METAL-855: baremetal: remove ironic-inspector
The inspection functionality is now provided by ironic proper.

Also fixes a few minor quirks in the baremetal config, such as:
- Passing htpasswd variables to BMO (it cannot use them)
- Creating auth-config files (only required for cross-service calls).
2024-03-13 10:38:02 +01:00
Jianli Wei
90049c59eb as 'A2' as tested machine types on GCP 2024-03-13 17:16:15 +08:00
Scott Dodson
8a4b6778cf OCPBUGS-30547,OCPBUGS-29437: Run kubelet directly
We removed hyperkube from RHCOS which was just a shell script that called
kubelet. Chase that change in bootstrap assets
2024-03-08 11:01:04 -05:00
openshift-merge-bot[bot]
d2e4735a4b Merge pull request #7789 from chuckersjp/master
no-jira: Missing permission from vsphere docs
2024-03-02 03:14:27 +00:00
Marco Braga
e0a520b89e aws/publicIpv4Pool/doc: basic user docs
User documentation for the Public IPv4 Pool feature (BYOIPv4)
on install-config, where the customer can specify the Public IPv4 Pool
ID from a Public IPv4 CIDR pool that had bought to the AWS account.
2024-02-21 15:10:45 -03:00
openshift-merge-bot[bot]
700d110f22 Merge pull request #7965 from lwan-wanglin/arm_instance_type
OCPBUGS-28708: update tested Azure Arm64 instance type on 4.15
2024-01-31 20:58:50 +00:00
lwan
9015a6359d update tested Arm64 instance type on 4.15 2024-01-31 10:36:34 +08:00
jima
b7387153ca [azure] update tested x86 instance type on 4.15 2024-01-30 17:24:21 +08:00
Stephen Finucane
4e10cd55e4 docs: Fix typo
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-01-24 11:41:03 +01:00
openshift-merge-bot[bot]
7be2cf71cd Merge pull request #7911 from jinyunma/az_type_update
OCPBUGS-27192: remove retired serial NCv2 from azure tested instance type list on x86
2024-01-18 08:47:32 +00:00
openshift-merge-bot[bot]
fba8239561 Merge pull request #7851 from yunjiang29/m6a-instance
no-jira:  Add AWS m6a to tested instance types
2024-01-17 15:07:34 +00:00
jima
04c2468c91 remove retired serial NCv2 from azure doc 2024-01-16 14:31:42 +08:00
openshift-merge-bot[bot]
5fe186c911 Merge pull request #7698 from shiftstack/storage-doc-clarification
OSASINFRA-3280: OpenStack: clarify root volume size requirements
2024-01-08 14:12:42 +00:00
Yunfei Jiang
c612d7968e Add AWS m6a to tested instance types 2023-12-18 19:17:29 +08:00
Roman Dobosz
6c7b5a953a OCPBUGS-24241: Pin openstack.cloud version.
When following this guide using RHEL or older Fedora there is an issue
with the openstack.cloud with latest version (2.0.0) as it will need
openstacksdk in version 1.0 or higher, which is unavailable in mentioned
Linux distribution.
2023-12-11 10:24:33 +01:00
openshift-merge-bot[bot]
7e0d9309ce Merge pull request #7364 from rwsu/AGENT-615
AGENT-615: Split create-cluster-and-infraenv.service
2023-12-06 11:06:04 +00:00
openshift-merge-bot[bot]
55c9de4e6f Merge pull request #7727 from shiftstack/add-support-byon-dualstack-upi
OSASINFRA-3261: OpenStack: support dualstack in UPI
2023-12-06 07:12:43 +00:00
chuckersjp
5d1c0a8392 Reorder permission list 2023-11-30 11:04:54 -05:00
chuckersjp
2aa4a2d67b Update required permission list 2023-11-30 11:03:16 -05:00
Marco Braga
e8fc7c48ff doc/aws/edge: unified guide for edge zones with Wavelength
Introduce installer docs (reference for the product docs) to provision
VPC and dependencies (Carrier Gateway and subnets) using CloudFormation
templates, when installing the variant of BYO VPC.
2023-11-30 10:38:20 -03:00
Patrick Dillon
153837a65b Merge pull request #7369 from mtulio/edge-aws-wavelength-zone
SPLAT-1160: AWS - Support Wavelength Zones with edge pool
2023-11-29 12:45:53 -05:00
Roman Dobosz
c670cd90ba OpenStack: Updated UPI documentation 2023-11-27 14:12:01 -03:00
John Hixson
e45f8622d2 cmd/openshift-install: Remove "migrate" command
The migrate command migrated old style Azure DNS zones to the newer
style. The ability to create old style DNS zones in Azure hasn't existed
in years, so this command can be retired.
2023-11-24 13:11:30 -08:00
Marco Braga
445ad4a1bc doc/aws/edge: unified guide for edge zones with Wavelength 2023-11-22 18:58:11 -03:00
Maysa Macedo
f1bbaa3dba OpenStack: fix script to update bootstrap ignition shim
This commit removes undefined variable from the script that
adds the certificate to the bootstrap ignition shim and removes
unecessary comma.
2023-11-19 16:16:38 -03:00