-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add bronze worker to cloud until we get IP addresses for KVM #223
Merged
mira-miracoli
merged 3 commits into
usegalaxy-eu:main
from
mira-miracoli:silver-until-ips-for-kvm
Dec 16, 2024
Merged
Add bronze worker to cloud until we get IP addresses for KVM #223
mira-miracoli
merged 3 commits into
usegalaxy-eu:main
from
mira-miracoli:silver-until-ips-for-kvm
Dec 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mira-miracoli
changed the title
add bronze worker to cloud until we get IP addresses for KVM
Add bronze worker to cloud until we get IP addresses for KVM
Dec 11, 2024
# aws_route53_record.beacon-galaxyproject will be updated in-place
~ resource "aws_route53_record" "beacon-galaxyproject" {
id = "Z386N8B8JBC6TQ_beacon.galaxyproject.eu_A"
name = "beacon.galaxyproject.eu"
~ records = [
+ "10.5.67.41",
- "10.5.68.230",
]
# (5 unchanged attributes hidden)
}
# aws_route53_record.jenkins-workers-bronze[0] will be created
+ resource "aws_route53_record" "jenkins-workers-bronze" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 7200
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# openstack_blockstorage_volume_v2.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v2" "jenkins-workers-bronze-volume" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for Jenkins worker-0.bronze.build.galaxyproject.eu"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "jenkins-workers-bronze-volume"
+ region = (known after apply)
+ size = 200
+ volume_type = "default"
}
# openstack_compute_instance_v2.beacon will be updated in-place
~ resource "openstack_compute_instance_v2" "beacon" {
id = "564956c5-78fc-4e02-8471-a99720dff1e1"
name = "beacon.galaxyproject.eu"
~ power_state = "shutoff" -> "active"
tags = []
# (14 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# openstack_compute_instance_v2.incoming will be updated in-place
~ resource "openstack_compute_instance_v2" "incoming" {
id = "8a3205b9-0269-4fd6-aab8-cc94a2f848a6"
name = "incoming.galaxyproject.eu"
~ security_groups = [
- "public-ping",
# (4 unchanged elements hidden)
]
tags = []
# (13 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# openstack_compute_instance_v2.jenkins-workers-bronze[0] will be created
+ resource "openstack_compute_instance_v2" "jenkins-workers-bronze" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.xlarge"
+ force_delete = false
+ id = (known after apply)
+ image_id = (known after apply)
+ image_name = "jenkins-worker-v60-j105-d1dfcf46c4cd-main"
+ key_pair = "jenkins2"
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "0cd3c1a9d50fa22664f4bfbf321c9a4aa50007a1"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_volume_attach_v2.jenkins-workers-bronze-va[0] will be created
+ resource "openstack_compute_volume_attach_v2" "jenkins-workers-bronze-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
Plan: 4 to add, 3 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: tf.plan
To perform exactly these actions, run the following command to apply:
terraform apply "tf.plan" ``` |
bgruening
approved these changes
Dec 11, 2024
# aws_route53_record.beacon-galaxyproject will be updated in-place
~ resource "aws_route53_record" "beacon-galaxyproject" {
id = "Z386N8B8JBC6TQ_beacon.galaxyproject.eu_A"
name = "beacon.galaxyproject.eu"
~ records = [
- "10.5.68.230",
] -> (known after apply)
# (5 unchanged attributes hidden)
}
# aws_route53_record.beacon-import-galaxyproject will be created
+ resource "aws_route53_record" "beacon-import-galaxyproject" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "beacon-import.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 600
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# aws_route53_record.jenkins-workers-bronze[0] will be created
+ resource "aws_route53_record" "jenkins-workers-bronze" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 7200
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# openstack_blockstorage_volume_v2.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v2" "jenkins-workers-bronze-volume" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for Jenkins worker-0.bronze.build.galaxyproject.eu"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "jenkins-workers-bronze-volume"
+ region = (known after apply)
+ size = 200
+ volume_type = "default"
}
# openstack_blockstorage_volume_v3.beacon-vol will be created
+ resource "openstack_blockstorage_volume_v3" "beacon-vol" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for beacon VM"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "beacon-data-vol-1d28e361305ad42a"
+ region = (known after apply)
+ size = 128
+ volume_type = "default"
}
# openstack_compute_instance_v2.beacon will be created
+ resource "openstack_compute_instance_v2" "beacon" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.small"
+ force_delete = false
+ id = (known after apply)
+ image_id = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a"
+ image_name = (known after apply)
+ key_pair = "cloud2"
+ name = "beacon.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
+ "public-web2",
]
+ stop_before_destroy = false
+ user_data = "bc3a2a5c3c8653edf62327dd46757658ec380db6"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_instance_v2.beacon-import will be created
+ resource "openstack_compute_instance_v2" "beacon-import" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.tiny"
+ force_delete = false
+ id = (known after apply)
+ image_id = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a"
+ image_name = (known after apply)
+ key_pair = "cloud2"
+ name = "beacon-import.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "f1afc818d33a9c6c68d6c2dd4401f2e9abd7f8fc"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_instance_v2.incoming will be updated in-place
~ resource "openstack_compute_instance_v2" "incoming" {
id = "8a3205b9-0269-4fd6-aab8-cc94a2f848a6"
name = "incoming.galaxyproject.eu"
~ security_groups = [
- "public-ping",
# (4 unchanged elements hidden)
]
tags = []
# (13 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# openstack_compute_instance_v2.jenkins-workers-bronze[0] will be created
+ resource "openstack_compute_instance_v2" "jenkins-workers-bronze" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.xlarge"
+ force_delete = false
+ id = (known after apply)
+ image_id = (known after apply)
+ image_name = "jenkins-worker-v60-j105-d1dfcf46c4cd-main"
+ key_pair = "jenkins2"
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "0cd3c1a9d50fa22664f4bfbf321c9a4aa50007a1"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_volume_attach_v2.beacon-va will be created
+ resource "openstack_compute_volume_attach_v2" "beacon-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
# openstack_compute_volume_attach_v2.jenkins-workers-bronze-va[0] will be created
+ resource "openstack_compute_volume_attach_v2" "jenkins-workers-bronze-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
Plan: 9 to add, 2 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: tf.plan
To perform exactly these actions, run the following command to apply:
terraform apply "tf.plan" ``` |
# aws_route53_record.beacon-galaxyproject will be updated in-place
~ resource "aws_route53_record" "beacon-galaxyproject" {
id = "Z386N8B8JBC6TQ_beacon.galaxyproject.eu_A"
name = "beacon.galaxyproject.eu"
~ records = [
- "10.5.68.230",
] -> (known after apply)
# (5 unchanged attributes hidden)
}
# aws_route53_record.beacon-import-galaxyproject will be created
+ resource "aws_route53_record" "beacon-import-galaxyproject" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "beacon-import.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 600
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# aws_route53_record.jenkins-workers-bronze[0] will be created
+ resource "aws_route53_record" "jenkins-workers-bronze" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 7200
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# openstack_blockstorage_volume_v2.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v2" "jenkins-workers-bronze-volume" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for Jenkins worker-0.bronze.build.galaxyproject.eu"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "jenkins-workers-bronze-volume"
+ region = (known after apply)
+ size = 200
+ volume_type = "default"
}
# openstack_blockstorage_volume_v3.beacon-vol will be created
+ resource "openstack_blockstorage_volume_v3" "beacon-vol" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for beacon VM"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "beacon-data-vol-1d28e361305ad42a"
+ region = (known after apply)
+ size = 128
+ volume_type = "default"
}
# openstack_compute_instance_v2.beacon will be created
+ resource "openstack_compute_instance_v2" "beacon" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.small"
+ force_delete = false
+ id = (known after apply)
+ image_id = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a"
+ image_name = (known after apply)
+ key_pair = "cloud2"
+ name = "beacon.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
+ "public-web2",
]
+ stop_before_destroy = false
+ user_data = "bc3a2a5c3c8653edf62327dd46757658ec380db6"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_instance_v2.beacon-import will be created
+ resource "openstack_compute_instance_v2" "beacon-import" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.tiny"
+ force_delete = false
+ id = (known after apply)
+ image_id = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a"
+ image_name = (known after apply)
+ key_pair = "cloud2"
+ name = "beacon-import.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "f1afc818d33a9c6c68d6c2dd4401f2e9abd7f8fc"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_instance_v2.incoming will be updated in-place
~ resource "openstack_compute_instance_v2" "incoming" {
id = "8a3205b9-0269-4fd6-aab8-cc94a2f848a6"
name = "incoming.galaxyproject.eu"
~ security_groups = [
- "public-ping",
# (4 unchanged elements hidden)
]
tags = []
# (13 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# openstack_compute_instance_v2.jenkins-workers-bronze[0] will be created
+ resource "openstack_compute_instance_v2" "jenkins-workers-bronze" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.xlarge"
+ force_delete = false
+ id = (known after apply)
+ image_id = (known after apply)
+ image_name = "jenkins-worker-v60-j105-d1dfcf46c4cd-main"
+ key_pair = "jenkins2"
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "0cd3c1a9d50fa22664f4bfbf321c9a4aa50007a1"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_volume_attach_v2.beacon-va will be created
+ resource "openstack_compute_volume_attach_v2" "beacon-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
# openstack_compute_volume_attach_v2.jenkins-workers-bronze-va[0] will be created
+ resource "openstack_compute_volume_attach_v2" "jenkins-workers-bronze-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
Plan: 9 to add, 2 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: tf.plan
To perform exactly these actions, run the following command to apply:
terraform apply "tf.plan" ``` |
Hm, beacon is commented out, I don't get why it tries to recreate it anyway.. |
# aws_route53_record.beacon-galaxyproject will be updated in-place
~ resource "aws_route53_record" "beacon-galaxyproject" {
id = "Z386N8B8JBC6TQ_beacon.galaxyproject.eu_A"
name = "beacon.galaxyproject.eu"
~ records = [
- "10.5.68.230",
] -> (known after apply)
# (5 unchanged attributes hidden)
}
# aws_route53_record.beacon-import-galaxyproject will be created
+ resource "aws_route53_record" "beacon-import-galaxyproject" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "beacon-import.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 600
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# aws_route53_record.jenkins-workers-bronze[0] will be created
+ resource "aws_route53_record" "jenkins-workers-bronze" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 7200
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# openstack_blockstorage_volume_v2.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v2" "jenkins-workers-bronze-volume" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for Jenkins worker-0.bronze.build.galaxyproject.eu"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "jenkins-workers-bronze-volume"
+ region = (known after apply)
+ size = 200
+ volume_type = "default"
}
# openstack_blockstorage_volume_v3.beacon-vol will be created
+ resource "openstack_blockstorage_volume_v3" "beacon-vol" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for beacon VM"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "beacon-data-vol-1d28e361305ad42a"
+ region = (known after apply)
+ size = 128
+ volume_type = "default"
}
# openstack_compute_instance_v2.beacon will be created
+ resource "openstack_compute_instance_v2" "beacon" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.small"
+ force_delete = false
+ id = (known after apply)
+ image_id = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a"
+ image_name = (known after apply)
+ key_pair = "cloud2"
+ name = "beacon.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
+ "public-web2",
]
+ stop_before_destroy = false
+ user_data = "bc3a2a5c3c8653edf62327dd46757658ec380db6"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_instance_v2.beacon-import will be created
+ resource "openstack_compute_instance_v2" "beacon-import" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.tiny"
+ force_delete = false
+ id = (known after apply)
+ image_id = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a"
+ image_name = (known after apply)
+ key_pair = "cloud2"
+ name = "beacon-import.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "f1afc818d33a9c6c68d6c2dd4401f2e9abd7f8fc"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_instance_v2.incoming will be updated in-place
~ resource "openstack_compute_instance_v2" "incoming" {
id = "8a3205b9-0269-4fd6-aab8-cc94a2f848a6"
name = "incoming.galaxyproject.eu"
~ security_groups = [
- "public-ping",
# (4 unchanged elements hidden)
]
tags = []
# (13 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# openstack_compute_instance_v2.jenkins-workers-bronze[0] will be created
+ resource "openstack_compute_instance_v2" "jenkins-workers-bronze" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.xlarge"
+ force_delete = false
+ id = (known after apply)
+ image_id = (known after apply)
+ image_name = "jenkins-worker-v60-j105-d1dfcf46c4cd-main"
+ key_pair = "jenkins2"
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "0cd3c1a9d50fa22664f4bfbf321c9a4aa50007a1"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_volume_attach_v2.beacon-va will be created
+ resource "openstack_compute_volume_attach_v2" "beacon-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
# openstack_compute_volume_attach_v2.jenkins-workers-bronze-va[0] will be created
+ resource "openstack_compute_volume_attach_v2" "jenkins-workers-bronze-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
Plan: 9 to add, 2 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: tf.plan
To perform exactly these actions, run the following command to apply:
terraform apply "tf.plan" ``` |
even if files are not shown as changed; jenkins is checking out the branch and runs tf plan against it, so a |
# aws_route53_record.jenkins-workers-bronze[0] will be created
+ resource "aws_route53_record" "jenkins-workers-bronze" {
+ allow_overwrite = true
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ records = (known after apply)
+ ttl = 7200
+ type = "A"
+ zone_id = "Z386N8B8JBC6TQ"
}
# openstack_blockstorage_volume_v2.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v2" "jenkins-workers-bronze-volume" {
+ attachment = (known after apply)
+ availability_zone = (known after apply)
+ description = "Data volume for Jenkins worker-0.bronze.build.galaxyproject.eu"
+ id = (known after apply)
+ metadata = (known after apply)
+ name = "jenkins-workers-bronze-volume"
+ region = (known after apply)
+ size = 200
+ volume_type = "default"
}
# openstack_compute_instance_v2.jenkins-workers-bronze[0] will be created
+ resource "openstack_compute_instance_v2" "jenkins-workers-bronze" {
+ access_ip_v4 = (known after apply)
+ access_ip_v6 = (known after apply)
+ all_metadata = (known after apply)
+ all_tags = (known after apply)
+ availability_zone = (known after apply)
+ flavor_id = (known after apply)
+ flavor_name = "m1.xlarge"
+ force_delete = false
+ id = (known after apply)
+ image_id = (known after apply)
+ image_name = "jenkins-worker-v60-j105-d1dfcf46c4cd-main"
+ key_pair = "jenkins2"
+ name = "worker-0.bronze.build.galaxyproject.eu"
+ power_state = "active"
+ region = (known after apply)
+ security_groups = [
+ "default",
]
+ stop_before_destroy = false
+ user_data = "0cd3c1a9d50fa22664f4bfbf321c9a4aa50007a1"
+ network {
+ access_network = false
+ fixed_ip_v4 = (known after apply)
+ fixed_ip_v6 = (known after apply)
+ floating_ip = (known after apply)
+ mac = (known after apply)
+ name = "bioinf"
+ port = (known after apply)
+ uuid = (known after apply)
}
}
# openstack_compute_volume_attach_v2.jenkins-workers-bronze-va[0] will be created
+ resource "openstack_compute_volume_attach_v2" "jenkins-workers-bronze-va" {
+ device = (known after apply)
+ id = (known after apply)
+ instance_id = (known after apply)
+ region = (known after apply)
+ volume_id = (known after apply)
}
Plan: 4 to add, 0 to change, 0 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
must be merged first