added mirror image configuration files
Change-Id: Ifffc0ab906c0ecaa02ff4cc1e8ab827dca4ea43a
diff --git a/mirror-image/config/minion.conf b/mirror-image/config/minion.conf
new file mode 100644
index 0000000..ab06e18
--- /dev/null
+++ b/mirror-image/config/minion.conf
@@ -0,0 +1,54 @@
+master: $SALT_MASTER_DEPLOY_IP
+
+id: $APTLY_MINION_ID
+
+max_event_size: 100000000
+
+
+
+
+
+
+
+
+grains:
+ roles:
+ - iptables.service
+ - telegraf.agent
+ - heka.log_collector
+ - openssh.server
+ - ntp.client
+ - grafana.collector
+ - nginx.server
+ - prometheus.collector
+ - rsyslog.client
+ - linux.storage
+ - linux.network
+ - linux.system
+ - salt.minion
+ - aptly.publisher
+ - aptly.server
+ services:
+ - iptables
+ - telegraf
+ - heka
+ - openssh
+ - ntp
+ - grafana
+ - nginx
+ - prometheus
+ - rsyslog
+ - linux
+ - salt
+ - aptly
+
+grains_dirs:
+- /var/lib/salt/grains
+
+mine_functions:
+ network.interfaces: []
+ grains.items: []
+mine_interval: 60
+
+log_level: info
+state_output: changes
\ No newline at end of file