diff options
author | Manuel Buil <mbuil@suse.com> | 2019-08-05 13:37:19 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2019-08-06 09:39:03 +0200 |
commit | 979caf7b697d59ff2452d47728a827d516fc7701 (patch) | |
tree | 69e45b5280686411e788d76352a4cb9e088729a2 /xci/installer/osh/playbooks/group_vars/all | |
parent | b02b1a22a72095c3e98602739b1e7dd83734a495 (diff) |
Add the required dashes in yaml files
deploy-scenario:k8-calico-nofeature
installer-type:osh
Change-Id: I0423ab27186316d40c93cce847d7cb9fa7308df1
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/installer/osh/playbooks/group_vars/all')
-rw-r--r-- | xci/installer/osh/playbooks/group_vars/all | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/xci/installer/osh/playbooks/group_vars/all b/xci/installer/osh/playbooks/group_vars/all deleted file mode 100644 index 328f8dba..00000000 --- a/xci/installer/osh/playbooks/group_vars/all +++ /dev/null @@ -1,54 +0,0 @@ -keepalived_ubuntu_src: "uca" -keepalived_uca_apt_repo_url: "{{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }}" - -keepalived_sync_groups: - haproxy: - instances: - - external - -haproxy_keepalived_external_interface: "{{ ansible_default_ipv4.interface }}" -haproxy_keepalived_authentication_password: 'keepalived' -keepalived_instances: - external: - interface: "{{ haproxy_keepalived_external_interface }}" - state: "BACKUP" - virtual_router_id: "{{ haproxy_keepalived_external_virtual_router_id | default ('10') }}" - priority: "{{ ((ansible_play_hosts|length-ansible_play_hosts.index(inventory_hostname))*100)-((ansible_play_hosts|length-ansible_play_hosts.index(inventory_hostname))*50) }}" - authentication_password: "{{ haproxy_keepalived_authentication_password }}" - vips: - - "{{ haproxy_keepalived_external_vip_cidr | default('192.168.122.222/32') }} dev {{ haproxy_keepalived_external_interface }}" - -haproxy_default_services: - - service: - haproxy_service_name: proxy-apiserver - haproxy_backend_nodes: "{{ groups['kube-master'] | default([]) }}" - haproxy_port: 8383 - haproxy_backend_port: 6443 - haproxy_balance_type: tcp - -haproxy_bind_on_non_local: "True" -haproxy_use_keepalived: "True" -keepalived_selinux_compile_rules: - - keepalived_ping - - keepalived_haproxy_pid_file - -# Ensure that the package state matches the global setting -haproxy_package_state: "latest" - -haproxy_whitelist_networks: - - 192.168.0.0/16 - - 172.16.0.0/12 - - 10.0.0.0/8 - -haproxy_galera_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_glance_registry_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_keystone_admin_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_nova_metadata_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_rabbitmq_management_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_repo_git_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_repo_cache_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_octavia_whitelist_networks: "{{ haproxy_whitelist_networks }}" -haproxy_ssl: false - -internal_lb_vip_address: "192.168.122.222" -external_lb_vip_address: "{{ internal_lb_vip_address }}" |