Support NX-OS and OpenShift compatible Dockerfile #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Kubernetes/OpenShift compatible Dockerfile (Kuberfile)
Add a Dockerfile which assumes that configuration will be applied as a ConfigMap to /data/config.
Assumes that logs, or other generated files by Pipeline will go in to /data.
Resolves OpenShift incompatibility with permissions on read/write to folders which are not volumes, hence a volume for Pipeline storage and another volume to map to configuration.
Enable NX-OS MDT consumption
Removes EOF error as NX-OS sends an EOF, IOS XR does not thus pipeline errors as it checks this condition. Implications unknown.
Recommend squash merge, did not branch. 👎