Created
August 21, 2018 06:13
-
-
Save seomin3/5bcd15c254b82a71038e9faee384842f to your computer and use it in GitHub Desktop.
control_plane.yml without monasca for HOS
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
| --- | |
| product: | |
| version: 2 | |
| control-planes: | |
| - name: control-plane-1 | |
| control-plane-prefix: cp1 | |
| region-name: region1 | |
| failure-zones: | |
| - AZ1 | |
| - AZ2 | |
| - AZ3 | |
| configuration-data: | |
| # - OCTAVIA-CONFIG-CP1 | |
| # - NEUTRON-CONFIG-CP1 | |
| - SWIFT-CONFIG-CP1 | |
| common-service-components: | |
| - logging-rotate | |
| #- logging-producer | |
| #- monasca-agent | |
| #- freezer-agent | |
| - stunnel | |
| - lifecycle-manager-target | |
| clusters: | |
| - name: cluster1 | |
| cluster-prefix: c1 | |
| server-role: CONTROLLER-ROLE | |
| member-count: 1 | |
| allocation-policy: strict | |
| service-components: | |
| - lifecycle-manager | |
| - tempest | |
| - ntp-server | |
| - swift-ring-builder | |
| - mysql | |
| - ip-cluster | |
| - apache2 | |
| - keystone-api | |
| - keystone-client | |
| - rabbitmq | |
| - glance-api | |
| - glance-registry | |
| - glance-client | |
| - cinder-api | |
| - cinder-scheduler | |
| - cinder-volume | |
| - cinder-backup | |
| - cinder-client | |
| - nova-api | |
| - nova-scheduler | |
| - nova-conductor | |
| - nova-console-auth | |
| - nova-novncproxy | |
| - nova-client | |
| - neutron-server | |
| - neutron-ml2-plugin | |
| - neutron-vpn-agent | |
| - neutron-dhcp-agent | |
| - neutron-metadata-agent | |
| - neutron-openvswitch-agent | |
| - neutron-client | |
| - octavia-api | |
| - octavia-health-manager | |
| - horizon | |
| - swift-proxy | |
| - memcached | |
| - swift-account | |
| - swift-container | |
| - swift-object | |
| - swift-client | |
| #- heat-api | |
| #- heat-api-cfn | |
| #- heat-api-cloudwatch | |
| #- heat-engine | |
| #- heat-client | |
| - openstack-client | |
| #- ceilometer-api | |
| #- ceilometer-polling | |
| #- ceilometer-agent-notification | |
| #- ceilometer-common | |
| #- ceilometer-client | |
| #- zookeeper | |
| #- kafka | |
| #- spark | |
| #- vertica | |
| #- storm | |
| #- monasca-api | |
| #- monasca-persister | |
| #- monasca-notifier | |
| #- monasca-threshold | |
| #- monasca-client | |
| #- monasca-transform | |
| #- logging-server | |
| #- ops-console-web | |
| #- ops-console-monitor | |
| #- freezer-api | |
| #- ceph-monitor | |
| #- barbican-api | |
| #- barbican-client | |
| #- barbican-worker | |
| #- designate-api | |
| #- designate-central | |
| #- designate-pool-manager | |
| #- designate-zone-manager | |
| #- designate-mdns | |
| #- designate-client | |
| #- powerdns | |
| resources: | |
| - name: compute | |
| resource-prefix: comp | |
| server-role: COMPUTE-ROLE | |
| allocation-policy: any | |
| min-count: 0 | |
| service-components: | |
| - ntp-client | |
| - nova-compute | |
| - nova-compute-kvm | |
| - neutron-l3-agent | |
| - neutron-metadata-agent | |
| - neutron-openvswitch-agent | |
| - neutron-lbaasv2-agent | |
| - openstack-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment