Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for Jenkins: Switch stats instance to "public-extended" network #204

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mira-miracoli
Copy link
Contributor

Let the stats instance communicate with the database server.
@usegalaxy-eu-bot
Copy link
Collaborator

@mira-miracoli
Copy link
Contributor Author

It is complaining about missing endpoints for volume_v2

@usegalaxy-eu-bot
Copy link
Collaborator

  # aws_route53_record.grafana-usegalaxy will be updated in-place
  ~ resource "aws_route53_record" "grafana-usegalaxy" {
        id              = "Z386N8B8JBC6TQ_stats.galaxyproject.eu_A"
        name            = "stats.galaxyproject.eu"
      ~ records         = [
          - "192.52.32.145",
        ] -> (known after apply)
        # (5 unchanged attributes hidden)
    }

  # openstack_compute_instance_v2.grafana must be replaced
-/+ resource "openstack_compute_instance_v2" "grafana" {
      ~ access_ip_v4        = "192.52.32.145" -> (known after apply)
      + access_ip_v6        = (known after apply)
      ~ all_metadata        = {} -> (known after apply)
      ~ all_tags            = [] -> (known after apply)
      ~ availability_zone   = "nova" -> (known after apply)
      ~ flavor_id           = "b2eaad59-55e5-482e-b984-55d20a862a3b" -> (known after apply)
      ~ id                  = "7c7d0517-7450-4239-913f-20d3005f638a" -> (known after apply)
      ~ image_id            = "6ffba012-69d4-4117-b9ee-9e6fa8a75a93" -> (known after apply)
        name                = "stats.galaxyproject.eu"
      ~ region              = "Freiburg" -> (known after apply)
      - tags                = [] -> null
        # (7 unchanged attributes hidden)

      ~ network {
          ~ fixed_ip_v4    = "192.52.32.145" -> (known after apply)
          + fixed_ip_v6    = (known after apply)
          + floating_ip    = (known after apply)
          ~ mac            = "fa:16:3e:1e:b6:63" -> (known after apply)
          ~ name           = "public" -> "public-extended" # forces replacement
          + port           = (known after apply)
          ~ uuid           = "59342c0d-5f19-40c2-950b-b84cc1bcc591" -> (known after apply)
            # (1 unchanged attribute hidden)
        }
    }

  # openstack_compute_volume_attach_v2.stats-data-vol1 must be replaced
-/+ resource "openstack_compute_volume_attach_v2" "stats-data-vol1" {
      ~ id          = "7c7d0517-7450-4239-913f-20d3005f638a/ad56f01f-cb21-458c-b1f9-90f937aa6525" -> (known after apply)
      ~ instance_id = "7c7d0517-7450-4239-913f-20d3005f638a" -> (known after apply) # forces replacement
      ~ region      = "Freiburg" -> (known after apply)
        # (2 unchanged attributes hidden)
    }

  # openstack_compute_volume_attach_v2.stats-data-vol2 must be replaced
-/+ resource "openstack_compute_volume_attach_v2" "stats-data-vol2" {
      ~ id          = "7c7d0517-7450-4239-913f-20d3005f638a/254b499b-1293-4341-ba52-2901bbe56fcb" -> (known after apply)
      ~ instance_id = "7c7d0517-7450-4239-913f-20d3005f638a" -> (known after apply) # forces replacement
      ~ region      = "Freiburg" -> (known after apply)
        # (2 unchanged attributes hidden)
    }

Plan: 3 to add, 1 to change, 3 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tf.plan

To perform exactly these actions, run the following command to apply:
    terraform apply "tf.plan" ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants