Skip to content

Instantly share code, notes, and snippets.

@rickerc
rickerc / install_icehouse_ubuntu.sh
Last active August 29, 2015 13:57
install_icehouse_ubuntu
#!/bin/bash
#
# assumption is starting with a generic minimal install of Ubuntu trusty
#
# this will install an all_in_one using puppetry from a Cisco repo;
# all other packages including OpenStack packages come from Ubuntu trusty
# general cleanup - kill any repos and puppet cobbler may have added
rm -f /etc/apt/sources.list.d/*
#!/bin/bash
#
# assumption is starting with a generic minimal install of Ubuntu trusty
#
# this will install an all_in_one using puppetry from a Cisco repo;
# OpenStack packages come from a separate Cisco repo while other packages come from Ubuntu trusty
echo "i.0 is released. Use normal install processes instead"
exit 254