Eduardo Minguez eminguez
  • Joined on 2024-10-17
eminguez deleted branch components-versions from eminguez/suse-edge-factory 2025-09-02 15:40:46 +02:00
eminguez merged pull request suse-edge/Factory#222 2025-09-02 15:40:45 +02:00
feat: Add suse-edge-components-versions
eminguez commented on pull request suse-edge/Factory#222 2025-09-02 13:46:59 +02:00
feat: Add suse-edge-components-versions
eminguez pushed to components-versions at eminguez/suse-edge-factory 2025-09-02 13:44:17 +02:00
5b167e10ab feat: Add suse-edge-components-versions
9cbf868ba7 Bump the metal3-chart and BMO subchart version
7e04a91e72 Allow to set IRONIC_EXTERNAL_URL_V6 to Metal3 BMO
Compare 3 commits »
eminguez pushed to components-versions at eminguez/suse-edge-factory 2025-09-01 11:00:58 +02:00
375f77edc8 feat: Add suse-edge-components-versions
e9554a4399 Merge pull request 'Revert the removal of repo' (#252) from dprodanov/Factory:fix-rm into main
45cd7fbc36 Revert the removal of repo
05f49fec7b Merge pull request 'Update rancher prime version to the GA' (#251) from dprodanov/Factory:update-rancher into main
d1cb632801 Update Rancher prime version to GA
Compare 46 commits »
eminguez commented on pull request suse-edge/Factory#230 2025-08-07 11:03:34 +02:00
Fix warning reported by ShellCheck regarding PR #213

Nits about using {} to protect expansions

Are they needed in the above contexts? I have skipped them as I thought they made no difference here, but I'll add them anyway. Thank you for…

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IRONIC_IP="$(get_ip_of_interface "${PROVISIONING_INTERFACE}" 4)"

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IPV6_RECORD="$(get_ip_of_hostname "${IRONIC_URL_HOSTNAME}" 6)"

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IPV4_IFACE="$(get_interface_of_ip "${IPV4_RECORD}" 4)"

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IPV6_IFACE="$(get_interface_of_ip "${IPV6_RECORD}" 6)"

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

`echo $(nslookup -type=${QUERY} "${HOSTNAME}"

eminguez approved suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

Nits about using {} to protect expansions

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IPV4_RECORD="$(get_ip_of_hostname "${IRONIC_URL_HOSTNAME}" 4)"

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

elif [[ -n "${ENABLE_IPV6}" ]]; then

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

`echo $(ip "${IP_VERS}" -br addr show scope global

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

`echo $(ip "${IP_VERS}" -br addr show scope global up dev ${IFACE}

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IFACE_OF_IP="$(get_interface_of_ip "${PROVISIONING_IP}")"

eminguez commented on pull request suse-edge/Factory#230 2025-08-07 09:28:59 +02:00
Fix warning reported by ShellCheck regarding PR #213

IRONIC_IPV6="$(get_ip_of_interface "${PROVISIONING_INTERFACE}" 6)"

eminguez pushed to components-versions at eminguez/suse-edge-factory 2025-08-06 09:35:08 +02:00
39b878ce77 feat: Add suse-edge-components-versions
e2d38a867c Let Apache use separate IPv4 and IPv6 sockets for listening to any
eecd30e90d Update httpd.conf to bind to IPv4 and/or IPv6 sockets
fc0cfda2c0 Let Ironic API use IPv4 and IPv6 sockets when possible
582aaaa424 Set host_ip to an IPv6 address when found
Compare 13 commits »
eminguez commented on issue suse-edge/Factory#229 2025-08-05 13:22:04 +02:00
Testing rss integration

it works