123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- ---
- openshift_aws_create_s3: True
- openshift_aws_create_iam_cert: True
- openshift_aws_create_iam_role: False
- openshift_aws_create_security_groups: True
- openshift_aws_create_launch_config: True
- openshift_aws_create_scale_group: True
- openshift_aws_current_version: ''
- openshift_aws_new_version: ''
- openshift_aws_wait_for_ssh: True
- openshift_aws_clusterid: default
- openshift_aws_region: us-east-1
- openshift_aws_vpc_name: "{{ openshift_aws_clusterid }}"
- openshift_aws_build_ami_group: "{{ openshift_aws_clusterid }}"
- openshift_aws_iam_cert_name: "{{ openshift_aws_clusterid }}-master-external"
- openshift_aws_iam_cert_path: ''
- openshift_aws_iam_cert_key_path: ''
- openshift_aws_scale_group_basename: "{{ openshift_aws_clusterid }} openshift"
- openshift_aws_iam_role_name: openshift_node_describe_instances
- openshift_aws_iam_role_policy_json: "{{ lookup('file', 'describeinstances.json') }}"
- openshift_aws_iam_role_policy_name: "describe_instances"
- openshift_aws_iam_kms_alias: "alias/{{ openshift_aws_clusterid }}_kms"
- openshift_aws_ami: ''
- openshift_aws_ami_copy_wait: False
- openshift_aws_ami_encrypt: False
- openshift_aws_ami_copy_src_region: "{{ openshift_aws_region }}"
- openshift_aws_ami_name: openshift-gi
- openshift_aws_base_ami_name: ami_base
- openshift_aws_launch_config_bootstrap_token: ''
- openshift_aws_launch_config_basename: "{{ openshift_aws_clusterid }}"
- openshift_aws_users: []
- openshift_aws_ami_tags:
- bootstrap: "true"
- openshift-created: "true"
- clusterid: "{{ openshift_aws_clusterid }}"
- parent: "{{ openshift_aws_base_ami | default('unknown') }}"
- openshift_aws_s3_mode: create
- openshift_aws_s3_bucket_name: "{{ openshift_aws_clusterid }}-docker-registry"
- openshift_aws_elb_health_check:
- ping_protocol: tcp
- ping_port: 443
- response_timeout: 5
- interval: 30
- unhealthy_threshold: 2
- healthy_threshold: 2
- openshift_aws_elb_basename: "{{ openshift_aws_clusterid }}"
- openshift_aws_elb_name_dict:
- master:
- external: "{{ openshift_aws_elb_basename }}-master-external"
- internal: "{{ openshift_aws_elb_basename }}-master-internal"
- infra:
- external: "{{ openshift_aws_elb_basename }}-infra"
- openshift_aws_elb_idle_timout: 400
- openshift_aws_elb_scheme: internet-facing
- openshift_aws_elb_cert_arn: ''
- openshift_aws_elb_dict:
- master:
- external:
- - protocol: tcp
- load_balancer_port: 80
- instance_protocol: ssl
- instance_port: 443
- - protocol: ssl
- load_balancer_port: 443
- instance_protocol: ssl
- instance_port: 443
- # ssl certificate required for https or ssl
- ssl_certificate_id: "{{ openshift_aws_elb_cert_arn }}"
- internal:
- - protocol: tcp
- load_balancer_port: 80
- instance_protocol: tcp
- instance_port: 80
- - protocol: tcp
- load_balancer_port: 443
- instance_protocol: tcp
- instance_port: 443
- infra:
- external:
- - protocol: tcp
- load_balancer_port: 80
- instance_protocol: tcp
- instance_port: 443
- proxy_protocol: True
- - protocol: tcp
- load_balancer_port: 443
- instance_protocol: tcp
- instance_port: 443
- proxy_protocol: True
- openshift_aws_node_group_config_master_volumes:
- - device_name: /dev/sdb
- volume_size: 100
- device_type: gp2
- delete_on_termination: False
- openshift_aws_node_group_config_node_volumes:
- - device_name: /dev/sdb
- volume_size: 100
- device_type: gp2
- delete_on_termination: True
- openshift_aws_node_group_config_tags: "{{ openshift_aws_clusterid | build_instance_tags }}"
- openshift_aws_node_group_termination_policy: Default
- openshift_aws_node_group_replace_instances: []
- openshift_aws_node_group_replace_all_instances: False
- openshift_aws_ami_map:
- master: "{{ openshift_aws_ami }}"
- infra: "{{ openshift_aws_ami }}"
- compute: "{{ openshift_aws_ami }}"
- openshift_aws_master_group_config:
- # The 'master' key is always required here.
- master:
- instance_type: m4.xlarge
- volumes: "{{ openshift_aws_node_group_config_master_volumes }}"
- health_check:
- period: 60
- type: EC2
- min_size: 3
- max_size: 3
- desired_size: 3
- tags:
- host-type: master
- sub-host-type: default
- runtime: docker
- version: "{{ openshift_aws_new_version }}"
- wait_for_instances: True
- termination_policy: "{{ openshift_aws_node_group_termination_policy }}"
- replace_all_instances: "{{ openshift_aws_node_group_replace_all_instances }}"
- iam_role: "{{ openshift_aws_iam_role_name }}"
- policy_name: "{{ openshift_aws_iam_role_policy_name }}"
- policy_json: "{{ openshift_aws_iam_role_policy_json }}"
- elbs: "{{ openshift_aws_elb_name_dict['master'].keys()| map('extract', openshift_aws_elb_name_dict['master']) | list }}"
- openshift_aws_node_group_config:
- # The 'compute' key is always required here.
- compute:
- instance_type: m4.xlarge
- volumes: "{{ openshift_aws_node_group_config_node_volumes }}"
- health_check:
- period: 60
- type: EC2
- min_size: 3
- max_size: 100
- desired_size: 3
- tags:
- host-type: node
- sub-host-type: compute
- runtime: docker
- version: "{{ openshift_aws_new_version }}"
- termination_policy: "{{ openshift_aws_node_group_termination_policy }}"
- replace_all_instances: "{{ openshift_aws_node_group_replace_all_instances }}"
- iam_role: "{{ openshift_aws_iam_role_name }}"
- policy_name: "{{ openshift_aws_iam_role_policy_name }}"
- policy_json: "{{ openshift_aws_iam_role_policy_json }}"
- # The 'infra' key is always required here.
- infra:
- instance_type: m4.xlarge
- volumes: "{{ openshift_aws_node_group_config_node_volumes }}"
- health_check:
- period: 60
- type: EC2
- min_size: 2
- max_size: 20
- desired_size: 2
- tags:
- host-type: node
- sub-host-type: infra
- runtime: docker
- version: "{{ openshift_aws_new_version }}"
- termination_policy: "{{ openshift_aws_node_group_termination_policy }}"
- replace_all_instances: "{{ openshift_aws_node_group_replace_all_instances }}"
- iam_role: "{{ openshift_aws_iam_role_name }}"
- policy_name: "{{ openshift_aws_iam_role_policy_name }}"
- policy_json: "{{ openshift_aws_iam_role_policy_json }}"
- elbs: "{{ openshift_aws_elb_name_dict['infra'].keys()| map('extract', openshift_aws_elb_name_dict['infra']) | list }}"
- openshift_aws_elb_tags: "{{ openshift_aws_kube_tags }}"
- openshift_aws_elb_az_load_balancing: False
- openshift_aws_kube_tags: "{{ openshift_aws_clusterid | build_instance_tags }}"
- openshift_aws_elb_security_groups: "{{ openshift_aws_launch_config_security_groups }}"
- openshift_aws_launch_config_security_groups:
- compute:
- - "{{ openshift_aws_clusterid }}" # default sg
- - "{{ openshift_aws_clusterid }}_compute" # node type sg
- - "{{ openshift_aws_clusterid }}_compute_k8s" # node type sg k8s
- infra:
- - "{{ openshift_aws_clusterid }}" # default sg
- - "{{ openshift_aws_clusterid }}_infra" # node type sg
- - "{{ openshift_aws_clusterid }}_infra_k8s" # node type sg k8s
- master:
- - "{{ openshift_aws_clusterid }}" # default sg
- - "{{ openshift_aws_clusterid }}_master" # node type sg
- - "{{ openshift_aws_clusterid }}_master_k8s" # node type sg k8s
- openshift_aws_security_groups_tags: "{{ openshift_aws_kube_tags }}"
- openshift_aws_node_security_groups:
- default:
- name: "{{ openshift_aws_clusterid }}"
- desc: "{{ openshift_aws_clusterid }} default"
- rules:
- - proto: tcp
- from_port: 22
- to_port: 22
- cidr_ip: 0.0.0.0/0
- - proto: all
- from_port: all
- to_port: all
- group_name: "{{ openshift_aws_clusterid }}"
- master:
- name: "{{ openshift_aws_clusterid }}_master"
- desc: "{{ openshift_aws_clusterid }} master instances"
- rules:
- - proto: tcp
- from_port: 80
- to_port: 80
- cidr_ip: 0.0.0.0/0
- - proto: tcp
- from_port: 443
- to_port: 443
- cidr_ip: 0.0.0.0/0
- compute:
- name: "{{ openshift_aws_clusterid }}_compute"
- desc: "{{ openshift_aws_clusterid }} compute node instances"
- infra:
- name: "{{ openshift_aws_clusterid }}_infra"
- desc: "{{ openshift_aws_clusterid }} infra node instances"
- rules:
- - proto: tcp
- from_port: 80
- to_port: 80
- cidr_ip: 0.0.0.0/0
- - proto: tcp
- from_port: 443
- to_port: 443
- cidr_ip: 0.0.0.0/0
- - proto: tcp
- from_port: 30000
- to_port: 32000
- cidr_ip: 0.0.0.0/0
- etcd:
- name: "{{ openshift_aws_clusterid }}_etcd"
- desc: "{{ openshift_aws_clusterid }} etcd instances"
- openshift_aws_vpc_tags:
- Name: "{{ openshift_aws_vpc_name }}"
- openshift_aws_subnet_az: us-east-1c
- openshift_aws_vpc:
- name: "{{ openshift_aws_vpc_name }}"
- cidr: 172.31.0.0/16
- subnets:
- us-east-1:
- - cidr: 172.31.48.0/20
- az: "us-east-1c"
- - cidr: 172.31.32.0/20
- az: "us-east-1e"
- - cidr: 172.31.16.0/20
- az: "us-east-1a"
- openshift_aws_node_run_bootstrap_startup: True
- openshift_aws_node_user_data: ''
- openshift_aws_node_config_namespace: openshift-node
- openshift_aws_node_groups: nodes
- openshift_aws_masters_groups: masters,etcd,nodes
- # If creating extra node groups, you'll need to define all of the following
- # The format is the same as openshift_aws_node_group_config, but the top-level
- # key names should be different (ie, not == master or infra).
- # openshift_aws_node_group_config_extra: {}
- # This variable should look like openshift_aws_launch_config_security_groups
- # and contain a one-to-one mapping of top level keys that are defined in
- # openshift_aws_node_group_config_extra.
- # openshift_aws_launch_config_security_groups_extra: {}
- # openshift_aws_node_security_groups_extra: {}
- # openshift_aws_ami_map_extra: {}
|