-
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
How long will it take until I remember this #224
Merged
mira-miracoli
merged 1 commit into
usegalaxy-eu:main
from
mira-miracoli:silver-until-ips-for-kvm
Dec 16, 2024
Merged
How long will it take until I remember this #224
mira-miracoli
merged 1 commit 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
# 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_v3.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v3" "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" ``` |
mira-miracoli
changed the title
how long will it take until I remember this
How long will it take until I remember this
Dec 16, 2024
# 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_v3.jenkins-workers-bronze-volume[0] will be created
+ resource "openstack_blockstorage_volume_v3" "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.
No description provided.