Skip to content

Commit e659866

Browse files
Merge pull request #158 from metal3-io/revert-154-revert-141-current-tripleo
Use tested packages
2 parents c3a0bf4 + e1cb406 commit e659866

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN dd bs=1024 count=2880 if=/dev/zero of=esp.img && \
3131
FROM docker.io/centos:centos8
3232

3333
RUN dnf install -y python3 python3-requests && \
34-
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current && \
34+
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current-tripleo && \
3535
dnf update -y && \
3636
dnf install -y python3-gunicorn openstack-ironic-api openstack-ironic-conductor crudini \
3737
iproute dnsmasq httpd qemu-img iscsi-initiator-utils parted gdisk psmisc \

configure-ironic.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ host_ip = ::
2626
api_workers = $NUMWORKERS
2727
2828
[conductor]
29-
api_url = http://${IRONIC_URL_HOST}:6385
3029
bootloader = http://${IRONIC_URL_HOST}:${HTTP_PORT}/uefi_esp.img
3130
automated_clean = ${IRONIC_AUTOMATED_CLEAN}
3231
@@ -39,6 +38,9 @@ fast_track = ${IRONIC_FAST_TRACK}
3938
4039
[inspector]
4140
endpoint_override = http://${IRONIC_URL_HOST}:5050
41+
42+
[service_catalog]
43+
endpoint_override = http://${IRONIC_URL_HOST}:6385
4244
EOF
4345

4446
mkdir -p /shared/html

0 commit comments

Comments
 (0)