Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Remove setup classes #182

Merged

Commits on Apr 24, 2015

  1. Remove openstack::setup::cirros class

    Having a class that sets up a single hard-coded image is not very
    useful, except for demos. This change moves the image data into the
    example hiera files and uses create_resources on a hash of data to
    create as many images as the user wants. We move this into
    openstack::profile::glance::api since now a one-line function does not
    need its own class.
    Colleen Murphy committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    0fdb812 View commit details
    Browse the repository at this point in the history
  2. Remove router and sharednetwork setup classes

    The openstack::setup::router and openstack::setup::sharednetwork
    classes only create two networks and one router with very little
    configuration options. This change moves the network data into the
    example hiera files and uses create_resources on a hash to create as
    many networks, subnets, and routers are the user wants. We move this
    into openstack::profile::neutron::router since these resources will
    always reside on the network node.
    Colleen Murphy committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    308643a View commit details
    Browse the repository at this point in the history