yamllint modules
This commit is contained in:
@@ -10,6 +10,8 @@ ignore: |
|
|||||||
fast/stages/0-org-setup/assets/workflow-*.yaml
|
fast/stages/0-org-setup/assets/workflow-*.yaml
|
||||||
cloud-config.yaml
|
cloud-config.yaml
|
||||||
*-cloud-config.yaml
|
*-cloud-config.yaml
|
||||||
|
modules/cloud-config-container/__need_fixing/onprem/static-vpn-gw-cloud-init.yaml
|
||||||
|
modules/net-lb-int/recipe-ilb-next-hop/assets/gw.yaml
|
||||||
|
|
||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
node:
|
node:
|
||||||
# The id must be in the following format: projects/<project number>/networks/<network name>/nodes/<node id>
|
# The id must be in the following format: projects/<project number>/networks/<network name>/nodes/<node id>
|
||||||
id: "projects/CONFIG_PROJECT_NUMBER/networks/VPC_NETWORK_NAME/nodes/ENVOY_NODE_ID"
|
id: "projects/CONFIG_PROJECT_NUMBER/networks/VPC_NETWORK_NAME/nodes/ENVOY_NODE_ID"
|
||||||
cluster: cluster # unused
|
cluster: cluster # unused
|
||||||
locality:
|
locality:
|
||||||
zone: "ENVOY_ZONE"
|
zone: "ENVOY_ZONE"
|
||||||
metadata:
|
metadata:
|
||||||
@@ -80,7 +80,7 @@ admin:
|
|||||||
access_log_path: /dev/stdout
|
access_log_path: /dev/stdout
|
||||||
address:
|
address:
|
||||||
socket_address:
|
socket_address:
|
||||||
address: 127.0.0.1 # Admin page is only accessible locally.
|
address: 127.0.0.1 # Admin page is only accessible locally.
|
||||||
port_value: 15000
|
port_value: 15000
|
||||||
|
|
||||||
tracing:
|
tracing:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
container:
|
container:
|
||||||
- roles/compute.networkUser
|
- roles/compute.networkUser
|
||||||
- roles/container.hostServiceAgentUser
|
- roles/container.hostServiceAgentUser
|
||||||
- roles/compute.securityAdmin # to manage firewall rules
|
- roles/compute.securityAdmin # to manage firewall rules
|
||||||
cloudservices:
|
cloudservices:
|
||||||
- roles/compute.networkUser
|
- roles/compute.networkUser
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user