Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Jun 9, 2023
1 parent cdc7f9c commit 5359494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# infra_network_cidr: 192.168.100.0/24

# The ID of the external network to connect to via a router
# By default, the first available network will be used
# By default, if there is exactly one external network then it will be used
# infra_external_network_id: "<external network id>"

# The image id of an Ubuntu 20.04 image to use for the node
Expand Down
10 changes: 0 additions & 10 deletions environments/capi-mgmt/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ infra_name: "capi-mgmt-{{ azimuth_environment }}{{ '-seed' if install_mode == 'h
# Give the HA cluster a name corresponding to the environment
capi_cluster_release_name: "capi-mgmt-{{ azimuth_environment }}"

# Use the first available external network by default
infra_external_network_id: >-
{{
lookup('pipe', 'openstack network list --external -f json') |
from_json |
first |
default(undef(hint = 'Unable to find external network')) |
json_query('ID')
}}
# The size in GB for the data volume
# This will hold all cluster data, including Kubernetes resources
infra_data_volume_size: 50
Expand Down

0 comments on commit 5359494

Please sign in to comment.