[EDGEPOD-295] Fix rancher agent crash
Change-Id: I8322ae7f13f3ac4e3142e76afbe80afb8ebe0cde
diff --git a/deployment-configs/aether/clusters/production-edge-intel.yaml b/deployment-configs/aether/clusters/production-edge-intel.yaml
index 9e8c16d..930356f 100644
--- a/deployment-configs/aether/clusters/production-edge-intel.yaml
+++ b/deployment-configs/aether/clusters/production-edge-intel.yaml
@@ -81,6 +81,11 @@
cache 30
forward . 10.52.128.10
}
+ aetherproject.net {
+ hosts {
+ 10.168.0.3 rancher.central.aetherproject.net
+ }
+ }
addons_include:
- https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml
diff --git a/deployment-configs/aether/clusters/production-edge-mwc.yaml b/deployment-configs/aether/clusters/production-edge-mwc.yaml
index 040d4ae..e85ebb0 100644
--- a/deployment-configs/aether/clusters/production-edge-mwc.yaml
+++ b/deployment-configs/aether/clusters/production-edge-mwc.yaml
@@ -86,6 +86,11 @@
cache 30
forward . 10.55.128.10
}
+ aetherproject.net {
+ hosts {
+ 10.168.0.3 rancher.central.aetherproject.net
+ }
+ }
addons_include:
- https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml
diff --git a/deployment-configs/aether/clusters/production-edge-onf-menlo.yml b/deployment-configs/aether/clusters/production-edge-onf-menlo.yml
index 9121b7f..df44a31 100644
--- a/deployment-configs/aether/clusters/production-edge-onf-menlo.yml
+++ b/deployment-configs/aether/clusters/production-edge-onf-menlo.yml
@@ -81,6 +81,11 @@
cache 30
forward . 10.52.128.10
}
+ aetherproject.net {
+ hosts {
+ 10.168.0.3 rancher.central.aetherproject.net
+ }
+ }
addons_include:
- https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml
diff --git a/deployment-configs/aether/clusters/production-edge-onf-tucson.yml b/deployment-configs/aether/clusters/production-edge-onf-tucson.yml
index 55af131..b065fe9 100644
--- a/deployment-configs/aether/clusters/production-edge-onf-tucson.yml
+++ b/deployment-configs/aether/clusters/production-edge-onf-tucson.yml
@@ -81,6 +81,11 @@
cache 30
forward . 10.52.128.10
}
+ aetherproject.net {
+ hosts {
+ 10.168.0.3 rancher.central.aetherproject.net
+ }
+ }
addons_include:
- https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml
diff --git a/deployment-configs/aether/clusters/staging-edge-nokia.yml b/deployment-configs/aether/clusters/staging-edge-nokia.yml
deleted file mode 100644
index ba9ffdd..0000000
--- a/deployment-configs/aether/clusters/staging-edge-nokia.yml
+++ /dev/null
@@ -1,93 +0,0 @@
-name: staging-edge-nokia
-rancher_kubernetes_engine_config:
- authentication:
- strategy: x509
- ignore_docker_version: true
- ingress:
- provider: nginx
- kubernetes_version: v1.15.6-rancher1-2
- monitoring:
- provider: none
- network:
- plugin: calico
- services:
- etcd:
- backup_config:
- enabled: true
- interval_hours: 12
- retention: 6
- safe_timestamp: false
- creation: 12h
- extra_args:
- election-timeout: 5000
- heartbeat-interval: 500
- gid: 0
- retention: 72h
- snapshot: false
- uid: 0
- kube_api:
- always_pull_images: false
- pod_security_policy: false
- service_node_port_range: 2000-36767
- service_cluster_ip_range: 10.51.128.0/17
- extra_args:
- feature-gates: "SCTPSupport=True"
- kubelet:
- cluster_domain: nokia.staging.edge
- cluster_dns_server: 10.51.128.10
- fail_swap_on: false
- extra_args:
- feature-gates: "SCTPSupport=True"
- kube-controller:
- cluster_cidr: 10.51.0.0/17
- service_cluster_ip_range: 10.51.128.0/17
- extra_args:
- feature-gates: "SCTPSupport=True"
- scheduler:
- extra_args:
- feature-gates: "SCTPSupport=True"
- kubeproxy:
- extra_args:
- feature-gates: "SCTPSupport=True"
- ssh_agent_auth: false
- addon_job_timeout: 30
- addons: |-
- ---
- apiVersion: v1
- kind: ConfigMap
- metadata:
- namespace: kube-system
- name: coredns
- data:
- Corefile: |
- .:53 {
- errors
- health
- kubernetes nokia.staging.edge in-addr.arpa ip6.arpa {
- pods insecure
- upstream
- fallthrough in-addr.arpa ip6.arpa
- ttl 30
- }
- prometheus :9153
- forward . "/etc/resolv.conf"
- cache 30
- loop
- reload
- loadbalance
- }
- staging.central:53 {
- errors
- cache 30
- forward . 10.47.128.10
- }
- addons_include:
- - https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml
-
-windows_prefered_cluster: false
-docker_root_dir: /var/lib/docker
-local_cluster_auth_endpoint:
- enabled: true
-enable_network_policy: false
-enable_cluster_alerting: false
-enable_cluster_monitoring: false
diff --git a/deployment-configs/aether/clusters/staging-edge-onf-menlo.yml b/deployment-configs/aether/clusters/staging-edge-onf-menlo.yml
index 1971af6..0a9a8d1 100644
--- a/deployment-configs/aether/clusters/staging-edge-onf-menlo.yml
+++ b/deployment-configs/aether/clusters/staging-edge-onf-menlo.yml
@@ -81,6 +81,11 @@
cache 30
forward . 10.52.128.10
}
+ aetherproject.net {
+ hosts {
+ 10.168.0.3 rancher.central.aetherproject.net
+ }
+ }
addons_include:
- https://raw.githubusercontent.com/opencord/pod-configs/master/deployment-configs/aether/clusters/multus-daemonset-pre-1.16.yml