From 67def26f162ebdc4e0f0302e737b1a6e8948ba70 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 30 Jun 2017 16:20:57 +0100 Subject: [PATCH] Update kolla-ansible inventory for pike --- .../kolla-ansible/templates/overcloud.j2 | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/ansible/roles/kolla-ansible/templates/overcloud.j2 b/ansible/roles/kolla-ansible/templates/overcloud.j2 index b71ef71ac..a7dcbf804 100644 --- a/ansible/roles/kolla-ansible/templates/overcloud.j2 +++ b/ansible/roles/kolla-ansible/templates/overcloud.j2 @@ -53,6 +53,16 @@ monitoring # You can explicitly specify which hosts run each project by updating the # groups in the sections below. Common services are grouped together. +[chrony-server:children] +control + +[chrony:children] +control +network +compute +storage +monitoring + [collectd:children] compute @@ -84,12 +94,25 @@ control [haproxy:children] network +[hyperv] +#hyperv_host + +[hyperv:vars] +#ansible_user=user +#ansible_password=password +#ansible_port=5986 +#ansible_connection=winrm +#ansible_winrm_server_cert_validation=ignore + [mariadb:children] control [rabbitmq:children] control +[outward-rabbitmq:children] +control + [mongodb:children] control @@ -105,6 +128,11 @@ control [neutron:children] network +[openvswitch:children] +network +compute +manila-share + [cinder:children] control @@ -205,6 +233,12 @@ control [bifrost:children] deployment +[zun:children] +control + +[skydive:children] +monitoring + # Additional control implemented here. These groups allow you to control which # services run on which hosts at a per-service level. # @@ -263,6 +297,9 @@ neutron [neutron-vpnaas-agent:children] neutron +[neutron-bgp-dragent:children] +neutron + # Ceph [ceph-mon:children] ceph @@ -545,3 +582,18 @@ designate # Placement [placement-api:children] placement + +# Zun +[zun-api:children] +zun + +[zun-compute:children] +compute + +# Skydive +[skydive-analyzer:children] +skydive + +[skydive-agent:children] +compute +network