Skip to content

Instantly share code, notes, and snippets.

View brc's full-sized avatar

brc

  • The Octillian System; DOOP
View GitHub Profile
@brc
brc / rpc_attr_map1
Created January 30, 2014 06:35
Terse map of attribute mappings between RPC and StackForge
ceilometer.db.name > openstack.db.metering.db_name
ceilometer.db.username > openstack.metering.db.username
! ceilometer.notification.driver = no_op
! ceilometer.notification.topics = notifications
# ^NOTE: templates/default/ceilometer.conf.erb:notification_topics = notifications,glance_notifications
+ceilometer.service_tenant_name (service) > openstack.metering.service_tenant_name (nil)
# ^NOTE: this attr is not defined in stackforge, but is used in cookbook-openstack-metering::common
+ceilometer.service_user (ceilometer) > openstack.metering.service_user (nil)
# ^NOTE: this attr is not defined in stackforge, but is used in cookbook-openstack-metering::common
! ceilometer.service_role = admin
@brc
brc / commits.txt
Last active August 29, 2015 13:56
Contributions
https://review.openstack.org/#/c/68845/
https://review.openstack.org/#/c/69737/6
https://review.openstack.org/#/c/69741/6 #(1)
https://github.com/rcbops/jenkins-chef-nova-dingus/pull/128
https://github.com/rcbops-cookbooks/openstack-ha/pull/76
https://review.openstack.org/#/c/71057/5
https://review.openstack.org/#/c/71389/
https://review.openstack.org/#/c/73104/
https://review.openstack.org/#/c/73979/2
https://review.openstack.org/#/c/76032/3
---
ceilometer.db.name:
:default: ceilometer
:type: String
:stack_name: openstack.db.metering.db_name
:stack_default: ceilometer
:stack_type: String
ceilometer.db.username:
:default: ceilometer
:type: String
---
enable_monit:
:default: false
:type: FalseClass
cinder.rabbitmq.use_ha_queues:
:default: false
:type: FalseClass
:stack_name: openstack.block-storage.rabbit.ha
:stack_default: false
:stack_type: FalseClass
---
glance.rabbitmq.use_ha_queues:
:default: false
:type: FalseClass
glance.use_debug:
:default: 'False'
:type: String
:stack_name: openstack.image.debug
:stack_default: 'False'
:stack_type: String
---
heat.db.name:
:default: heat
:type: String
:stack_name: openstack.db.orchestration.db_name
:stack_default: heat
:stack_type: String
heat.db.username:
:default: heat
:type: String
---
horizon.horizon_user:
:default: horizon
:type: String
horizon.rax_logo:
:default: true
:type: TrueClass
horizon.db.username:
:default: dash
:type: String
---
credentials.EC2.admin.access:
:default: ''
:type: String
:stack_name: credentials.EC2.admin.access
:stack_default: ''
:stack_type: String
credentials.EC2.admin.secret:
:default: ''
:type: String
---
nova.network.provider:
:default: nova
:type: String
:stack_name: openstack.network.service_type
:stack_default: network
:stack_type: String
nova.network.auto_assign_floating_ip:
:default: false
:type: FalseClass
---
enable_monit:
:default: false
:type: FalseClass
:stack_name: enable_monit
:stack_default: false
:stack_type: FalseClass
nova.rabbitmq.use_ha_queues:
:default: false
:type: FalseClass