Replacing "host-net" with "hostNetwork"
Replacin "host-net" flag of service definitions with "hostNetwork" flag to align with k8s field definition. Change-Id: I72c8ecef3d009d72d5a8f7f8b847199e3ac184dd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
service:
|
||||
name: calico-dhcp-agent
|
||||
kind: DaemonSet
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: calico-dhcp-agent
|
||||
image: calico-dhcp-agent
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
service:
|
||||
name: calico-felix
|
||||
kind: DaemonSet
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: calico-felix
|
||||
image: calico-felix
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
service:
|
||||
name: neutron-dhcp-agent
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-dhcp-agent
|
||||
image: neutron-dhcp-agent
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
service:
|
||||
name: neutron-l3-agent
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-l3-agent
|
||||
image: neutron-l3-agent
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
service:
|
||||
name: neutron-metadata-agent
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-metadata-agent
|
||||
image: neutron-metadata-agent
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
service:
|
||||
name: neutron-openvswitch-agent
|
||||
kind: DaemonSet
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-openvswitch-agent
|
||||
image: neutron-openvswitch-agent
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
service:
|
||||
name: openvswitch-db
|
||||
kind: DaemonSet
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: openvswitch-db
|
||||
image: openvswitch-db
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
service:
|
||||
name: openvswitch-vswitchd
|
||||
kind: DaemonSet
|
||||
host-net: true
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: openvswitch-vswitchd
|
||||
image: openvswitch-vswitchd
|
||||
|
||||
Reference in New Issue
Block a user