Added geoserver-2
This commit is contained in:
parent
43418c2a0c
commit
6dc65018c2
|
@ -40,7 +40,7 @@ resource "openstack_blockstorage_volume_v3" "geoserver_2_dev_data_volume" {
|
||||||
resource "openstack_compute_instance_v2" "geoserver_2_dev" {
|
resource "openstack_compute_instance_v2" "geoserver_2_dev" {
|
||||||
name = "geoserver-2"
|
name = "geoserver-2"
|
||||||
availability_zone_hints = module.common_variables.availability_zone_no_gpu_name
|
availability_zone_hints = module.common_variables.availability_zone_no_gpu_name
|
||||||
flavor_name = "m1.medium"
|
flavor_name = "c1.medium"
|
||||||
key_pair = module.ssh_settings.ssh_key_name
|
key_pair = module.ssh_settings.ssh_key_name
|
||||||
security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers]
|
security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers]
|
||||||
block_device {
|
block_device {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.6.4",
|
"terraform_version": "1.6.4",
|
||||||
"serial": 5,
|
"serial": 7,
|
||||||
"lineage": "ee9a7e77-5d61-f866-c3d3-dbb0ae8bdf59",
|
"lineage": "ee9a7e77-5d61-f866-c3d3-dbb0ae8bdf59",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
|
@ -402,7 +402,13 @@
|
||||||
{
|
{
|
||||||
"schema_version": 0,
|
"schema_version": 0,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"attachment": [],
|
"attachment": [
|
||||||
|
{
|
||||||
|
"device": "/dev/vdb",
|
||||||
|
"id": "5cdb6111-a3f2-4c18-b62c-e93f7519b93b",
|
||||||
|
"instance_id": "fcd233c4-a5b5-4c03-bd43-f3b3415907f1"
|
||||||
|
}
|
||||||
|
],
|
||||||
"availability_zone": "nova",
|
"availability_zone": "nova",
|
||||||
"backup_id": "",
|
"backup_id": "",
|
||||||
"consistency_group_id": null,
|
"consistency_group_id": null,
|
||||||
|
@ -459,8 +465,8 @@
|
||||||
],
|
],
|
||||||
"config_drive": null,
|
"config_drive": null,
|
||||||
"created": "2024-07-26 09:24:10 +0000 UTC",
|
"created": "2024-07-26 09:24:10 +0000 UTC",
|
||||||
"flavor_id": "4",
|
"flavor_id": "5",
|
||||||
"flavor_name": "m1.medium",
|
"flavor_name": "c1.medium",
|
||||||
"force_delete": false,
|
"force_delete": false,
|
||||||
"id": "fcd233c4-a5b5-4c03-bd43-f3b3415907f1",
|
"id": "fcd233c4-a5b5-4c03-bd43-f3b3415907f1",
|
||||||
"image_id": "Attempt to boot from volume - no image supplied",
|
"image_id": "Attempt to boot from volume - no image supplied",
|
||||||
|
@ -498,10 +504,10 @@
|
||||||
"traffic_from_the_main_load_balancers"
|
"traffic_from_the_main_load_balancers"
|
||||||
],
|
],
|
||||||
"stop_before_destroy": false,
|
"stop_before_destroy": false,
|
||||||
"tags": null,
|
"tags": [],
|
||||||
"timeouts": null,
|
"timeouts": null,
|
||||||
"updated": "2024-07-26 09:25:59 +0000 UTC",
|
"updated": "2024-07-26 09:29:15 +0000 UTC",
|
||||||
"user_data": "bb83b25fd1219aa1b850ece9be8d7b0f31714608",
|
"user_data": "",
|
||||||
"vendor_options": []
|
"vendor_options": []
|
||||||
},
|
},
|
||||||
"sensitive_attributes": [],
|
"sensitive_attributes": [],
|
||||||
|
|
Loading…
Reference in New Issue