Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add enable_marketplace option to config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyione committed Feb 4, 2021
1 parent 9093cb6 commit 80b86dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/kubespray/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ docker_image_tag: v1.5.0
# OpenPAI Customized Settings #
#######################################################################
# enable_hived_scheduler: true
# enable_marketplace: false

#############################################
# Ansible-playbooks' inventory hosts' vars. #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cluster:
data-path: "/datastorage"
qos-switch: "{{ env["cfg"]["qos-switch"] | default('false') }}"
docker-data-root: "{{ env['cfg']['docker_data_root'] | default('/mnt/docker') }}"
marketplace: "false"
marketplace: "{{ env["cfg"]["enable_marketplace"] | default('false') }}"

# the docker registry to store docker images that contain system services like frameworklauncher, hadoop, etc.
docker-registry:
Expand Down

0 comments on commit 80b86dc

Please sign in to comment.