| --- |
| opdk_version: 4.17.01 |
| target_logs_folder: "~/.apigee/planet_resources/" |
| assign_mgmt_ip: True |
| |
| # apigee_repo_uri: 10.142.0.4:3939 |
| # apigee_repo_protocol: http |
| # apigee_repo_url: "{{ apigee_repo_protocol }}://{{ apigee_repo_uri }}" |
| |
| # 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', |
| # name: 'Description of repository', |
| # baseurl: 'http://{some customer url and port}', |
| # gpgkey: '', |
| # gpgcheck: '0', |
| # priority: '', |
| # exclude: '', |
| # repo_filename: '' |
| # } |
| |
| # These are required yum packages |
| yum_packages: |
| - bind-utils |
| - chkconfig |
| - curl |
| - tar |
| - wget |
| - yum-utils |
| - unzip |
| - rsync |
| - which |
| - libselinux-python |
| - nss |
| - openssh-clients |
| - openssh-server |
| - grep |
| - rpm |
| - rng-tools |
| - sed |
| |
| # These are optional yum packages that are useful for troubleshooting |
| os_packages: |
| - lsof |
| - nc |
| - dos2unix |
| - tcpdump |
| - telnet |
| - vim |
| - tree |
| |
| pip_packages: |
| - httplib2 |
| - pexpect |
| - passlib |
| - urllib3 |
| - requests |
| - six |
| - pyOpenSSL |
| |
| qpid_client: ftp://fr2.rpmfind.net/linux/epel/7/x86_64/q/qpid-cpp-client-1.35.0-3.el7.x86_64.rpm |
| qpid_server: ftp://fr2.rpmfind.net/linux/epel/7/x86_64/q/qpid-cpp-server-1.35.0-3.el7.x86_64.rpm |
| |
| epel_repo: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm |