Skip to content

Commit

Permalink
fix ztp siteconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Sep 19, 2023
1 parent 5352c7e commit d9f1632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztp/scripts/siteconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ bash /root/ztp/scripts/bmc_siteconfig.sh
podman pull quay.io/openshift-kni/ztp-site-generator:latest
podman create -ti --name ztp-site-gen ztp-site-generator:latest bash
podman cp ztp-site-gen:/home/ztp /root/out
podman run --security-opt label=disable -v /root:/workdir quay.io/karmab/siteconfig-generator -manifestPath /workdir/out/extra-manifest /workdir/siteconfig.yml >> /root/spokes.yml
podman run --security-opt label=disable -v /root:/workdir quay.io/openshift-kni/siteconfig-generator -manifestPath /workdir/out/extra-manifest /workdir/siteconfig.yml >> /root/spokes.yml

0 comments on commit d9f1632

Please sign in to comment.