Add qct pod3 deployment config file
Change-Id: Id86e3af67d8d89d5e018d6e50581fd1a6a2d5adc
(cherry picked from commit 405e9f14f73624129ffa958787087f2ce040607a)
diff --git a/deployment-configs/qct-pod3.yml b/deployment-configs/qct-pod3.yml
new file mode 100644
index 0000000..65b675f
--- /dev/null
+++ b/deployment-configs/qct-pod3.yml
@@ -0,0 +1,33 @@
+# Automated deployment configuration for QCT POD 3
+---
+
+branch: 'cord-3.0'
+
+pod_config:
+ repo_url: 'https://gerrit.opencord.org/pod-configs'
+ file_name: 'qct-pod3.yml'
+
+notify_to:
+ - 'luca@onlab.us'
+
+make_release: 'false'
+
+maas:
+ ip: '10.201.101.254'
+ api_key: 'fQp2rrr3RqZtkJJYBK:XqQX7UqwXGKMYQ8EZ5:UDbFhfenPdjc3fmmCQX2fek7AyRGrf6A'
+ head_system_id: 'amnpa7'
+
+head:
+ ip: '10.201.101.31'
+ user: 'cord'
+ pass: 'cord'
+
+compute_nodes_ipmi:
+ -
+ ip: '10.201.101.33'
+ user: 'OCPQ'
+ pass: 'OCPQ'
+ -
+ ip: '10.201.101.34'
+ user: 'OCPQ'
+ pass: 'OCPQ'
\ No newline at end of file