Ansible installer update
* Moved Ansible to version 2.10
* Python Virtual env
* New option to use a custom SSH key
* Use of cloud-init file supported
* Increased the number of options to be passed to the remote installer
Change-Id: I70131f1a24707656c9390445df91d17abab95763
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
(cherry picked from commit 75a38c73867914a576062a3b50d5c80ace795f6c)
diff --git a/installers/openstack/group_vars/all.yml b/installers/openstack/group_vars/all.yml
index ce0f9c1..62cabc3 100644
--- a/installers/openstack/group_vars/all.yml
+++ b/installers/openstack/group_vars/all.yml
@@ -17,7 +17,7 @@
osm_installer_path: /usr/share/osm-devops/installers/install_osm.sh
-prefix: server
+server_name: server-osm
cloud_name:
@@ -27,7 +27,13 @@
installer_args:
-os_key_name: ansible-key
+userdata_file:
+
+local_userdata:
+
+os_key_name: osm-ansible-key
+
+key_file:
os_flavor:
name: medium-4-cpu-8-gb-40-disk
@@ -36,7 +42,7 @@
disk: 40
servers:
- - name: osm
+ - name: '1'
user: ubuntu
image: ubuntu1804
image_url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img