c12s-kubespray/roles
Kenichi Omichi 78251b0304
Fix check external_openstack_tenant_name value (#6270)
We need to specify either external_openstack_tenant_name or
external_openstack_tenant_id. Those values were checked by seeing they
are defined or they have actual values separately.
However those values are always defined because of the following code
of openstack/defaults/main.yml:

external_openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')| default(lookup('env','OS_PROJECT_ID'),true) }}"
external_openstack_tenant_name: "{{ lookup('env','OS_TENANT_NAME')| default(lookup('env','OS_PROJECT_NAME'),true) }}"

So even if not specifying both values, those checks could not detect
the misconfiguration. This fixes this to detect the misconfiguration.
2020-06-16 01:02:03 -07:00
..
adduser fix useradd etcd (#5281) 2019-11-11 03:27:41 -08:00
bastion-ssh-config Adding "-F /dev/null" to load null SSH config file. (#4933) 2019-07-02 01:53:08 -07:00
bootstrap-os Oracle Linux 8 support and fixes (#6198) 2020-06-12 01:59:56 -07:00
container-engine Update docker & docker-cli to 19.03.11 (#6225) 2020-06-07 23:55:46 -07:00
download Bump CSI containers to latest version (#6221) 2020-06-12 00:51:55 -07:00
etcd Add option to expose metrics on separate port (#6092) 2020-05-10 12:21:51 -07:00
kubernetes make better condition for applying nf_conntrack kernel tweak (#6267) 2020-06-16 00:34:06 -07:00
kubernetes-apps Fix check external_openstack_tenant_name value (#6270) 2020-06-16 01:02:03 -07:00
kubespray-defaults Fix download boolean for local_path_provisioner (#6177) 2020-05-28 06:56:02 -07:00
network_plugin Enable portmap CNI plugin with kube-router (#6204) 2020-06-10 10:08:52 -07:00
recover_control_plane Fixup recover_control_plane with Ansible 2.9 (#5806) 2020-03-20 14:22:06 -07:00
remove-node remove ectd node in pre step, instead of post step (#6099) 2020-06-09 05:37:17 -07:00
reset add mangle table in the iptable flush task (#5672) 2020-02-26 00:04:26 -08:00
upgrade Fix Ansible-lint error [E502] (#4743) 2019-05-16 00:27:43 -07:00
win_nodes/kubernetes_patch Fix kube-proxy ds win nodeselector check for 1.17 (#5982) 2020-04-20 08:43:39 -07:00