Skip to content
Snippets Groups Projects
Commit f67096d6 authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Update bundle_template.juju2.yaml

parent a0b54fb4
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ machines: ...@@ -105,7 +105,7 @@ machines:
services: services:
ctrl-host: controller:
charm: cs:ubuntu charm: cs:ubuntu
num_units: 3 num_units: 3
to: to:
...@@ -783,6 +783,8 @@ services: ...@@ -783,6 +783,8 @@ services:
annotations: annotations:
gui-x: '0' gui-x: '0'
gui-y: '1100' gui-y: '1100'
# ------------------------------------------------------------------------------
relations: relations:
- [ ntp, ctrl-host ] - [ ntp, ctrl-host ]
- [ ntp, compute-host ] - [ ntp, compute-host ]
...@@ -813,114 +815,78 @@ relations: ...@@ -813,114 +815,78 @@ relations:
- [ nova-compute, percona-cluster ] - [ nova-compute, percona-cluster ]
- [ glance, percona-cluster ] - [ glance, percona-cluster ]
- [ glance, keystone ] - [ glance, keystone ]
- - glance:image-service - [ "glance:image-service", "cinder:image-service" ]
- cinder:image-service - [ "glance:amqp", "rabbitmq-server:amqp" ]
- - glance:amqp
- rabbitmq-server:amqp
- [ cinder, percona-cluster ] - [ cinder, percona-cluster ]
- [ cinder, rabbitmq-server ] - [ cinder, rabbitmq-server ]
- [ cinder, nova-cloud-controller ] - [ cinder, nova-cloud-controller ]
- [ cinder, keystone ] - [ cinder, keystone ]
- [ openstack-dashboard, keystone ] - [ openstack-dashboard, keystone ]
- - neutron-gateway:amqp - [ "neutron-gateway:amqp", "rabbitmq-server:amqp" ]
- rabbitmq-server:amqp - [ "neutron-gateway:neutron-plugin-api", "neutron-api:neutron-plugin-api" ]
- - neutron-gateway:neutron-plugin-api - [ "nova-cloud-controller:quantum-network-service", "neutron-gateway:quantum-network-service" ]
- neutron-api:neutron-plugin-api - [ "ceph-proxy:client", "nova-compute:ceph" ]
- - nova-cloud-controller:quantum-network-service - [ "ceph-proxy:client", "cinder-ceph:ceph" ]
- neutron-gateway:quantum-network-service - [ "cinder-ceph:storage-backend", "cinder:storage-backend" ]
- - ceph-proxy:client #FG# - [ "ceph-proxy:client", "cinder-backup:ceph" ]
- nova-compute:ceph #FG# - [ "cinder-backup:backup-backend", "cinder:backup-backend" ]
- - ceph-proxy:client - [ "ceph-proxy:client", "glance:ceph" ]
- cinder-ceph:ceph
- - cinder-ceph:storage-backend
- cinder:storage-backend
#FG# - - ceph-proxy:client
#FG# - cinder-backup:ceph
#FG# - - cinder-backup:backup-backend
#FG# - cinder:backup-backend
- - ceph-proxy:client
- glance:ceph
# ceph-radosgw # ceph-radosgw
- - ceph-radosgw:ha - [ "ceph-radosgw:ha", "ceph-radosgw-hacluster:ha" ]
- ceph-radosgw-hacluster:ha - [ "keystone:identity-service", "ceph-radosgw:identity-service" ]
- - keystone:identity-service - [ "ceph-radosgw:mon", "ceph-proxy:radosgw" ]
- ceph-radosgw:identity-service - [ "ceph-radosgw:juju-info", "defaultgw:juju-info" ]
- - ceph-radosgw:mon
- ceph-proxy:radosgw
- - ceph-radosgw:juju-info
- defaultgw:juju-info
# default-gw # default-gw
- - keystone:juju-info - [ "keystone:juju-info", "defaultgw:juju-info" ]
- defaultgw:juju-info - [ "openstack-dashboard:juju-info", "defaultgw:juju-info" ]
- - openstack-dashboard:juju-info - [ "nova-cloud-controller:juju-info", "defaultgw:juju-info" ]
- defaultgw:juju-info - [ "glance:juju-info", "defaultgw:juju-info" ]
- - nova-cloud-controller:juju-info - [ "cinder:juju-info", "defaultgw:juju-info" ]
- defaultgw:juju-info - [ "neutron-api:juju-info", "defaultgw:juju-info" ]
- - glance:juju-info
- defaultgw:juju-info
- - cinder:juju-info
- defaultgw:juju-info
- - neutron-api:juju-info
- defaultgw:juju-info
# nagios server # nagios server
- - nagios-server:juju-info - [ "nagios-server:juju-info", "defaultgw:juju-info" ]
- defaultgw:juju-info
# nagios controllers (physical) # nagios controllers (physical)
- [ctrl-host, nrpe-ctrl] - [ctrl-host, nrpe-ctrl]
- - nrpe-ctrl:monitors - [ "nrpe-ctrl:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios ceph # nagios ceph
- [cinder, nrpe-cinder] - [cinder, nrpe-cinder]
- [cinder-hacluster, nrpe-cinder] - [cinder-hacluster, nrpe-cinder]
- - nrpe-cinder:monitors - [ "nrpe-cinder:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
- [glance, nrpe-glance] - [glance, nrpe-glance]
- [glance-hacluster, nrpe-glance] - [glance-hacluster, nrpe-glance]
- - nrpe-glance:monitors - [ "nrpe-glance:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
- [ceph-radosgw, nrpe-radosgw] - [ceph-radosgw, nrpe-radosgw]
- [ceph-radosgw-hacluster, nrpe-radosgw] - [ceph-radosgw-hacluster, nrpe-radosgw]
- - nrpe-radosgw:monitors - [ "nrpe-radosgw:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios keystone # nagios keystone
- [keystone, nrpe-keystone] - [keystone, nrpe-keystone]
- [keystone-hacluster, nrpe-keystone] - [keystone-hacluster, nrpe-keystone]
- - nrpe-keystone:monitors - [ "nrpe-keystone:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios horizon # nagios horizon
- [openstack-dashboard, nrpe-dashboard] - [openstack-dashboard, nrpe-dashboard]
- [horizon-hacluster, nrpe-dashboard] - [horizon-hacluster, nrpe-dashboard]
- - nrpe-dashboard:monitors - [ "nrpe-dashboard:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios neutron # nagios neutron
- [neutron-api, nrpe-neutron] - [neutron-api, nrpe-neutron]
- [neutron-api-hacluster, nrpe-neutron] - [neutron-api-hacluster, nrpe-neutron]
- - nrpe-neutron:monitors - [ "nrpe-neutron:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
- [network-host, nrpe-neutrongw] - [network-host, nrpe-neutrongw]
- [neutron-gateway, nrpe-neutrongw] - [neutron-gateway, nrpe-neutrongw]
- - nrpe-neutrongw:monitors - [ "nrpe-neutrongw:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios nova # nagios nova
- [nova-cloud-controller, nrpe-nova] - [nova-cloud-controller, nrpe-nova]
- [controller-hacluster, nrpe-nova] - [controller-hacluster, nrpe-nova]
- - nrpe-nova:monitors - [ "nrpe-nova:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
- [compute-host, nrpe-novacompute] - [compute-host, nrpe-novacompute]
- [nova-compute, nrpe-novacompute] - [nova-compute, nrpe-novacompute]
- - nrpe-novacompute:monitors - [ "nrpe-novacompute:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios percona # nagios percona
- [percona-cluster, nrpe-percona] - [percona-cluster, nrpe-percona]
- [pxc-hacluster, nrpe-percona] - [pxc-hacluster, nrpe-percona]
- - nrpe-percona:monitors - [ "nrpe-percona:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
# nagios memcache # nagios memcache
- - memcached:nrpe-external-master - [ "memcached:nrpe-external-master", "nrpe-memcache:nrpe-external-master" ]
- nrpe-memcache:nrpe-external-master - [ "nrpe-memcache:monitors", "nagios-server:monitors" ]
- - nrpe-memcache:monitors
- nagios-server:monitors
# nagios rabbitmq # nagios rabbitmq
- [rabbitmq-server, nrpe-rabbitmq] - [rabbitmq-server, nrpe-rabbitmq]
- - nrpe-rabbitmq:monitors - [ "nrpe-rabbitmq:monitors", "nagios-server:monitors" ]
- nagios-server:monitors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment