summaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/vagrant
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2019-10-18 08:19:02 -0700
committerRitu Sood <ritu.sood@intel.com>2019-10-18 08:19:02 -0700
commit17183fa19ce4cca8e7768ab6da1b46c51fd0d589 (patch)
tree08dccbe8274a10491c6844f8a21d91c12b7f69a2 /kud/hosting_providers/vagrant
parentb3ad24f7f998bb8d907580ee8920546e0c267500 (diff)
Changing the address ranges for KUD cluster
Issue-ID: MULTICLOUD-454 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I779971c21aac6e27a7f8fcafc708c4a70438f823
Diffstat (limited to 'kud/hosting_providers/vagrant')
-rw-r--r--kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
index 14146742..7ac7f798 100644
--- a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
+++ b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml
@@ -71,3 +71,8 @@ local_release_dir: "/tmp/releases"
# cannot access each over via ssh or you want to use local docker
# images as a cache for multiple clusters.
download_localhost: true
+
+# Subnet for cluster IPs
+kube_service_addresses: 10.244.0.0/18
+# Subnet for Pod IPs
+kube_pods_subnet: 10.244.64.0/18