Fix featureset024 to deploy Ceph not in containers via puppet-ceph

With change [1] we changed the default behavior of the
storage-environment.yaml file to deploy Ceph in containers using
ceph-ansible; featureset024 instead is not using containers, so
we should update it to make it use puppet-ceph instead.

1. I1dea3b7665dc0da2ab30a89e077ba36cd36b05fd

Change-Id: I444760bf168af466411746023523c1b681d0ccda
Closes-Bug: #1731282
This commit is contained in:
Giulio Fidente 2017-11-13 11:26:01 +01:00
parent e8d97753d4
commit bc876b0f2d
3 changed files with 2 additions and 3 deletions

View File

@ -28,6 +28,7 @@ telemetry_args: >-
{% endif %}
extra_args: >-
-e {{ overcloud_templates_path }}/environments/puppet-ceph.yaml
{% if release not in ['newton', 'ocata'] %}-e {{ overcloud_templates_path }}/ci/environments/ceph-min-osds.yaml{% endif %}
--ntp-server pool.ntp.org
test_ping: true

View File

@ -1,7 +1,7 @@
# This config deploys a minimal configuration but with pacemaker to
# simulate a configuration close to HA without requiring 3 controllers
# Define a controller node, a compute node, and a ceph node.
# Define a controller node and a compute node
overcloud_nodes:
- name: control_0
flavor: control

View File

@ -19,8 +19,6 @@ node_count: 3
# Tell tripleo which nodes to deploy.
topology: >-
--ceph-storage-scale 1
-e {{overcloud_templates_path}}/environments/storage-environment.yaml
network_isolation: true
network_isolation_type: 'single-nic-vlans'