X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-network_git.bbappend;h=bddadf32c6c2b85da9efc5f071de7da8258f5d66;hb=d40cdc2b9dee0d513e8e390571cb4882312c772b;hp=3eb5463654eb48b75b1a3a4ebf609b3fe0a48eff;hpb=e681fea95463940f62b7a3e2a4621d1c0c8aa607;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-network_git.bbappend b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-network_git.bbappend index 3eb5463..bddadf3 100644 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-network_git.bbappend +++ b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-network_git.bbappend @@ -1,13 +1,19 @@ +inherit stx-metadata + +STX_REPO = "integ" +STX_SUBPATH = "config/puppet-modules/${BPN}/centos/files" + +SRC_URI_STX += " \ + file://puppet-network-Kilo-quilt-changes.patch;striplevel=5 \ + file://puppet-network-support-ipv6.patch;striplevel=5 \ + file://Don-t-write-absent-to-redhat-route-files-and-test-fo.patch;striplevel=5 \ + file://fix-absent-options.patch;striplevel=5 \ + file://permit-inservice-update-of-static-routes.patch;striplevel=5 \ + file://ipv6-static-route-support.patch;striplevel=5 \ + file://route-options-support.patch;striplevel=5 \ + " -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ - file://${BPN}/puppet-network-Kilo-quilt-changes.patch;striplevel=5 \ - file://${BPN}/puppet-network-support-ipv6.patch;striplevel=5 \ - file://${BPN}/Don-t-write-absent-to-redhat-route-files-and-test-fo.patch;striplevel=5 \ - file://${BPN}/fix-absent-options.patch;striplevel=5 \ - file://${BPN}/permit-inservice-update-of-static-routes.patch;striplevel=5 \ - file://${BPN}/ipv6-static-route-support.patch;striplevel=5 \ - file://${BPN}/route-options-support.patch;striplevel=5 \ file://${BPN}/0001-Stx-uses-puppet-boolean-instead-of-adrien-boolean.patch \ file://${BPN}/puppet-network-updates-for-poky-stx.patch \ file://${BPN}/puppet-network-config-poky-provider.patch \