diff --git a/magnum/templates/kubernetes/kubecluster-coreos.yaml b/magnum/templates/kubernetes/kubecluster-coreos.yaml index 14ae6dc7e0..debed06266 100644 --- a/magnum/templates/kubernetes/kubecluster-coreos.yaml +++ b/magnum/templates/kubernetes/kubecluster-coreos.yaml @@ -115,6 +115,33 @@ parameters: service. default: 8080 + trustee_domain_id: + type: string + description: domain id of the trustee + default: "" + + trustee_user_id: + type: string + description: user id of the trustee + default: "" + + trustee_username: + type: string + description: username of the trustee + default: "" + + trustee_password: + type: string + description: password of the trustee + default: "" + hidden: true + + trust_id: + type: string + description: id of the trust which is used by the trustee + default: "" + hidden: true + resources: ###################################################################### diff --git a/magnum/templates/kubernetes/kubecluster-fedora-ironic.yaml b/magnum/templates/kubernetes/kubecluster-fedora-ironic.yaml index b2593d4969..cdd5377433 100644 --- a/magnum/templates/kubernetes/kubecluster-fedora-ironic.yaml +++ b/magnum/templates/kubernetes/kubecluster-fedora-ironic.yaml @@ -109,6 +109,33 @@ parameters: description: > tenant name + trustee_domain_id: + type: string + description: domain id of the trustee + default: "" + + trustee_user_id: + type: string + description: user id of the trustee + default: "" + + trustee_username: + type: string + description: username of the trustee + default: "" + + trustee_password: + type: string + description: password of the trustee + default: "" + hidden: true + + trust_id: + type: string + description: id of the trust which is used by the trustee + default: "" + hidden: true + resources: ######################################################################