initial class group commit
This commit adds the initial class groups.
This commit is contained in:
3
data/class_groups/cinder_all.yaml
Normal file
3
data/class_groups/cinder_all.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
class_groups:
|
||||
- cinder_controller
|
||||
- conder_volume
|
||||
4
data/class_groups/cinder_controller.yaml
Normal file
4
data/class_groups/cinder_controller.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
classes:
|
||||
- cinder
|
||||
- cinder::api
|
||||
- cinder::scheduler
|
||||
4
data/class_groups/cinder_volume.yaml
Normal file
4
data/class_groups/cinder_volume.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
classes:
|
||||
- cinder
|
||||
- cinder::volume
|
||||
- "cinder::volume::%{cinder_backend}"
|
||||
@@ -1,3 +0,0 @@
|
||||
volume:
|
||||
- cinder::volume
|
||||
- cinder::volume::%{cinder_backend}
|
||||
3
data/class_groups/compute.yaml
Normal file
3
data/class_groups/compute.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
class_groups:
|
||||
- nova_compute
|
||||
- cinder_volume
|
||||
10
data/class_groups/controller.yaml
Normal file
10
data/class_groups/controller.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
class_groups:
|
||||
- glance_all
|
||||
- keystone_all
|
||||
- cinder_controller
|
||||
- nova_controller
|
||||
- horizon
|
||||
# this does not go here!!!
|
||||
- network_controller
|
||||
- database
|
||||
- rpc
|
||||
5
data/class_groups/glance_all.yaml
Normal file
5
data/class_groups/glance_all.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
classes:
|
||||
- glance
|
||||
- glance::api
|
||||
- glance::registry
|
||||
- "glance::backend::%{glance_backend}"
|
||||
4
data/class_groups/horizon.yaml
Normal file
4
data/class_groups/horizon.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
classes:
|
||||
- memcached
|
||||
- horizon
|
||||
- apache
|
||||
7
data/class_groups/keystone_all.yaml
Normal file
7
data/class_groups/keystone_all.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
classes:
|
||||
- keystone
|
||||
- keystone::roles::admin
|
||||
# the endpoint additions and database additions
|
||||
# are a little difficult for me
|
||||
# I am not sure how it fits into the ideal model
|
||||
- kickstack::keystone::endpoints
|
||||
@@ -1,3 +1,5 @@
|
||||
mysql::server:
|
||||
mysql::config:
|
||||
mysql::server::account_security:
|
||||
classes:
|
||||
- mysql::server
|
||||
- mysql::config
|
||||
- mysql::server::account_security
|
||||
- kickstack::database::databases
|
||||
|
||||
8
data/class_groups/network_controller.yaml
Normal file
8
data/class_groups/network_controller.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
classes:
|
||||
- "%{network_service}"
|
||||
- "%{network_service}::plugins::%{network_plugin}"
|
||||
- "%{network_service}::server"
|
||||
- "%{network_service}::agents::metadata"
|
||||
- "%{network_service}::agents::l3"
|
||||
- "%{network_service}::agents::dhcp"
|
||||
- "%{network_service}::agents::%{network_plugin}"
|
||||
7
data/class_groups/nova_compute.yaml
Normal file
7
data/class_groups/nova_compute.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
classes:
|
||||
- nova
|
||||
- nova::compute
|
||||
- "nova::compute::%{compute_type}"
|
||||
- "nova::network::%{network_service}"
|
||||
- "%{network_service}"
|
||||
- "%{network_service}::agents::%{network_plugin}"
|
||||
10
data/class_groups/nova_controller.yaml
Normal file
10
data/class_groups/nova_controller.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
classes:
|
||||
- nova
|
||||
- nova::api
|
||||
- nova::scheduler
|
||||
- nova::objectstore
|
||||
- nova::cert
|
||||
- nova::consuleauth
|
||||
- nova::conductor
|
||||
- "nova::network::%{network_service}"
|
||||
- nova::vncproxy
|
||||
Reference in New Issue
Block a user