Assigned
Status Update
Comments
pa...@amadeus.com <pa...@amadeus.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
jg...@google.com <jg...@google.com>
jo...@capside.com <jo...@capside.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
The Update gives the following error:
ERROR: (gcloud.deployment-manager.deployments.update) Error in Operation [operation-1564568819271-58ef790b3069d-dd4490fb-81d7541e]: errors: - code: CONDITION_NOT_MET location: /deployments/brotator-deploy/resources/test.brotator.com->$.properties message: '"": domain: validation; keyword: properties; message: required property(ies) not found; missing: ["managedZone"]; required: ["managedZone"]'
_____
Original Deployment .yaml
resources:
- name:
type: gcp-types/dns-v1beta2:managedZones
properties:
description: 'DNS Forwarding zone for domain
dnsName:
name: test-brotator-com
visibility: private
privateVisibilityConfig:
networks:
- networkUrl:
forwardingConfig:
targetNameServers:
- ipv4Address: 10.142.0.1
- ipv4Address: 10.142.0.2
- ipv4Address: 10.142.0.3
_________
Deployment Update .yaml
resources:
- name:
type: gcp-types/dns-v1beta2:managedZones
properties:
description: 'DNS Forwarding zone for domain
dnsName:
name: test-brotator-com
visibility: private
privateVisibilityConfig:
networks:
- networkUrl:
forwardingConfig:
targetNameServers:
- ipv4Address: 10.142.0.1
- ipv4Address: 10.164.0.2
- ipv4Address: 10.164.0.3
_______
Steps to reproduce:
1. Use the "Original Deployment to create the deploy"
2. Use the "Updated Deploy" to try and update the FW zones (gcloud deployment-manager deployments update brotator-deploy --config update.yaml)
3. See the Behavior