Skip to content

Instantly share code, notes, and snippets.

@marcoemorais
Created August 20, 2014 23:23
Show Gist options
  • Save marcoemorais/73df269e1d194ce3a7e8 to your computer and use it in GitHub Desktop.
Save marcoemorais/73df269e1d194ce3a7e8 to your computer and use it in GitHub Desktop.
Anvil configuration for icehouse with neutron
---
components:
# Order matters here!
- general
- db
- rabbit-mq
# Oslo libraries
- oslo-config
- oslo-messaging
- pycadf
# Core components
- keystone
- glance
- cinder
- nova
- neutron
# Client used by components
- cinder-client
- glance-client
- keystone-client
- neutron-client
- nova-client
- swift-client
options:
nova:
db-sync: true
do-network-init: true
enable-cells: false
enable-spice: false
local-conductor: false
mq-type: rabbit
neutron-enabled: true
glance:
db-sync: true
load-images: true
keystone:
db-sync: true
do-init: true
enable-pki: false
cinder:
mq-type: rabbit
db-sync: true
neutron:
db-sync: true
mq-type: rabbit
subsystems:
glance:
- api
- registry
keystone:
- all
nova:
- api
- cert
- compute
- conductor
- network
- scheduler
neutron:
- server
- agent
- l3-agent
- metadata-agent
cinder:
- api
- scheduler
- volume
no-origin:
# These components don't need an origin to be enabled
- general
- db
- rabbit-mq
supports:
- rhel
...
ceilometer:
repo: git://github.com/openstack/ceilometer.git
branch: stable/icehouse
ceilometer-client:
repo: git://github.com/openstack/python-ceilometerclient.git
tag: 1.0.9
cinder-client:
repo: git://github.com/openstack/python-cinderclient.git
tag: 1.0.8
cinder:
repo: git://github.com/openstack/cinder.git
branch: stable/icehouse
django-openstack-auth:
repo: git://github.com/openstack/django_openstack_auth.git
tag: 1.1.5
glance-client:
repo: git://github.com/openstack/python-glanceclient.git
tag: 0.12.0
glance:
repo: git://github.com/openstack/glance.git
branch: stable/icehouse
heat:
repo: git://github.com/openstack/heat.git
branch: stable/icehouse
heat-client:
repo: git://github.com/openstack/python-heatclient.git
tag: 0.2.8
horizon:
repo: git://github.com/openstack/horizon.git
branch: stable/icehouse
keystone-client:
repo: git://github.com/openstack/python-keystoneclient.git
tag: 0.7.1
keystone:
repo: git://github.com/openstack/keystone.git
branch: stable/icehouse
nova-client:
repo: git://github.com/openstack/python-novaclient.git
tag: 2.17.0
nova:
repo: git://github.com/openstack/nova.git
branch: stable/icehouse
novnc:
repo: git://github.com/kanaka/noVNC.git
branch: master
openstack-client:
repo: git://github.com/openstack/python-openstackclient.git
tag: 0.3.1
oslo-config:
repo: git://github.com/openstack/oslo.config.git
tag: 1.3.0
oslo-incubator:
repo: git://github.com/openstack/oslo-incubator.git
branch: stable/icehouse
neutron-client:
repo: git://github.com/openstack/python-neutronclient.git
tag: 2.3.4
neutron:
repo: git://github.com/openstack/neutron.git
branch: stable/icehouse
swift-client:
repo: git://github.com/openstack/python-swiftclient.git
tag: 2.0.3
trove-client:
repo: git://github.com/openstack/python-troveclient.git
tag: 1.0.4
trove:
repo: git://github.com/openstack/trove.git
branch: stable/icehouse
oslo-messaging:
repo: git://github.com/openstack/oslo.messaging.git
tag: 1.3.0
pycadf:
repo: git://github.com/openstack/pycadf.git
tag: 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment