From acfa318a7d786361c355db87e27840a470df103d Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 20 Oct 2016 09:28:34 +0200 Subject: [PATCH] Add HPE Helion OpenStack 4.0 config sample Change-Id: I05a6a24b2c8a97b4e67138385c16b854fc75600d --- ansible/lampstack/vars/hos4.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 ansible/lampstack/vars/hos4.yml diff --git a/ansible/lampstack/vars/hos4.yml b/ansible/lampstack/vars/hos4.yml new file mode 100755 index 0000000..e2e7938 --- /dev/null +++ b/ansible/lampstack/vars/hos4.yml @@ -0,0 +1,26 @@ +--- +horizon_url: "https://10.241.20.5:443" + +auth: { + auth_url: "http://10.241.144.2:5000/v3", + username: "interop_admin", + password: "{{ password }}", + project_name: "interop", + domain_name: "Default" +} + +app_env: { + image_name: "ubuntu-trusty", + region_name: "region1", + private_net_name: "private-net", + flavor_name: "m1.small", + public_key_file: "/home/ghe.rivero/.ssh/id_rsa.pub", + stack_size: 4, + volume_size: 2, + block_device_name: "/dev/vdb", + wp_theme: "https://downloads.wordpress.org/theme/iribbon.2.0.65.zip", + wp_posts: "http://wpcandy.s3.amazonaws.com/resources/postsxml.zip", + validate_certs: False, + availability_zone: "nova" +} +