This message was deleted.
# terraform-provider-rancher2
a
This message was deleted.
s
I see that this gets added into the yaml when i create a cluster manually:
Copy code
machineSelectorConfig:
      - config:
          cloud-provider-config: |-
            cloud_provider:
                name: openstack
                openstackCloudProvider:
                  global:
                    username: xxxxxxxxxxxxxx
                    password: xxxxxxxxxxxxxx
                    auth-url: <https://1.2.3.4/identity/v3>
                    tenant-id: xxxxxxxxxxxxxx
          cloud-provider-name: external
How and where do i add that in my rke_config in terraform?
c
Maybe a dumb question, but I was actually trying to create a cluster via UI manually via Openstack including the external OCCM. How did you manage to get that via UI? Where did you add the external cloud provider and more importantly - did the spawned nodes receive the taints you'd want them to have until the OCCM is deployed?
126 Views