Petr OspalĂ˝ | fb2d0cb | 2018-12-19 14:22:00 +0100 | [diff] [blame] | 1 | --- |
| 2 | nfs_mount_path: /dockerdata-nfs |
| 3 | vnc_passwd: samsung |
| 4 | simulated_hosts: |
| 5 | git: |
| 6 | - gerrit.onap.org |
| 7 | - git.rancher.io |
| 8 | - github.com |
| 9 | http: |
| 10 | - git.onap.org |
| 11 | - nexus.onap.org |
| 12 | - repo.infra-server |
| 13 | - www.getcloudify.org |
| 14 | - www.springframework.org |
| 15 | - repo.maven.apache.org |
| 16 | - repo1.maven.org |
| 17 | nexus: |
| 18 | - docker.elastic.co |
| 19 | - docker.io |
| 20 | - gcr.io |
| 21 | - nexus.{{ ansible_nodename }} |
| 22 | - nexus3.onap.org |
| 23 | - registry-1.docker.io |
| 24 | - registry.hub.docker.com |
| 25 | - registry.npmjs.org |
| 26 | all_simulated_hosts: |
| 27 | "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}" |
| 28 | rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080" |
Milan Verespej | 6d02f39 | 2019-01-16 15:51:49 +0100 | [diff] [blame^] | 29 | rancher_server_version: v1.6.22 |
Petr OspalĂ˝ | fb2d0cb | 2018-12-19 14:22:00 +0100 | [diff] [blame] | 30 | rancher_remove_other_env: yes |
| 31 | rancher_redeploy_k8s_env: yes |
| 32 | populate_nexus: no |
| 33 | kube_directory: /root/.kube |
| 34 | kubectl_bin_dir: /usr/local/bin |
| 35 | helm_bin_dir: /usr/local/bin |
| 36 | helm_repository_name: local |
| 37 | helm_repository_url: http://127.0.0.1:8879 |