Role - kubeinit_submariner

Role Documentation

Please, refer to the kubeinit_submariner role official docs for further information.

Role Defaults

This section highlights all of the defaults and variables set within the “kubeinit_submariner” role.

# All variables intended for modification should be placed in this file.

# All variables within this role should have a prefix of "kubeinit_submariner_"
kubeinit_submariner_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'
kubeinit_submariner_hide_sensitive_logs: true

kubeinit_submariner_is_broker: false
kubeinit_submariner_is_secondary: false
kubeinit_submariner_globalnet_enabled: false
kubeinit_submariner_globalnet_cidr_range: 169.254.0.0/16

kubeinit_submariner_deploy_stable: false
kubeinit_submariner_deploy_version: 0.11.0

# This means we will deploy submariner without building any container image
kubeinit_submariner_test_pr_url: ''
kubeinit_submariner_test_pr_id: ''

kubeinit_submariner_created_images_list: []

kubeinit_submariner_subctl_verify_pre_sleep: true
kubeinit_submariner_subctl_verify_pre_sleep_timeout: 60
kubeinit_submariner_subctl_verify_operation_timeout: 300
kubeinit_submariner_subctl_verify_connection_attempts: 10
kubeinit_submariner_subctl_verify_connection_timeout: 300
kubeinit_submariner_subctl_verify_enable_disruptive: false
kubeinit_submariner_subctl_verify_only: connectivity,service-discovery

Tasks files

This section highlights all the documentation available in the tasks files.

Molecule Scenarios

Molecule is being used to test the “kubeinit_submariner” role. The following section highlights the drivers in service and provides an example playbook showing how the role is leveraged.

Scenario: default

Driver: docker:
Example default playbook
- name: Converge
  hosts: all
  # roles:
  #   - role: "kubeinit_submariner"
  tasks:
  - name: Message for "kubeinit_submariner"
    ansible.builtin.debug:
      msg: Finishing molecule for "kubeinit_submariner"