compliance: add headers with fixed copywrite tool (#17353)

Closes #17117
This commit is contained in:
Seth Hoenig
2023-05-30 09:20:32 -05:00
committed by GitHub
parent 91a434fdfc
commit 60e0404bb5
59 changed files with 243 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
data_dir = "/tmp/nomad/data"
server {

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Controller plugins create and manage CSI volumes.
# This one just creates folders within the NFS mount.
job "controller" {

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# A test NFS server that serves a host volume for persistent state.
job "nfs" {
group "nfs" {

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Node plugins mount the volume on the host to present to other tasks.
job "node" {
# node plugins should run anywhere your task might be placed, i.e. ~everywhere

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Serve the contents of our CSI volume with a little web server.
job "web" {
group "web" {

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Set up all the demo components.
# This can be run repeatedly as it is fairly idempotent.

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Clean up all demo components.

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
id = "csi-nfs"
name = "csi-nfs"
type = "csi"