Comment 0 for bug 1398801

Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

Found on the following configuration:
- Ubuntu/HA
- Neutron/Vlan (with balance-slb bonding)
- Cinder/LVM for volumes
- Ceph for images
- RadosGW for objects

Nodes role:
- 3x Controller
- 3x Compute
- 4x Cinder
- 2x Ceph

Cluster is deployed successfully, but on all Cinder nodes 'ceph' is installed bu puppet:
======== puppet.log from one of cinder nodes:
Wed Dec 03 10:00:47 +0000 2014 Puppet (debug): Installing package ceph from purged to present
Wed Dec 03 10:00:47 +0000 2014 Puppet (debug): Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install ceph'
Wed Dec 03 10:00:52 +0000 2014 /Stage[main]/Ceph::Params/Package[ceph]/ensure (notice): ensure changed 'purged' to 'present'
...
Wed Dec 03 10:00:53 +0000 2014 /Stage[main]/Ceph::Conf/Exec[ceph-deploy config pull] (info): Starting to evaluate the resource
Wed Dec 03 10:00:53 +0000 2014 Exec[ceph-deploy config pull](provider=posix) (debug): Executing 'ceph-deploy --overwrite-conf config pull node-1'
Wed Dec 03 10:00:53 +0000 2014 Puppet (debug): Executing 'ceph-deploy --overwrite-conf config pull node-1'
...