Skip to content

Commit 6734db5

Browse files
Merge pull request #1121 from rebtoor/ipa-override
Bumped fedora version to 43 for ipa images
2 parents 300f671 + 77e0dcd commit 6734db5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devsetup/standalone/openstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CLOUD_DOMAIN=${CLOUD_DOMAIN:-localdomain}
2929
TELEMETRY_ENABLED=${TELEMETRY_ENABLED:-true}
3030
OCTAVIA_ENABLED=${OCTAVIA_ENABLED:-false}
3131
DESIGNATE_ENABLED=${DESIGNATE_ENABLED:-false}
32-
IPA_IMAGE=${IPA_IMAGE:-"quay.io/freeipa/freeipa-server:fedora-41"}
32+
IPA_IMAGE=${IPA_IMAGE:-"quay.io/freeipa/freeipa-server:fedora-43"}
3333

3434
# Use the files created in the previous steps including the network_data.yaml file and thw deployed_network.yaml file.
3535
# The deployed_network.yaml file hard codes the IPs and VIPs configured from the network.sh

devsetup/tripleo/tripleo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ if [ "$TLSE_ENABLED" = "true" ]; then
196196
export IPA_REALM=$(echo $IPA_DOMAIN | awk '{print toupper($0)}')
197197
export IPA_HOST=ipa.$IPA_DOMAIN
198198
export IPA_SERVER_HOSTNAME=$IPA_HOST
199-
export IPA_IMAGE=${IPA_IMAGE:-"quay.io/freeipa/freeipa-server:fedora-41"}
199+
export IPA_IMAGE=${IPA_IMAGE:-"quay.io/freeipa/freeipa-server:fedora-43"}
200200
sudo mkdir /tmp/ipa-data
201201
sudo podman run -d --name freeipa-server-container \
202202
--sysctl net.ipv6.conf.lo.disable_ipv6=0 \

0 commit comments

Comments
 (0)