Skip to content

Instantly share code, notes, and snippets.

########################################################################
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
########################################################################
# Dummy ruby-abi spec file for Fedora 19.
#!/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
# 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
# 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
# general cleanup - kill any repos and puppet cobbler may have added
rm /etc/apt/sources.list.d/*
apt-get update
#!/bin/bash
wget http://openstack-repo.cisco.com/openstack/APT-GPG-KEY-Cisco
cat APT-GPG-KEY-Cisco|apt-key add -
cat > /etc/apt/sources.list.d/cisco-openstack-mirror_icehouse.list<<EOF
# cisco-openstack-mirror_icehouse
deb http://openstack-repo.cisco.com/openstack/cisco icehouse-proposed main
deb-src http://openstack-repo.cisco.com/openstack/cisco icehouse-proposed main
EOF
apt-get update
apt-get install puppet -y
#!/bin/bash
cd /tmp
wget http://openstack-repo.cisco.com/openstack/APT-GPG-KEY-Cisco
cat APT-GPG-KEY-Cisco|apt-key add -
cat > /etc/apt/sources.list.d/cisco-openstack-mirror_havana.list<<EOF
# cisco-openstack-mirror_havana
deb http://openstack-repo.cisco.com/openstack/cisco havana-proposed main
deb-src http://openstack-repo.cisco.com/openstack/cisco havana-proposed main
EOF
apt-get update

OpenStack

In this document I describe the steps to setup OpenStack cloud on Fedora 19

Setup

First, install OpenStack on Fedora 19

RDO Quick Start -