Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
Description
Problem you have encountered:
When using the product Deployment Manager on GCP, there is not a feature when you can have the ability to configure/reserve a Internal IP address for deployments.
What you expected to happen:
The expectation is that in Google Deployment Manager, when deploying a solution, the template (YAML file) should have a parameter to specify an Internal IP, let alone the ability to reserve one; Or have the option to toggle so that the system automatically reserves an internal IP address for the deployment.
Steps to reproduce:
YAML file (Deployment Manager Template)
imports:
- path:
resources:
- name: *****
type:
properties:
zone: us-east1-c
instanceName: *****
instanceType: n1-highmem-32
subnetwork: *****
linuxImage: family/*****
linuxImageProject: *****
networkTag: *****
publicIP: Yes
serviceAccount: "*****@*****.
#deployment_script_location:
*****_deployment_bucket: *****
*****_sid: H06
*****_instance_number: 06
*****_sidadm_password: *****
*****_system_password: *****
*****_sidadm_uid: 6001
*****_sapsys_gid: 6001
*****_backup_size: 1000
*****_double_volume_size: False
*****_scaleout_nodes: 0
*****_deployment_debug: True
Other information (workarounds you have tried, documentation consulted, etc):
[1]Getting started with Deployment Manager:
[2]Promoting an in-use ephemeral internal IP address to a static address: