Skip to content

Commit

Permalink
Merge pull request #129 from hemanthnakkina/receive-ca-cert
Browse files Browse the repository at this point in the history
Add certificate_transfer relation to hypervisor
  • Loading branch information
gboutry authored Feb 16, 2024
2 parents b48c640 + 56d41cb commit 39d8fd2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cloud/etc/deploy-openstack-hypervisor/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ resource "juju_integration" "hypervisor-identity" {
}
}

resource "juju_integration" "hypervisor-cert-distributor" {
model = var.hypervisor_model

application {
name = juju_application.openstack-hypervisor.name
endpoint = "receive-ca-cert"
}

application {
offer_url = data.terraform_remote_state.openstack.outputs.cert-distributor-offer-url
}
}

resource "juju_integration" "hypervisor-certs" {
model = var.hypervisor_model

Expand Down

0 comments on commit 39d8fd2

Please sign in to comment.