Skip to content

Commit

Permalink
Merge pull request #206 from usegalaxy-eu/revert-205-floating-ip
Browse files Browse the repository at this point in the history
Revert "Add floating IP for stats"
  • Loading branch information
mira-miracoli authored Jul 23, 2024
2 parents 39c4b78 + 08301d8 commit cbcc466
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions instance_core_stats.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ resource "openstack_compute_instance_v2" "grafana" {
# description = "Data volume for Grafana"
# size = 2
# }
resource "openstack_networking_floatingip_v2" "stats-floatip" {
pool = "public-extended"
}

resource "openstack_compute_volume_attach_v2" "stats-data-vol1" {
instance_id = openstack_compute_instance_v2.grafana.id
volume_id = "ad56f01f-cb21-458c-b1f9-90f937aa6525"
Expand Down

0 comments on commit cbcc466

Please sign in to comment.