4 Commits

Author SHA1 Message Date
Dan Prince
933f1afefd Stop using puppet to configure VIPs in /etc/hosts
This patch drops use of the vip-hosts.yaml service which can
cause issues during deployment because puppet 'hosts' resources
overwrite the data in /etc/hosts. The only reason things seem to work
at all at the moment is because our hosts element in t-i-e runs
on each os-refresh-config iteration and re-adds the dropped hosts
entries.

To work around the issue we add a conditional which selectively
adds the extra hosts entries only if the AddVipsToEtcHosts is set
to true.

Closes-bug: 1645123

Change-Id: Ic6aaeb249a127df83894f32a704219683a6382b2
2016-11-27 13:20:33 -05:00
Giulio Fidente
2a7e044518 Provide full list of services for Compute role in HCI scenario
Until bug #1635409 is fixed, we can provide the full list of
services needed on the Compute role, plus CephOSD, in the
hyperconverged-ceph environment file, preserving the user
experience.

Change-Id: I42409bc098c740759b378969526e13efaf002d3c
Related-Bug: #1635409
2016-11-25 11:32:49 +01:00
Giulio Fidente
7d75b583b7 Activate StorageMgmtPort on computes in HCI environment
Change-Id: If4d3b186d1d943ca6fad46427fb3b35699cdfc90
2016-09-23 13:26:28 +02:00
Giulio Fidente
dff4f6ca0c Add hyperconverged-ceph environment to include CephOSD on computes
This would be useful to test Ceph in CI without a dedicated OSD node.

Change-Id: Ie534d327a9418b6119f5811ee62d448795879fb0
2016-08-29 14:25:05 +00:00