diff --git a/salt/docker/soc_docker.yaml b/salt/docker/soc_docker.yaml new file mode 100644 index 000000000..87f23cd64 --- /dev/null +++ b/salt/docker/soc_docker.yaml @@ -0,0 +1,281 @@ +docker: + bip: + description: Bind IP for the default docker interface. + helpLink: docker.html + advanced: True + range: + description: Default docker IP range for containers. + helpLink: docker.html + advanced: True + sobip: + description: Bind IP for the SO docker interface. + helpLink: docker.html + sorange: + description: IP range for the SO docker containers. + helpLink: docker.html + advanced: True + containers: + so-curator: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-dockerregistry: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-elastalert: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-elastic-fleet-package-registry: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-elastic-fleet: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-elasticsearch: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-idh: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-idstools: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-influxdb: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-kibana: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-kratos: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-logstash: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-mysql: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-nginx: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-playbook: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-redis: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-soc: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-soctopus: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-strelka-backend: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-strelka-coordinator: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-strelka-filestream: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-strelka-frontend: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-strelka-gatekeeper: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True + so-strelka-manager: + final_octet: + description: Last octet of the container IP address. + helpLink: docker.html + readonly: True + advanced: True + port_bindings: + description: List of port bindings for the container. + helpLink: docker.html + advanced: True + multilint: True \ No newline at end of file