Skip to content

Instantly share code, notes, and snippets.

@brandonlogan
Created March 6, 2015 04:03
Show Gist options
  • Select an option

  • Save brandonlogan/405f5d7b41a98df6bc2d to your computer and use it in GitHub Desktop.

Select an option

Save brandonlogan/405f5d7b41a98df6bc2d to your computer and use it in GitHub Desktop.

Revisions

  1. brandonlogan created this gist Mar 6, 2015.
    47 changes: 47 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,47 @@
    # Misc
    #RECLONE=True
    DATABASE_PASSWORD=password
    ADMIN_PASSWORD=password
    SERVICE_PASSWORD=password
    SERVICE_TOKEN=password
    RABBIT_PASSWORD=password

    # Enable Logging

    LOGFILE=/opt/stack/logs/stack.sh.log
    VERBOSE=True
    LOG_COLOR=True
    SCREEN_LOGDIR=/opt/stack/logs

    KEYSTONE_TOKEN_FORMAT=UUID

    # Pre-requisite
    ENABLED_SERVICES=rabbit,mysql,key

    # Horizon (always use the trunk)
    #ENABLED_SERVICES+=,horizon
    #HORIZON_REPO=https://github.com/openstack/horizon
    #HORIZON_BRANCH=master

    # Nova
    ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch
    IMAGE_URLS+=",https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"

    # Glance
    ENABLED_SERVICES+=,g-api,g-reg

    # Neutron
    ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron

    # Cinder
    #ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch

    # Tempest
    ENABLED_SERVICES+=,tempest

    # Neutron LBaaS
    enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas.git

    ENABLED_SERVICES+=,q-lbaasv2

    #OFFLINE=True