diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-07-13 13:14:51 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-08-02 16:20:08 -0500 |
commit | c05e72cd720b16383f5e4be8b774270f8fce6ca5 (patch) | |
tree | 31df1aebd8a510abe83412367f77453875b446db /puppet/services/network | |
parent | 4502b7cba6b86cfb041459dbcebe77219236ecaf (diff) |
Make many networking parameters consistent
These are mostly the low hanging fruit that only required a few
minor changes to fix. There are more that require a lot of changes
or might be more controversial that will be done later.
Change-Id: I55cebc92ef37a3bb167f5fae0debe77339395e62
Partial-Bug: 1700664
Diffstat (limited to 'puppet/services/network')
-rw-r--r-- | puppet/services/network/contrail-dpdk.yaml | 2 | ||||
-rw-r--r-- | puppet/services/network/contrail-tsn.yaml | 3 | ||||
-rw-r--r-- | puppet/services/network/contrail-vrouter.yaml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/puppet/services/network/contrail-dpdk.yaml b/puppet/services/network/contrail-dpdk.yaml index 1f331894..65b2a2a1 100644 --- a/puppet/services/network/contrail-dpdk.yaml +++ b/puppet/services/network/contrail-dpdk.yaml @@ -31,7 +31,7 @@ parameters: via parameter_defaults in the resource registry. type: json NeutronMetadataProxySharedSecret: - description: Metadata Secret + description: Shared secret to prevent spoofing type: string hidden: true ContrailVrouterPhysicalInterface: diff --git a/puppet/services/network/contrail-tsn.yaml b/puppet/services/network/contrail-tsn.yaml index 058b9dc9..a9655160 100644 --- a/puppet/services/network/contrail-tsn.yaml +++ b/puppet/services/network/contrail-tsn.yaml @@ -31,8 +31,9 @@ parameters: via parameter_defaults in the resource registry. type: json NeutronMetadataProxySharedSecret: - description: Metadata Secret + description: Shared secret to prevent spoofing type: string + hidden: true ContrailVrouterPhysicalInterface: default: 'eth0' description: vRouter physical interface diff --git a/puppet/services/network/contrail-vrouter.yaml b/puppet/services/network/contrail-vrouter.yaml index 981fe2fb..1773c367 100644 --- a/puppet/services/network/contrail-vrouter.yaml +++ b/puppet/services/network/contrail-vrouter.yaml @@ -31,7 +31,7 @@ parameters: via parameter_defaults in the resource registry. type: json NeutronMetadataProxySharedSecret: - description: Metadata Secret + description: Shared secret to prevent spoofing type: string hidden: true ContrailVrouterPhysicalInterface: |