instack-undercloud via packages =============================== The commands in these instructions should be applied to the baremetal machine or the instack virtual machine to create an undercloud. It helps when setting up the undercloud to use a user with passwordless sudo enabled. If you're using a virtual machine environment, the stack user in the default instack vm is already configured with passwordless sudo. 1. Enable the RDO icehouse repository sudo yum install -y http://rdo.fedorapeople.org/openstack-icehouse/rdo-release-icehouse.rpm 1. **Optional**. You can enable the RDO staging repository to get newer packages if available. sudo /bin/bash -c "cat >>/etc/yum.repos.d/rdo-staging.repo<