mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
compliance: add headers with fixed copywrite tool (#17353)
Closes #17117
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
data_dir = "/tmp/nomad/data"
|
||||
|
||||
server {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" {
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
|
||||
# Clean up all demo components.
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
id = "csi-nfs"
|
||||
name = "csi-nfs"
|
||||
type = "csi"
|
||||
|
||||
Reference in New Issue
Block a user