| --- |
| opdk_version: 4.17.01 |
| # apigee_repo_uri: 10.142.0.4:3939 |
| # apigee_repo_protocol: http |
| # apigee_repo_url: "{{ apigee_repo_protocol }}://{{ apigee_repo_uri }}" |
| # target_logs_folder: "~/.apigee/logs_configs/" |
| |
| # pip_index_url: "https://private.repository.com/api/pypi/Pypi-remote/simple" |
| # pip_conf_dir: "~/.pip" |
| |
| # Used with restarting servers |
| # start_check_delay: 0 |
| # server_restart_timeout: 1 |
| |
| # Used for creating softlinks from apigee system folders to customer hard targets |
| # target_links: |
| #- { src: '/apps/opt/apigee', dest: '/opt/apigee' } |
| |
| # Used for proxy settings when required |
| # http_proxy: http://proxy.com:80 |
| # https_proxy: https://proxy.com:80 |
| |
| # Used to temporarily move and restore system files in order to enable installation of components. |
| # temporary_move: |
| # - { original_folder: "/etc/yum.repos.d", file_name: "redhat.repo", temporary_holding_folder: "/tmp/yum.repos.d" } |
| |
| # TODO: Add a sample yum repository configuration |
| # Configure a yum repositories |
| #apigee_yum_repositories: |
| #- { repo_id: 'customer-provided', description: 'Configure customer managed repository', baseurl: 'http://{some customer url and port}'} |