CORD-2385 Move profile-specific configuration to OpenCloud repo
Change-Id: I9660ae3ba3cb5abff71351205a6b50c094ddc293
diff --git a/podconfig/opencloud-physical-example.yml b/podconfig/opencloud-physical-example.yml
new file mode 100644
index 0000000..76ffe3e
--- /dev/null
+++ b/podconfig/opencloud-physical-example.yml
@@ -0,0 +1,69 @@
+
+# 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.
+
+
+---
+# opencloud-physical Example Pod Config
+# Example Pod Config for a physical multi-node OpenCloud pod
+
+cord_scenario: opencloud
+cord_profile: opencloud
+
+config_cord_dir: /opt/cord
+config_cord_profile_dir: /opt/sites/az_site
+
+# No VM's, or prereqs
+vagrant_vms:
+vagrant_up_prereqs:
+
+buildnode: node01.opencloud.cs.arizona.edu
+headnode: "{{ buildnode }}"
+
+site_name: az
+site_suffix: "opencloud.cs.arizona.edu"
+site_humanname: "Arizona OpenCloud Site"
+
+mgmt_ipv4_first_octets: "10.10.40"
+
+physical_node_list:
+ - name: node01
+ ipv4_last_octet: 1
+ aliases:
+ - head
+ - head1
+ - name: node02
+ ipv4_last_octet: 2
+ - name: node03
+ ipv4_last_octet: 3
+ - name: node04
+ ipv4_last_octet: 4
+
+# Inventory for ansible, used to generate inventory.ini
+inventory_groups:
+
+ config:
+ localhost:
+ ansible_connection: local
+
+ build:
+ node01.opencloud.cs.arizona.edu:
+
+ head:
+ node01.opencloud.cs.arizona.edu:
+
+ compute:
+ node02.opencloud.cs.arizona.edu:
+ node03.opencloud.cs.arizona.edu:
+ node04.opencloud.cs.arizona.edu: