mirror of https://github.com/ceph/ceph-ansible.git
radosgw: remove INST_PORT environment variable
This variable isn't consumed by the container so we can remove it.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 1361e84a4e
)
pull/5580/head
parent
518f4f579d
commit
3c3a232b77
|
@ -16,7 +16,6 @@
|
|||
mode: "0644"
|
||||
content: |
|
||||
INST_NAME={{ item.instance_name }}
|
||||
INST_PORT={{ item.radosgw_frontend_port }}
|
||||
with_items: "{{ rgw_instances }}"
|
||||
when:
|
||||
- containerized_deployment | bool
|
||||
|
|
|
@ -46,7 +46,6 @@ ExecStart=/usr/bin/{{ container_binary }} run --rm --net=host \
|
|||
-e CEPH_DAEMON=RGW \
|
||||
-e CLUSTER={{ cluster }} \
|
||||
-e RGW_NAME={{ ansible_hostname }}.${INST_NAME} \
|
||||
-e RGW_CIVETWEB_PORT=${INST_PORT} \
|
||||
-e CONTAINER_IMAGE={{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }} \
|
||||
--name=ceph-rgw-{{ ansible_hostname }}-${INST_NAME} \
|
||||
{{ ceph_rgw_docker_extra_env }} \
|
||||
|
|
Loading…
Reference in New Issue