File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,18 @@ sudo dnf install -y https://kojihub.stream.centos.org/kojifiles/packages/podman/
9595sudo hostnamectl set-hostname standalone.localdomain
9696sudo hostnamectl set-hostname standalone.localdomain --transient
9797
98+ # TODO: use Ceph RBD backend for Nova to implement ceph -> ceph adoption of workloads
99+ # until then, use local file storage backend for VM workloads adoption
100+ cat >\$ HOME/nova_noceph.yaml <<__EOF__
101+ parameter_defaults:
102+ NovaEnableRbdBackend: false
103+ __EOF__
104+
98105export HOST_PRIMARY_RESOLV_CONF_ENTRY=${HOST_PRIMARY_RESOLV_CONF_ENTRY}
99106export INTERFACE_MTU=${INTERFACE_MTU:- 1500}
100107export NTP_SERVER=${NTP_SERVER:- " clock.corp.redhat.com" }
101108export EDPM_COMPUTE_CEPH_ENABLED=${EDPM_COMPUTE_CEPH_ENABLED:- true}
102- export CEPH_ARGS="${CEPH_ARGS:- -e \$ HOME/ deployed_ceph.yaml -e / usr/ share/ openstack-tripleo-heat-templates/ environments/ cephadm/ cephadm-rbd-only.yaml} "
109+ export CEPH_ARGS="${CEPH_ARGS:- -e \$ HOME/ deployed_ceph.yaml -e / usr/ share/ openstack-tripleo-heat-templates/ environments/ cephadm/ cephadm-rbd-only.yaml -e \$ HOME / nova_noceph.yaml } "
103110export COMPUTE_DRIVER=${COMPUTE_DRIVER:- " libvirt" }
104111export IP=${IP}
105112export GATEWAY=${GATEWAY}
You can’t perform that action at this time.
0 commit comments