Giter Club home page Giter Club logo

Comments (5)

sreichar avatar sreichar commented on July 17, 2024

My read of this is the second install is happening only when a self host registry is being configured for disconnected. The packages would not be needed otherwise.

Do you think they should be installed when not needed?

from baremetal-deploy.

e-minguez avatar e-minguez commented on July 17, 2024

My read of this is the second install is happening only when a self host registry is being configured for disconnected. The packages would not be needed otherwise.

Do you think they should be installed when not needed?

install_depends(){
  PACKAGES="ansible git usbredir golang libXv virt-install libvirt libvirt-devel libselinux-utils qemu-kvm mkisofs python3-devel jq ipmitool"
  EXTRA_PACKAGES="podman httpd httpd-tools"
  [ "$ENABLEDISCONNECT" -eq "1" ] && PACKAGES+=" ${EXTRA_PACKAGES}"
  echo "Installing required dependencies..."
  echo ${PACKAGES}
}

Also, it would be nice to use a http container instead installing httpd (containers everywhere!)

from baremetal-deploy.

e-minguez avatar e-minguez commented on July 17, 2024

Just in case, an example: https://github.com/e-minguez/ocp4-upi-bm-pxeless-staticips/blob/master/docs/3-web-server.md

from baremetal-deploy.

rlopez133 avatar rlopez133 commented on July 17, 2024

@e-minguez @sreichar - Once we get disconnected installs and cacheing as part of the Ansible playbook, can we retire baremetal-prep.sh?

from baremetal-deploy.

rlopez133 avatar rlopez133 commented on July 17, 2024

Closing as we are not going to make any enhancements to baremetal-prep.sh

from baremetal-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.