OpenStack: Install Openstack Icehouse using Redhat 6.5 with Staypuft
Jump to navigation
Jump to search
Initial Notes
- Conducted on the redhat open labs
- Setup included 4 nodes; staypuft server , controller/network/compute
- FQDN hostnames all setup
Subscription Pre-requisites Get a list the subscription pools available to your system:
subscription-manager list --available
Attach a subscription to your system by running the following command, replacing pool_id with the ID of a pool that contains a Red Hat Enterprise Linux OpenStack Platform Installer entitlement:
subscription-manager attach --pool=pool_id
Disable all repositories
subscription-manager repos --disable=*
Enable only required repositories
subscription-manager repos --enable=rhel-6-server-rpms subscription-manager repos --enable=rhel-6-server-openstack-foreman-rpms subscription-manager repos --enable=rhel-server-rhscl-6-rpms subscription-manager repos --enable=rhel-6-server-openstack-5.0-rpms