Update configurations for flex deployment

Change-Id: I818d17b82364e565e7b0be48f0c7ba59479ee83b
diff --git a/deployment-configs/flex-pod1.yml b/deployment-configs/flex-pod1.yml
new file mode 100644
index 0000000..1ffdb5f
--- /dev/null
+++ b/deployment-configs/flex-pod1.yml
@@ -0,0 +1,39 @@
+# Automated deployment configuration for Flex POD 1
+---
+
+pod_config:
+  repo_url: 'https://gerrit.opencord.org/pod-configs'
+  file_name: 'flex-pod1.yml'
+
+make_release: 'false'
+
+maas:
+  ip: '10.192.4.61'
+  api_key: 'rsz9S2cYpr7M5w4SfL:gyw4vKqLpWwagSjFGg:pamj7QtqGC6eUZusMj6rCWRdNy9qPab7'
+  head_system_id: 'wrqqk3'
+
+dev_node:
+  name: 'flex-cord-pod1'
+  user: 'cluser'
+
+head:
+  ip: '10.192.4.62'
+  user: 'cord'
+  pass: 'cord'
+
+compute_nodes:
+  -
+    ipmi:
+      ip: '10.192.4.31'
+      user: 'ADMIN'
+      pass: 'ADMIN'
+  -
+    ipmi:
+      ip: '10.192.4.30'
+      user: 'ADMIN'
+      pass: 'ADMIN'
+  -
+    ipmi:
+      ip: '10.192.4.29'
+      user: 'ADMINk'
+      pass: 'ADMIN'
diff --git a/flex.yml b/flex-pod1.yml
similarity index 64%
rename from flex.yml
rename to flex-pod1.yml
index 5fc49a7..0a7df4a 100644
--- a/flex.yml
+++ b/flex-pod1.yml
@@ -1,9 +1,25 @@
+
+# Copyright 2017-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
 # Deployment configuration for a physical hardware POD
 ---
 
 # this is used to generate the genconfig/cord-inv file
 headnode:
-  ip: '10.118.126.11'
+  ip: '10.192.4.62'
   ansible_user: 'cord'
   ansible_ssh_pass: 'cord'
   ansible_ssh_port: 22
@@ -12,9 +28,10 @@
   # set to the profile of cord you want to install
   cord_profile: 'rcord'
 
-  # directories on the head node that the cord dir is copied to, and profile is created in
-  cord_dir: '/opt/cord'
-  cord_profile_dir: '/opt/cord_profile'
+  # cord dir is shared to corddev VM, causing permissions issues if these aren't set
+  credentials_dir: '/opt/credentials'
+  pki_dir: '/opt/pki'
+  ssh_pki_dir: '/opt/ssh_pki'
 
   # all of these are written to genconfig/config.yml, and needs a rework
 
@@ -34,9 +51,9 @@
   #                 NAT-ed through this interface
   fabric_ip: '10.6.1.1/24'
   management_ip: '10.6.0.1/24'
-  external_ip: '10.118.126.11/20'
-  external_iface: 'enp4s0f0'
-  external_gw: '10.118.112.1'
+  external_ip: '10.192.4.62/20'
+  external_iface: 'enp4s0f1'
+  external_gw: '10.192.4.1'
   skipTags:
 
 passwords: