This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
horizon.horizon_user: | |
:default: horizon | |
:type: String | |
horizon.rax_logo: | |
:default: true | |
:type: TrueClass | |
horizon.db.username: | |
:default: dash | |
:type: String |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
OlderNewer