Feature 8623
[osm/devops.git] / installers / openstack / group_vars / all.yml
diff --git a/installers/openstack/group_vars/all.yml b/installers/openstack/group_vars/all.yml
new file mode 100644 (file)
index 0000000..ce0f9c1
--- /dev/null
@@ -0,0 +1,47 @@
+---
+
+#   Copyright 2020 British Telecommunications plc
+#
+#   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.
+#   Author: Antonio Marsico (antonio.marsico@bt.com)
+
+osm_installer_path: /usr/share/osm-devops/installers/install_osm.sh
+
+prefix: server
+
+cloud_name:
+
+setup_volume: false
+
+external_network_name:
+
+installer_args:
+
+os_key_name: ansible-key
+
+os_flavor:
+  name: medium-4-cpu-8-gb-40-disk
+  cpu: 4
+  ram: 8192
+  disk: 40
+
+servers:
+  - name: osm
+    user: ubuntu
+    image: ubuntu1804
+    image_url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
+    flavor: "{{os_flavor.name}}"
+    key: "{{os_key_name}}"
+    nics: "net-name={{external_network_name}}"
+    meta:
+      group: appservers
\ No newline at end of file