Merge "Use relative path in ipv6 nic configs"
This commit is contained in:
commit
88759da151
ci/environments/network/multiple-nics-ipv6/nic-configs
@ -114,7 +114,7 @@ resources:
|
||||
addresses:
|
||||
- ip_netmask: {get_param: StorageMgmtIpSubnet}
|
||||
template:
|
||||
get_file: /usr/share/openstack-tripleo-heat-templates/network/scripts/run-os-net-config.sh
|
||||
get_file: ../../../../../network/scripts/run-os-net-config.sh
|
||||
group: script
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
||||
|
@ -86,7 +86,7 @@ resources:
|
||||
$network_config:
|
||||
network_config: []
|
||||
template:
|
||||
get_file: /usr/share/openstack-tripleo-heat-templates/network/scripts/run-os-net-config.sh
|
||||
get_file: ../../../../../network/scripts/run-os-net-config.sh
|
||||
group: script
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
||||
|
@ -125,7 +125,7 @@ resources:
|
||||
mtu: 1350
|
||||
primary: true
|
||||
template:
|
||||
get_file: /usr/share/openstack-tripleo-heat-templates/network/scripts/run-os-net-config.sh
|
||||
get_file: ../../../../../network/scripts/run-os-net-config.sh
|
||||
group: script
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
||||
|
@ -146,7 +146,7 @@ resources:
|
||||
mtu: 1350
|
||||
primary: true
|
||||
template:
|
||||
get_file: /usr/share/openstack-tripleo-heat-templates/network/scripts/run-os-net-config.sh
|
||||
get_file: ../../../../../network/scripts/run-os-net-config.sh
|
||||
group: script
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
||||
|
@ -86,7 +86,7 @@ resources:
|
||||
$network_config:
|
||||
network_config: []
|
||||
template:
|
||||
get_file: /usr/share/openstack-tripleo-heat-templates/network/scripts/run-os-net-config.sh
|
||||
get_file: ../../../../../network/scripts/run-os-net-config.sh
|
||||
group: script
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user